Package org.hl7.fhir

Class MeasureReport

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

    public class MeasureReport
    extends DomainResource
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    If the element is present, it must have either a @value, an @id, or extensions

    Java class for MeasureReport complex type.

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

     <complexType name="MeasureReport">
       <complexContent>
         <extension base="{http://hl7.org/fhir}DomainResource">
           <sequence>
             <element name="measure" type="{http://hl7.org/fhir}Reference"/>
             <element name="type" type="{http://hl7.org/fhir}MeasureReportType"/>
             <element name="patient" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="period" type="{http://hl7.org/fhir}Period"/>
             <element name="status" type="{http://hl7.org/fhir}MeasureReportStatus"/>
             <element name="date" type="{http://hl7.org/fhir}dateTime" minOccurs="0"/>
             <element name="reportingOrganization" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="group" type="{http://hl7.org/fhir}MeasureReport.Group" maxOccurs="unbounded" minOccurs="0"/>
             <element name="evaluatedResources" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>