Difference between revisions of "Scheduling Support"

From Hiasobi - FHIR
Jump to: navigation, search
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 16: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

  • Return a FHIR Bundle
  • Bundle.entry will contain Slot entries
  • Example response in xml + json format:

slot-response-xml slot-response-json



Archive Material: Appointment Management