Extensions for Using Data Elements from FHIR R5 in FHIR R4 - Downloaded Version null See the Directory of published versions
| Official URL: http://hl7.org/fhir/5.0/StructureDefinition/extension-ElementDefinition.mustHaveValue | Version: 0.1.0 | |||
| Standards status: Trial-use | Maturity Level: 0 | Computable Name: ExtensionElementDefinition_MustHaveValue | ||
R5: ElementDefinition.mustHaveValue (new:boolean)
This extension is part of the cross-version definitions generated to enable use of the
element ElementDefinition.mustHaveValue as defined in FHIR R5
in FHIR R4.
The source element is defined as:
ElementDefinition.mustHaveValue 0..1 boolean
Across FHIR versions, the element set has been mapped as:
ElementDefinition.mustHaveValue 0..1 booleanFollowing are the generation technical comments:
Element ElementDefinition.mustHaveValue has a context of ElementDefinition based on following the parent source element upwards and mapping to ElementDefinition.
Element ElementDefinition.mustHaveValue has no mapping targets in FHIR R4. Typically, this is because the element has been added (is a new element).
Context of Use
This extension may be used on the following element(s)
ElementDefinition
This extension is allowed for use with FHIR versions R4 to R4 .
Usage info
Usages:
You can also check for usages in the FHIR IG Statistics
Description of Profiles, Differentials, Snapshots, and how the XML and JSON presentations work.
This structure is derived from Extension
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..1 | Extension(4.0.1) | R5: For primitives, that a value must be present - not replaced by an extension (new) | |
![]() ![]() |
1..1 | uri | "http://hl7.org/fhir/5.0/StructureDefinition/extension-ElementDefinition.mustHaveValue" | |
![]() ![]() |
0..1 | boolean | For primitives, that a value must be present - not replaced by an extension | |
Documentation for this format | ||||
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..1 | Extension(4.0.1) | R5: For primitives, that a value must be present - not replaced by an extension (new) Constraints: ext-1 | |
![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() |
1..1 | uri | "http://hl7.org/fhir/5.0/StructureDefinition/extension-ElementDefinition.mustHaveValue" | |
![]() ![]() |
0..1 | boolean | For primitives, that a value must be present - not replaced by an extension | |
Documentation for this format | ||||
Differential View
This structure is derived from Extension
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..1 | Extension(4.0.1) | R5: For primitives, that a value must be present - not replaced by an extension (new) | |
![]() ![]() |
1..1 | uri | "http://hl7.org/fhir/5.0/StructureDefinition/extension-ElementDefinition.mustHaveValue" | |
![]() ![]() |
0..1 | boolean | For primitives, that a value must be present - not replaced by an extension | |
Documentation for this format | ||||
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..1 | Extension(4.0.1) | R5: For primitives, that a value must be present - not replaced by an extension (new) Constraints: ext-1 | |
![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() |
1..1 | uri | "http://hl7.org/fhir/5.0/StructureDefinition/extension-ElementDefinition.mustHaveValue" | |
![]() ![]() |
0..1 | boolean | For primitives, that a value must be present - not replaced by an extension | |
Documentation for this format | ||||
Other representations of profile: CSV, Excel, Schematron
| Id | Grade | Path(s) | Description | Expression |
| ele-1 | error | Extension, Extension.extension, Extension.value[x] | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | Extension, Extension.extension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|