Class TFamilyMemberHistoryCondition
Unit
bsFhir_r4
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
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.
|
|
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.
|
|
property contributedToDeathElement : Tboolean read GetcontributedToDeathElement write SetcontributedToDeathElement; |
|
|
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.
|
|
property note : TAnnotationArray read GetnoteArray; |
An area where general notes can be placed about this specific condition.
|
Generated by PasDoc 0.15.0.
|