Class TMedicationKnowledgeMedicineClassification
Unit
bsFhir_r4
Declaration
type TMedicationKnowledgeMedicineClassification = 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 type of category for the medication (for example, therapeutic classification, therapeutic sub-classification).
|
|
property classification : TCodeableConceptArray read GetclassificationArray; |
Specific category assigned to the medication (e.g. anti-infective, anti-hypertensive, antibiotic, etc.).
|
Generated by PasDoc 0.15.0.
|