Package org.hl7.fhir

Class SubstanceIngredient

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class SubstanceIngredient extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A homogeneous material with a definite composition.

Java class for Substance.Ingredient complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Substance.Ingredient">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="quantity" type="{http://hl7.org/fhir}Ratio" minOccurs="0"/>
         <element name="substance" type="{http://hl7.org/fhir}Reference"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>