| Class TResourceUnit
bsFhir_r4b Declaration
type TResource = class(TBSFHIRObject) Description
 This is the base resource type for everything.  HierarchyOverviewMethodsProperties
|  | property id : string read Getid write Setid; |  
|  | property idElement : Tstring read GetidElement write SetidElement; |  
|  | property meta : TMeta read Getmeta write Setmeta; |  
|  | property implicitRules : string read GetimplicitRules write SetimplicitRules; |  
|  | property implicitRulesElement : Turi read GetimplicitRulesElement write SetimplicitRulesElement; |  
|  | property language : string read Getlanguage write Setlanguage; |  
|  | property languageElement : Tcode read GetlanguageElement write SetlanguageElement; |  DescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property id : string read Getid write Setid; |  | 
 The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.  |  
|  | property idElement : Tstring read GetidElement write SetidElement; |  |  |  
|  | property meta : TMeta read Getmeta write Setmeta; |  | 
 The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.  |  
|  | property implicitRules : string read GetimplicitRules write SetimplicitRules; |  | 
 A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.  |  
|  | property implicitRulesElement : Turi read GetimplicitRulesElement write SetimplicitRulesElement; |  |  |  
|  | property language : string read Getlanguage write Setlanguage; |  | 
 The base language in which the resource is written.  |  
|  | property languageElement : Tcode read GetlanguageElement write SetlanguageElement; |  |  |  Generated by PasDoc 0.15.0.
 |