ExtensionContextType

Extension Context Type

activeExtensions for Using Data Elements from FHIR R5 in FHIR R40.1.0complete3 concepts

How an extension context is interpreted.

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/extension-context-type
ID
extension-context-type
Version
5.0.0
Publisher
FHIR Infrastructure
Case Sensitive
Yes

Concepts (3)

CodeDisplayDefinition
fhirpathFHIRPathThe context is all elements that match the FHIRPath query found in the expression.
elementElement IDThe context is any element that has an ElementDefinition.id that matches that found in the expression. This includes ElementDefinition Ids that have slicing identifiers. The full path for the element is [url]#[elementid]. If there is no #, the Element id is one defined in the base specification.
extensionExtension URLThe context is a particular extension from a particular StructureDefinition, and the expression is just a uri that identifies the extension.