Practitioner
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
Must Support Elements
identifier
(including NPI)active
name
telecom
address
Supported Search Combinations
1.
GET /Practitioner?name=Smith
2.
GET /Practitioner?identifier=http://hl7.org/fhir/sid/us-npi|97860456
3.
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 |
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 – Invalid credentials |
404 | Not Found |
500 | Server Error |