DRAFT - The specification is currently in development and subject to significant change. It is not ready for limited roll-out or production level use.

Examples

Examples Defined in This Guide

These examples show how the Bundles are created for a referral, for an appointment, and for a task.

Example Description
Bundle-AddServiceRequestBundle This example is for an initial referral request. It contains a ServiceRequest with the referral information, a Patient, a PractitionerRole with the linked Practitioner, Organization, and Location, and a QuestionnaireResponse providing information relevant to the referral.
Bundle-NotifyAddAppointmentBundle This example is for indicating that an appointment has been created for the patient for a specific referral. It contains an Appointment with the scheduled information and a Task around the appointment. The ServiceRequest is referenced via an identifier.
Bundle-NotifyAddProcessRequestBundle This example is for a task that indicates the referral has been accepted. It contains a Task with the information and references the ServiceRequest via an identifier.