{
"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": "2025-08-02T21:12:59+10: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": "false",
"resourceType": "CodeSystem",
"title": "CapabilityStatement Search Mode CodeSystem",
"package_version": "5.3.0-ballot-tc",
"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/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1,
"_valueInteger": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/extensions/ImplementationGuide/hl7.fhir.uv.extensions"
} ]
}
} ],
"status": "draft",
"id": "517a1be1-2148-4a71-98d0-6a31094e4bd8",
"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.3.0-ballot-tc",
"contact": [ {
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/Vocab",
"system": "url"
} ]
} ]
}