interface DiagnosticReport {
    _conclusion?: Element;
    _effectiveDateTime?: Element;
    _implicitRules?: Element;
    _issued?: Element;
    _language?: Element;
    _status?: Element;
    basedOn?: Reference[];
    category?: CodeableConcept[];
    code: CodeableConcept;
    conclusion?: string;
    conclusionCode?: CodeableConcept[];
    contained?: ConcreteType[];
    effectiveDateTime?: dateTime;
    effectivePeriod?: Period;
    encounter?: Reference;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    imagingStudy?: Reference[];
    implicitRules?: uri;
    issued?: instant;
    language?: code;
    media?: DiagnosticReportMedia[];
    meta?: Meta;
    modifierExtension?: Extension[];
    performer?: Reference[];
    presentedForm?: Attachment[];
    resourceType: "DiagnosticReport";
    result?: Reference[];
    resultsInterpreter?: Reference[];
    specimen?: Reference[];
    status: code;
    subject?: Reference;
    text?: Narrative;
}

Properties

_conclusion?: Element

Clinical conclusion (interpretation) of test results

_effectiveDateTime?: Element

Clinically relevant time/time-period for report

_implicitRules?: Element

A set of rules under which this content was created

_issued?: Element

DateTime this version was made

_language?: Element

Language of the resource content

_status?: Element

registered | partial | preliminary | final +

basedOn?: Reference[]

What was requested

category?: CodeableConcept[]

Service category

Name/Code for this diagnostic report

conclusion?: string

Clinical conclusion (interpretation) of test results

conclusionCode?: CodeableConcept[]

Codes for the clinical conclusion of test results

contained?: ConcreteType[]

Contained, inline Resources

effectiveDateTime?: dateTime

Clinically relevant time/time-period for report

effectivePeriod?: Period

Clinically relevant time/time-period for report

encounter?: Reference

Health care event when test ordered

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

Business identifier for report

imagingStudy?: Reference[]

Reference to full details of imaging associated with the diagnostic report

implicitRules?: uri

A set of rules under which this content was created

issued?: instant

DateTime this version was made

language?: code

Language of the resource content

Key images associated with this report

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

performer?: Reference[]

Responsible Diagnostic Service

presentedForm?: Attachment[]

Entire report as issued

resourceType
result?: Reference[]

Observations

resultsInterpreter?: Reference[]

Primary result interpreter

specimen?: Reference[]

Specimens this report is based on

status: code

registered | partial | preliminary | final +

subject?: Reference

The subject of the report - usually, but not always, the patient

text?: Narrative

Text summary of the resource, for human interpretation