This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2
The base definition for elements defined as part of a resource. Data Type elements do not use this type.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
BackboneElement | 1..1 | Element | Base for elements defined inside a resource | |
modifierExtension | 0..* | Extension | Extensions that cannot be ignored |
UML Diagram
to do
XML Template
<BackboneElement xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> </BackboneElement>
JSON Template
{ // from Element: extension (Modifier Extensions - see JSON page) }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
BackboneElement | 1..1 | Element | Base for elements defined inside a resource | |
modifierExtension | 0..* | Extension | Extensions that cannot be ignored |
XML Template
<BackboneElement xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension> </BackboneElement>