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

This page is part of the Guide d'implémentation Fr Core (v2.1.0-ballot: trial-use Ballot 6) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.1. For a full list of available versions, see the Directory of published versions

: FRCoreSlotExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Slot",
  "id" : "FRCoreSlotExample",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-slot"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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\u00a0(use:\u00a0usual,\u00a0)</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>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "http://interopsante.org/slots",
      "value" : "451"
    }
  ],
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/service-type",
          "code" : "7",
          "display" : "Friendly Visiting"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "https://mos.esante.gouv.fr/NOS/TRE_R38-SpecialiteOrdinale/FHIR/TRE-R38-SpecialiteOrdinale",
          "code" : "SM54",
          "display" : "Médecine générale (SM)"
        }
      ]
    }
  ],
  "schedule" : {
    "reference" : "https://interopsante.org/fhir/Schedule/exampleSchedule"
  },
  "status" : "free",
  "start" : "2019-01-04T09:15:00Z",
  "end" : "2019-01-04T09:30:00Z"
}