-
Notifications
You must be signed in to change notification settings - Fork 0
End to End Submission Flow
Sarah McDougall edited this page Dec 26, 2021
·
6 revisions
-
Client: Gathers data of interest, then assembles and executes
submit-data
request - EHR: Data source for Client, implements FHIR API that supports query parameters needed to gather data of interest
- Receiving Server: Receives and stores data of interest, calculates measures and care gap reports
- Auth Server: OAuth2 implementation to provide access control for Receiving Server
- Program Server: Provides functionality related to a specific quality program
The client executes the submit-data FHIR operation, which submits data-of-interest for a measure. Check out the operation spec for more information and examples.