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

: Séjour de Madame Blanc - XML Representation

Raw xml | Download


<Encounter xmlns="http://hl7.org/fhir">
  <id value="sejour-cas-9"/>
  <meta>
    <profile
             value="https://interop.aphp.fr/ig/fhir/dm/StructureDefinition/DMEncounter"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Narratif généré : Venue sejour-cas-9</b></p><a name="sejour-cas-9"> </a><a name="hcsejour-cas-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-DMEncounter.html">Encounter</a></p></div><p><b>identifier</b>: Visit Number/9</p><p><b>status</b>: Finished</p><p><b>class</b>: <a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-IMP">ActCode IMP</a>: inpatient encounter</p><p><b>subject</b>: <a href="Patient-cas-9.html">Isabelle Blanc  Female, Date de Naissance :1978-05-06 ( National Health Plan Identifier)</a></p><p><b>period</b>: 2024-01-13 --&gt; 2024-10-14</p><h3>Hospitalizations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>AdmitSource</b></td><td><b>DischargeDisposition</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{https://interop.aphp.fr/ig/fhir/dm/CodeSystem/PMSIMCOMDE 8}">Domicile</span></td><td><span title="Codes:{https://interop.aphp.fr/ig/fhir/dm/CodeSystem/PMSIMCOMDS 8}">Domicile</span></td></tr></table><p><b>serviceProvider</b>: Service d'hépatologie B de l'hopital Beaujon</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system
                value="https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-identifier-type"/>
        <code value="VN"/>
        <display value="Visit Number"/>
      </coding>
    </type>
    <system value="https://test.fr/encounterId"/>
    <value value="9"/>
  </identifier>
  <status value="finished"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="IMP"/>
  </class>
  <subject>🔗 
    <reference value="Patient/cas-9"/>
  </subject>
  <period>
    <start value="2024-01-13"/>
    <end value="2024-10-14"/>
  </period>
  <hospitalization>
    <admitSource>
      <coding>
        <system
                value="https://interop.aphp.fr/ig/fhir/dm/CodeSystem/PMSIMCOMDE"/>
        <code value="8"/>
      </coding>
    </admitSource>
    <dischargeDisposition>
      <coding>
        <system
                value="https://interop.aphp.fr/ig/fhir/dm/CodeSystem/PMSIMCOMDS"/>
        <code value="8"/>
      </coding>
    </dischargeDisposition>
  </hospitalization>
  <serviceProvider>
    <display value="Service d'hépatologie B de l'hopital Beaujon"/>
  </serviceProvider>
</Encounter>