ExplanationOfBenefit – FHIR API
GET /ExplanationOfBenefit
This endpoint returns a response of Bundle of the ExplanationOfBenefit entity.
Request
Query Parameters
- _format (optional) – string
- _id (optional) – string
- _language (optional) – string
- care-team (optional) – string
- claim (optional) – string
- coverage (optional) – string
- created (optional) – string
- detail-udi (optional) – string
- disposition (optional) – string
- encounter (optional) – string
- enterer (optional) – string
- facility (optional) – string
- identifier (optional) – string
- item-udi (optional) – string
- patient (optional) – string
- payee (optional) – string
- procedure-udi (optional) – string
- provider (optional) – string
- status (optional) – string
- subdetail-udi (optional) – string
Response
401 Response
Unauthorized
200 Response
Success
Array of objects – ExplanationOfBenefit
GET /ExplanationOfBenefit/{id}
This endpoint returns a response of a single entity of the ExplanationOfBenefit when supplied an ID.
Request
Query Parameters
Response
401 Response
Unauthorized
200 Response
Success
Type: object – ExplanationOfBenefit
- careTeam – array
- claim – object
- created – string
- disposition – string
- enterer – object
- facility – object
- id – string
- identifier – array
- insurance – array
- insurer – object
- item – array
- meta – object
- outcome – string
- patient – object
- payee – object
- provider – object
- resourceType – string
- status – string
- text – object
- total – array
- type – object
- use – string
GET /ExplanationOfBenefit/_history
This endpoint returns a response of Bundle a history of updates for the ExplanationOfBenefit entity.
Request
Query Parameters
- _count (optional) – string
- _since (optional) – string
Response
401 Response
Unauthorized
200 Response
GET /ExplanationOfBenefit/{id}/_history
This endpoint returns a response of a history of updates for the ExplanationOfBenefit entity when supplied an ID.
Request
Query Parameters
- _count (optional) – string
- _since (optional) – string
Response
401 Response
Unauthorized