Stream: Announcements
Topic: Composition
 Luis Ismael (May 09 2020 at 07:04):
Hello friends, I want to update an HL7 CDA document to HL7 FHIR, I am reading the Composition documentation, there is a way of not passing the data by reference, but passing it directly?
<!-- Example -->
  <subject> 
    <reference value="Patient/123456"/> 
    <display value="Henry Levin the 7th"/> 
  </subject> 
<!-- I would like it to work as follows -->
  <subject> 
<name> 
    <use value="official"/> 
    <family value="Chalmers"/> 
    <given value="Peter"/> 
    <given value="James"/> 
  </name> 
  </subject>
 Rik Smithies (May 09 2020 at 09:10):
Hi Luis, please do not ask questions here, in the official Announcements thread. I suggest the Implementers thread. A very short answer though is no, but take a look at contained resources, gets you some of the way there.
 Luis Ismael (May 09 2020 at 17:25):
Rik Smithies said:
Hi Luis, please do not ask questions here, in the official Announcements thread. I suggest the Implementers thread. A very short answer though is no, but take a look at contained resources, gets you some of the way there.
Thanks Rik, do you think then my problem can be solved Contained Resource, because I was thinking of using a resource bundle.
 David Hay (May 09 2020 at 18:09):
Hi Luis, please do not ask questions here, in the official Announcements thread. I suggest the Implementers thread.
Last updated: Apr 12 2022 at 19:14 UTC