Return to our FHIR API Lists:
FHIR - Patient Resources
FHIR - Drug Formulary Resources
FHIR - Provider Resources

InsurancePlan
Details of a Health Insurance product/plan provided by an organization.
HL7 FHIR interactions
Read Interaction:
GET [base]/InsurancePlan/[id]
Search-Type Interaction:
GET [base]/InsurancePlan?[parameter=value]
Parameter | Conformance | Sample Search | Notes |
---|---|---|---|
MAY | [base]/InsurancePlan | Bundle all insurance resources | |
identifier - rxplan | MAY | [base]/InsurancePlan?identifier=[rxplan] | rxplan - rxplan value from FHIR Coverage.class structure |
identifier - product_code | MAY | [base]/InsurancePlan?identifier=[product_code] | product_code - product_code value from FHIR Coverage.class structure |
name | MAY | [base]/InsurancePlan?name=[name of benefit plan] |
URLs
Sandbox
https://apipreprod.arkbluecross.com/blueware/V1/FHIR/InsurancePlan
Production
https://api.arkbluecross.com/blueware/V1/FHIR/InsurancePlan
Headers
ACCEPT: application/json
AUTHORIZATION: Bearer {ACCESS_TOKEN}
Sample Request
curl -X GET \https://apipreprod.arkbluecross.com/blueware/V1/FHIR/InsurancePlan \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \
Sample Response
Coming soon!