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 / Solution | Create | Read | Update | Search |
|---|---|---|---|---|
| GEHRIMED | - | - | - | - |
| myAvatar | - | - | - | - |
| myEvolv | - | - | - | - |
| myUnity | - | - | - | - |
| Referral Manager | - | - | - | - |
Search
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
| Name | Type | Description |
|---|---|---|
| active | token | Whether this practitioner role record is in active use |
| date | date | The period during which the practitioner is authorized to perform in these role(s) |
| token | A value in an email contact | |
| location | reference | One of the locations at which this practitioner provides care |
| organization | reference | The identity of the organization the practitioner represents/acts on behalf of |
| phone | token | A value in a phone contact |
| practitioner | reference | Practitioner that is able to provide the defined services for the organization |
| role | token | The practitioner can perform this role at/for the organization |
| speciality | token | The practitioner has this speciality at an organization |
Search Examples
The POST method is recommended as it keeps health information out of the URL.
- Production
- Preview
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" \
curl -X POST https://fhirtest.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" \