{
"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.examples",
"date": "2021-01-05T10:01:24+11:00",
"meta": {
"profile": [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
"lastUpdated": "2024-08-12T16:52:12.437+08: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-ballot2",
"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
} ],
"status": "active",
"id": "c3baa258-74ca-400f-9c52-7f6f20787059",
"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-ballot2",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}