Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

[FhirResourceTree] Support of "contentReference" elementDefinition attribute #629

Open
BPierrick opened this issue Sep 20, 2021 · 0 comments
Labels

Comments

@BPierrick
Copy link
Contributor

BPierrick commented Sep 20, 2021

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 attribute ReferenceRange. This attribute has no definition but the contentReference value referencing the elementDefinition Observation.referenceRange, which is actually another BackboneElement.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants