Resources
DiagnosticReport
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.
Properties
Name | Required | Type | Description |
---|---|---|---|
identifier | No | Identifier[] | Business identifier for report |
basedOn | No | Reference<CarePlan / ImmunizationRecommendation / MedicationRequest / NutritionOrder / ServiceRequest>[] | What was requested |
status | Yes | code | registered / partial / preliminary / final + |
category | No | CodeableConcept[] | Service category |
code | Yes | CodeableConcept | Name/Code for this diagnostic report |
subject | No | Reference<Patient / Group / Device / Location> | The subject of the report - usually, but not always, the patient |
encounter | No | Reference<Encounter> | Health care event when test ordered |
effective[x] | No | dateTime, Period | Clinically relevant time/time-period for report |
issued | No | instant | DateTime this version was made |
performer | No | Reference<Practitioner / PractitionerRole / Organization / CareTeam>[] | Responsible Diagnostic Service |
resultsInterpreter | No | Reference<Practitioner / PractitionerRole / Organization / CareTeam>[] | Primary result interpreter |
specimen | No | Reference<Specimen>[] | Specimens this report is based on |
result | No | Reference<Observation>[] | Observations |
imagingStudy | No | Reference<ImagingStudy>[] | Reference to full details of imaging associated with the diagnostic report |
media | No | DiagnosticReportMedia | Key images associated with this report |
- id | No | string | Unique id for inter-element referencing |
- extension | No | Extension[] | Additional content defined by implementations |
- modifierExtension | No | Extension[] | Extensions that cannot be ignored even if unrecognized |
- comment | No | string | Comment about the image (e.g. explanation) |
- link | Yes | Reference<Media> | Reference to the image source |
conclusion | No | string | Clinical conclusion (interpretation) of test results |
conclusionCode | No | CodeableConcept[] | Codes for the clinical conclusion of test results |
presentedForm | No | Attachment[] | Entire report as issued |
Search Parameters
Name | Type | Description | Expression |
---|---|---|---|
code | token | The code for the report, as opposed to codes for the atomic results, which are the names on the observation resource referred to from the result | DiagnosticReport.code |
date | date | The clinically relevant time of the report | DiagnosticReport.effective |
identifier | token | An identifier for the report | DiagnosticReport.identifier |
patient | reference | The subject of the report if a patient | DiagnosticReport.subject |
encounter | reference | The Encounter when the order was made | DiagnosticReport.encounter |
based-on | reference | Reference to the service request. | DiagnosticReport.basedOn |
category | token | Which diagnostic discipline/department created the report | DiagnosticReport.category |
conclusion | token | A coded conclusion (interpretation/impression) on the report | DiagnosticReport.conclusionCode |
issued | date | When the report was issued | DiagnosticReport.issued |
media | reference | A reference to the image source. | DiagnosticReport.media.link |
performer | reference | Who is responsible for the report | DiagnosticReport.performer |
result | reference | Link to an atomic result (observation resource) | DiagnosticReport.result |
results-interpreter | reference | Who was the source of the report | DiagnosticReport.resultsInterpreter |
specimen | reference | The specimen details | DiagnosticReport.specimen |
status | token | The status of the report | DiagnosticReport.status |
subject | reference | The subject of the report | DiagnosticReport.subject |
Inherited Properties
Name | Required | Type | Description |
---|---|---|---|
id | No | string | Logical id of this artifact |
meta | No | Meta | Metadata about the resource |
implicitRules | No | uri | A set of rules under which this content was created |
language | No | code | Language of the resource content |
text | No | Narrative | Text summary of the resource, for human interpretation |
contained | No | Resource[] | Contained, inline Resources |
extension | No | Extension[] | Additional content defined by implementations |
modifierExtension | No | Extension[] | Extensions that cannot be ignored |
To view the FHIR specification for this resource, see DiagnosticReport.