Operation | create Schedule |
Method | POST |
Path | https://blaze.life.uni-leipzig.de/fhir/Schedule |
Resource | Schedule | | | | |
{
"resourceType" : "Schedule",
"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" : "131188874-65692-2904979"
} ],
"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/C6AMYUUWE5HHK7CB",
"display" : "South Wing, second floor"
} ],
"planningHorizon" : {
"start" : "2019-10-01T04:00:00Z",
"end" : "2019-11-01T04:00:00Z"
},
"comment" : "Assessments should be performed before requesting appointments in this slot."
}