Data Model Libraries
    Preparing search index...

    MeasureReport Class

    The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.

    FHIR Specification

    • Short: Results of a measure evaluation
    • Definition: The MeasureReport resource contains the results of the calculation of a measure; and optionally a reference to the resources involved in that calculation.
    • FHIR Version: 4.0.1

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    Methods

    parse getIdentifier setIdentifier addIdentifier hasIdentifier getStatusEnumType setStatusEnumType hasStatusEnumType getStatusElement setStatusElement hasStatusElement getStatus setStatus hasStatus getTypeEnumType setTypeEnumType hasTypeEnumType getTypeElement setTypeElement hasTypeElement getType setType hasType getMeasureElement setMeasureElement hasMeasureElement getMeasure setMeasure hasMeasure getSubject setSubject hasSubject getDateElement setDateElement hasDateElement getDate setDate hasDate getReporter setReporter hasReporter getPeriod setPeriod hasPeriod getImprovementNotation setImprovementNotation hasImprovementNotation getGroup setGroup addGroup hasGroup getEvaluatedResource setEvaluatedResource addEvaluatedResource hasEvaluatedResource fhirType isEmpty isRequiredFieldsEmpty copy toJSON getText setText hasText getContained setContained addContained hasContained getExtension setExtension hasExtension getExtensionByUrl addExtension removeExtension getModifierExtension setModifierExtension hasModifierExtension getModifierExtensionByUrl addModifierExtension removeModifierExtension resourceType getIdElement setIdElement hasIdElement getId setId hasId getMeta setMeta hasMeta getImplicitRulesElement setImplicitRulesElement hasImplicitRulesElement getImplicitRules setImplicitRules hasImplicitRules getLanguageElement setLanguageElement hasLanguageElement getLanguage setLanguage hasLanguage isResource isDataType isComplexDataType isPrimitive isBooleanPrimitive isStringPrimitive isNumberPrimitive isBigIntPrimitive isDateTimePrimitive copyValues initIdentifier initGroup initEvaluatedResource

    Constructors

    Properties

    identifier?: Identifier[]

    MeasureReport.identifier Element

    FHIR Specification

    • Short: Additional identifier for the MeasureReport
    • Definition: 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.
    • Comment: Typically, this is used for identifiers that can go in an HL7 V3 II data type - e.g. to identify this {{title}} outside of FHIR, where the logical URL is not possible to use.
    • Requirements: Allows externally provided and/or usable business identifiers to be easily associated with the module.
    • FHIR Type: Identifier
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: true
    measureReportStatusEnum: MeasureReportStatusEnum

    FHIR CodeSystem: MeasureReportStatus

    status: null | EnumCodeType

    MeasureReport.status Element

    FHIR Specification

    • Short: complete | pending | error
    • Definition: The MeasureReport status. No data will be available until the MeasureReport status is complete.
    • Comment: This element is labeled as a modifier because the status contains codes that mark the resource as not currently valid.
    • FHIR Type: code
    • Cardinality: 1..1
    • isModifier: true
    • isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    • isSummary: true

    CodeSystem Enumeration: MeasureReportStatusEnum

    measureReportTypeEnum: MeasureReportTypeEnum

    FHIR CodeSystem: MeasureReportType

    type_: null | EnumCodeType

    MeasureReport.type Element

    FHIR Specification

    • Short: individual | subject-list | summary | data-collection
    • Definition: 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.
    • Comment: Data-collection reports are used only to communicate data-of-interest for a measure. They do not necessarily include all the data for a particular subject or population, but they may.
    • FHIR Type: code
    • Cardinality: 1..1
    • isModifier: false
    • isSummary: true

    CodeSystem Enumeration: MeasureReportTypeEnum

    measure: null | CanonicalType

    MeasureReport.measure Element

    FHIR Specification

    • Short: What measure was calculated
    • Definition: A reference to the Measure that was calculated to produce this report.
    • FHIR Type: canonical
    • Cardinality: 1..1
    • isModifier: false
    • isSummary: true
    subject?: Reference

    MeasureReport.subject Element

    FHIR Specification

    MeasureReport.date Element

    FHIR Specification

    • Short: When the report was generated
    • Definition: The date this measure report was generated.
    • FHIR Type: dateTime
    • Cardinality: 0..1
    • isModifier: false
    • isSummary: true
    reporter?: Reference

    MeasureReport.reporter Element

    FHIR Specification

    period: null | Period

    MeasureReport.period Element

    FHIR Specification

    • Short: What period the report covers
    • Definition: The reporting period for which the report was calculated.
    • FHIR Type: Period
    • Cardinality: 1..1
    • isModifier: false
    • isSummary: true
    improvementNotation?: CodeableConcept

    MeasureReport.improvementNotation Element

    FHIR Specification

    • Short: increase | decrease
    • Definition: Whether improvement in the measure is noted by an increase or decrease in the measure score.
    • Comment: This element is typically defined by the measure, but reproduced here to ensure the measure score can be interpreted. The element is labeled as a modifier because it changes the interpretation of the reported measure score.
    • FHIR Type: CodeableConcept
    • Cardinality: 0..1
    • isModifier: true
    • isModifierReason: Improvement notation determines how to interpret the measure score (i.e. whether an increase is an improvement)
    • isSummary: true

    MeasureReport.group Element

    FHIR Specification

    • Short: Measure results for each group
    • Definition: The results of the calculation, one for each population group in the measure.
    • FHIR Type: BackboneElement
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: false
    evaluatedResource?: Reference[]

    MeasureReport.evaluatedResource Element

    FHIR Specification

    • Short: What data was used to calculate the measure score
    • Definition: A reference to a Bundle containing the Resources that were used in the calculation of this measure.
    • FHIR Type: Reference
    • Cardinality: 0..*
    • isModifier: false
    • isSummary: false

    Methods

    • Parse the provided MeasureReport JSON to instantiate the MeasureReport data model.

      Parameters

      • sourceJson: Value

        JSON representing FHIR MeasureReport

      • OptionaloptSourceField: string

        Optional data source field (e.g. <complexTypeName>.<complexTypeFieldName>); defaults to MeasureReport

      Returns undefined | MeasureReport

      MeasureReport data model or undefined for MeasureReport

      JsonError if the provided JSON is not a valid JSON object

    • Assigns the provided Subject object value to the subject property.

      Parameters

      • value: undefined | Reference

        the subject object value

      Returns this

      this

      @ReferenceTargets('MeasureReport.subject', ['Patient','Practitioner','PractitionerRole','Location','Device','RelatedPerson','Group',])

      InvalidTypeError for invalid data type or reference value

    • Assigns the provided value to the text property.

      Parameters

      Returns this

      this

    • Returns boolean

      true if the text property exists and has a value; false otherwise

    • Assigns the provided Resource array value to the contained property.

      Parameters

      • value: undefined | IResource[]

        the contained array value

      Returns this

      this

    • Returns boolean

      true if the contained property exists and has a value; false otherwise

    • Assigns the provided array of Extension values to the extension property.

      Parameters

      • extension: undefined | IExtension[]

        array of Extensions

      Returns this

      this

    • Determines if the extension property exists.

      Parameters

      • Optionalurl: string

        the url that identifies a specific Extension

      Returns boolean

      true if an Extension has the provided url; false otherwise

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the extension property exists and has any values.

      AssertionError for invalid url

    • Adds the provided Extension to the extension property array.

      Parameters

      • extension: undefined | IExtension

        the Extension value to add to the extension property array

      Returns this

      this

    • Removes the Extension having the provided url from the extension property array.

      Parameters

      • url: string

        the url that identifies a specific Extension to remove

      Returns void

      AssertionError for invalid url

    • Determines if the modifierExtension property exists.

      Parameters

      • Optionalurl: string

        the url that identifies a specific Extension

      Returns boolean

      true if an Extension has the provided url

      If the url is provided, determines if an Extension having the provided url exists. If the url is not provided, determines if the modifierExtension property exists and has any values.

      AssertionError for invalid url

    • Assigns the provided PrimitiveType value to the id property.

      Parameters

      • element: undefined | IdType

        the id value

      Returns this

      this

    • Returns undefined | string

      the id property value as a primitive value

    • Assigns the provided primitive value to the id property.

      Parameters

      • value: undefined | string

        the id value

      Returns this

      this

      PrimitiveTypeError for invalid primitive types

    • Returns boolean

      true if the id property exists and has a value; false otherwise

    • Assigns the provided value to the meta property.

      Parameters

      • value: undefined | Meta

        the meta value

      Returns this

      this

    • Returns boolean

      true if the meta property exists and has a value; false otherwise

    • Assigns the provided primitive value to the implicitRules property.

      Parameters

      • value: undefined | string

        the implicitRules value

      Returns this

      this

      PrimitiveTypeError for invalid primitive types

    • Returns undefined | string

      the language property value as a primitive value

    • Assigns the provided primitive value to the language property.

      Parameters

      • value: undefined | string

        the language value

      Returns this

      this

      PrimitiveTypeError for invalid primitive types

    • Returns boolean

      true if the language property exists and has a value; false otherwise

    • Returns boolean

      true if the instance is a FHIR complex or primitive datatype; false otherwise