Class TCodeSystemFilter
Unit
bsFhir_r4 
Declaration
type TCodeSystemFilter = class(TBackboneElement) 
Description
 The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.  
Hierarchy
Overview
Methods
Properties
Description
Methods
  | 
constructor Create; override; | 
 
| 
  |  
 
Properties
  | 
property code : string read Getcode write Setcode; | 
 
| 
 
 The code that identifies this filter when it is used as a filter in [[[ValueSet]]].compose.include.filter.  
 |  
 
  | 
property codeElement : Tcode read GetcodeElement write SetcodeElement; | 
 
| 
  |  
 
  | 
property description : string read Getdescription write Setdescription; | 
 
| 
 
 A description of how or why the filter is used.  
 |  
 
  | 
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; | 
 
| 
  |  
 
  | 
property value : string read Getvalue write Setvalue; | 
 
| 
 
 A description of what the value for the filter should be.  
 |  
 
  | 
property valueElement : Tstring read GetvalueElement write SetvalueElement; | 
 
| 
  |  
 
 Generated by PasDoc 0.15.0. 
 |