German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Annex 2b Example Parent - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="annex2b-example-parent"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson annex2b-example-parent</b></p><a name="annex2b-example-parent"> </a><a name="hcannex2b-example-parent"> </a><p><b>patient</b>: <a href="Patient-annex2b-example-child.html">Kim Example  (no stated gender), DoB: 2018-04-12 ( https://fhir.cognovis.de/praxis/NamingSystem/pvs-patient-nummer#PvsPatientNummer#annex2b-child-1)</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PRN}">parent</span></p><p><b>name</b>: Robin Example </p></div>
  </text>
  <patient>🔗 
    <reference value="Patient/annex2b-example-child"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="PRN"/>
    </coding>
  </relationship>
  <name>
    <family value="Example"/>
    <given value="Robin"/>
  </name>
</RelatedPerson>