Package org.hl7.fhir

Class ObservationRelated

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

    public class ObservationRelated
    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.Related complex type.

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

     <complexType name="Observation.Related">
       <complexContent>
         <extension base="{http://hl7.org/fhir}BackboneElement">
           <sequence>
             <element name="type" type="{http://hl7.org/fhir}ObservationRelationshipType" minOccurs="0"/>
             <element name="target" type="{http://hl7.org/fhir}Reference"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>