FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem extension-context-type

Properties

Profile http://hl7.org/fhir/StructureDefinition/shareablecodesystem
Defining URL http://hl7.org/fhir/extension-context-type
Version 5.0.0
Name ExtensionContextType
Title Extension Context Type
Status active
Definition

How an extension context is interpreted.

Publisher HL7 (FHIR Project)
Committee fhir
EXT_FMM_LEVEL 5
Value Set Extension Context Type

This case-sensitive code system http://hl7.org/fhir/extension-context-type defines the following codes:

Code Display Definition
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.