The PractitionerRole resource in Edvak Health EHR defines the services a healthcare provider can perform at specific organizations or locations. It links a practitioner to their role, specialty, locations, and contact details.Must Support Elements#
Supported Search Combinations#
1.
By Specialty
/PractitionerRole?specialty={system}|{code}
2.
By Practitioner ID or Chained Parameters
/PractitionerRole?practitioner={Type/}[id]
/PractitionerRole?practitioner.identifier={system}|{value}
/PractitionerRole?practitioner.name={string}
All endpoints require a valid Bearer token.| Header | Type | Required | Example |
|---|
| Authorization | string | ✅ Yes | Bearer {access_token} |
Standard Responses#
| Code | Description |
|---|
| 200 | OK – Successful request |
| 400 | Bad Request |
| 401 | Unauthorized |
| 404 | Not Found |
| 500 | Server Error |
Modified at 2025-05-11 02:35:01