interface MeasureReport {
    _date?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _measure?: Element;
    _status?: Element;
    _type?: Element;
    contained?: ConcreteType[];
    date?: dateTime;
    evaluatedResource?: Reference[];
    extension?: Extension[];
    group?: MeasureReportGroup[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    improvementNotation?: CodeableConcept;
    language?: code;
    measure: canonical;
    meta?: Meta;
    modifierExtension?: Extension[];
    period: Period;
    reporter?: Reference;
    resourceType: "MeasureReport";
    status: code;
    subject?: Reference;
    text?: Narrative;
    type: code;
}

Properties

_date?: Element

When the report was generated

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_measure?: Element

What measure was calculated

_status?: Element

complete | pending | error

_type?: Element

individual | subject-list | summary | data-collection

contained?: ConcreteType[]

Contained, inline Resources

date?: dateTime

When the report was generated

evaluatedResource?: Reference[]

What data was used to calculate the measure score

extension?: Extension[]

Additional content defined by implementations

Measure results for each group

id?: id

Logical id of this artifact

identifier?: Identifier[]

Additional identifier for the MeasureReport

implicitRules?: uri

A set of rules under which this content was created

improvementNotation?: CodeableConcept

increase | decrease

language?: code

Language of the resource content

measure: canonical

What measure was calculated

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

period: Period

What period the report covers

reporter?: Reference

Who is reporting the data

resourceType
status: code

complete | pending | error

subject?: Reference

What individual(s) the report is for

text?: Narrative

Text summary of the resource, for human interpretation

type: code

individual | subject-list | summary | data-collection