| Class TSubstanceDefinitionSourceMaterialUnit
bsFhir_r5 Declaration
type TSubstanceDefinitionSourceMaterial = class(TBackboneElement) Description
 The detailed description of a substance, typically at a level beyond what is used for prescribing.  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property type_ : TCodeableConcept read Gettype_ write Settype_; |  | 
 A classification that provides the origin of the raw material. Example: cat hair would be an Animal source type.  |  
|  | property genus : TCodeableConcept read Getgenus write Setgenus; |  | 
 The genus of an organism, typically referring to the Latin epithet of the genus element of the plant/animal scientific name.  |  
|  | property species : TCodeableConcept read Getspecies write Setspecies; |  | 
 The species of an organism, typically referring to the Latin epithet of the species of the plant/animal.  |  
|  | property part : TCodeableConcept read Getpart write Setpart; |  | 
 An anatomical origin of the source material within an organism.  |  
|  | property countryOfOrigin : TCodeableConceptArray read GetcountryOfOriginArray; |  | 
 The country or countries where the material is harvested.  |  Generated by PasDoc 0.15.0.
 |