Class TMedicationKnowledgePatientCharacteristic
Unit
bsFhir_r5
Declaration
type TMedicationKnowledgePatientCharacteristic = class(TBackboneElement)
Description
Information about a medication that is used to support knowledge.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The categorization of the specific characteristic that is relevant to the administration guideline (e.g. height, weight, gender).
|
|
property valueCodeableConcept : TCodeableConcept read GetvalueCodeableConcept write SetvalueCodeableConcept; |
The specific characteristic (e.g. height, weight, gender, etc.). (choose any one of value*, but only one)
|
|
property valueQuantity : TQuantity read GetvalueQuantity write SetvalueQuantity; |
The specific characteristic (e.g. height, weight, gender, etc.). (choose any one of value*, but only one)
|
|
property valueRange : TRange read GetvalueRange write SetvalueRange; |
The specific characteristic (e.g. height, weight, gender, etc.). (choose any one of value*, but only one)
|
Generated by PasDoc 0.15.0.
|