Difference between revisions of "Appointment Management"
From Hiasobi - FHIR
Brett Esler (Talk | contribs) (Created page with " == Information == See: [http://hl7.org/fhir/DSTU2/appointment.html] ==Request Appointment== Appointment status = proposed start end slot - optional reference...") |
Brett Esler (Talk | contribs) |
||
Line 6: | Line 6: | ||
==Request Appointment== | ==Request Appointment== | ||
+ | Server provides a list of | ||
Appointment | Appointment | ||
Line 17: | Line 18: | ||
required = required | required = required | ||
status = needs-action | status = needs-action | ||
− | + | participant [1] | |
type = null | type = null | ||
actor is Patient | actor is Patient | ||
required = required | required = required | ||
status = accepted | status = accepted | ||
+ | participant [2] | ||
+ | type = null | ||
+ | actor is HealthcareService |
Revision as of 17:41, 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