Class TUsageContext

Unit

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

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property code : TCoding read Getcode write Setcode;
Public property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept;
Public property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity;
Public property valueRange : TRange read GetvalueRange write SetvalueRange;
Public property valueReference : TReference read GetvalueReference write SetvalueReference;

Description

Methods

Public constructor Create; override;
 

Properties

Public property code : TCoding read Getcode write Setcode;

A code that identifies the type of context being specified by this usage context.

Public 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)

Public 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)

Public 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)

Public 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.