The 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.
By RelatedPerson ID
GET /RelatedPerson/{id}
2.
By Patient ID
GET /RelatedPerson?patient=Patient/{id}
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