Stream: implementers
Topic: Inter-element referencing
Halina Labikova (Mar 19 2020 at 19:22):
I have troubles finding any documentation re inter-element referencing, could someone please point me the right direction?
Gino Canessa (Mar 19 2020 at 19:39):
Do you mean reuse of structure definitions (e.g., in Bundle
, Bundle.link
is reused) or do you mean pointing at an element within a resource (e.g., reference to Patient.name.given
)?
Halina Labikova (Mar 19 2020 at 20:07):
The second case - pointing at an element within a resource. From my prelim research it looks like the exact path cannot be defined in the StructureDefinition, I just need to throw the id value into a valueString, but I can't find any formal documentation regarding this.
Gino Canessa (Mar 19 2020 at 20:10):
Looks (from here) that there is a standard extension which can be used: profile-element. Is that what you are looking for?
Halina Labikova (Mar 20 2020 at 08:12):
That helps, thank you!
Last updated: Apr 12 2022 at 19:14 UTC