DiagnosticReport

open class DiagnosticReport: DomainResource

A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports.

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.

  • A Diagnostic report - a combination of request information, atomic results, images, interpretation, as well as formatted reports.

    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.

    Declaration

    Swift

    override open class var resourceType: String
  • What was requested.

    Declaration

    Swift

    public var basedOn: [Reference]?
  • Service category.

    Declaration

    Swift

    public var category: CodeableConcept?
  • Name/Code for this diagnostic report.

    Declaration

    Swift

    public var code: CodeableConcept?
  • Codes for the conclusion.

    Declaration

    Swift

    public var codedDiagnosis: [CodeableConcept]?
  • Clinical Interpretation of test results.

    Declaration

    Swift

    public var conclusion: FHIRString?
  • Health care event when test ordered.

    Declaration

    Swift

    public var context: Reference?
  • Clinically relevant time/time-period for report.

    Declaration

    Swift

    public var effectiveDateTime: DateTime?
  • Clinically relevant time/time-period for report.

    Declaration

    Swift

    public var effectivePeriod: Period?
  • Business identifier for report.

    Declaration

    Swift

    public var identifier: [Identifier]?
  • Key images associated with this report.

    Declaration

    Swift

    public var image: [DiagnosticReportImage]?
  • Reference to full details of imaging associated with the diagnostic report.

    Declaration

    Swift

    public var imagingStudy: [Reference]?
  • DateTime this version was released.

    Declaration

    Swift

    public var issued: Instant?
  • Participants in producing the report.

    Declaration

    Swift

    public var performer: [DiagnosticReportPerformer]?
  • Entire report as issued.

    Declaration

    Swift

    public var presentedForm: [Attachment]?
  • Observations - simple, or complex nested groups.

    Declaration

    Swift

    public var result: [Reference]?
  • Specimens this report is based on.

    Declaration

    Swift

    public var specimen: [Reference]?
  • The status of the diagnostic report as a whole.

    Declaration

    Swift

    public var status: DiagnosticReportStatus?
  • The subject of the report - usually, but not always, the patient.

    Declaration

    Swift

    public var subject: Reference?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(code: CodeableConcept, status: DiagnosticReportStatus)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
  • Undocumented

    Declaration

    Swift

    open class DiagnosticReport: DomainResource