Class TCondition
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Business identifiers assigned to this condition by the performer or other systems which remain constant as the resource is updated and propagates from server to server.
|
|
property clinicalStatus : TCodeableConcept read GetclinicalStatus write SetclinicalStatus; |
The clinical status of the condition.
|
|
property verificationStatus : TCodeableConcept read GetverificationStatus write SetverificationStatus; |
The verification status to support the clinical status of the condition.
|
|
property severity : TCodeableConcept read Getseverity write Setseverity; |
A subjective assessment of the severity of the condition as evaluated by the clinician.
|
|
property code : TCodeableConcept read Getcode write Setcode; |
Identification of the condition, problem or diagnosis.
|
|
property bodySite : TCodeableConceptArray read GetbodySiteArray; |
The anatomical location where this condition manifests itself.
|
|
property subject : TReference read Getsubject write Setsubject; |
Indicates the patient or group who the condition record is associated with.
|
|
property encounter : TReference read Getencounter write Setencounter; |
The Encounter during which this Condition was created or to which the creation of this record is tightly associated.
|
|
property onset : TElement read Getonset write Setonset; |
Estimated or actual date or date-time the condition began, in the opinion of the clinician.
|
|
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.
|
|
property recordedDate : string read GetrecordedDate write SetrecordedDate; |
The recordedDate represents when this particular Condition record was created in the system, which is often a system-generated date.
|
|
property recordedDateElement : TdateTime_ read GetrecordedDateElement write SetrecordedDateElement; |
|
|
property recorder : TReference read Getrecorder write Setrecorder; |
Individual who recorded the record and takes responsibility for its content.
|
|
property asserter : TReference read Getasserter write Setasserter; |
Individual who is making the condition statement.
|
|
property stage : TConditionStageArray read GetstageArray; |
Clinical stage or grade of a condition. May include formal severity assessments.
|
|
property evidence : TConditionEvidenceArray read GetevidenceArray; |
Supporting evidence / manifestations that are the basis of the Condition's verification status, such as evidence that confirmed or refuted the condition.
|
|
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.
|