This page is part of the Logica COVID-19 FHIR Profile Library IG (v1.0.0: Informative - Informative) 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="patient-anyperson-mary"/>
<meta>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Mary Anyperson </b> female, DoB: 1966-01-11 ( Medical record number: MR456327 (USUAL))</p></div>
</text>
<identifier>
<use value="usual"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="MR"/>
<display value="Medical record number"/>
</coding>
</type>
<system value="http://acmehospital.exampleEHR.org"/>
<value value="MR456327"/>
</identifier>
<name>
<family value="Anyperson"/>
<given value="Mary"/>
</name>
<gender value="female"/>
<birthDate value="1966-01-11"/>
<address>
<line value="1234 Center St."/>
<city value="Hometown"/>
<state value="Denial"/>
<country value="United States"/>
</address>
<contact>
<telecom>
<system value="phone"/>
<value value="555-555-5555"/>
<use value="mobile"/>
</telecom>
<telecom>
<system value="email"/>
<value value="example@example.com"/>
</telecom>
</contact>
<communication>
<language>
<coding>
<system value="urn:ietf:bcp:47"/>
<code value="en-US"/>
</coding>
<text value="English"/>
</language>
</communication>
</Patient>