Request

Operationupdate Schedule
MethodPUT
Pathhttps://blaze.life.uni-leipzig.de/fhir/Schedule/C6AMYRYYMSPQKFRO
ResourceScheduleIdC6AMYRYYMSPQKFRO
Headers
Accept
application/fhir+json;charset=UTF-8
Content-Type
application/fhir+json;charset=UTF-8
Content
{
  "resourceType" : "Schedule",
  "id" : "C6AMYRYYMSPQKFRO",
  "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 - Schedule: Rehabilitation Medicine</p></div>"
  },
  "identifier" : [ {
    "use" : "usual",
    "system" : "http://happyvalley.com/schedule",
    "value" : "2904979-65692"
  } ],
  "serviceCategory" : [ {
    "coding" : [ {
      "system" : "http://example.org/service-category",
      "code" : "ds",
      "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"
    } ]
  } ],
  "actor" : [ {
    "reference" : "Location/C6AMYRWPUGMWCWJT",
    "display" : "South Wing, second floor"
  } ],
  "planningHorizon" : {
    "start" : "2019-11-01T04:00:00Z",
    "end" : "2019-12-01T04:00:00Z"
  },
  "comment" : "Assessments should be performed before requesting appointments in this slot."
}