Skip to main content

HS.FHIR.DTL.vR4.Model.Element.SubstanceSourceMaterial.organism

class HS.FHIR.DTL.vR4.Model.Element.SubstanceSourceMaterial.organism extends HS.FHIR.DTL.vR4.Model.Base.BackboneElement

This subclause describes the organism which the substance is derived from. For vaccines, the parent organism shall be specified based on these subclause elements. As an example, full taxonomy will be described for the Substance Name: ., Leaf.

Property Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter XMLNAME = SubstanceSourceMaterial.organism;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLPROJECTION = ELEMENT;
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.
parameter XMLTYPE = SubstanceSourceMaterial.organism;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property author as list of HS.FHIR.DTL.vR4.Model.Element.SubstanceSourceMaterial.organism.author (XMLNAME = "author", XMLPROJECTION = "ELEMENT");
BackboneElement

4.9.13.6.1 Author type (Conditional)

Property methods: authorBuildValueArray(), authorCollectionToDisplay(), authorCollectionToOdbc(), authorDisplayToCollection(), authorGet(), authorGetObject(), authorGetObjectId(), authorGetSwizzled(), authorIsValid(), authorOdbcToCollection(), authorSet(), authorSetObject(), authorSetObjectId()
property family as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "family", XMLPROJECTION = "ELEMENT");
CodeableConcept

The family of an organism shall be specified.

any FHIR4 code from any ValueSet may be used.

Property methods: familyGet(), familyGetSwizzled(), familyIsValid(), familyNewObject(), familySet()
property genus as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "genus", XMLPROJECTION = "ELEMENT");
CodeableConcept

The genus of an organism shall be specified; refers to the Latin epithet of the genus element of the plant/animal scientific name; it is present in names for genera, species and infraspecies.

any FHIR4 code from any ValueSet may be used.

Property methods: genusGet(), genusGetSwizzled(), genusIsValid(), genusNewObject(), genusSet()
property hybrid as HS.FHIR.DTL.vR4.Model.Element.SubstanceSourceMaterial.organism.hybrid (XMLNAME = "hybrid", XMLPROJECTION = "ELEMENT");
BackboneElement

4.9.13.8.1 Hybrid species maternal organism ID (Optional)

Property methods: hybridGet(), hybridGetSwizzled(), hybridIsValid(), hybridNewObject(), hybridSet()
property intraspecificDescription as %String (MAXLEN = 1000000, XMLNAME = "intraspecificDescription", XMLPROJECTION = "ATTRIBUTE");
string

The intraspecific description of an organism shall be specified based on a controlled vocabulary. For Influenza Vaccine, the intraspecific description shall contain the syntax of the antigen in line with the WHO convention.

Property methods: intraspecificDescriptionDisplayToLogical(), intraspecificDescriptionGet(), intraspecificDescriptionIsValid(), intraspecificDescriptionLogicalToDisplay(), intraspecificDescriptionLogicalToOdbc(), intraspecificDescriptionNormalize(), intraspecificDescriptionSet()
property intraspecificType as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "intraspecificType", XMLPROJECTION = "ELEMENT");
CodeableConcept

The Intraspecific type of an organism shall be specified.

any FHIR4 code from any ValueSet may be used.

Property methods: intraspecificTypeGet(), intraspecificTypeGetSwizzled(), intraspecificTypeIsValid(), intraspecificTypeNewObject(), intraspecificTypeSet()
property organismGeneral as HS.FHIR.DTL.vR4.Model.Element.SubstanceSourceMaterial.organism.organismGeneral (XMLNAME = "organismGeneral", XMLPROJECTION = "ELEMENT");
BackboneElement

4.9.13.7.1 Kingdom (Conditional)

Property methods: organismGeneralGet(), organismGeneralGetSwizzled(), organismGeneralIsValid(), organismGeneralNewObject(), organismGeneralSet()
property species as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "species", XMLPROJECTION = "ELEMENT");
CodeableConcept

The species of an organism shall be specified; refers to the Latin epithet of the species of the plant/animal; it is present in names for species and infraspecies.

any FHIR4 code from any ValueSet may be used.

Property methods: speciesGet(), speciesGetSwizzled(), speciesIsValid(), speciesNewObject(), speciesSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab