Class TFamilyMemberHistoryProcedure

Unit

Declaration

type TFamilyMemberHistoryProcedure = 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 performedAge : TAge read GetperformedAge write SetperformedAge;
Public property performedRange : TRange read GetperformedRange write SetperformedRange;
Public property performedPeriod : TPeriod read GetperformedPeriod write SetperformedPeriod;
Public property performedString : string read GetperformedString write SetperformedString;
Public property performedStringElement : Tstring read GetperformedStringElement write SetperformedStringElement;
Public property performedDateTime : string read GetperformedDateTime write SetperformedDateTime;
Public property performedDateTimeElement : TdateTime_ read GetperformedDateTimeElement write SetperformedDateTimeElement;
Public property note : TAnnotationArray read GetnoteArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCodeableConcept read Getcode write Setcode;

The actual procedure specified. Could be a coded procedure or a less specific string depending on how much is known about the procedure and the capabilities of the creating system.

Public property outcome : TCodeableConcept read Getoutcome write Setoutcome;

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

Public property contributedToDeath : boolean read GetcontributedToDeath write SetcontributedToDeath;

This procedure 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 performedAge : TAge read GetperformedAge write SetperformedAge;

Estimated or actual date, date-time, period, or age when the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured. (choose any one of performed*, but only one)

Public property performedRange : TRange read GetperformedRange write SetperformedRange;

Estimated or actual date, date-time, period, or age when the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured. (choose any one of performed*, but only one)

Public property performedPeriod : TPeriod read GetperformedPeriod write SetperformedPeriod;

Estimated or actual date, date-time, period, or age when the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured. (choose any one of performed*, but only one)

Public property performedString : string read GetperformedString write SetperformedString;

Estimated or actual date, date-time, period, or age when the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured. (choose any one of performed*, but only one)

Public property performedStringElement : Tstring read GetperformedStringElement write SetperformedStringElement;
 
Public property performedDateTime : string read GetperformedDateTime write SetperformedDateTime;

Estimated or actual date, date-time, period, or age when the procedure was performed. Allows a period to support complex procedures that span more than one date, and also allows for the length of the procedure to be captured. (choose any one of performed*, but only one)

Public property performedDateTimeElement : TdateTime_ read GetperformedDateTimeElement write SetperformedDateTimeElement;
 
Public property note : TAnnotationArray read GetnoteArray;

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


Generated by PasDoc 0.15.0.