Class TFlag
Unit
bsFhir_stu3
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; |
Identifier assigned to the flag for external use (outside the FHIR environment).
|
|
property status : string read Getstatus write Setstatus; |
Supports basic workflow.
|
|
property statusElement : TFlagStatus read GetstatusElement write SetstatusElement; |
|
|
property category : TCodeableConcept read Getcategory write Setcategory; |
Allows an 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.
|