MHK Interoperability Implementation Guide
0.1.0 - CI Build
MHK Interoperability Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="MyPatient"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient MyPatient</b></p><a name="MyPatient"> </a><a name="hcMyPatient"> </a><a name="MyPatient-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Test Patient Female, DoB: 2000-01-01 ( Medical Record Number: 123455)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Known status of Patient">Deceased:</td><td>false</td><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus S}">Single</span></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 555-555-5555(Home)</li><li><a href="mailto:test.patient@example.com">test.patient@example.com</a></li><li>123 Main St Boston MA 02115 USA (home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Language spoken">Language:</td><td colspan="3"><span title="Codes:{urn:ietf:bcp:47 en-US}">English (Region=United States)</span> (preferred)</td></tr></table></div>
</text>
<extension
url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race">
<extension url="ombCategory">
<valueCoding>
<system value="http://hl7.org/fhir/v3/Race"/>
<code value="2106-3"/>
<display value="White"/>
</valueCoding>
</extension>
</extension>
<identifier>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
<display value="Medical Record Number"/>
</coding>
</type>
<system value="http://hospital.smarthealthit.org"/>
<value value="123455"/>
</identifier>
<name>
<family value="Patient"/>
<given value="Test"/>
</name>
<telecom>
<system value="phone"/>
<value value="555-555-5555"/>
<use value="home"/>
</telecom>
<telecom>
<system value="email"/>
<value value="test.patient@example.com"/>
<use value="work"/>
</telecom>
<gender value="female"/>
<birthDate value="2000-01-01"/>
<deceasedBoolean value="false"/>
<address>
<use value="home"/>
<line value="123 Main St"/>
<city value="Boston"/>
<state value="MA"/>
<postalCode value="02115"/>
<country value="USA"/>
</address>
<maritalStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
<code value="S"/>
<display value="Single"/>
</coding>
</maritalStatus>
<communication>
<language>
<coding>
<system value="urn:ietf:bcp:47"/>
<code value="en-US"/>
</coding>
</language>
<preferred value="true"/>
</communication>
</Patient>