http://hl7.org/fhir/search-processingmode|5.0.0

name
SearchProcessingModeType
package
hl7.fhir.r5.core@5.0.0
content
complete
status
active
date
2021-01-04 23:01:24.0

Search Processing Mode Type

How a search parameter relates to the set of elements returned by evaluating its expression query.

{
  "description" : "How a search parameter relates to the set of elements returned by evaluating its expression query.",
  "compose" : null,
  "package" : "hl7.fhir.r5.core@5.0.0",
  "date" : "2021-01-04T23:01:24Z",
  "meta" : {
    "profile" : [ "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ],
    "lastUpdated" : "2023-03-26T15:21:02.749+11: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",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "Search Processing Mode Type",
  "supliment" : null,
  "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" : "eb00f12d-f1ad-5a97-8d13-e6ce903c551f",
  "valueSet" : "http://hl7.org/fhir/ValueSet/search-processingmode",
  "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" : "5.0.0",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}