Package org.hl7.fhir

Class MeasureReportGroup1

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

public class MeasureReportGroup1 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.Group1 complex type.

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

 <complexType name="MeasureReport.Group1">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="value" type="{http://hl7.org/fhir}string"/>
         <element name="population" type="{http://hl7.org/fhir}MeasureReport.Population1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="measureScore" type="{http://hl7.org/fhir}decimal" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>