Cercle De Soins
2.0.0 - trial-use France flag

This page is part of the Cercle De Soins (v2.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: cds-relatedperson-example - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="cds-relatedperson-example"/>
  <meta>
    <profile
             value="https://interop.esante.gouv.fr/ig/fhir/cds/StructureDefinition/cds-fr-related-person"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson cds-relatedperson-example</b></p><a name="cds-relatedperson-example"> </a><a name="hccds-relatedperson-example"> </a><a name="cds-relatedperson-example-fr-FR"> </a><p><b>identifier</b>: <code>https://fake-system</code>/id-relatedPerson-12 (use: temp, )</p><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-cds-patient-example.html">Jacques Thobois (official) Male, DoB: 1984-10-02 ( NIR définitif (use: official, ))</a></p><p><b>relationship</b>: <span title="Codes:{https://mos.esante.gouv.fr/NOS/TRE_R260-HL7RoleClass/FHIR/TRE-R260-HL7RoleClass ECON}">Entité à contacter en cas d'urgence</span>, <span title="Codes:{https://mos.esante.gouv.fr/NOS/TRE_R216-HL7RoleCode/FHIR/TRE-R216-HL7RoleCode NBOR}">Voisin(e)</span></p><p><b>name</b>: CHIBOUT Lamine (Official)</p><p><b>telecom</b>: ph: 0602143212</p><p><b>gender</b>: Male</p><p><b>address</b>: 12 Rue de la Paix Paris 75004 FRA </p></div>
  </text>
  <identifier>
    <use value="temp"/>
    <system value="https://fake-system"/>
    <value value="id-relatedPerson-12"/>
  </identifier>
  <active value="true"/>
  <patient>🔗 
    <reference value="Patient/cds-patient-example"/>
  </patient>
  <relationship>
    <coding>
      <system
              value="https://mos.esante.gouv.fr/NOS/TRE_R260-HL7RoleClass/FHIR/TRE-R260-HL7RoleClass"/>
      <code value="ECON"/>
      <display value="Entité à contacter en cas d'urgence"/>
    </coding>
  </relationship>
  <relationship>
    <coding>
      <system
              value="https://mos.esante.gouv.fr/NOS/TRE_R216-HL7RoleCode/FHIR/TRE-R216-HL7RoleCode"/>
      <code value="NBOR"/>
      <display value="Voisin(e)"/>
    </coding>
  </relationship>
  <name>
    <use value="official"/>
    <family value="Lamine"/>
    <given value="CHIBOUT"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0602143212"/>
  </telecom>
  <gender value="male"/>
  <address>
    <line value="12 Rue de la Paix"/>
    <city value="Paris"/>
    <postalCode value="75004"/>
    <country value="FRA"/>
  </address>
</RelatedPerson>