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 |
<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="relatedperson-pathology-next-of-kin"/>
<meta>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-relatedperson"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson relatedperson-pathology-next-of-kin</b></p><a name="relatedperson-pathology-next-of-kin"> </a><a name="hcrelatedperson-pathology-next-of-kin"> </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-relatedperson.html">US Core RelatedPerson Profile</a></p></div><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-patient-OakleyAnnie.html">Annie Oakley Female, DoB: 1990-06-01 ( MRN: AlaskaDLN#abc123 (use: usual, ))</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0131 N}">Next-of-Kin</span></p><p><b>name</b>: Bill Hickok </p><p><b>telecom</b>: ph: 1-989-654-7896</p></div>
</text>
<active value="true"/>
<patient>🔗
<reference value="Patient/patient-OakleyAnnie"/>
</patient>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
<code value="N"/>
<display value="Next-of-Kin"/>
</coding>
</relationship>
<name>
<family value="Hickok"/>
<given value="Bill"/>
</name>
<telecom>
<system value="phone"/>
<value value="1-989-654-7896"/>
</telecom>
</RelatedPerson>