description: Provides guidance as to which DiagnosticReport attributes should be present and considerations as to how each attribute should be valued in all [FHIR resource]-close events.\n\n**FHIR R4 versus FHIR R5**\nIn the FHIR R4 DiagnosticReport resource image study references would be placed in the `imagingStudy` attribute. In a FHIR R5 (or above) DiagnosticReport this attribute has been renamed `study` since the allowed reference types has been expanded to include references to GenomicStudy resources. This is obviously a breaking change.\n\nIn FHIRcast deployments based on FHIR R5, the attribute `study` SHALL be used rather than the `imagingStudy` attribute.\n\nAdditionally FHIR R5 includes a `supportingInfo` attribute. While not yet formally provided for in FHIR R5, it has been recommended that the next release of FHIR allow an ImagingStudy reference be included in this attribute so that the DiagnosticReport could indicate one or more image studies were consulted during the creation of the report. As such in FHIR R5 deployments, this field is considered labeled as must support. package_name: hl7.fhir.uv.fhircast derivation: constraint name: FHIRcastDiagnosticReportClose type: DiagnosticReport elements: id: {short: A logical id of the resource SHALL be provided., index: 0} identifier: {short: 'At least one identifier of the DiagnosticReport SHOULD be provided in an [FHIR resource]-close request.', mustSupport: true, index: 1} basedOn: {short: 'At least one business identifier of the DiagnosticReport SHOULD be provided in a [FHIR resource]-open request (see detailed description).', mustSupport: true, index: 2} subject: type: Reference short: Reference to the patient associated with the report refers: ['http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-patient-close'] index: 3 imagingStudy: {short: Imaging study (or studies) which are the subject of this report, index: 4} package_version: 3.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/uv/fhircast/StructureDefinition/fhircast-diagnostic-report-close base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport version: 3.0.0-ballot required: [id, subject]