This page is part of the Data Access Framework (v1.8.0: STU 2 Ballot 2) based on FHIR v1.8.0. . For a full list of available versions, see the Directory of published versions
OPERATION: Extract Data
Enable data extraction from Clinical Data Sources (e.g EMRs) for Research Purposes
URL: [base]/$extract-operation
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | timereference | 1..1 | dateTime | This is the reference time based on which the extraction program will retrieve data for only those patients whose records have been created/updated after the reference time. | |
IN | patient | 0..1 | Reference | When a Patient is specified, the extraction program needs to only extract the data for a specific patient.If not specified, the extraction program will evaluate all consented patient records based on the reference time to identify the ones that have changed and need to be extracted. | |
OUT | return | 0..1 | Bundle | The results of the extraction would provide the data for each patient whose data has been created/updated based on the referenceTime. This data will be in the form of a Bundle which has all the resources that are pertinent for each patient whose data has been extracted. | |
OUT | issues | 0..1 | OperationOutcome | A list of hints and warnings about problems encountered while extracting the data. These might be show to the user as an advisory note. Note: if the extraction cannot be performed at all, then the operation should fail, and an OperationOutcome is returned directly with the failure, rather than using this parameter. |
Pilots underway in PCORNet