Organization
Organization
resource in Edvak Health EHR captures structured details of institutions and groups involved in care delivery or support services, such as hospitals, clinics, payers, labs, or departments.Overview
Must Support Elements
identifier
(including NPI)active
name
telecom.system
telecom.value
address.line
address.city
address.state
address.postalCode
address.country
Supported Search Combinations
1.
GET /Organization?name={string}
2.
GET /Organization?address={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 | Internal Server Error |