DSTU2 Ballot Source

This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 2). 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

1.21.0 BackboneElement

The base definition for elements defined as part of a resource. Data Type elements do not use this type.

1.21.0.1 Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. BackboneElement ElementBase for elements defined inside a resource
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored

XML Template

<BackboneElement xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored --></modifierExtension>
</BackboneElement>

JSON Template


{doco
  // from Element: extension
  (Modifier Extensions - see JSON page)
}