CIBMTR Reporting Implementation Guide
0.1.4 - Trial Use 1
This page is part of the CIMBTRReporting (v0.1.4: Trial Use 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="PatientExample2"/>
<meta>
<profile
value="http://fhir.nmdp.org/ig/cibmtr-reporting/StructureDefinition/cibmtr-patient"/>
<security>
<system value="http://terminology.cibmtr.org/codesystem/transplant-center"/>
<code value="rc_00000"/>
<display value="00000 Good Health Medical Center"/>
</security>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: abc, id: 123456</p><p><b>name</b>: Jane Doe </p><p><b>gender</b>: female</p></div>
</text>
<identifier>
<system value="http://example.org/mrn"/>
<value value="abc"/>
</identifier>
<identifier>
<system value="http://terminology.cibmtr.org/identifier/CRID"/>
<value value="123456"/>
</identifier>
<name>
<family value="Doe"/>
<given value="Jane"/>
</name>
<gender value="female"/>
</Patient>