This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Definition for Code SystemSearchProcessingModeType
{
"resourceType" : "CodeSystem",
"id" : "search-processingmode",
"meta" : {
"lastUpdated" : "2024-11-12T02:57:08.856+00:00",
"profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem search-processingmode</b></p><a name=\"search-processingmode\"> </a><a name=\"hcsearch-processingmode\"> </a><a name=\"search-processingmode-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/search-processingmode</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">normal<a name=\"search-processingmode-normal\"> </a></td><td>Normal</td><td>The search parameter is derived directly from the selected nodes based on the type definitions.</td></tr><tr><td style=\"white-space:nowrap\">phonetic<a name=\"search-processingmode-phonetic\"> </a></td><td>Phonetic</td><td>The search parameter is derived by a phonetic transform from the selected nodes.</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"search-processingmode-other\"> </a></td><td>Other</td><td>The interpretation of the xpath statement is unknown (and can't be automated).</td></tr></table></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "fhir"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 3
}],
"url" : "http://hl7.org/fhir/search-processingmode",
"version" : "6.0.0-ballot2",
"name" : "SearchProcessingModeType",
"title" : "Search Processing Mode Type",
"status" : "active",
"experimental" : false,
"date" : "2021-01-05T10:01:24+11:00",
"publisher" : "HL7 (FHIR Project)",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}]
}],
"description" : "How a search parameter relates to the set of elements returned by evaluating its expression query.",
"jurisdiction" : [{
"coding" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}]
}],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/search-processingmode",
"content" : "complete",
"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)."
}]
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.