Gestion d'Agendas Partagés (GAP)
3.0.0 - trial-use France flag

Gestion d'Agendas Partagés (GAP) - Local Development build (v3.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: example-frslot - JSON Representation

Raw json | Download


{
  "resourceType" : "Slot",
  "id" : "example",
  "meta" : {
    "profile" : [
      🔗 "https://interop.esante.gouv.fr/ig/fhir/gap/StructureDefinition/gap-fr-slot"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Slot example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><a name=\"example-fr-FR\"> </a><p><b>identifier</b>: <code>http://example.org/slots</code>/451\u00a0(use:\u00a0usual,\u00a0)</p><p><b>serviceType</b>: <span title=\"Codes:{http://example.org/ValueSet/ServiceType 1}\">suivi</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://exampleserver.org/fhir/Schedule/example\">https://exampleserver.org/fhir/Schedule/example</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://example.org/slots",
      "value" : "451"
    }
  ],
  "serviceType" : [
    {
      "coding" : [
        {
          "system" : "http://example.org/ValueSet/ServiceType",
          "code" : "1",
          "display" : "suivi"
        }
      ]
    }
  ],
  "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://exampleserver.org/fhir/Schedule/example"
  },
  "status" : "free",
  "start" : "2019-01-04T09:15:00Z",
  "end" : "2019-01-04T09:30:00Z"
}