Class MeasureReport

  • All Implemented Interfaces:
    ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IAnyResource, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions, org.hl7.fhir.instance.model.api.IBaseResource, org.hl7.fhir.instance.model.api.IDomainResource

    public class MeasureReport
    extends DomainResource
    The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.
    See Also:
    Serialized Form
    • Field Detail

      • identifier

        protected List<Identifier> identifier
        A formal identifier that is used to identify this MeasureReport when it is represented in other formats or referenced in a specification, model, design or an instance.
      • type

        protected Enumeration<MeasureReport.MeasureReportType> type
        The type of measure report. This may be an individual report, which provides the score for the measure for an individual member of the population; a subject-listing, which returns the list of members that meet the various criteria in the measure; a summary report, which returns a population count for each of the criteria in the measure; or a data-collection, which enables the MeasureReport to be used to exchange the data-of-interest for a quality measure.
      • measure

        protected CanonicalType measure
        A reference to the Measure that was calculated to produce this report.
      • subject

        protected Reference subject
        Optional subject identifying the individual or individuals the report is for.
      • subjectTarget

        protected Resource subjectTarget
        The actual object that is the target of the reference (Optional subject identifying the individual or individuals the report is for.)
      • reporter

        protected Reference reporter
        The individual, location, or organization that is reporting the data.
      • reporterTarget

        protected Resource reporterTarget
        The actual object that is the target of the reference (The individual, location, or organization that is reporting the data.)
      • period

        protected Period period
        The reporting period for which the report was calculated.
      • evaluatedResource

        protected List<Reference> evaluatedResource
        A reference to a Bundle containing the Resources that were used in the calculation of this measure.
      • evaluatedResourceTarget

        protected List<Resource> evaluatedResourceTarget
        The actual objects that are the target of the reference (A reference to a Bundle containing the Resources that were used in the calculation of this measure.)
      • SP_DATE

        public static final String SP_DATE
        Search parameter: date

        Description: The date of the measure report
        Type: date
        Path: MeasureReport.date

        See Also:
        Constant Field Values
      • DATE

        public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
        Fluent Client search parameter constant for date

        Description: The date of the measure report
        Type: date
        Path: MeasureReport.date

      • SP_IDENTIFIER

        public static final String SP_IDENTIFIER
        Search parameter: identifier

        Description: External identifier of the measure report to be returned
        Type: token
        Path: MeasureReport.identifier

        See Also:
        Constant Field Values
      • IDENTIFIER

        public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
        Fluent Client search parameter constant for identifier

        Description: External identifier of the measure report to be returned
        Type: token
        Path: MeasureReport.identifier

      • SP_PERIOD

        public static final String SP_PERIOD
        Search parameter: period

        Description: The period of the measure report
        Type: date
        Path: MeasureReport.period

        See Also:
        Constant Field Values
      • PERIOD

        public static final ca.uhn.fhir.rest.gclient.DateClientParam PERIOD
        Fluent Client search parameter constant for period

        Description: The period of the measure report
        Type: date
        Path: MeasureReport.period

      • SP_MEASURE

        public static final String SP_MEASURE
        Search parameter: measure

        Description: The measure to return measure report results for
        Type: reference
        Path: MeasureReport.measure

        See Also:
        Constant Field Values
      • MEASURE

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam MEASURE
        Fluent Client search parameter constant for measure

        Description: The measure to return measure report results for
        Type: reference
        Path: MeasureReport.measure

      • INCLUDE_MEASURE

        public static final ca.uhn.fhir.model.api.Include INCLUDE_MEASURE
        Constant for fluent queries to be used to add include statements. Specifies the path value of "MeasureReport:measure".
      • SP_PATIENT

        public static final String SP_PATIENT
        Search parameter: patient

        Description: The identity of a patient to search for individual measure report results for
        Type: reference
        Path: MeasureReport.subject

        See Also:
        Constant Field Values
      • PATIENT

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam PATIENT
        Fluent Client search parameter constant for patient

        Description: The identity of a patient to search for individual measure report results for
        Type: reference
        Path: MeasureReport.subject

      • INCLUDE_PATIENT

        public static final ca.uhn.fhir.model.api.Include INCLUDE_PATIENT
        Constant for fluent queries to be used to add include statements. Specifies the path value of "MeasureReport:patient".
      • SP_SUBJECT

        public static final String SP_SUBJECT
        Search parameter: subject

        Description: The identity of a subject to search for individual measure report results for
        Type: reference
        Path: MeasureReport.subject

        See Also:
        Constant Field Values
      • SUBJECT

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUBJECT
        Fluent Client search parameter constant for subject

        Description: The identity of a subject to search for individual measure report results for
        Type: reference
        Path: MeasureReport.subject

      • INCLUDE_SUBJECT

        public static final ca.uhn.fhir.model.api.Include INCLUDE_SUBJECT
        Constant for fluent queries to be used to add include statements. Specifies the path value of "MeasureReport:subject".
      • SP_REPORTER

        public static final String SP_REPORTER
        Search parameter: reporter

        Description: The reporter to return measure report results for
        Type: reference
        Path: MeasureReport.reporter

        See Also:
        Constant Field Values
      • REPORTER

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam REPORTER
        Fluent Client search parameter constant for reporter

        Description: The reporter to return measure report results for
        Type: reference
        Path: MeasureReport.reporter

      • INCLUDE_REPORTER

        public static final ca.uhn.fhir.model.api.Include INCLUDE_REPORTER
        Constant for fluent queries to be used to add include statements. Specifies the path value of "MeasureReport:reporter".
      • SP_STATUS

        public static final String SP_STATUS
        Search parameter: status

        Description: The status of the measure report
        Type: token
        Path: MeasureReport.status

        See Also:
        Constant Field Values
      • STATUS

        public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
        Fluent Client search parameter constant for status

        Description: The status of the measure report
        Type: token
        Path: MeasureReport.status

      • SP_EVALUATED_RESOURCE

        public static final String SP_EVALUATED_RESOURCE
        Search parameter: evaluated-resource

        Description: An evaluated resource referenced by the measure report
        Type: reference
        Path: MeasureReport.evaluatedResource

        See Also:
        Constant Field Values
      • EVALUATED_RESOURCE

        public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam EVALUATED_RESOURCE
        Fluent Client search parameter constant for evaluated-resource

        Description: An evaluated resource referenced by the measure report
        Type: reference
        Path: MeasureReport.evaluatedResource

      • INCLUDE_EVALUATED_RESOURCE

        public static final ca.uhn.fhir.model.api.Include INCLUDE_EVALUATED_RESOURCE
        Constant for fluent queries to be used to add include statements. Specifies the path value of "MeasureReport:evaluated-resource".