Package org.hl7.fhir

Class NutritionOrderAdministration

java.lang.Object
org.hl7.fhir.Element
org.hl7.fhir.BackboneElement
org.hl7.fhir.NutritionOrderAdministration
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class NutritionOrderAdministration extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.

Java class for NutritionOrder.Administration complex type.

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

 <complexType name="NutritionOrder.Administration">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="schedule" type="{http://hl7.org/fhir}Timing" minOccurs="0"/>
         <element name="quantity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
         <choice minOccurs="0">
           <element name="rateQuantity" type="{http://hl7.org/fhir}SimpleQuantity"/>
           <element name="rateRatio" type="{http://hl7.org/fhir}Ratio"/>
         </choice>
       </sequence>
     </extension>
   </complexContent>
 </complexType>