DiagnosticReport REST Endpoints
Description
This topic describes information for the DiagnosticReport resource.
Overview
Note:
The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.The DiagnosticReport resource provides a set of information and interpretation following a diagnostic service or procedure such as a radiology, pathology, or cardiology report. The DiagnosticReport resource produces information about the diagnostic report itself, about the subject, and about the specimen of the report in the case of laboratory tests. The information produced can include a mix of atomic results, textual reports, images, and codes, depending on the types of diagnostic services being retrieved.
Report conclusions can be expressed as a text blob or structured coded data, or attached as a fully formatted report (such as a PDF file). Image and media representations of the report and supporting images can be referenced in the DiagnosticReport resource. This resource can retrieve reports of various Status types. Consider these statuses for filtering purposes if you only want to retrieve Final or Corrected results, or if you want to exclude any Entered-in-Error results. See the Status field below for more detail.
If you want to retrieve results without textual reports, such as general laboratory or vital sign results, use the Observation resource instead.
Profile Support
This resource supports the following HL7 FHIR US Core Implementation Guide STU 6.1.0 profiles:
- US Core DiagnosticReport Profile for Laboratory Results Reporting
- US Core DiagnosticReport Profile for Report and Note Exchange
Note:
The examples provided here are nonnormative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.Returned Fields
Terminology Bindings
| Element | Description | Details |
|---|---|---|
DiagnosticReport.category |
A code that classifies the clinical discipline, department, or diagnostic service that created the report (such as cardiology, biochemistry, hematology, or MRI). This code is used for searching, sorting, and display purposes. | |
DiagnosticReport.code |
A code or name that describes this diagnostic report. |
- Get a diagnostic report by ID
- Method: getPath:
/DiagnosticReport/{id} - Get a list of diagnostic reports
- Method: getPath:
/DiagnosticReport