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 / Solution | Create | Read | Update | Search |
|---|---|---|---|---|
| GEHRIMED | - | - | - | - |
| myAvatar | - | Yes | - | Yes |
| myEvolv | - | - | - | - |
| myUnity | - | - | - | - |
| TheraOffice | - | - | - | - |
Search
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
| Name | Type | Description |
|---|---|---|
| endpoint | reference | Technical endpoints providing access to services operated for the practitioner with this role |
| location | reference | One of the locations at which this practitioner provides care |
| network | reference | Select roles where the practitioner is a member of the specified health insurance provider network |
| organization | reference | The identity of the organization the practitioner represents / acts on behalf of |
| 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 |
| service | reference | The list of healthcare services that this worker provides for this role's Organization/Location(s) |
| specialty | token | The practitioner has this specialty at an organization |
Search Examples
The POST method is recommended as it keeps health information out of the URL.
- Production
- Preview
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"
Search by Organization
curl -X POST https://fhirtest.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://fhirtest.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"