Package org.hl7.fhir

Class MeasurePopulation

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

public class MeasurePopulation extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
The Measure resource provides the definition of a quality measure.

Java class for Measure.Population complex type.

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

 <complexType name="Measure.Population">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="type" type="{http://hl7.org/fhir}MeasurePopulationType"/>
         <element name="identifier" type="{http://hl7.org/fhir}Identifier"/>
         <element name="name" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
         <element name="criteria" type="{http://hl7.org/fhir}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>