{
"description": "Which search modes a server supports: GET, POST, or both",
"_filename": "CodeSystem-capabilitystatement-search-mode.json",
"package_name": "hl7.fhir.uv.extensions.r4",
"date": "2023-03-26T08:47:34+11:00",
"meta": {
"profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
"lastUpdated": "2023-01-31T07:07:38.434+11:00"
},
"publisher": "HL7 International / FHIR Infrastructure",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
} ]
} ],
"content": "complete",
"name": "CSSearchModeCS",
"type": null,
"experimental": "true",
"resourceType": "CodeSystem",
"title": "CapabilityStatement Search Mode CodeSystem",
"package_version": "1.0.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "vocab"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "draft"
} ],
"status": "draft",
"id": "554652c3-36b9-4064-b27a-3f50c145cf6b",
"kind": null,
"url": "http://hl7.org/fhir/capabilitystatement-search-mode",
"identifier": [ {
"value": "urn:oid:2.16.840.1.113883.4.642.4.2122",
"system": "urn:ietf:rfc:3986"
} ],
"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."
} ],
"caseSensitive": true,
"version": "1.0.0",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/Special/committees/fhir-i",
"system": "url"
} ]
} ]
}