interpretation
query parameter in the GET /orders endpoint.
Details
interpretation
- Filter by result interpretation of the lab test
enum<string> | null
normal
, abnormal
, critical
interpretation
field providing the clinical assessment of the test results:interpretation
- Interpretation of the order result
enum<string> | null
normal
, abnormal
, critical
Type | Remarks |
---|---|
Org Management Key | Full control of the organization — notably can create or delete Teams. |
Team Management Key | Scoped control over one or more Teams. But it cannot access Org-level resources or actions, e.g., creating or deleting Teams. |
Details
X-Management-Key
header, as well as the deprecated X-Vital-Org-Key
header.Selected customers can now manage Management Keys in the Junction Dashboard through:Type | Remarks |
---|---|
Org Management Key | The Org Config page; accessible via the top-left corner Dropdown Menu. |
Team Management Key | The Team Config page. |
X-Management-Key
header for Junction Management API (April 2025)X-Management-Key
header, in addition to the X-Vital-Org-Key
header.
We would continue to support the X-Vital-Org-Key
header. Though we recommend moving over to X-Management-Key
to avoid
confusion, especially if you do plan to adopt Team Management Keys.
Details
Details
Details
Details
client_user_id
conflicts with an existing user, the 400 Bad Request response
now includes the Vital User ID (user_id
) and the creation date (created_on
) of the conflicting user.Check out the Create User endpoint documentation.Details