{
"description": "Which search modes a server supports: GET, POST, or both",
"_filename": "CodeSystem-capabilitystatement-search-mode.json",
"package_name": "hl7.fhir.uv.extensions",
"date": "2025-02-10T21:45:45+11:00",
"meta": {
"profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
"lastUpdated": "2023-01-31T07:07:38.434+11:00"
},
"publisher": "HL7 International / Terminology 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": "5.2.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "ti"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "draft"
} ],
"status": "draft",
"id": "85b3efed-e420-4289-8bac-424c18411360",
"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": "5.2.0",
"contact": [ {
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/Vocab",
"system": "url"
} ]
} ]
}