Class TDiagnosticReport

Unit

Declaration

type TDiagnosticReport = class(TDomainResource)

Description

The findings and interpretation of diagnostic tests performed on patients, groups of patients, products, substances, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports. The report also includes non-clinical context such as batch analysis and stability reporting of products and substances. If the element is present, it must have either a @value, an @id, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property basedOn : TReferenceArray read GetbasedOnArray;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : TDiagnosticReportStatus read GetstatusElement write SetstatusElement;
Public property category : TCodeableConceptArray read GetcategoryArray;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property subject : TReference read Getsubject write Setsubject;
Public property encounter : TReference read Getencounter write Setencounter;
Public property effectiveDateTime : string read GeteffectiveDateTime write SeteffectiveDateTime;
Public property effectiveDateTimeElement : TdateTime_ read GeteffectiveDateTimeElement write SeteffectiveDateTimeElement;
Public property effectivePeriod : TPeriod read GeteffectivePeriod write SeteffectivePeriod;
Public property issued : string read Getissued write Setissued;
Public property issuedElement : Tinstant read GetissuedElement write SetissuedElement;
Public property performer : TReferenceArray read GetperformerArray;
Public property resultsInterpreter : TReferenceArray read GetresultsInterpreterArray;
Public property specimen : TReferenceArray read GetspecimenArray;
Public property result : TReferenceArray read GetresultArray;
Public property note : TAnnotationArray read GetnoteArray;
Public property study : TReferenceArray read GetstudyArray;
Public property supportingInfo : TDiagnosticReportSupportingInfoArray read GetsupportingInfoArray;
Public property media : TDiagnosticReportMediaArray read GetmediaArray;
Public property composition : TReference read Getcomposition write Setcomposition;
Public property conclusion : string read Getconclusion write Setconclusion;
Public property conclusionElement : Tmarkdown read GetconclusionElement write SetconclusionElement;
Public property conclusionCode : TCodeableConceptArray read GetconclusionCodeArray;
Public property presentedForm : TAttachmentArray read GetpresentedFormArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifiers assigned to this report by the performer or other systems.

Public property basedOn : TReferenceArray read GetbasedOnArray;

Details concerning a service requested.

Public property status : string read Getstatus write Setstatus;

The status of the diagnostic report.

Public property statusElement : TDiagnosticReportStatus read GetstatusElement write SetstatusElement;
 
Public property category : TCodeableConceptArray read GetcategoryArray;

A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI). This is used for searching, sorting and display purposes.

Public property code : TCodeableConcept read Getcode write Setcode;

A code or name that describes this diagnostic report.

Public property subject : TReference read Getsubject write Setsubject;

The subject of the report. Usually, but not always, this is a patient. However, diagnostic services also perform analyses on specimens collected from a variety of other sources.

Public property encounter : TReference read Getencounter write Setencounter;

The healthcare event (e.g. a patient and healthcare provider interaction) which this DiagnosticReport is about.

Public property effectiveDateTime : string read GeteffectiveDateTime write SeteffectiveDateTime;

The time or time-period the observed values are related to. When the subject of the report is a patient, this is usually either the time of the procedure or of specimen collection(s), but very often the source of the date/time is not known, only the date/time itself. (choose any one of effective*, but only one)

Public property effectiveDateTimeElement : TdateTime_ read GeteffectiveDateTimeElement write SeteffectiveDateTimeElement;
 
Public property effectivePeriod : TPeriod read GeteffectivePeriod write SeteffectivePeriod;

The time or time-period the observed values are related to. When the subject of the report is a patient, this is usually either the time of the procedure or of specimen collection(s), but very often the source of the date/time is not known, only the date/time itself. (choose any one of effective*, but only one)

Public property issued : string read Getissued write Setissued;

The date and time that this version of the report was made available to providers, typically after the report was reviewed and verified.

Public property issuedElement : Tinstant read GetissuedElement write SetissuedElement;
 
Public property performer : TReferenceArray read GetperformerArray;

The diagnostic service that is responsible for issuing the report.

Public property resultsInterpreter : TReferenceArray read GetresultsInterpreterArray;

The practitioner or organization that is responsible for the report's conclusions and interpretations.

Public property specimen : TReferenceArray read GetspecimenArray;

Details about the specimens on which this diagnostic report is based.

Public property result : TReferenceArray read GetresultArray;

[Observations](observation.html) that are part of this diagnostic report.

Public property note : TAnnotationArray read GetnoteArray;

Comments about the diagnostic report.

Public property study : TReferenceArray read GetstudyArray;

One or more links to full details of any study performed during the diagnostic investigation. An ImagingStudy might comprise a set of radiologic images obtained via a procedure that are analyzed as a group. Typically, this is imaging performed by DICOM enabled modalities, but this is not required. A fully enabled PACS viewer can use this information to provide views of the source images. A GenomicStudy might comprise one or more analyses, each serving a specific purpose. These analyses may vary in method (e.g., karyotyping, CNV, or SNV detection), performer, software, devices used, or regions targeted.

Public property supportingInfo : TDiagnosticReportSupportingInfoArray read GetsupportingInfoArray;

This backbone element contains supporting information that was used in the creation of the report not included in the results already included in the report.

Public property media : TDiagnosticReportMediaArray read GetmediaArray;

A list of key images or data associated with this report. The images or data are generally created during the diagnostic process, and may be directly of the patient, or of treated specimens (i.e. slides of interest).

Public property composition : TReference read Getcomposition write Setcomposition;

Reference to a Composition resource instance that provides structure for organizing the contents of the DiagnosticReport.

Public property conclusion : string read Getconclusion write Setconclusion;

Concise and clinically contextualized summary conclusion (interpretation/impression) of the diagnostic report.

Public property conclusionElement : Tmarkdown read GetconclusionElement write SetconclusionElement;
 
Public property conclusionCode : TCodeableConceptArray read GetconclusionCodeArray;

One or more codes that represent the summary conclusion (interpretation/impression) of the diagnostic report.

Public property presentedForm : TAttachmentArray read GetpresentedFormArray;

Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they SHALL be semantically equivalent.


Generated by PasDoc 0.15.0.