Contributing Data
How to contribute data back to Health Information Exchange (HIE) networks
Importance and Requirements
Contributing data back to Health Information Exchange (HIE) networks is a critical requirement for all our customers. This bidirectional flow of information ensures that the HIE ecosystem remains up-to-date and valuable for all participants.
Key Points:
-
Mandatory Requirement: Data contribution back to the HIE networks is not optional. It’s a fundamental obligation for all customers using our services.
-
Timeframe: Data must be contributed back soon after a patient has an encounter with a provider and the data is ready to be made available. This ensures that the HIE network has timely access to the most recent patient information.
-
Consequences of Non-Compliance: Failure to comply with the data contribution requirement may result in revocation of access to the HIE network. This could significantly impact your ability to access and utilize crucial health information.
There is an exception to contributing data back through Metriport which applies to customers that are working with facilities that are already connected to the networks and contributing data back. These would be registered as “OBO” or “On Behalf Of” facilities.
How to Contribute Data
To facilitate the data contribution process, we provide two primary endpoints that customers can use to submit data back to the HIE networks:
-
Create Patient Consolidated
- Use this endpoint to create or update consolidated patient records.
-
Document Upload URL
- This endpoint is used for uploading clinical documents related to patient encounters.
Example Resource to Contribute
Customers can upload various types of FHIR R4 resources to contribute data back to the HIE networks. Here’s an example of an Encounter resource:
Tips when Contributing
- All Patient references must point to the Metriport patient ID the data is being upload for in this example it’s
subject.reference
in the Encounter resource. - All other references must point to a resource that’s available within the same bundle or one that has been previously uploaded.
- You can’t upload the same resource with the same ID twice in the same Bundle, this will result in a conflict error.
- All resources must be valid FHIR R4 resources.
- Ultimately, anything that would be useful and is clinically relevant to another provider should be contributed.
- This includes, but is not limited to, diagnoses, treatments, medications, and any significant findings from the encounter.