Class TFamilyMemberHistoryCondition

Unit

Declaration

type TFamilyMemberHistoryCondition = class(TBackboneElement)

Description

Significant health conditions for a person related to the patient relevant in the context of care for the patient.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : TCodeableConcept read Getcode write Setcode;
Public property outcome : TCodeableConcept read Getoutcome write Setoutcome;
Public property contributedToDeath : boolean read GetcontributedToDeath write SetcontributedToDeath;
Public property contributedToDeathElement : Tboolean read GetcontributedToDeathElement write SetcontributedToDeathElement;
Public property onset : TElement read Getonset write Setonset;
Public property note : TAnnotationArray read GetnoteArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCodeableConcept read Getcode write Setcode;

The actual condition specified. Could be a coded condition (like MI or Diabetes) or a less specific string like 'cancer' depending on how much is known about the condition and the capabilities of the creating system.

Public property outcome : TCodeableConcept read Getoutcome write Setoutcome;

Indicates what happened following the condition. If the condition resulted in death, deceased date is captured on the relation.

Public property contributedToDeath : boolean read GetcontributedToDeath write SetcontributedToDeath;

This condition contributed to the cause of death of the related person. If contributedToDeath is not populated, then it is unknown.

Public property contributedToDeathElement : Tboolean read GetcontributedToDeathElement write SetcontributedToDeathElement;
 
Public property onset : TElement read Getonset write Setonset;

Either the age of onset, range of approximate age or descriptive string can be recorded. For conditions with multiple occurrences, this describes the first known occurrence.

Public property note : TAnnotationArray read GetnoteArray;

An area where general notes can be placed about this specific condition.


Generated by PasDoc 0.15.0.