Release 4

2.29.0 BackboneElement

FHIR Infrastructure Work GroupMaturity Level: нормативныйStandards Status: нормативный
This page has been approved as part of an ANSI standard. See the Infrastructure Package for further details.

Базовое определение для сложных элементов, определенных как часть определения ресурса, то есть элементов, у которых есть дочерние элементы, определенные в ресурсе. Элементы типа данных не используют этот тип, хотя некоторые типы данных специализируют его (Timing, Dosage, ElementDefinition). Например, Patient.contact - это элемент, который определяется как часть ресурса пациента, поэтому он автоматически имеет тип BackboneElement .

Обратите внимание, что все типы-потомки BackboneElement неявно объявлены как часть определений ресурсов.

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. BackboneElementNElementBase for elements defined inside a resource
Элементы, определённые в родительском элементе: id, extension
... modifierExtension?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized

doco Documentation for this format

XML Template

<[name] xmlns="http://hl7.org/fhir">
 <!-- from Element: extension -->
 <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored even if unrecognized --></modifierExtension>
</[name]>

JSON Template

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

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .

[
 # from Element: Element.extension
  fhir:BackboneElement.modifierExtension [ Extension ], ... ; # 0..* Extensions that cannot be ignored even if unrecognized
]

Changes since Release 3

BackboneElement
  • No Changes

See the Full Difference for further information

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. BackboneElementNElementBase for elements defined inside a resource
Элементы, определённые в родительском элементе: id, extension
... modifierExtension?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized

doco Documentation for this format

XML Template

<[name] xmlns="http://hl7.org/fhir">
 <!-- from Element: extension -->
 <modifierExtension><!-- 0..* Extension Extensions that cannot be ignored even if unrecognized --></modifierExtension>
</[name]>

JSON Template

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

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .

[
 # from Element: Element.extension
  fhir:BackboneElement.modifierExtension [ Extension ], ... ; # 0..* Extensions that cannot be ignored even if unrecognized
]

Changes since Release 3

BackboneElement
  • No Changes

See the Full Difference for further information