Koppeltaal 2.0 Implementation Guide (Full Documentation)
1.4.5-beta.002 - ci-build Netherlands flag

Koppeltaal 2.0 Implementation Guide (Full Documentation) - Local Development build (v1.4.5-beta.002) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: relatedperson-neighbour - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="relatedperson-neighbour"/>
  <meta>
    <profile
             value="http://koppeltaal.nl/fhir/StructureDefinition/KT2RelatedPerson"/>
  </meta>
  <language value="nl-NL"/>
  <text>
    <status value="generated"/>
    <div xml:lang="nl-NL" xmlns="http://www.w3.org/1999/xhtml" lang="nl-NL">Example of a RelatedPerson (neighbour)</div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="https://irma.app"/>
    <value value="m.buurvrouw@gmail.com"/>
  </identifier>
  <active value="true"/>
  <patient>🔗 
    <reference value="Patient/patient-met-resource-origin"/>
    <display value="Patient, Berta Botje"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="DAUC"/>
      <display value="daughter"/>
    </coding>
  </relationship>
  <name>
    <use value="official"/>
    <text value="M. Buurvrouw"/>
    <family value="Buurvrouw">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/humanname-own-name">
        <valueString value="Buurvrouw"/>
      </extension>
    </family>
    <given value="M.">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="IN"/>
      </extension>
    </given>
  </name>
  <gender value="female"/>
  <birthDate value="2004-10-18"/>
</RelatedPerson>