-
Notifications
You must be signed in to change notification settings - Fork 0
Client Workflow
Sarah McDougall edited this page Dec 23, 2021
·
1 revision
-
Client queries
$data-requirements
endpoint forMeasure
-
Receiving Server returns
Library
with populateddataRequirement
-
Client creates queries from
Library.dataRequirement
, and queries EHR for data of interest
- EHR processes queries and returns data needed
-
Client creates
MeasureReport
,Provenance
resource (w/empty target) -
Client creates
Parameters
resource with embeddedMeasureReport
, resources -
Client authenticates with Auth Server, and receives an
authorization token
-
Client executes
$submit-data
on Receiving System withParameters
resource,X-Provenance
header, andauthorization token