Data Management with FHIR
0.1.0 - ci-build France flag

Data Management with FHIR - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: de Madame Blanc - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="cas-9"/>
  <meta>
    <profile
             value="https://interop.aphp.fr/ig/fhir/dm/StructureDefinition/DMPatient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narratif généré : Patient cas-9</b></p><a name="cas-9"> </a><a name="hccas-9"> </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-DMPatient.html">Patient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Isabelle Blanc  Female, Date de Naissance :1978-05-06 ( National Health Plan Identifier)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Id (see the one above)">Other Id:</td><td colspan="3">Patient internal identifier/9</td></tr><tr><td style="background-color: #f3f5da" title="Moyens de contacter le Patient">Contact Detail</td><td colspan="3"></td></tr><tr><td style="background-color: #f3f5da" title="The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements."><a href="http://hl7.org/fhir/extensions/5.2.0/StructureDefinition-patient-birthPlace.html">Patient Birth Place</a></td><td colspan="3">64 </td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
    <valueAddress>
      <postalCode value="64"/>
    </valueAddress>
  </extension>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NH"/>
      </coding>
    </type>
    <value value="278056432187654"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PI"/>
        <display value="Patient internal identifier"/>
      </coding>
    </type>
    <system value="https://test.fr/patientId"/>
    <value value="9"/>
  </identifier>
  <name>
    <use value="usual"/>
    <family value="Blanc"/>
    <given value="Isabelle"/>
  </name>
  <gender value="female"/>
  <birthDate value="1978-05-06"/>
  <address>
    <extension url="http://hl7.org/fhir/StructureDefinition/geolocation">
      <extension url="latitude">
        <valueDecimal value="48.8499"/>
      </extension>
      <extension url="longitude">
        <valueDecimal value="2.2943"/>
      </extension>
    </extension>
    <extension
               url="https://interop.aphp.fr/ig/fhir/dm/StructureDefinition/PmsiCodeGeo">
      <valueCode value="75015"/>
    </extension>
  </address>
</Patient>