HL7 Czech Base and Core FHIR IG
0.3.0 - ci-build Czechia flag

This page is part of the Czech National FHIR R4 Core and Base Implementation Guide STU 1 (v0.3.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Related person Example - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="RelatedPerson01"/>
  <meta>
    <profile
             value="https://hl7.cz/fhir/core/StructureDefinition/cz-relatedPerson-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson RelatedPerson01</b></p><a name="RelatedPerson01"> </a><a name="hcRelatedPerson01"> </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">Profile: <a href="StructureDefinition-cz-relatedPerson-core.html">Related Person (CZ core)</a></p></div><p><b>identifier</b>: <code>https://ncez.mzcr.cz/fhir/sid/rcis</code>/5151264525, <code>https://ncez.mzcr.cz/fhir/sid/cpoj</code>/5151264525, Passport number/23476525 (use: official, ), Passport number/88476522 (use: official, )</p><p><b>patient</b>: <a href="Patient-Mracena.html">Mračena Mrakomorová  Female, DoB: 1971-11-26 ( Citizenship Card (use: official, ))</a></p><p><b>relationship</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}, {http://terminology.hl7.org/CodeSystem/v2-0131 N}">mother</span></p><p><b>name</b>: PraMračena Mrakomorová </p><p><b>telecom</b>: <a href="tel:+420603853226">+420 603 853 226</a></p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1951-01-26</p></div>
  </text>
  <identifier>
    <system value="https://ncez.mzcr.cz/fhir/sid/rcis"/>
    <value value="5151264525"/>
  </identifier>
  <identifier>
    <system value="https://ncez.mzcr.cz/fhir/sid/cpoj"/>
    <value value="5151264525"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PPN"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/passport-CZE"/>
    <value value="23476525"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PPN"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/passport-SVK"/>
    <value value="88476522"/>
  </identifier>
  <patient>🔗 
    <reference value="Patient/Mracena"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="MTH"/>
    </coding>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
      <code value="N"/>
    </coding>
  </relationship>
  <name>
    <use value="usual"/>
    <family value="Mrakomorová"/>
    <given value="PraMračena"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+420 603 853 226"/>
    <use value="home"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1951-01-26"/>
</RelatedPerson>