Coverage – FHIR API
GET /Coverage
This endpoint returns a response of Bundle of the Coverage entity.
Request
Query Parameters
- _format(optional) – string
- _id(optional) – string
- _language(optional) – string
- beneficiary(optional) – string
- class-type(optional) – string
- class-value(optional) – string
- dependent(optional) – string
- identifier(optional) – string
- patient(optional) – string
- payor(optional) – string
- policy-holder(optional) – string
- status(optional) – string
- subscriber(optional) – string
- type(optional) – string
Responses
200 Response
Success
Array of objects – Coverage
GET /Coverage/{id}
This endpoint returns a response of a single entity of the Coverage when supplied an ID.
Request
Query Parameters
Responses
200 Response
Success
Type: object – Coverage
- beneficiary – object
- class – array
- dependent – string
- id – string
- identifier- array
- meta – object
- payor – array
- period – object
- policyHolder – object
- relationship – object
- resourceType – string
- status – string
- subscriber – object
- text – object
- type – object
GET /Coverage/_history
This endpoint returns a response of Bundle a history of updates for the Coverage entity.
Request
Query Parameters
- _count (optional) – string
- _since (optional) – string
Responses
200 Response
Success
GET /Coverage/{id}/_history
This endpoint returns a response of a history of updates for the Coverage entity when supplied an ID.
Request
Query Parameters
- _count (optional) – string
- _since (optional) – string
Responses
200 Response
Success