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-minimal - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="relatedperson-minimal"/>
  <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 mimimal</div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="urn:oid:2.16.840.1.68469.16.4.3.5.6"/>
    <value value="55779933"/>
  </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>
  <relationship>
    <coding>
      <system value="urn:oid:2.16.840.1.113883.2.4.3.11.22.472"/>
      <code value="21"/>
      <display value="Cliëntondersteuner"/>
    </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="1980-07-29"/>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="nl"/>
      </coding>
    </language>
  </communication>
</RelatedPerson>