Skip to main content

HealthcareService

The HealthcareService resource provides "The details of a healthcare service available at a location." (HL7 FHIR R4 HealthcareService)

Supported Profiles

This API supports the following FHIR profiles:

Operations

The Certified and Regulated Provider Directory API HealthcareService resource supports the following standard operations. However, support varies by the targeted CareRecord or solution.

CareRecord / SolutionCreateReadUpdateSearch
GEHRIMED----
myAvatar-Yes-Yes
myEvolv----
myUnity----
TheraOffice----
info

Not all Netsmart solutions support HealthcareService search. See supported operations table above and consult your target solution's documentation for more information.

This resource supports standard search parameters in addition to the common parameters.

Standard Parameters

NameTypeDescription
coverage-areareferenceLocation(s) service is intended for/available to
endpointreferenceTechnical endpoints providing access to electronic services operated for the healthcare service
locationreferenceThe location of the healthcare service
namestringA portion of the healthcare service name
organizationreferenceThe organization that provides this healthcare service
service-categorytokenService category of the healthcare service
service-typetokenThe type of service provided by this healthcare service
specialtytokenThe specialty of the service provided by this healthcare service

Search Examples

The POST method is recommended as it keeps health information out of the URL.

Search by Name
curl -X POST https://fhir.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}/HealthcareService/_search \
-H "Accept: application/fhir+json" \
-H "Content-Type: application/x-form-urlencoded" \
-d "name=Consulting psychologists and/or psychology services"
Search by Location
curl -X POST https://fhir.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}/HealthcareService/_search \
-H "Accept: application/fhir+json" \
-H "Content-Type: application/x-form-urlencoded" \
-d "location=Location/123"