Class TFlag

Unit

Declaration

type TFlag = class(TDomainResource)

Description

Prospective warnings of potential issues when providing care to the patient. 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 status : string read Getstatus write Setstatus;
Public property statusElement : TFlagStatus read GetstatusElement write SetstatusElement;
Public property category : TCodeableConceptArray read GetcategoryArray;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property subject : TReference read Getsubject write Setsubject;
Public property period : TPeriod read Getperiod write Setperiod;
Public property encounter : TReference read Getencounter write Setencounter;
Public property author : TReference read Getauthor write Setauthor;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Business identifiers assigned to this flag by the performer or other systems which remain constant as the resource is updated and propagates from server to server.

Public property status : string read Getstatus write Setstatus;

Supports basic workflow.

Public property statusElement : TFlagStatus read GetstatusElement write SetstatusElement;
 
Public property category : TCodeableConceptArray read GetcategoryArray;

Allows a flag to be divided into different categories like clinical, administrative etc. Intended to be used as a means of filtering which flags are displayed to particular user or in a given context.

Public property code : TCodeableConcept read Getcode write Setcode;

The coded value or textual component of the flag to display to the user.

Public property subject : TReference read Getsubject write Setsubject;

The patient, location, group, organization, or practitioner etc. this is about record this flag is associated with.

Public property period : TPeriod read Getperiod write Setperiod;

The period of time from the activation of the flag to inactivation of the flag. If the flag is active, the end of the period should be unspecified.

Public property encounter : TReference read Getencounter write Setencounter;

This alert is only relevant during the encounter.

Public property author : TReference read Getauthor write Setauthor;

The person, organization or device that created the flag.


Generated by PasDoc 0.15.0.