StructureMap Search Parameters
<a id="context"></a>
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
<a id="context-quantity"></a>
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
<a id="context-type"></a>
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
<a id="context-type-quantity"></a>
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
<a id="context-type-value"></a>
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
<a id="date"></a>
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
<a id="description"></a>
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
<a id="identifier"></a>
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
<a id="jurisdiction"></a>
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
<a id="name"></a>
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
<a id="publisher"></a>
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
<a id="status"></a>
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
<a id="title"></a>
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
<a id="url"></a>
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
<a id="version"></a>
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
<a id="source"></a>
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
<a id="target"></a>
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
<a id="queried"></a>
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
<a id="produced"></a>
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
<a id="experimental"></a>
experimental
Description: Whether the StructureMap is experimental
Type: token
Expression: StructureMap.experimental
Path: StructureMap.experimental
Standards Status: normative