Difference between revisions of "Appointment Management"

From Hiasobi - FHIR
Jump to: navigation, search
(Request Appointment)
Line 26: Line 26:
 
     type = null
 
     type = null
 
     actor is HealthcareService
 
     actor is HealthcareService
 +
      providedBy = (reference to organization)
 +
      serviceCategory = (appointments calendar)
 +
      required = required
 +
      status = needs-action

Revision as of 21:22, 18 November 2016

Information

See: [1]


Request Appointment

Server provides a list of

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