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

FHIR IG analytics

Packagehl7.fhir.uv.testing
Resource TypeCodeSystem
IdCodeSystem-http-operations.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/fhir-testing-ig/CodeSystem-http-operations.html
URLhttp://hl7.org/fhir/http-operations
Version0.1.0-SNAPSHOT
Statusdraft
Date2021-01-05T10:01:24+11:00
NameTestScriptRequestMethodCode
TitleTest Script Request Method Code
Realmuv
Authorityhl7
DescriptionThe allowable request method or HTTP operation codes.
Contentcomplete

Resources that use this resource

ValueSet
http-operationsTest Script Request Method Code Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem http-operations

This case-sensitive code system http://hl7.org/fhir/http-operations defines the following codes:

CodeDisplayDefinition
delete DELETEHTTP DELETE operation.
get GETHTTP GET operation.
options OPTIONSHTTP OPTIONS operation.
patch PATCHHTTP PATCH operation.
post POSTHTTP POST operation.
put PUTHTTP PUT operation.
head HEADHTTP HEAD operation.

Source1

{
  "resourceType": "CodeSystem",
  "id": "http-operations",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 4
    }
  ],
  "url": "http://hl7.org/fhir/http-operations",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.717"
    },
    {
      "use": "old",
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.705"
    }
  ],
  "version": "0.1.0-SNAPSHOT",
  "name": "TestScriptRequestMethodCode",
  "title": "Test Script Request Method Code",
  "status": "draft",
  "experimental": false,
  "date": "2021-01-05T10:01:24+11:00",
  "publisher": "HL7 International / FHIR Infrastructure",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "description": "The allowable request method or HTTP operation codes.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/http-operations|0.1.0-SNAPSHOT",
  "content": "complete",
  "concept": [
    {
      "code": "delete",
      "display": "DELETE",
      "definition": "HTTP DELETE operation."
    },
    {
      "code": "get",
      "display": "GET",
      "definition": "HTTP GET operation."
    },
    {
      "code": "options",
      "display": "OPTIONS",
      "definition": "HTTP OPTIONS operation."
    },
    {
      "code": "patch",
      "display": "PATCH",
      "definition": "HTTP PATCH operation."
    },
    {
      "code": "post",
      "display": "POST",
      "definition": "HTTP POST operation."
    },
    {
      "code": "put",
      "display": "PUT",
      "definition": "HTTP PUT operation."
    },
    {
      "code": "head",
      "display": "HEAD",
      "definition": "HTTP HEAD operation."
    }
  ]
}