Class MeasureReportType

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class MeasureReportType
    extends Code
    • Field Detail

      • INDIVIDUAL

        public static final MeasureReportType INDIVIDUAL
        Individual

        An individual report that provides information on the performance for a given measure with respect to a single subject.

      • SUBJECT_LIST

        public static final MeasureReportType SUBJECT_LIST
        Subject List

        A subject list report that includes a listing of subjects that satisfied each population criteria in the measure.

      • SUMMARY

        public static final MeasureReportType SUMMARY
        Summary

        A summary report that returns the number of members in each population criteria for the measure.

      • DATA_COLLECTION

        public static final MeasureReportType DATA_COLLECTION
        Data Collection

        A data collection report that contains data-of-interest for the measure.

    • Method Detail

      • of

        public static MeasureReportType of​(String value)
        Factory method for creating MeasureReportType objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • string

        public static String string​(String value)
        Inherited factory method for creating MeasureReportType objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • code

        public static Code code​(String value)
        Inherited factory method for creating MeasureReportType objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Code
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Code