GET DiagnosticReport
Summary: Search diagnostic reports
Operation ID: searchDiagnosticReport
Auth: none
Operation ID: searchDiagnosticReport
Auth: none
Description
Search for lab results, imaging reports, and diagnostic findings
Parameters (5)
_count
(integer, query, optional, default: 20)
code
(string, query, optional)
Report LOINC code
date
(string, query, optional)
Report date
patient
(string, query, optional)
Patient reference
status
(string, query, optional)
Constraints: {'enum': ['registered', 'partial', 'preliminary', 'final', 'amended', 'corrected', 'appended', 'cancelled', 'entered-in-error', 'unknown']}
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| List recent diagnostic reports | curl |
https://hapi.fhir.org/baseR4/DiagnosticReport?_count=10 |
|
| Search by patient and LOINC code | curl |
https://hapi.fhir.org/baseR4/DiagnosticReport?patient=Patient/1&code=718-7 |
|
| Search by date range | curl |
https://hapi.fhir.org/baseR4/DiagnosticReport?date=ge2023-01-01&date=le2023-12-31&_count=5 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:50:44.981996 | 200 | 478ms | |
| 2026-03-23 10:12:44.141344 | 200 | 487ms | |
| 2026-03-23 09:08:26.328247 | 200 | 511ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:12:44.141344 | 4b1dcba09730 |
c5c2e1508cb8 |
| 2026-03-23 10:50:44.981996 | c5c2e1508cb8 |
7e7c4c3f12d3 |