latestOpenAPI 3.0.1Public Domain2026-07-171996134.0 KB

3565bdea5a5f

group

Start FHIR R4 data export job for the specified group identifier and resource type(s)

Initiates a job to collect data from the Beneficiary FHIR Data API for your ACO. The supported Group identifiers are all and runout. The all identifier returns data for the group of all patients attributed to the requesting ACO. The runout identifier returns claims runouts data.

If used when specifying _since: all claims data which has been updated since the specified date will be returned for beneficiaries which have been attributed to the ACO since before the specified date; and all historical claims data will be returned for beneficiaries which have been newly attributed to the ACO since the specified date.

get/api/v2/Group/{groupId}/$export

Path parameters

groupId'all' | 'runout' required

ID of group export

Query parameters

_typestring[] required

Resource type(s) requested. When left empty, will return all available resource types. Note: Claim and ClaimResponse are only available to REACH ACOs.

_sincestring

Only include resource versions that were created at or after the given instant in time. Format of string must align with the FHIR Instant datatype (i.e., 2020-02-13T08:00:00.000-05:00)

Headers

Prefer'respond-async' required

Response

A data export job has been started successfully.