--- type: "search-params" title: "StructureMap Search Parameters" resource: "StructureMap" --- # StructureMap Search Parameters ## context **Description:** A use context assigned to the structure map **Type:** token **Expression:** (StructureMap.useContext.value.ofType(CodeableConcept)) **Path:** {{name}}.useContext.valueCodeableConcept **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-context ## context-quantity **Description:** A quantity- or range-valued use context assigned to the structure map **Type:** quantity **Expression:** (StructureMap.useContext.value.ofType(Quantity)) | (StructureMap.useContext.value.ofType(Range)) **Path:** {{name}}.useContext.valueQuantity,{{name}}.useContext.valueRange **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-context-quantity ## context-type **Description:** A type of use context assigned to the structure map **Type:** token **Expression:** StructureMap.useContext.code **Path:** {{name}}.useContext.code **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-context-type ## context-type-quantity **Description:** A use context type and quantity- or range-based value assigned to the structure map **Type:** composite **Expression:** StructureMap.useContext **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-context-type-quantity ## context-type-value **Description:** A use context type and value assigned to the structure map **Type:** composite **Expression:** StructureMap.useContext **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-context-type-value ## date **Description:** The structure map publication date **Type:** date **Expression:** StructureMap.date **Path:** {{name}}.date **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-date ## description **Description:** The description of the structure map **Type:** string **Expression:** StructureMap.description **Path:** {{name}}.description **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-description ## identifier **Description:** External identifier for the structure map **Type:** token **Expression:** StructureMap.identifier **Path:** {{name}}.identifier **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-identifier ## jurisdiction **Description:** Jurisdiction of the authority that maintains the the structure map **Type:** token **Expression:** StructureMap.jurisdiction **Path:** {{name}}.jurisdiction **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-jurisdiction ## name **Description:** Computationally friendly name of the structure map **Type:** string **Expression:** StructureMap.name **Path:** {{name}}.name **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-name ## publisher **Description:** Name of the publisher of the structure map **Type:** string **Expression:** StructureMap.publisher **Path:** {{name}}.publisher **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-publisher ## status **Description:** The current status of the structure map **Type:** token **Expression:** StructureMap.status **Path:** {{name}}.status **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-status ## title **Description:** The human-friendly name of the structure map **Type:** string **Expression:** StructureMap.title **Path:** {{name}}.title **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-title ## url **Description:** The uri that identifies the structure map **Type:** uri **Expression:** StructureMap.url **Path:** {{name}}.url **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-url ## version **Description:** The business version of the structure map **Type:** token **Expression:** StructureMap.version **Path:** {{name}}.version **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-version ## source **Description:** A source StructureDefinition for the map **Type:** uri **Expression:** StructureMap.structure.where(mode = 'source').url **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-source ## target **Description:** A target StructureDefinition for the map **Type:** uri **Expression:** StructureMap.structure.where(mode = 'target').url **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-target ## queried **Description:** A queried StructureDefinition for the map **Type:** uri **Expression:** StructureMap.structure.where(mode = 'queried').url **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-queried ## produced **Description:** A produced StructureDefinition for the map **Type:** uri **Expression:** StructureMap.structure.where(mode = 'produced').url **Standards Status:** normative **URL:** http://hl7.org/fhir/build/SearchParameter/StructureMap-produced ## experimental **Description:** Whether the StructureMap is experimental **Type:** token **Expression:** StructureMap.experimental **Path:** StructureMap.experimental **Standards Status:** normative