Package org.hl7.fhir

Class ListEntry

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

public class ListEntry extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A set of information summarized from a list of other resources.

Java class for List.Entry complex type.

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

 <complexType name="List.Entry">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="flag" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
         <element name="deleted" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
         <element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
         <element name="item" type="{http://hl7.org/fhir}Reference"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>