--- type: "search-params" title: "ConceptMap Search Parameters" resource: "ConceptMap" --- # ConceptMap Search Parameters ## context **Description:** A use context assigned to the concept map **Type:** token **Expression:** (ConceptMap.useContext.value.ofType(CodeableConcept)) **Path:** {{name}}.useContext.valueCodeableConcept **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-context ## context-quantity **Description:** A quantity- or range-valued use context assigned to the concept map **Type:** quantity **Expression:** (ConceptMap.useContext.value.ofType(Quantity)) | (ConceptMap.useContext.value.ofType(Range)) **Path:** {{name}}.useContext.valueQuantity,{{name}}.useContext.valueRange **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-context-quantity ## context-type **Description:** A type of use context assigned to the concept map **Type:** token **Expression:** ConceptMap.useContext.code **Path:** {{name}}.useContext.code **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-context-type ## context-type-quantity **Description:** A use context type and quantity- or range-based value assigned to the concept map **Type:** composite **Expression:** ConceptMap.useContext **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-context-type-quantity ## context-type-value **Description:** A use context type and value assigned to the concept map **Type:** composite **Expression:** ConceptMap.useContext **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-context-type-value ## date **Description:** The concept map publication date **Type:** date **Expression:** ConceptMap.date **Path:** {{name}}.date **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-date ## mapping-property **Description:** Other properties required for this mapping **Type:** uri **Expression:** ConceptMap.property.uri **Path:** ConceptMap.property.uri **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-dependson ## description **Description:** The description of the concept map **Type:** string **Expression:** ConceptMap.description **Path:** {{name}}.description **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-description ## identifier **Description:** External identifier for the concept map **Type:** token **Expression:** ConceptMap.identifier **Path:** {{name}}.identifier **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-identifier ## jurisdiction **Description:** Jurisdiction of the authority that maintains the the concept map **Type:** token **Expression:** ConceptMap.jurisdiction **Path:** {{name}}.jurisdiction **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-jurisdiction ## name **Description:** Computationally friendly name of the concept map **Type:** string **Expression:** ConceptMap.name **Path:** {{name}}.name **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-name ## other-map **Description:** canonical reference to an additional ConceptMap to use for mapping if the source concept is unmapped **Type:** reference **Expression:** ConceptMap.group.unmapped.otherMap **Path:** ConceptMap.group.unmapped.otherMap **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-other-map ## publisher **Description:** Name of the publisher of the concept map **Type:** string **Expression:** ConceptMap.publisher **Path:** {{name}}.publisher **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-publisher ## source-scope **Description:** The source value set that contains the concepts that are being mapped **Type:** reference **Expression:** (ConceptMap.sourceScope as canonical) **Path:** ConceptMap.sourceScopeCanonical **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-source-scope ## source-scope-uri **Description:** The URI for the source value set that contains the concepts being mapped **Type:** uri **Expression:** (ConceptMap.sourceScope as uri) **Path:** ConceptMap.sourceScopeUri **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-source-uri ## source-code **Description:** Identifies elements being mapped **Type:** token **Expression:** ConceptMap.group.element.code **Path:** ConceptMap.group.element.code **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-source-code ## source-group-system **Description:** Source system where concepts to be mapped are defined **Type:** reference **Expression:** ConceptMap.group.source **Path:** ConceptMap.group.source **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-source-system ## status **Description:** The current status of the concept map **Type:** token **Expression:** ConceptMap.status **Path:** {{name}}.status **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-status ## target-scope **Description:** The target value set which provides context for the mappings **Type:** reference **Expression:** (ConceptMap.targetScope as canonical) **Path:** ConceptMap.targetScopeCanonical **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-target-scope ## target-scope-uri **Description:** The URI for the target value set that contains the concepts being mapped. **Type:** uri **Expression:** (ConceptMap.targetScope as uri) **Path:** ConceptMap.targetScopeUri **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-target-scope-uri ## target-code **Description:** Code that identifies the target element **Type:** token **Expression:** ConceptMap.group.element.target.code **Path:** ConceptMap.group.element.target.code **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-target-code ## target-group-system **Description:** Target system that the concepts are to be mapped to **Type:** reference **Expression:** ConceptMap.group.target **Path:** ConceptMap.group.target **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-target-group-system ## title **Description:** The human-friendly name of the concept map **Type:** string **Expression:** ConceptMap.title **Path:** {{name}}.title **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-title ## url **Description:** The URI that identifies the concept map **Type:** uri **Expression:** ConceptMap.url **Path:** {{name}}.url **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-url ## version **Description:** The business version of the concept map **Type:** token **Expression:** ConceptMap.version **Path:** {{name}}.version **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/ConceptMap-version ## effective **Description:** The time during which the ConceptMap is intended to be in use **Type:** date **Expression:** ConceptMap.effectivePeriod **Path:** ConceptMap.effectivePeriod **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/MetadataResource-effective ## derived-from **Description:** A resource that the ConceptMap is derived from **Type:** reference **Expression:** ConceptMap.relatedArtifact.where(type='derived-from').resource **Path:** ConceptMap.relatedArtifact.resource **Standards Status:** normative ## predecessor **Description:** The predecessor of the ConceptMap **Type:** reference **Expression:** ConceptMap.relatedArtifact.where(type='predecessor').resource **Path:** ConceptMap.relatedArtifact.resource **Standards Status:** normative ## topic **Description:** Topics associated with the ConceptMap **Type:** token **Expression:** ConceptMap.topic **Path:** ConceptMap.topic **Standards Status:** normative ## experimental **Description:** Whether the ConceptMap is experimental **Type:** token **Expression:** ConceptMap.experimental **Path:** ConceptMap.experimental **Standards Status:** normative