Skip to main content

The Patient Encounter Bundle

When you download clinical data from a Real-time Patient Notification URL, you receive a FHIR Bundle containing a comprehensive snapshot of a patient’s encounter and all related resources.

What is a FHIR Bundle?

A FHIR Bundle is a container resource that packages multiple FHIR resources together. It ensures you receive a complete, standalone package of related clinical data.
For more information about FHIR, see our FHIR Overview.

Structure of a Patient Encounter Bundle

Each Patient Encounter Bundle follows this structure:
  1. First entry: The Patient resource
  2. Second entry: The core Encounter resource
  3. Subsequent entries: All other resources directly or transitively referenced by the Encounter
This means if the Encounter references a Location, Practitioner, or some other resource, those resources will be included in the bundle. Similarly, if the Encounter references a Condition that itself references an Observation, both the Condition and Observation will be included.

Example Patient Encounter Bundle

Below is a complete example of a Patient Encounter Bundle. In this example bundle are the following:
  • Patient: Sarah Johnson’s demographic information
  • Encounter: The root resource tying everything together, representing the cardiology visit
  • Location: Memorial Hospital where the encounter took place
  • Practitioner: Dr. Maria Rodriguez who attended the patient
  • Condition: A diagnosis of Stable Angina