The 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#
Represents healthcare institutions and supporting entities
Includes name, contact info, address, and identifiers (e.g., NPI, CLIA)
Commonly used for lab organizations, providers, insurers, and referring institutions
Conforms to US Core Organization Profile under USCDI v3 and FHIR R4
Must Support Elements#
identifier
(including NPI)
Supported Search Combinations#
1.
By Name
GET /Organization?name={string}
2.
By Address
GET /Organization?address={string}
All endpoints require a valid Bearer token.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 |
Modified at 2025-05-11 03:39:28