This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v1.16.0: STU 2 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="cancer-patient-eve-anyperson"/>
<meta>
<profile
value="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><blockquote><p><b>US Core Race Extension</b></p><h3>Urls</h3><table class="grid"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>value</b>: <span title="{urn:oid:2.16.840.1.113883.6.238 1002-5}">American Indian or Alaska Native</span></p><h3>Urls</h3><table class="grid"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>value</b>: Lakota and Crow</p></blockquote><p><b>US Core Birth Sex Extension</b>: F</p><p><b>identifier</b>: Medical Record Number: m456 (USUAL)</p><p><b>name</b>: Eve A. Anyperson </p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1955-05-20</p><p><b>address</b>: 456 Smith Lane Anytown MA 12345 US </p><h3>Contacts</h3><table class="grid"><tr><td>-</td><td><b>Telecom</b></td></tr><tr><td>*</td><td>ph: 999-999-9999(HOME), <a href="mailto:eve.anyperson@example.com">eve.anyperson@example.com</a></td></tr></table><h3>Communications</h3><table class="grid"><tr><td>-</td><td><b>Language</b></td></tr><tr><td>*</td><td><span title="Codes: {urn:ietf:bcp:47 en-US}">English</span></td></tr></table></div>
</text>
<extension url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-race">
<extension url="ombCategory">
<valueCoding>
<system value="urn:oid:2.16.840.1.113883.6.238"/>
<code value="1002-5"/>
<display value="American Indian or Alaska Native"/>
</valueCoding>
</extension>
<extension url="text">
<valueString value="Lakota and Crow"/>
</extension>
</extension>
<extension
url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
<valueCode value="F"/>
</extension>
<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://hospital.example.org"/>
<value value="m456"/>
</identifier>
<name>
<family value="Anyperson"/>
<given value="Eve"/>
<given value="A."/>
</name>
<gender value="female"/>
<birthDate value="1955-05-20"/>
<address>
<line value="456 Smith Lane"/>
<city value="Anytown"/>
<state value="MA"/>
<postalCode value="12345"/>
<country value="US"/>
</address>
<contact>
<telecom>
<system value="phone"/>
<value value="999-999-9999"/>
<use value="home"/>
</telecom>
<telecom>
<system value="email"/>
<value value="eve.anyperson@example.com"/>
</telecom>
</contact>
<communication>
<language>
<coding>
<system value="urn:ietf:bcp:47"/>
<code value="en-US"/>
<display value="English (Region=United States)"/>
</coding>
<text value="English"/>
</language>
</communication>
</Patient>