ExtensionContextType

Extension Context Type

activecomplete3 conceptsv5.0.0

How an extension context is interpreted.

Metadata

hl7.org/fhir
Canonical URL
http://hl7.org/fhir/extension-context-type
All-Codes Value Set
http://hl7.org/fhir/ValueSet/extension-context-type
ID
extension-context-type
Version
5.0.0
Publisher
HL7 (FHIR Project)
Case Sensitive
Yes
In the unified registry

Concepts (3)

fhirpath
FHIRPath
The context is all elements that match the FHIRPath query found in the expression.
element
Element ID
The 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.
extension
Extension URL
The context is a particular extension from a particular StructureDefinition, and the expression is just a uri that identifies the extension.