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

Guide d'implémentation Fr Core, published by Interop'Santé. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Interop-Sante/hl7.fhir.fr.core/ and changes regularly. See the Directory of published versions

: FRCoreSlotExample - XML Representation

Raw xml | Download



<Slot xmlns="http://hl7.org/fhir">
  <id value="FRCoreSlotExample"/>
  <meta>
    <profile
             value="https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-slot"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Slot FRCoreSlotExample</b></p><a name="FRCoreSlotExample"> </a><a name="hcFRCoreSlotExample"> </a><a name="FRCoreSlotExample-fr-FR"> </a><p><b>identifier</b>: <code>http://interopsante.org/slots</code>/451 (use: usual, )</p><p><b>serviceType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/service-type 7}">Friendly Visiting</span></p><p><b>specialty</b>: <span title="Codes:{https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale SM54}">Médecine générale (SM)</span></p><p><b>schedule</b>: <a href="https://interopsante.org/fhir/Schedule/exampleSchedule">https://interopsante.org/fhir/Schedule/exampleSchedule</a></p><p><b>status</b>: Free</p><p><b>start</b>: 2019-01-04 09:15:00+0000</p><p><b>end</b>: 2019-01-04 09:30:00+0000</p></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="http://interopsante.org/slots"/>
    <value value="451"/>
  </identifier>
  <serviceType>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/service-type"/>
      <code value="7"/>
      <display value="Friendly Visiting"/>
    </coding>
  </serviceType>
  <specialty>
    <coding>
      <system
              value="https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale"/>
      <code value="SM54"/>
      <display value="Médecine générale (SM)"/>
    </coding>
  </specialty>
  <schedule>
    <reference
               value="https://interopsante.org/fhir/Schedule/exampleSchedule"/>
  </schedule>
  <status value="free"/>
  <start value="2019-01-04T09:15:00Z"/>
  <end value="2019-01-04T09:30:00Z"/>
</Slot>