{ "opencollection": "1.0.0", "info": { "name": "Temple Health FHIR R4 Allergy Intolerance Bulk Data API", "version": "4.0.1" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://epicaccess.templehealth.org/FhirProxyPrd/oauth2/authorize", "accessTokenUrl": "https://epicaccess.templehealth.org/FhirProxyPrd/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Bulk Data", "type": "folder" }, "items": [ { "info": { "name": "Group Level Bulk Export", "type": "http" }, "http": { "method": "GET", "url": "https://epicaccess.templehealth.org/FhirProxyPrd/api/FHIR/R4/Group/:id/$export", "headers": [ { "name": "Accept", "value": "" }, { "name": "Prefer", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "FHIR logical id of the resource." }, { "name": "_type", "value": "", "type": "query", "description": "Comma-separated list of FHIR resource types to include in the export." }, { "name": "_since", "value": "", "type": "query", "description": "Only include resources modified after this instant." } ] }, "docs": "Kick off an HL7 FHIR Bulk Data Access Group-level asynchronous export of patient resources for a defined Group." } ] } ], "bundled": true }