Guide d'implémentation Fr Core
2.1.0 - trial-use France flag

This page is part of the Guide d'implémentation Fr Core (v2.1.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

: FRCoreEncounterExample - XML Representation

Raw xml | Download



<Encounter xmlns="http://hl7.org/fhir">
  <id value="FRCoreEncounterExample"/>
  <meta>
    <profile
             value="https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-encounter"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Encounter FRCoreEncounterExample</b></p><a name="FRCoreEncounterExample"> </a><a name="hcFRCoreEncounterExample"> </a><a name="FRCoreEncounterExample-fr-FR"> </a><p><b>FR Core Encounter Estimated Discharge Date Extension</b>: 2019-01-02</p><p><b>identifier</b>: Visit Number/123</p><p><b>status</b>: In Progress</p><p><b>class</b>: <a href="http://terminology.hl7.org/6.0.2/CodeSystem-v3-ActCode.html#v3-ActCode-AMB">ActCode</a> AMB: ambulatory</p><p><b>period</b>: 2019-01-02 --&gt; 2019-02-02</p></div>
  </text>
  <extension
             url="https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-estimated-discharge-date">
    <valueDate value="2019-01-02"/>
  </extension>
  <identifier>
    <type>
      <coding>
        <system
                value="https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-identifier-type"/>
        <code value="VN"/>
      </coding>
    </type>
    <system value="http://hopitalTest.fr/fhir/namingsystem/encounters"/>
    <value value="123"/>
  </identifier>
  <status value="in-progress"/>
  <class>
    <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
    <code value="AMB"/>
  </class>
  <period>
    <start value="2019-01-02"/>
    <end value="2019-02-02"/>
  </period>
</Encounter>