Patient Care Coordination (PCC) Implementation Guide - Local Development build (v0.1.1-current) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Event Notifications and Enterprise Shared Data/Document Repositories Option
Both the referral initiator and recipient share the referral letter, consultation note and discharge report using API's. Instead of transferring data they communicate via event notifications.
Message Exchange Flow
Referral Request (PCC-55)
The Referral Initiator sends a referral document (PCC-55) to the Enterprise Document/Data Sharing system.
REF_I12 Command Message
A control message (based on HL7 v2 or FHIR message standards) is sent to notify the system about the new document or data.
Retrieve Referral Request (PCC-55)
The Referral Recipient then pulls or retrieves the actual Referral Request (PCC-55) from the Enterprise Document/Data Sharing system.
Pros and Cons
The command/document message is reused from the traditional messaging approach but without the clinical detail which simplifies the conversations.
Data or Document Sharing Options
When sharing via documents, a central EDMS system such as IHE XDS or EDMS with standard API's such as IHE MHD (note: IHE XDS can be used with MHD).
The format of the documents may be PDF, CDA or FHIR Document
When sharing data, the referral initiator and recipient should share the content via standard API's such as IHE QEDm/FHIR REST Query API.
The method of sharing the data/document will vary, modern EPR suppliers are likely to favour IHE QEDm/FHIR REST. Many NHS Trusts are now sharing documents internally using EDMS, these are most often PDF documents.
The referral acceptance/rejection (REF_I15) is often not implemented.
This gives EHR/EPR full control of the data they create and so reduces data duplication. Access controls can be applied locally.
This level is sharing using FHIR REST Query API is already supported by several EPRs.
The workflow interactions follow conversation patterns which allow for more natural business communication.
FHIR Worfklow interactions can be replaced HL7 v2 messages; it is anticipated a mixed economy will be required.
EHR/EPR without sharing capabilites can make use of an Enterprise Clinical Data Repository or off-the-shelf Clinical Data Repositories (FHIR-based or openEHR with FHIR REST API)
The uptake of FHIR Workflow by existing vendors is likely to be low as they will often have equivalent alternatives.
A modern alternative to a traditional message, which supports modern transport and payload standards.
This is considerably different to common technical patterns which may not be understood by a non-technical audience, which imply a level of technical debt around the delivery of this.
The FHIR Task and Encounter can be delivered via FHIR Subscription which is likely to be the preferred method (not FHIR RESTful in enterprise interactions due to scaling issues).