Skip to main content

PractitionerRole

The PractitionerRole resource provides the "Details of a Health Insurance product/plan provided by an organization." HL7 FHIR R4 PractitionerRole

Supported Profiles

This API supports the following FHIR profiles:

Operations

The Certified and Regulated Provider Directory API PractitionerRole 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 PractitionerRole 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
endpointreferenceTechnical endpoints providing access to services operated for the practitioner with this role
locationreferenceOne of the locations at which this practitioner provides care
networkreferenceSelect roles where the practitioner is a member of the specified health insurance provider network
organizationreferenceThe identity of the organization the practitioner represents / acts on behalf of
practitionerreferencePractitioner that is able to provide the defined services for the organization
roletokenThe practitioner can perform this role at for the organization
servicereferenceThe list of healthcare services that this worker provides for this role's Organization/Location(s)
specialtytokenThe practitioner has this specialty at an organization

Search Examples

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

Search by Organization
curl -X POST https://fhir.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}/PractitionerRole/_search \
-H "Accept: application/fhir+json" \
-H "Content-Type: application/x-form-urlencoded" \
-d "organization=Organization/123"
Search by Location
curl -X POST https://fhir.netsmartcloud.com/payer/provider-directory/v2/{tenant-id}/PractitionerRole/_search \
-H "Accept: application/fhir+json" \
-H "Content-Type: application/x-form-urlencoded" \
-d "location=Location/123"