{
"resourceType" : "DiagnosticReport",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Id for external references to this report
"status" : "<code>", // R! registered | partial | final | corrected | appended | cancelled | entered-in-error
"category" : { CodeableConcept }, // Service category
"code" : { CodeableConcept }, // R! Name/Code for this diagnostic report
"subject" : { Reference(Patient|Group|Device|Location) }, // R! The subject of the report, usually, but not always, the patient
"encounter" : { Reference(Encounter) }, // Health care event when test ordered
// effective[x]: Clinically Relevant time/time-period for report. One of these 2:
"effectiveDateTime" : "<dateTime>",
"effectivePeriod" : { Period },
"issued" : "<instant>", // R! DateTime this version was released
"performer" : { Reference(Practitioner|Organization) }, // R! Responsible Diagnostic Service
"request" : [{ Reference(DiagnosticOrder|ProcedureRequest|ReferralRequest) }], // What was requested
"specimen" : [{ Reference(Specimen) }], // Specimens this report is based on
"result" : [{ Reference(Observation) }], // Observations - simple, or complex nested groups
"imagingStudy" : [{ Reference(ImagingStudy|ImagingObjectSelection) }], // Reference to full details of imaging associated with the diagnostic report
"image" : [{ // Key images associated with this report
"comment" : "<string>", // Comment about the image (e.g. explanation)
"link" : { Reference(Media) } // R! Reference to the image source
}],
"conclusion" : "<string>", // Clinical Interpretation of test results
"codedDiagnosis" : [{ CodeableConcept }], // Codes for the conclusion
"presentedForm" : [{ Attachment }] // Entire report as issued
}
DiagnosticReport Search Parameters
The following search parameters can be used to query DiagnosticReport resources. Just submit them like so: