FHIR Extensions Pack, published by HL7 International / FHIR Infrastructure. This is not an authorized publication; it is the continuous build for version 5.1.0-cibuild). This version is based on the current content of https://github.com/HL7/fhir-extensions/ and changes regularly. See the Directory of published versions
: CapabilityStatement Search Mode CodeSystem - JSON Representation
Page standards status: Draft
|
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "capabilitystatement-search-mode",
"meta" : {
"lastUpdated" : "2023-01-31T07:07:38.434+11:00",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Placeholder</div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "vocab"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "draft"
}
],
"url" : "http://hl7.org/fhir/capabilitystatement-search-mode",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.4.2122"
}
],
"version" : "5.1.0-cibuild",
"name" : "CSSearchModeCS",
"title" : "CapabilityStatement Search Mode CodeSystem",
"status" : "draft",
"experimental" : true,
"date" : "2023-09-19T15:42:09+00:00",
"publisher" : "HL7 International / Terminology Infrastructure",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/Vocab"
}
]
}
],
"description" : "Which search modes a server supports: GET, POST, or both",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "GET",
"display" : "GET",
"definition" : "The server only supports search using HTTP GET."
},
{
"code" : "POST",
"display" : "POST",
"definition" : "The server only supports search using HTTP POST."
},
{
"code" : "both",
"display" : "both",
"definition" : "The server supports search using both HTTP GET and POST."
}
]
}