Cancer Pathology Data Sharing, published by HL7 International / Orders and Observations. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cancer-reporting/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<Patient xmlns="http://hl7.org/fhir">
<id value="patient-OakleyAnnie"/>
<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 class="res-header-id"><b>Generated Narrative: Patient patient-OakleyAnnie</b></p><a name="patient-OakleyAnnie"> </a><a name="hcpatient-OakleyAnnie"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-patient.html">US Core Patient Profile</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Annie Oakley Female, DoB: 1990-06-01 ( MRN: AlaskaDLN#abc123 (use: usual, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Ids:</td><td colspan="3"><ul><li><a href="http://terminology.hl7.org/5.0.0/NamingSystem-CaliforniaDLN.html" title="California Motor Vehicle Bureau">CaliforniaDLN</a>/patient-OakleyAnnie</li><li>SHID/12446 (use: usual, )</li><li>FHIR/66574567 (use: usual, )</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 1-(303)555-1212(Home)</li><li><a href="mailto:annie.oakley@example.com">annie.oakley@example.com</a></li><li>4348 Main Street Denver CO 80111 US </li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Also see: <a href="RelatedPerson-relatedperson-pathology-next-of-kin.html">RelatedPerson Bill Hickok </a></li></ul></td></tr></table></div>
</text>
<identifier>
<system value="urn:oid:2.16.840.1.113883.4.3.6"/>
<value value="patient-OakleyAnnie"/>
</identifier>
<identifier>
<use value="usual"/>
<type>
<text value="SHID"/>
</type>
<system value="https://www.example.org/hospital/smarthealthit"/>
<value value="12446"/>
</identifier>
<identifier>
<use value="usual"/>
<type>
<text value="FHIR"/>
</type>
<system
value="http://example.com/FHIR/StructureDefinition/patient-fhir-id"/>
<value value="66574567"/>
</identifier>
<identifier>
<use value="usual"/>
<type>
<text value="MRN"/>
</type>
<system value="urn:oid:2.16.840.1.113883.4.3.2"/>
<value value="abc123"/>
</identifier>
<name>
<family value="Oakley"/>
<given value="Annie"/>
</name>
<telecom>
<system value="phone"/>
<value value="1-(303)555-1212"/>
<use value="home"/>
</telecom>
<telecom>
<system value="email"/>
<value value="annie.oakley@example.com"/>
</telecom>
<gender value="female"/>
<birthDate value="1990-06-01"/>
<address>
<line value="4348 Main Street"/>
<city value="Denver"/>
<state value="CO"/>
<postalCode value="80111"/>
<country value="US"/>
</address>
<link>
<other>🔗
<reference value="RelatedPerson/relatedperson-pathology-next-of-kin"/>
</other>
<type value="seealso"/>
</link>
</Patient>