You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.
Some elements can be defined several times in a snapshot. When this happens, the next elementDefinitions can refer to another one using the attribute contentReference.
We need to support this behavior in the DefinitionNode tree building algorithm.
Example
Check on the StructureDefinition of Vital Signs Observation profile.
There is a description of the BackboneElement Component (Observation.component.referenceRange), that contains an attribute ReferenceRange. This attribute has no definition but the contentReference value referencing the elementDefinition Observation.referenceRange, which is actually another BackboneElement.
The text was updated successfully, but these errors were encountered:
Description
Some elements can be defined several times in a snapshot. When this happens, the next elementDefinitions can refer to another one using the attribute
contentReference
.We need to support this behavior in the DefinitionNode tree building algorithm.
Example
Check on the StructureDefinition of
Vital Signs
Observation profile.There is a description of the BackboneElement
Component
(Observation.component.referenceRange
), that contains an attributeReferenceRange
. This attribute has no definition but thecontentReference
value referencing the elementDefinitionObservation.referenceRange
, which is actually another BackboneElement.The text was updated successfully, but these errors were encountered: