Package org.hl7.fhir

Class NutritionOrderEnteralFormula

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

    public class NutritionOrderEnteralFormula
    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.EnteralFormula complex type.

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

     <complexType name="NutritionOrder.EnteralFormula">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="baseFormulaType" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="baseFormulaProductName" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="additiveType" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="additiveProductName" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="caloricDensity" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
             <element name="routeofAdministration" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="administration" type="{http://hl7.org/fhir}NutritionOrder.Administration" maxOccurs="unbounded" minOccurs="0"/>
             <element name="maxVolumeToDeliver" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
             <element name="administrationInstruction" type="{http://hl7.org/fhir}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>