PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.core@6.0.0-ballot5
    http://hl7.org/fhir/search-processingmode
{
  "description": "How a search parameter relates to the set of elements returned by evaluating its expression query.",
  "_filename": "CodeSystem-search-processingmode.json",
  "package_name": "hl7.fhir.r6.core",
  "date": "2021-01-05T10:01:24+11:00",
  "meta": {
    "lastUpdated": "2026-07-17T17:22:54.721+10:00"
  },
  "publisher": "HL7 (FHIR Project)",
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "content": "complete",
  "name": "SearchProcessingModeType",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "Search Processing Mode Type",
  "package_version": "6.0.0-ballot5",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode": "normative"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 5
  } ],
  "status": "active",
  "id": "647bf3f8-9ba3-487c-9d92-7e77eaa6cce1",
  "valueSet": "http://hl7.org/fhir/ValueSet/search-processingmode",
  "kind": null,
  "url": "http://hl7.org/fhir/search-processingmode",
  "concept": [ {
    "code": "normal",
    "display": "Normal",
    "definition": "The search parameter is derived directly from the selected nodes based on the type definitions."
  }, {
    "code": "phonetic",
    "display": "Phonetic",
    "definition": "The search parameter is derived by a phonetic transform from the selected nodes."
  }, {
    "code": "other",
    "display": "Other",
    "definition": "The interpretation of the xpath statement is unknown (and can't be automated)."
  } ],
  "caseSensitive": true,
  "version": "6.0.0-ballot5",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    }, {
      "value": "fhir@lists.hl7.org",
      "system": "email"
    } ]
  } ]
}