Skip to main content

R4 PractitionerRole

The PractitionerRole resource describes a "specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time." (HL7 FHIR R4 PractitionerRole)

Supported Profiles

This API supports the following FHIR profiles:

Operations

The General Purpose FHIR R4 PractitionerRole resource supports the following standard operations. However, support varies by the targeted CareRecord or solution.

CareRecord / SolutionCreateReadUpdateSearch
GEHRIMED----
myAvatar----
myEvolv----
myUnity----
Referral Manager----
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 a combination of standard and custom search parameters in addition to the common parameters.

Standard Parameters

NameTypeDescription
activetokenWhether this practitioner role record is in active use
datedateThe period during which the practitioner is authorized to perform in these role(s)
emailtokenA value in an email contact
locationreferenceOne of the locations at which this practitioner provides care
organizationreferenceThe identity of the organization the practitioner represents/acts on behalf of
phonetokenA value in a phone contact
practitionerreferencePractitioner that is able to provide the defined services for the organization
roletokenThe practitioner can perform this role at/for the organization
specialitytokenThe practitioner has this speciality at an organization

Search Examples

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

Search Practitioner Role Resource by Date
curl -X POST https://fhir.netsmartcloud.com/v4/PractitionerRole/_search \
-H "Authorization: {Bearer Token}" \
-H "Accept: application/fhir+json" \
-H "Content-Type: application/x-form-urlencoded" \
-d "date=ge2024-08-01&date=le2024-08-27" \