http://hl7.org/fhir/capabilitystatement-search-mode|5.2.0

name
CSSearchModeCS
package
hl7.fhir.uv.extensions@5.2.0
content
complete
experimental
true
status
draft
date
2025-02-10 10:45:45.0

CapabilityStatement Search Mode CodeSystem

Which search modes a server supports: GET, POST, or both

{
  "description" : "Which search modes a server supports: GET, POST, or both",
  "compose" : null,
  "package" : "hl7.fhir.uv.extensions@5.2.0",
  "date" : "2025-02-10T10:45:45Z",
  "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",
  "experimental" : true,
  "resourceType" : "CodeSystem",
  "title" : "CapabilityStatement Search Mode CodeSystem",
  "supliment" : null,
  "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" : "4da604d9-ea53-5b24-b5fa-be1e91fad431",
  "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"
    } ]
  } ]
}