Difference between revisions of "Appointment Management"

From Hiasobi - FHIR
Jump to: navigation, search
(Appointment Accept/Reject)
Line 4: Line 4:
 
See: [http://hl7.org/fhir/DSTU2/appointment.html]
 
See: [http://hl7.org/fhir/DSTU2/appointment.html]
  
 +
 +
== Available Slots ==
  
 
==Request Appointment==
 
==Request Appointment==

Revision as of 23:13, 18 November 2016

Information

See: [1]


Available Slots

Request Appointment

Server provides a list of appointments that are requested

Appointment
 status = proposed
 start
 end
 slot - optional reference 
 participant [0]
   type = PPRF 
   actor is Practitioner 
   required = required
   status = needs-action
 participant [1]
   type = null
   actor is Patient
   required = required
   status = accepted
 participant [2] 
   type = null
   actor is HealthcareService
     providedBy = (reference to organization)
     serviceCategory = (appointments calendar)
     required = required
     status = needs-action

Appointment Accept/Reject

Update appointment to accept or reject it

Appointment
  participant[0]
    status = accepted | declined
  participant[2]
    status = accepted | declined