Clinical Tests
DiagnosticReport
resource in Edvak Health EHR represents clinical test results and diagnostic findings, including lab tests, EKGs, radiology reports, and other test-based evaluations.Must Support Elements
status
category
(must support category:us-core
)code
subject
encounter
effectiveDateTime
issued
performer
result
media
presentedForm
Supported Search Combinations
1. By Patient ID
/DiagnosticReport?patient=Patient/{id}
2. By Patient and Category
/DiagnosticReport?patient=Patient/{id}&category={system}|{code}
3. By Patient and Code
/DiagnosticReport?patient=Patient/{id}&code={system}|{code}
4. By Patient, Category and Date
/DiagnosticReport?patient=Patient/{id}&category={system}|{code}&date=ge2020-01-01
5. By Patient and Status
/DiagnosticReport?patient=Patient/{id}&status={system}|{code}
6. By Patient, Code and Date
/DiagnosticReport?patient=Patient/{id}&code={system}|{code}&date=ge2020-01-01
Query Parameters
Name | Type | Required | Example | Description |
---|---|---|---|---|
patient | string | Yes | Patient/123 | Patient resource reference |
category | token | Optional | `http://loinc.org | LP29684-5` |
code | token | Optional | http://loinc.org/24323-8 | Test-specific code (e.g., ECG, imaging) |
status | token | Optional | final , amended , preliminary | Diagnostic report status |
date | date | Optional | ge2023-01-01 | Test report date filter |
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 |