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

Location

 

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]

ParameterConformanceSample SearchNotes
 MAY[base]/LocationBundle all location resources
_idMAY[base]/Location?_id=[id] 
address-postalcodeMAY[base]/Location?address-postalcode=[zip code]member number - internal member
number
address-stateMAY[base]/Location?address-state=[state]state - two byte state code
address-cityMAY[base]/Location?address-city=[city] 
addressMAY[base]/Location?address=[part of the address] 
typeMAY[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!