Package org.hl7.fhir

Class SubstanceInstance

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

public class SubstanceInstance 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.Instance complex type.

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

 <complexType name="Substance.Instance">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
         <element name="expiry" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="quantity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>