Scalable Consent Management Testing Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Page standards status: Informative |
<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="relatedperson-robert-miren"/>
<meta>
<tag>
<system value="http://terminology.hl7.org/CodeSystem/v3-ActReason"/>
<code value="HTEST"/>
<display value="test health data"/>
</tag>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson relatedperson-robert-miren</b></p><a name="relatedperson-robert-miren"> </a><a name="hcrelatedperson-robert-miren"> </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">Tag: test health data (Details: ActReason code HTEST = 'test health data')</p></div><p><b>identifier</b>: <code>http://example.org/identifiers</code>/relatedperson-robert-miren</p><p><b>patient</b>: <a href="Patient-patient-lara-miren.html">Lara Miren (official) Female, DoB: 1980-01-01 ( http://example.org/identifiers#patient-lara-miren)</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode SPS}">spouse</span></p><p><b>name</b>: Robert Miren (Official)</p><p><b>gender</b>: Male</p><p><b>birthDate</b>: 1978-01-01</p><p><b>address</b>: 123 Main Street Metropolis NY 10001 US (home)</p></div>
</text>
<identifier>
<system value="http://example.org/identifiers"/>
<value value="relatedperson-robert-miren"/>
</identifier>
<patient>🔗
<reference value="Patient/patient-lara-miren"/>
<identifier>
<system value="http://example.org/identifiers"/>
<value value="patient-lara-miren"/>
</identifier>
</patient>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="SPS"/>
<display value="spouse"/>
</coding>
</relationship>
<name>
<use value="official"/>
<family value="Miren"/>
<given value="Robert"/>
</name>
<gender value="male"/>
<birthDate value="1978-01-01"/>
<address>
<use value="home"/>
<line value="123 Main Street"/>
<city value="Metropolis"/>
<state value="NY"/>
<postalCode value="10001"/>
<country value="US"/>
</address>
</RelatedPerson>