| Class TUsageContextUnit
bsFhir_r5 Declaration
type TUsageContext = class(TDataType) Description
 Specifies clinical/business/etc. metadata that can be used to retrieve, index and/or categorize an artifact. This metadata can either be specific to the applicable population (e.g., age category, DRG) or the specific context of care (e.g., venue, care setting, provider of care). If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property code : TCoding read Getcode write Setcode; |  | 
 A code that identifies the type of context being specified by this usage context.  |  
|  | property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |  | 
 A value that defines the context specified in this context of use. The interpretation of the value is defined by the code. (choose any one of value*, but only one)  |  
|  | property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |  | 
 A value that defines the context specified in this context of use. The interpretation of the value is defined by the code. (choose any one of value*, but only one)  |  
|  | property valueRange : TRange read GetvalueRange write SetvalueRange; |  | 
 A value that defines the context specified in this context of use. The interpretation of the value is defined by the code. (choose any one of value*, but only one)  |  
|  | property valueReference : TReference read GetvalueReference write SetvalueReference; |  | 
 A value that defines the context specified in this context of use. The interpretation of the value is defined by the code. (choose any one of value*, but only one)  |  Generated by PasDoc 0.15.0.
 |