HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1
0.1.0 - STU1
HL7 FHIR Implementation Guide: Example IG Release 1 - US Realm | STU1, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/openhie/Training-Solution-1 and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="PDQmPatientExample"/>
<meta>
<profile
value="http://openhie.org/fhir/training-solution-1/StructureDefinition/pdqm-patient"/>
<security>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
<code value="HTEST"/>
</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>Jane Maria Smith (OFFICIAL)</b> female, DoB: 1990-12-12</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Details:</td><td colspan="3"><ul><li><a href="tel:+27821234567">+27821234567</a></li><li><a href="mailto:someone@example.com">someone@example.com</a></li><li>99 Walmer Blvd Sunnydale Cape Town Western Province South Africa </li></ul></td></tr></table></div>
</text>
<name>
<use value="official"/>
<family value="Smith"/>
<given value="Jane"/>
<given value="Maria"/>
</name>
<telecom>
<system value="phone"/>
<value value="+27821234567"/>
</telecom>
<telecom>
<system value="email"/>
<value value="someone@example.com"/>
</telecom>
<gender value="female"/>
<birthDate value="1990-12-12"/>
<address>
<line value="99"/>
<line value="Walmer Blvd"/>
<line value="Sunnydale"/>
<city value="Cape Town"/>
<district value="City of Cape Town"/>
<state value="Western Province"/>
<country value="South Africa"/>
</address>
</Patient>