Practioner Role
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
practitioner
organization
code
(role)specialty
location
telecom
endpoint
Supported Search Combinations
1.
/PractitionerRole?specialty={system}|{code}
2.
/PractitionerRole?practitioner={Type/}[id]
/PractitionerRole?practitioner.identifier={system}|{value}
/PractitionerRole?practitioner.name={string}
Authorization Header
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 |