This page is part of the HL7 FHIR Implementation Guide: minimal Common Oncology Data Elements (mCODE) Release 1 - US Realm | STU1 (v3.0.0: STU 3) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: gx-cancer-patient-adam-anyperson - XML Representation
Raw xml | Download
<Patient xmlns="http://hl7.org/fhir">
<id value="gx-cancer-patient-adam-anyperson"/>
<meta>
<profile
value="http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient"/>
</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>Adam Anyperson </b> male, DoB: 1990-01-01 ( Medical Record Number: 123456789)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Id:</td><td colspan="3">Patient external identifier: 22ea1d1b-03a5-47d6-81e0-b9b4cbb15ccf (use: USUAL)</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail:</td><td colspan="3">987 Main St Anytown 12345 US </td></tr><tr><td style="background-color: #f3f5da" title="A code classifying the person's sex assigned at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc). This extension aligns with the C-CDA Birth Sex Observation (LOINC 76689-9)."><a href="http://hl7.org/fhir/us/core/STU5.0.1/StructureDefinition-us-core-birthsex.html">US Core Birth Sex Extension:</a></td><td colspan="3"><ul><li>M</li></ul></td></tr></table></div>
</text>
<extension
url="http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex">
<valueCode value="M"/>
</extension>
<identifier>
<use value="usual"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="PT"/>
<display value="Patient external identifier"/>
</coding>
</type>
<system value="https://www.gensop.com"/>
<value value="22ea1d1b-03a5-47d6-81e0-b9b4cbb15ccf"/>
</identifier>
<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.example.org"/>
<value value="123456789"/>
</identifier>
<name>
<family value="Anyperson"/>
<given value="Adam"/>
</name>
<gender value="male"/>
<birthDate value="1990-01-01"/>
<address>
<line value="987 Main St"/>
<city value="Anytown"/>
<postalCode value="12345"/>
<country value="US"/>
</address>
</Patient>