Gestion d'Agenda Partagé (GAP)
3.0.0-ballot - 3.0.0-ballot

This page is part of the Guide d'implémentation FHIR - Gestion d'Agendas Partagés (v3.0.0-ballot: Release) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: example-frslot - XML Representation

Raw xml | Download



<Slot xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="https://interop.esante.gouv.fr/ig/fhir/gap/StructureDefinition/gap-fr-slot"/>
    <profile value="http://interopsante.org/fhir/StructureDefinition/FrSlot"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Slot</b><a name="example"> </a></p><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">Resource Slot &quot;example&quot; </p><p style="margin-bottom: 0px">Profiles: <a href="StructureDefinition-gap-fr-slot.html">GAP_FrSlot</a>, <a href="https://simplifier.net/resolve?scope=hl7.fhir.fr.core@1.1.0&amp;canonical=http://interopsante.org/fhir/StructureDefinition/FrSlot">FrSlot</a></p></div><p><b>identifier</b>: id: 451 (use: USUAL)</p><p><b>serviceType</b>: suivi <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (ServiceType#1)</span></p><p><b>specialty</b>: Médecine générale (SM) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (TRE-R38-SpecialiteOrdinale#SM54)</span></p><p><b>schedule</b>: <a href="https://simplifier.net/resolve?scope=hl7.fhir.fr.core@1.1.0&amp;canonical=https://exampleserver.org/fhir/Schedule/example">https://exampleserver.org/fhir/Schedule/example</a></p><p><b>status</b>: free</p><p><b>start</b>: Jan 4, 2019, 9:15:00 AM</p><p><b>end</b>: Jan 4, 2019, 9:30:00 AM</p></div>
  </text>
  <identifier>
    <use value="usual"/>
    <system value="http://example.org/slots"/>
    <value value="451"/>
  </identifier>
  <serviceType>
    <coding>
      <system value="http://example.org/ValueSet/ServiceType"/>
      <code value="1"/>
      <display value="suivi"/>
    </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://exampleserver.org/fhir/Schedule/example"/>
  </schedule>
  <status value="free"/>
  <start value="2019-01-04T09:15:00Z"/>
  <end value="2019-01-04T09:30:00Z"/>
</Slot>