Class TUsageContext
Unit
bsFhir_r4b
Declaration
type TUsageContext = class(TElement)
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
Hierarchy
Overview
Methods
Properties
Description
Methods
|
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 value : TElement read Getvalue write Setvalue; |
A value that defines the context specified in this context of use. The interpretation of the value is defined by the code.
|
Generated by PasDoc 0.15.0.
|