Document Sharing
References
- NHS England Virtual Wards
Use Case
Patients care journeys in the border region can often include care provided by a mixture of English and Welsh care providers.
For example:
Vanessa Jenkins (Welsh patient) is a diabetic and is being treated by her Welsh GP, as a result of this condition she is admitted to her local (English) hospital for Hypertension.
Neil Smith (English patient) is a diabetic and is being treated by his local GP (Welsh), as a result of this condition he is admitted to his local (English) hospital for Hypertension.
Aim
Welsh/English clinician or health care professional want to be able to view discharge and outpatient letters so they can make informed decisions on treatment
UK Core Profiles
Summary of Options
Traditional Document Exchange
Pattern
The document and document metadata is sent directly to the recipient.
Pros
- Simple to establish
- Mimics traditional transfer of care processes
- Like for like replacement of fax and email with more automation support.
- Independent of http or MESH transports
- Compatibility with NHS England projects including Virtual Wards, Transfer of Care and GP Connect Send Document
Cons
- Concurrency Issues (document is correct at point of creation, corrections or updates can make interaction complex)
- No UK standards. Future work on UKCore-DocumentReference (document metadata) should answer part of this.
- Document duplication, which one is correct?
- Suited for point to point sharing only
FHIR Technical Framework Options
This pattern may be sent in several ways in FHIR. They overlap especially around the content of the FHIR resources. They should have low technical overhead with only minor amendments required.
RESTful API
The document metadata and document are individually to the recipient. This would involve the following interactions.
- POST /Binary to store the document. See demonstration POST /Binary
- POST /DocumentReference to store the document metadata. See demonstration POST /DocumentReference
It is likely this would need to be complemented with patient demographic interactions, such as searching for an existing patient record or adding a new record.
Transactions
This contains the same interactions listed in the previous section and is sent in a single interaction using the FHIR Bundle resource.
- POST / to send a collection of the RESTful interactions. See demonstration POST /
This is the recommended option in IHE-MHD ITI-65
Messaging
This has a defined set of resources and for Sending Documents
, this is likely to include FHIR DocumentReference, Binary and Patient. In FHIR this is defined in a FHIR MessageDefinition i.e. documents
It is sent via the following interaction.
- POST /$process-message See demonstration example
Provide Document Message
example on POST /$process-message