首页 >文档 >BackboneElement >正规定义
?.? BackboneElement
The base definition for elements defined as part of a resource. Data Type elements do not use this type.
?.?.1
Content
Structure UML
XML JSON
All
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
BackboneElement | 1..1 | Element | Base for elements defined inside a resource | |
modifierExtension | 0.. |
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
todo
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>