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

Location
The physical place where healthcare services are provided, practitioners are employed, organizations are based, etc.
HL7 FHIR interactions
Read Interaction:
GET [base]/Location/[id]
Search-Type Interaction:
GET [base]/Location?[parameter=value]
Parameter | Conformance | Sample Search | Notes |
---|---|---|---|
MAY | [base]/Location | Bundle all location resources | |
_id | MAY | [base]/Location?_id=[id] | |
address-postalcode | MAY | [base]/Location?address-postalcode=[zip code] | member number - internal member number |
address-state | MAY | [base]/Location?address-state=[state] | state - two byte state code |
address-city | MAY | [base]/Location?address-city=[city] | |
address | MAY | [base]/Location?address=[part of the address] | |
type | MAY | [base]/Location?type=[type of location] | type: http://terminology.hl7.org/CodeSystem/v3-RoleCode |
URLs
Sandbox
https://apipreprod.arkbluecross.com/blueware/V1/FHIR/Location
Production
https://api.arkbluecross.com/blueware/V1/FHIR/Location
Headers
ACCEPT: application/json
AUTHORIZATION: Bearer {ACCESS_TOKEN}
Sample Request
curl -X GET \https://apipreprod.arkbluecross.com/blueware/V1/FHIR/Location \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \
Sample Response
Coming soon!