DiagnosticReport resource in Edvak Health EHR represents clinical test results and diagnostic findings, including lab tests, EKGs, radiology reports, and other test-based evaluations.statuscategory (must support category:us-core)codesubjectencountereffectiveDateTimeissuedperformerresultmediapresentedForm/DiagnosticReport?patient=Patient/{id}/DiagnosticReport?patient=Patient/{id}&category={system}|{code}/DiagnosticReport?patient=Patient/{id}&code={system}|{code}/DiagnosticReport?patient=Patient/{id}&category={system}|{code}&date=ge2020-01-01/DiagnosticReport?patient=Patient/{id}&status={system}|{code}/DiagnosticReport?patient=Patient/{id}&code={system}|{code}&date=ge2020-01-01| 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 |
| Header | Type | Required | Example |
|---|---|---|---|
| Authorization | string | Yes | Bearer <ACCESS_TOKEN> |
| Code | Description |
|---|---|
| 200 | OK – Successful request |
| 400 | Bad Request |
| 401 | Unauthorized |
| 404 | Not Found |
| 500 | Server Error |