Related Person
RelatedPerson
resource in Edvak Health EHR represents individuals with a non-clinical or informal relationship to a patient. These may include family members, guardians, caregivers, or close contacts who may provide information or care context.Must Support Elements
Field | Description |
---|---|
active | Indicates if the RelatedPerson record is in use |
patient | Reference to the related patient |
relationship | Type of relationship to the patient (e.g., guardian) |
name | Full name of the related person |
telecom | Contact info (phone, email) |
address | Address details |
Supported Search Combinations
1.
GET /RelatedPerson/{id}
2.
GET /RelatedPerson?patient=Patient/{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 |
404 | Not Found |
500 | Server Error |
Modified at 2025-05-11 02:35:15