Standardized Medication Profile (SMP) FHIR IG, published by HL7 International / Pharmacy. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smp-ig/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
<Patient xmlns="http://hl7.org/fhir">
<id value="examplePatient"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient examplePatient</b></p><a name="examplePatient"> </a><a name="hcexamplePatient"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">John Doe (official) Male, DoB: 1960-01-01 ( http://hospital.example.com/mrn#12345)</p><hr/></div>
</text>
<identifier>
<system value="http://hospital.example.com/mrn"/>
<value value="12345"/>
</identifier>
<name>
<use value="official"/>
<family value="Doe"/>
<given value="John"/>
</name>
<gender value="male"/>
<birthDate value="1960-01-01"/>
</Patient>