Class TCondition

Unit

Declaration

type TCondition = class(TDomainResource)

Description

A clinical condition, problem, diagnosis, or other event, situation, issue, or clinical concept that has risen to a level of concern. 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 clinicalStatus : string read GetclinicalStatus write SetclinicalStatus;
Public property clinicalStatusElement : TConditionClinicalStatusCodes read GetclinicalStatusElement write SetclinicalStatusElement;
Public property verificationStatus : string read GetverificationStatus write SetverificationStatus;
Public property verificationStatusElement : TConditionVerificationStatus read GetverificationStatusElement write SetverificationStatusElement;
Public property category : TCodeableConceptArray read GetcategoryArray;
Public property severity : TCodeableConcept read Getseverity write Setseverity;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property bodySite : TCodeableConceptArray read GetbodySiteArray;
Public property subject : TReference read Getsubject write Setsubject;
Public property context : TReference read Getcontext write Setcontext;
Public property onset : TElement read Getonset write Setonset;
Public property abatement : TElement read Getabatement write Setabatement;
Public property assertedDate : string read GetassertedDate write SetassertedDate;
Public property assertedDateElement : TdateTime_ read GetassertedDateElement write SetassertedDateElement;
Public property asserter : TReference read Getasserter write Setasserter;
Public property stage : TConditionStage read Getstage write Setstage;
Public property evidence : TConditionEvidenceArray read GetevidenceArray;
Public property note : TAnnotationArray read GetnoteArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

This records identifiers associated with this condition that are defined by business processes and/or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).

Public property clinicalStatus : string read GetclinicalStatus write SetclinicalStatus;

The clinical status of the condition.

Public property clinicalStatusElement : TConditionClinicalStatusCodes read GetclinicalStatusElement write SetclinicalStatusElement;
 
Public property verificationStatus : string read GetverificationStatus write SetverificationStatus;

The verification status to support the clinical status of the condition.

Public property verificationStatusElement : TConditionVerificationStatus read GetverificationStatusElement write SetverificationStatusElement;
 
Public property category : TCodeableConceptArray read GetcategoryArray;

A category assigned to the condition.

Public property severity : TCodeableConcept read Getseverity write Setseverity;

A subjective assessment of the severity of the condition as evaluated by the clinician.

Public property code : TCodeableConcept read Getcode write Setcode;

Identification of the condition, problem or diagnosis.

Public property bodySite : TCodeableConceptArray read GetbodySiteArray;

The anatomical location where this condition manifests itself.

Public property subject : TReference read Getsubject write Setsubject;

Indicates the patient or group who the condition record is associated with.

Public property context : TReference read Getcontext write Setcontext;

Encounter during which the condition was first asserted.

Public property onset : TElement read Getonset write Setonset;

Estimated or actual date or date-time the condition began, in the opinion of the clinician.

Public property abatement : TElement read Getabatement write Setabatement;

The date or estimated date that the condition resolved or went into remission. This is called "abatement" because of the many overloaded connotations associated with "remission" or "resolution" - Conditions are never really resolved, but they can abate.

Public property assertedDate : string read GetassertedDate write SetassertedDate;

The date on which the existance of the Condition was first asserted or acknowledged.

Public property assertedDateElement : TdateTime_ read GetassertedDateElement write SetassertedDateElement;
 
Public property asserter : TReference read Getasserter write Setasserter;

Individual who is making the condition statement.

Public property stage : TConditionStage read Getstage write Setstage;

Clinical stage or grade of a condition. May include formal severity assessments.

Public property evidence : TConditionEvidenceArray read GetevidenceArray;

Supporting Evidence / manifestations that are the basis on which this condition is suspected or confirmed.

Public property note : TAnnotationArray read GetnoteArray;

Additional information about the Condition. This is a general notes/comments entry for description of the Condition, its diagnosis and prognosis.


Generated by PasDoc 0.15.0.