Package org.hl7.fhir

Class ObservationReferenceRange

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

    public class ObservationReferenceRange
    extends BackboneElement
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    Measurements and simple assertions made about a patient, device or other subject.

    Java class for Observation.ReferenceRange complex type.

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

     <complexType name="Observation.ReferenceRange">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="low" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
             <element name="high" type="{http://hl7.org/fhir}SimpleQuantity" minOccurs="0"/>
             <element name="meaning" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="age" type="{http://hl7.org/fhir}Range" minOccurs="0"/>
             <element name="text" type="{http://hl7.org/fhir}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>