Request

Operationcreate
MethodPOST
Pathhttps://blaze.life.uni-leipzig.de/fhir/Slot
ResourceSlot
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Slot",
  "meta" : {
    "security" : [ {
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code" : "HTEST",
      "display" : "test health data"
    } ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Touchstone Test Data - Slot: Rehabilitation Medicine</p></div>"
  },
  "identifier" : [ {
    "system" : "http://happyvalley.com/slot",
    "value" : "131188874-65692"
  } ],
  "serviceCategory" : [ {
    "coding" : [ {
      "system" : "http://example.org/service-category",
      "code" : "dp",
      "display" : "Disability Support"
    } ]
  } ],
  "serviceType" : [ {
    "coding" : [ {
      "system" : "http://example.org/service-type",
      "code" : "rm",
      "display" : "Rehabilitation Medicine"
    } ]
  } ],
  "specialty" : [ {
    "coding" : [ {
      "system" : "http://snomed.info/sct",
      "code" : "394602003",
      "display" : "Rehabilitation"
    } ]
  } ],
  "schedule" : {
    "reference" : "Schedule/C6AMYUWWELM4HBAW"
  },
  "status" : "busy",
  "start" : "2019-10-24T11:00:00Z",
  "end" : "2019-10-24T11:15:00Z",
  "overbooked" : false,
  "comment" : "Assessments should be performed before requesting appointments in this slot."
}