OZO FHIR implementation guide
0.1.0 - ci-build
OZO FHIR implementation guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
<RelatedPerson xmlns="http://hl7.org/fhir">
<id value="1502"/>
<meta>
<versionId value="1"/>
<lastUpdated value="2025-06-19T10:19:00.000+00:00"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson 1502</b></p><a name="1502"> </a><a name="hc1502"> </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">version: 1; Last updated: 2025-06-19 10:19:00+0000</p></div><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-747.html">Jan de Hoop</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode CHILD}">Zoon</span></p><p><b>name</b>: Thomas Groen</p><p><b>telecom</b>: <a href="tel:+31612345680">+31612345680</a>, <a href="mailto:thomas.groen@example.com">thomas.groen@example.com</a></p><p><b>birthDate</b>: 1995-03-15</p></div>
</text>
<active value="true"/>
<patient>🔗
<reference value="Patient/747"/>
<display value="Jan de Hoop"/>
</patient>
<relationship>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="CHILD"/>
<display value="child"/>
</coding>
<text value="Zoon"/>
</relationship>
<name>
<text value="Thomas Groen"/>
<family value="Groen">
<extension
url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
<valueString value="Groen"/>
</extension>
</family>
<given value="Thomas"/>
</name>
<telecom>
<system value="phone"/>
<value value="+31612345680"/>
<use value="mobile"/>
</telecom>
<telecom>
<system value="email"/>
<value value="thomas.groen@example.com"/>
</telecom>
<birthDate value="1995-03-15"/>
</RelatedPerson>