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

HealthcareService
Services offered by an organization/practitioner at a location.
HL7 FHIR interactions
Read Interaction:
GET [base]/Patient/[id]
Search-Type Interaction:
GET [base]/Patient?[parameter=value]
Parameter | Conformance | Sample Search | Notes |
---|---|---|---|
MAY | [base]/HealthCareService | Bundle all HealthCareService resources | |
_id | MAY | [base]/HealthCareService?_id=[id] | |
coverage-area | MAY | [base]/HealthCareService?coverage-area=[coverage area location] | |
location | MAY | [base]/HealthCareService?location=[location of service] | |
organization | MAY | [base]/HealthCareService?organization=[Organization that provides healthcareservice] | |
specialty | MAY | [base]/HealthCareService?specialty=[specialty] | Specialty: https://taxonomy.nucc.org/ |
name | MAY | [base]/HealthCareService?name=[Healthcare service name] | |
service-category | MAY | [base]/HealthCareService?service-category=[Service category] | Service category: http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS |
service-type | [base]/HealthCareService?service-type=[Service type] | Service type: http://terminology.hl7.org/CodeSystem/service-type |
URLs
Sandbox
https://apipreprod.arkbluecross.com/blueware/V1/FHIR/HealthcareService
Production
https://api.arkbluecross.com/blueware/V1/FHIR/HealthcareService
Headers
ACCEPT: application/json
AUTHORIZATION: Bearer {ACCESS_TOKEN}
Sample Request
curl -X GET \https://apipreprod.arkbluecross.com/blueware/V1/FHIR/HealthcareService \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \
Sample Response
Coming soon!