Package org.hl7.fhir

Class MeasureReportStratifier

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

public class MeasureReportStratifier 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.Stratifier complex type.

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

 <complexType name="MeasureReport.Stratifier">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier"/>
         <element name="group" type="{http://hl7.org/fhir}MeasureReport.Group1" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>