Difference between revisions of "Scheduling Support"
From Hiasobi - FHIR
Line 1: | Line 1: | ||
+ | |||
+ | == Search available slots as Slot resource== | ||
+ | |||
+ | === REQUEST === | ||
+ | Get all slots in a given schedule (appointment book) | ||
+ | |||
+ | GET [base]/Slot?schedule=<schedule.id> | ||
+ | |||
+ | === RESPONSE === | ||
+ | * Return a FHIR [http://hl7.org/fhir/bundle.html Bundle] | ||
+ | * Bundle.entry will contain [http://hl7.org/fhir/slot.html Slot] entries | ||
+ | * Example response in xml + json format: | ||
+ | [[slot-response-xml]] [[slot-response-json]] | ||
Revision as of 17:52, 17 June 2018
Search available slots as Slot resource
REQUEST
Get all slots in a given schedule (appointment book)
GET [base]/Slot?schedule=<schedule.id>
RESPONSE
slot-response-xml slot-response-json
Archive Material: Appointment Management