Package org.hl7.fhir

Class MeasureReportPopulation1

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

public class MeasureReportPopulation1 extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The MeasureReport resource contains the results of evaluating a measure.

Java class for MeasureReport.Population1 complex type.

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

 <complexType name="MeasureReport.Population1">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="type" type="{http://hl7.org/fhir}code"/>
         <element name="count" type="{http://hl7.org/fhir}integer" minOccurs="0"/>
         <element name="patients" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>