Guide d'implémentation FR Core
2.2.0 - trial-use FR

Guide d'implémentation FR Core - version de développement local (intégration continue v2.2.0) construite par les outils de publication FHIR (HL7® FHIR® Standard). Voir le répertoire des versions publiées

: FRCorePatientDeceasedExample - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="FRCorePatientDeceasedExample"/>
  <meta>
    <profile
             value="https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narratif généré : Patient FRCorePatientDeceasedExample</b></p><a name="FRCorePatientDeceasedExample"> </a><a name="hcFRCorePatientDeceasedExample"> </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">Profil: <a href="StructureDefinition-fr-core-patient.html">FR Core Patient Profile</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Jean Martin (official) Male, Date de Naissance :1950-03-10 ( Patient internal identifier: IPP-999-001 (use: usual, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="L'enregistrement est actif">Actif :</td><td>false</td><td style="background-color: #f3f5da" title="Statut connu du patient">Décédé :</td><td colspan="3">2024-01-15</td></tr><tr><td style="background-color: #f3f5da" title="Date de naissance approximative du patient.
Approximate birthdate of the patient"><a href="StructureDefinition-fr-core-lunar-date.html">FR Core Lunar Date Extension</a></td><td colspan="3">1950-03-10</td></tr><tr><td style="background-color: #f3f5da" title="Précise le lieu de décès du patient (hôpital, sur la voie publique, au domicile, etc.).

Carries the death place of the patient"><a href="StructureDefinition-fr-core-patient-death-place.html">FR Core Patient Death Place Extension</a></td><td colspan="3">CHU de Paris, Paris, France</td></tr></table></div>
  </text>
  <extension
             url="https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-death-place">
    <valueAddress>
      <text value="CHU de Paris, Paris, France"/>
      <city value="Paris"/>
      <postalCode value="75014"/>
    </valueAddress>
  </extension>
  <extension
             url="https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-lunar-date">
    <valueString value="1950-03-10"/>
  </extension>
  <identifier>
    <use value="usual"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PI"/>
        <display value="Patient internal identifier"/>
      </coding>
    </type>
    <system value="http://hopital.fr/namingsystem/ipp"/>
    <value value="IPP-999-001"/>
  </identifier>
  <active value="false"/>
  <name>
    <use value="official"/>
    <family value="Martin"/>
    <given value="Jean"/>
  </name>
  <gender value="male"/>
  <birthDate value="1950-03-10"/>
  <deceasedDateTime value="2024-01-15"/>
</Patient>