FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageno.nhn.fhir.helsenorge.profiles
Resource TypeCodeSystem
IdCodeSystem-http-method-cs.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "CodeSystem",
  "content": "complete",
  "name": "HttpMethodCS",
  "id": "http-method-cs",
  "title": "HTTP Method CodeSystem",
  "description": "Supported HTTP methods",
  "version": "1.0.0",
  "url": "http://example.org/CodeSystem/http-method-cs",
  "concept": [
    {
      "code": "GET",
      "display": "GET"
    },
    {
      "code": "POST",
      "display": "POST"
    },
    {
      "code": "PUT",
      "display": "PUT"
    },
    {
      "code": "PATCH",
      "display": "PATCH"
    },
    {
      "code": "DELETE",
      "display": "DELETE"
    }
  ],
  "count": 5
}