MeasureSupplementalData

open class MeasureSupplementalData: BackboneElement

What other data should be reported with the measure.

The supplemental data criteria for the measure report, specified as either the name of a valid CQL expression within a referenced library, or a valid FHIR Resource Path.

  • What other data should be reported with the measure.

    The supplemental data criteria for the measure report, specified as either the name of a valid CQL expression within a referenced library, or a valid FHIR Resource Path.

    Declaration

    Swift

    override open class var resourceType: String
  • Expression describing additional data to be reported.

    Declaration

    Swift

    public var criteria: FHIRString?
  • Identifier, unique within the measure.

    Declaration

    Swift

    public var identifier: Identifier?
  • Path to the supplemental data element.

    Declaration

    Swift

    public var path: FHIRString?
  • supplemental-data | risk-adjustment-factor.

    Declaration

    Swift

    public var usage: [CodeableConcept]?
  • supplemental-data | risk-adjustment-factor.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class MeasureSupplementalData: BackboneElement