Class TMedicationKnowledgeMedicineClassification
Unit
bsFhir_r5
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 sourceString : string read GetsourceString write SetsourceString; |
Either a textual source of the classification or a reference to an online source. (choose any one of source*, but only one)
|
|
property sourceStringElement : Tstring read GetsourceStringElement write SetsourceStringElement; |
|
|
property sourceUri : string read GetsourceUri write SetsourceUri; |
Either a textual source of the classification or a reference to an online source. (choose any one of source*, but only one)
|
|
property sourceUriElement : Turi read GetsourceUriElement write SetsourceUriElement; |
|
|
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.
|