The Practitioner
resource in Edvak Health EHR represents healthcare professionals such as physicians, nurses, and therapists involved in patient care and clinical services. It is used for assigning responsibility and tracking healthcare-related roles.Overview#
Captures individuals involved in the provision of healthcare
Can be referenced from other resources (e.g. Encounter, Observation)
Supports searching by name, internal ID, or NPI (National Provider Identifier)
Must Support Elements#
identifier
(including NPI)
Supported Search Combinations#
1.
By Name
GET /Practitioner?name=Smith
2.
By Identifier (e.g., NPI)
GET /Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|97860456
3.
By Internal Resource ID
GET /Practitioner/{id}
Query Parameters#
Name | Type | Required | Example | Description |
---|
name | string | Optional | Smith | Matches any part of the practitioner's name |
identifier | token | Optional | http://hl7.org/fhir/sid/us-npi\|97860456 | NPI or other identifier |
id | string | Optional | 97860456 | Internal resource ID |
Header | Type | Required | Example |
---|
Authorization | string | Yes | Bearer <ACCESS_TOKEN> |
Standard Responses#
Code | Description |
---|
200 | OK – Successful request |
400 | Bad Request |
401 | Unauthorized – Invalid credentials |
404 | Not Found |
500 | Server Error |
Modified at 2025-05-11 02:27:15