Nerve
FHIRResources

DiagnosticReport

Maturity LevelSecurity CategoryResource Category
3Patient
Clinical

The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports.

Resource Content

NameRequiredTypeDescription & Constraints
identifierIdentifier[]Business identifier for report
basedOnReference<CarePlan | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest>[]What was requested
statuscoderegistered | partial | preliminary | final +
categoryCodeableConcept[]Service category
codeCodeableConceptName/Code for this diagnostic report
subjectReference<Patient | Group | Device | Location>The subject of the report
encounterReference<Encounter>Health care event when test ordered
effective[x]*Clinically relevant time/time-period for report
└─ effectiveDateTimedateTime
└─ effectivePeriodPeriod
issuedinstantDateTime this version was made
performerReference<Practitioner | PractitionerRole | Organization | CareTeam>[]Responsible Diagnostic Service
resultsInterpreterReference<Practitioner | PractitionerRole | Organization | CareTeam>[]Primary result interpreter
specimenReference<Specimen>[]Specimens this report is based on
resultReference<Observation>[]Observations
imagingStudyReference<ImagingStudy>[]Reference to full details of imaging
mediaBackboneElement[]Key images associated with this report
└─ commentstringComment about the image
└─ linkReference<Media>Reference to the image source
conclusionstringClinical conclusion of test results
conclusionCodeCodeableConcept[]Codes for the clinical conclusion
presentedFormAttachment[]Entire report as issued

Search Parameters

NameTypeDescriptionExpression
codetokenThe code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the resultDiagnosticReport.code
datedateThe clinically relevant time of the reportDiagnosticReport.effective
identifiertokenAn identifier for the reportDiagnosticReport.identifier
patientreferenceThe subject of the report if a patientDiagnosticReport.subject.where(resolve() is Patient)
encounterreferenceThe Encounter when the order was madeDiagnosticReport.encounter
based-onreferenceReference to the service requestDiagnosticReport.basedOn
categorytokenWhich diagnostic discipline/department created the reportDiagnosticReport.category
conclusiontokenA coded conclusion (interpretation/impression) on the reportDiagnosticReport.conclusionCode
issueddateWhen the report was issuedDiagnosticReport.issued
mediareferenceA reference to the image sourceDiagnosticReport.media.link
performerreferenceWho is responsible for the reportDiagnosticReport.performer
resultreferenceLink to an atomic result (observation resource)DiagnosticReport.result
results-interpreterreferenceWho was the source of the reportDiagnosticReport.resultsInterpreter
specimenreferenceThe specimen detailsDiagnosticReport.specimen
statustokenThe status of the reportDiagnosticReport.status
subjectreferenceThe subject of the reportDiagnosticReport.subject
studyreferenceStudies associated with the diagnostic reportDiagnosticReport.imagingStudy

Scope and Usage

This resource is an event resource from a FHIR workflow perspective - see Workflow. It is the intent of the Orders and Observation Workgroup to align this resource with the workflow pattern for event resources.

A diagnostic report is the set of information that is typically provided by a diagnostic service when investigations are complete. The information includes a mix of atomic results, text reports, images, and codes. The mix varies depending on the nature of the diagnostic procedure, and sometimes on the nature of the outcomes for a particular investigation. In FHIR, the report can be conveyed in a variety of ways including a Document, RESTful API, or Messaging framework. Included within each of these, would be the DiagnosticReport resource itself.

The DiagnosticReport resource has information about the diagnostic report itself, and about the subject and, in the case of laboratory tests, the specimen of the report. It can also refer to the request details and atomic observations details or image instances. Report conclusions can be expressed as a simple text blob, structured coded data or as an attached fully formatted report such as a PDF.

The DiagnosticReport resource is suitable for the following kinds of diagnostic reports:

Laboratory (Clinical Chemistry, Hematology, Microbiology, etc.) Pathology / Histopathology / related disciplines Imaging Investigations (x-ray, CT, MRI etc.) Other diagnostics - Cardiology, Gastroenterology etc. The DiagnosticReport resource is not intended to support cumulative result presentation (tabular presentation of past and present results in the resource). The DiagnosticReport resource does not yet provide full support for detailed structured reports of sequencing; this is planned for a future release.

Background and Context

Diagnostic Report Names The words "tests", "results", "observations", "panels" and "batteries" are often used interchangeably when describing the various parts of a diagnostic report. This leads to much confusion. The naming confusion is worsened because of the wide variety of forms that the result of a diagnostic investigation can take, as described above. Languages other than English have their own variations on this theme.

This resource uses one particular set of terms. A practitioner "requests" a set of "tests". The diagnostic service returns a "report" which may contain a "narrative" - a written summary of the outcomes, and/or "results" - the individual pieces of atomic data which each are "observations". The results are assembled in "groups" which are nested structures of Observations (traditionally referred to as "panels" or " batteries" by laboratories) that can be used to represent relationships between the individual data items.

Boundaries and relationships

Note that many diagnostic processes are procedures that generate observations and diagnostic reports. In many cases, such an observation does not require an explicit representation of the procedure used to create the observation, but where there are details of interest about how the diagnostic procedure was performed, the Procedure resource is used to describe the activity.

In contrast to the Observation resource, the DiagnosticReport resource typically includes additional clinical context and some mix of atomic results, images, imaging reports, textual and coded interpretation, and formatted representations. Laboratory reports, pathology reports, and imaging reports should be represented using the DiagnosticReport resource. The Observation resource is referenced by the DiagnosticReport to provide the atomic results for a particular investigation.

If you have a highly structured report, then use DiagnosticReport - it has data and workflow support. Details about the request for a diagnostic investigation are captured in the various "request" resources (e.g., the ServiceRequest) and allow the report to connect to clinical workflows. For more narrative driven reports with less work flow (histology/mortuary, etc.), the Composition resource would be more appropriate.

Image and media representations of the report and supporting images are referenced in the DiagnosticReport resource. The details and actual image instances can be referenced directly in Diagnostic report using the "imaging" element or by indirect reference through the ImagingStudy resources which represent the content produced in a DICOM imaging study or set of DICOM Instances for a patient.

Referenced Elements

This resource is referenced by:

On this page