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

EOB 2

 

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]

ParameterConformanceSample SearchNotes
 MAY[base]/InsurancePlanBundle all insurance resources
identifier - rxplanMAY[base]/InsurancePlan?identifier=[rxplan]rxplan - rxplan value from FHIR Coverage.class structure
identifier - product_codeMAY[base]/InsurancePlan?identifier=[product_code]product_code - product_code value from FHIR Coverage.class structure
nameMAY[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!