North West Genomic Medicine Service Alliance, published by NHS North West GMSA. This guide is not an authorized publication; it is the continuous build for version 0.0.7 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nw-gmsa/R4/ and changes regularly. See the Directory of published versions
A system (e.g., an EHR or healthcare app) that requests documents (such as patient records, lab results, or images). It initiates queries and retrieves the actual documents.
Document Source
The system that creates or owns a document (e.g., a hospital EHR, lab system, or imaging system). Responsible for sending the document and its metadata.
Document Recipient
The system that receives, stores, and indexes the submitted document. It consists of: Document Registry and Document Repository
Document Responder
The system that responds to the consumer’s requests. It contains two main parts: Document Registry and Document Repository
Document Registry
Stores metadata (indexes) about available documents (e.g., type, patient ID, creation date, author), not the actual documents. It helps the consumer find what documents exist.
Document Repository
Stores the actual documents (clinical content). Once a document is identified, this is where it’s retrieved from.
Clinical Data Consumer
A system or application (e.g., mobile health app, EHR system, patient portal) that needs to access existing clinical data.
Clinical Data Source
The system that stores and manages the clinical data (e.g., EHR database, hospital information system, lab system). It responds to queries by providing the requested patient data.
In the North West region the HIE systems are:
Document Registry
Greater Manchester Care Record
Share2Care
Document Repository
Greater Manchester Care Record
Share2Care
NW GMSA Clinical Data Repository
Clinical Data Source
Greater Manchester Care Record
NW GMSA Clinical Data Repository
Publish a Document
Publish a Document
Interactions (Publishing Options)
The Document Source sends documents to the Document Recipient using one of several possible methods:
Provide and Register Document Set-b [ITI-41]
Classic IHE XDS transaction.
Sends both the document(s) and their metadata in a structured set.
Provide Document Bundle [ITI-65]
FHIR-based transaction.
Sends a document (e.g., CDA, PDF) wrapped in a FHIR Bundle along with metadata.
Simplified Publish [ITI-105]
A simplified publication mechanism for certain use cases, requiring fewer steps.
Generate Metadata [ITI-106]
Used when the document source wants the recipient to generate metadata automatically (instead of providing it explicitly).