Class TFlag
Unit
bsFhir_r4b
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
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.
|
|
property status : string read Getstatus write Setstatus; |
Supports basic workflow.
|
|
property statusElement : TFlagStatus read GetstatusElement write SetstatusElement; |
|
|
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.
|
|
property code : TCodeableConcept read Getcode write Setcode; |
The coded value or textual component of the flag to display to the user.
|
|
property subject : TReference read Getsubject write Setsubject; |
The patient, location, group, organization, or practitioner etc. this is about record this flag is associated with.
|
|
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.
|
|
property encounter : TReference read Getencounter write Setencounter; |
This alert is only relevant during the encounter.
|
|
property author : TReference read Getauthor write Setauthor; |
The person, organization or device that created the flag.
|
Generated by PasDoc 0.15.0.
|