UKCore Hackathon Supporting Guide

This guidance is under active development by NHS England and content may be added or updated on a regular basis.

Event Notifications

Type Use Case Suggested Standards
Resource Admission and Discharge Notifications, Observation alerts (high blood pressure, etc), Appointments, Patient demographics updates FHIR Workflow

Event-Notification

The earliest form of Event Notification was a key focus of early HL7 standards and is normally referred to as the HL7 v2 Admission, Discharge and Transfers (ADT) standard. This covered a series of use cases, including:

  • patient was registered.
  • patient demographics have been updated.
  • patient has arrived or attended outpatient clinic.
  • patient has been admitted to, arrived at or discharged from hospital.
  • patient has an appointment or is scheduled to be admitted to hospital.
  • Significant clinical event (e.g. high blood pressure reading)
Description

This interaction method differs from Event Message in that it is not intended to transfer/exchange records. It is purely a notification system and it typically used to complement Query Patient Care Data, which the recipient practitioner or system can use to view details on the event if they wish. Events Notifications in FHIR will generally use RESTful API

event-notifications

Example Implementations
  • See HL7 v2 above.

back to top