CIBMTR Reporting Implementation Guide 0.1.6 - Trial Use 1
CIBMTR Reporting Implementation Guide - Local Development build (v0.1.6). See the Directory of published versions
Raw xml | Download
<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_99999"/> <display value="99999 My Transplant Center"/> </security> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>John Doe </b> male, DoB Unknown ( id: abc)</p><hr/></div> </text> <identifier> <system value="http://example.org/mrn"/> <value value="abc"/> </identifier> <name> <family value="Doe"/> <given value="John"/> </name> <gender value="male"/> </Patient>