PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.deqm@1.0.0-ballot
    http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-individualmeasurereport
description: '[MeasureReport](http://hl7.org/fhir/R4/measurereport.html) is used as an organizer for both data exchange for measure and for measure reporting. Three profiles on the MeasureReport resource are defined in this guide to delineate these different uses.     The **DEQM Individual MeasureReport Profile** defined here is used when a measure is reported to an aggregator for one specific subject. It contains all of the data that is relevant to generate the report including the measure outcome and is similar to a QRDA Category 1 report. In addition to the MeasureReport, the report would be collected in a Bundle with the reporter, subject, and any other resources that were used to calculate this measure.'
package_name: hl7.fhir.uv.deqm
derivation: constraint
name: DEQMIndividualMeasureReportProfile
type: MeasureReport
elements:
  evaluatedResource:
    mustSupport: true
    index: 58
    extensions:
      criteriaReference: {url: 'http://hl7.org/fhir/StructureDefinition/cqf-criteriaReference', min: 0, type: Extension, mustSupport: true, index: 59}
    elements:
      extension:
        type: Extension
        mustSupport: true
        url: http://hl7.org/fhir/StructureDefinition/cqf-criteriaReference
        index: 59
        slicing:
          slices:
            criteriaReference:
              match: {}
              schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/cqf-criteriaReference', index: 59}
              min: 0
  date: {short: 'When the report was generated. Note: The language in R5 was changed to calculated.  We are clarifying that intent.', mustSupport: true, index: 20}
  group:
    constraint:
      deqm-4: {human: 'If the measure scoring is specified on the group and the scoring type is ''proportion'', ''ratio'', or ''continuous-variable'' then the groupImprovementNotation element is required.', severity: error, expression: '(extension(''http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-measureScoring'').exists().anyTrue() and extension(''http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-measureScoring'').value.coding.code in (''proportion'' | ''ratio'' | ''continuous-variable'')).anyTrue() implies extension(''http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-groupImprovementNotation'').exists()'}
      deqm-6: {human: If the measure scoring type is 'proportion' then the measureScore SHALL be a numerical value between 0 and 1, severity: error, expression: '((%resource.extension(''http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-measureScoring'').value.coding.code contains ''proportion'').anyTrue() or extension(''http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-measureScoring'').value.coding.code contains ''proportion'').anyTrue() implies (measureScore.value >= 0.0 and measureScore.value <= 1.0)'}
    mustSupport: true
    index: 26
    elements:
      id: {mustSupport: true, index: 27}
      extension:
        type: Extension
        short: Unique id of the group from the measure.
        mustSupport: true
        url: http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.linkId
        index: 28
        slicing:
          slices:
            linkId:
              match: {}
              schema: {type: Extension, short: Unique id of the group from the measure., mustSupport: true, url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.linkId', index: 28}
              min: 1
              max: 1
            scoring:
              match: {}
              schema: {short: proportion | ratio | continuous-variable | cohort | composite | attestation, type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-measureScoring', index: 29}
              min: 0
              max: 1
            cqm-compositeScoring:
              match: {}
              schema: {type: Extension, short: 'How the calculation is performed for the measure, including proportion, ratio, continuous-variable, and cohort', mustSupport: true, url: 'http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-compositeScoring', index: 30}
              min: 0
              max: 1
            calculatedDate:
              match: {}
              schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-calculatedDate', index: 31}
              min: 0
              max: 1
            improvementNotation:
              match: {}
              schema: {short: increase | decrease, type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-groupImprovementNotation', index: 32}
              min: 0
              max: 1
            description:
              match: {}
              schema: {type: Extension, short: Description of the group, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/measurereport-populationDescription', index: 33}
              min: 0
              max: 1
      code: {mustSupport: true, index: 34}
      population:
        constraint:
          deqm-8: {human: 'The population must either have a count (integer) or a countQuantity (quantity), but not both.', severity: error, expression: 'extension(''http://hl7.org/fhir/StructureDefinition/measurereport-countQuantity'').exists() xor count.exists()'}
        mustSupport: true
        index: 35
        extensions:
          linkId: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.population.linkId', min: 1, max: 1, type: Extension, short: Unique id for group.population from the measure., mustSupport: true, index: 36}
          countQuantity: {url: 'http://hl7.org/fhir/StructureDefinition/measurereport-countQuantity', min: 0, max: 1, short: Count as a Quantity, type: Extension, mustSupport: true, index: 37}
          description: {url: 'http://hl7.org/fhir/StructureDefinition/measurereport-populationDescription', min: 0, max: 1, type: Extension, short: Description of the population, mustSupport: true, index: 38}
          supportingEvidence: {url: 'http://hl7.org/fhir/StructureDefinition/cqf-supportingEvidence', min: 0, type: Extension, short: Specifies the result of a supporting evidence expression in the measure population., mustSupport: true, index: 39}
        elements:
          extension:
            type: Extension
            short: Unique id for group.population from the measure.
            mustSupport: true
            url: http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.population.linkId
            index: 36
            slicing:
              slices:
                linkId:
                  match: {}
                  schema: {type: Extension, short: Unique id for group.population from the measure., mustSupport: true, url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.population.linkId', index: 36}
                  min: 1
                  max: 1
                countQuantity:
                  match: {}
                  schema: {short: Count as a Quantity, type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/measurereport-countQuantity', index: 37}
                  min: 0
                  max: 1
                description:
                  match: {}
                  schema: {type: Extension, short: Description of the population, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/measurereport-populationDescription', index: 38}
                  min: 0
                  max: 1
                supportingEvidence:
                  match: {}
                  schema: {type: Extension, short: Specifies the result of a supporting evidence expression in the measure population., mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/cqf-supportingEvidence', index: 39}
                  min: 0
          code: {mustSupport: true, index: 40}
          count: {mustSupport: true, index: 41}
          subjectResults: {mustSupport: false, index: 42}
        required: [code]
      measureScore:
        mustSupport: true
        index: 43
        extensions:
          alternateScoreType: {url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-alternateScoreType', min: 0, max: 1, type: Extension, mustSupport: true, index: 44}
        elements:
          extension:
            type: Extension
            mustSupport: true
            url: http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-alternateScoreType
            index: 44
            slicing:
              slices:
                alternateScoreType:
                  match: {}
                  schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-alternateScoreType', index: 44}
                  min: 0
                  max: 1
      stratifier:
        constraint:
          deqm-7: {human: 'If group.stratifier exists, then either group.stratifier.code or the group.stratifier.stratum.component.code is present, but not both', severity: error, expression: code.exists() xor stratum.component.exists()}
        mustSupport: true
        index: 45
        extensions:
          linkId: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.stratifier.linkId', min: 1, max: 1, type: Extension, short: Unique id for group.stratifier from the measure., mustSupport: true, index: 46}
          description: {url: 'http://hl7.org/fhir/StructureDefinition/measurereport-populationDescription', min: 0, max: 1, type: Extension, short: Description of the stratifier, mustSupport: true, index: 47}
        elements:
          extension:
            type: Extension
            short: Unique id for group.stratifier from the measure.
            mustSupport: true
            url: http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.stratifier.linkId
            index: 46
            slicing:
              slices:
                linkId:
                  match: {}
                  schema: {type: Extension, short: Unique id for group.stratifier from the measure., mustSupport: true, url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.stratifier.linkId', index: 46}
                  min: 1
                  max: 1
                description:
                  match: {}
                  schema: {type: Extension, short: Description of the stratifier, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/measurereport-populationDescription', index: 47}
                  min: 0
                  max: 1
          code: {mustSupport: true, index: 48}
          stratum:
            mustSupport: true
            index: 49
            elements:
              component:
                extensions:
                  linkId: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.stratifier.stratum.component.linkId', min: 1, max: 1, type: Extension, short: Unique id for group.stratifier.component from the measure., mustSupport: true, index: 50}
                elements:
                  extension:
                    type: Extension
                    short: Unique id for group.stratifier.component from the measure.
                    mustSupport: true
                    url: http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.stratifier.stratum.component.linkId
                    index: 50
                    slicing:
                      slices:
                        linkId:
                          match: {}
                          schema: {type: Extension, short: Unique id for group.stratifier.component from the measure., mustSupport: true, url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.stratifier.stratum.component.linkId', index: 50}
                          min: 1
                          max: 1
              population:
                constraint:
                  deqm-9: {human: 'The stratum population must either have a count (integer) or a countQuantity (quantity), but not both.', severity: error, expression: 'extension(''http://hl7.org/fhir/StructureDefinition/measurereport-countQuantity'').exists() xor count.exists()'}
                mustSupport: true
                index: 51
                extensions:
                  linkId: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.stratifier.stratum.population.linkId', min: 1, max: 1, type: Extension, short: Unique id for group.stratifier.population from the measure., mustSupport: true, index: 52}
                  countQuantity: {url: 'http://hl7.org/fhir/StructureDefinition/measurereport-countQuantity', min: 0, max: 1, type: Extension, mustSupport: true, index: 53}
                elements:
                  extension:
                    type: Extension
                    short: Unique id for group.stratifier.population from the measure.
                    mustSupport: true
                    url: http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.stratifier.stratum.population.linkId
                    index: 52
                    slicing:
                      slices:
                        linkId:
                          match: {}
                          schema: {type: Extension, short: Unique id for group.stratifier.population from the measure., mustSupport: true, url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.stratifier.stratum.population.linkId', index: 52}
                          min: 1
                          max: 1
                        countQuantity:
                          match: {}
                          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/measurereport-countQuantity', index: 53}
                          min: 0
                          max: 1
                  code: {mustSupport: true, index: 54}
                  count: {mustSupport: true, index: 55}
                required: [count, code]
              measureScore:
                mustSupport: true
                index: 56
                extensions:
                  alternateScoreType: {url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-alternateScoreType', min: 0, max: 1, type: Extension, mustSupport: true, index: 57}
                elements:
                  extension:
                    type: Extension
                    mustSupport: true
                    url: http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-alternateScoreType
                    index: 57
                    slicing:
                      slices:
                        alternateScoreType:
                          match: {}
                          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-alternateScoreType', index: 57}
                          min: 0
                          max: 1
    extensions:
      linkId: {url: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.group.linkId', min: 1, max: 1, type: Extension, short: Unique id of the group from the measure., mustSupport: true, index: 28}
      scoring: {url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-measureScoring', min: 0, max: 1, short: proportion | ratio | continuous-variable | cohort | composite | attestation, type: Extension, mustSupport: true, index: 29}
      cqm-compositeScoring: {url: 'http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-compositeScoring', min: 0, max: 1, type: Extension, short: 'How the calculation is performed for the measure, including proportion, ratio, continuous-variable, and cohort', mustSupport: true, index: 30}
      calculatedDate: {url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-calculatedDate', min: 0, max: 1, type: Extension, mustSupport: true, index: 31}
      improvementNotation: {url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-groupImprovementNotation', min: 0, max: 1, short: increase | decrease, type: Extension, mustSupport: true, index: 32}
      description: {url: 'http://hl7.org/fhir/StructureDefinition/measurereport-populationDescription', min: 0, max: 1, type: Extension, short: Description of the group, mustSupport: true, index: 33}
  type:
    type: code
    pattern: {type: Code, value: individual}
    mustSupport: true
    index: 17
  measure:
    type: canonical
    constraint:
      deqm-0: {human: Canonical URL SHALL contain a version., severity: error, expression: '%resource.measure.toString().contains(''|'') and %resource.measure.substring(%resource.measure.toString().indexOf(''|'') + 1).length() > 0'}
    mustSupport: true
    index: 18
  extension:
    type: Extension
    mustSupport: true
    url: http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-careGapRemark
    index: 0
    slicing:
      slices:
        vendor:
          match: {}
          schema: {type: Extension, url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-reportingVendor', index: 9}
          min: 0
          max: 1
        category:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/measurereport-category', index: 2}
          min: 0
          max: 1
        reportingProgram:
          match: {}
          schema: {type: Extension, url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-reportingProgram', index: 3}
          min: 0
          max: 1
        limitations:
          match: {}
          schema: {type: Extension, short: 'identifies what limitations should be noted, including potential selection biases and confounding factors when interpreting indicator results or comparing results across the country. If the extension is present in the Measure, then it SHALL be in the MeasureReport (MustSupport) and SHALL at least contain a copy of the content from the Measure. It is permissible to add content to the extensions in the MeasureReport.', mustSupport: true, url: 'http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-limitations', index: 14}
          min: 0
          max: 1
        careGapRemark:
          match: {}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-careGapRemark', index: 0}
          min: 0
        supplementalData:
          match: {}
          schema:
            type: Extension
            mustSupport: true
            url: http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.supplementalData
            index: 5
            elements:
              value[x]:
                extensions:
                  criteriaReference: {url: 'http://hl7.org/fhir/StructureDefinition/cqf-criteriaReference', min: 0, max: 1, type: Extension, mustSupport: true, index: 6}
                  description: {url: 'http://hl7.org/fhir/StructureDefinition/measurereport-populationDescription', min: 0, max: 1, type: Extension, short: Description of the supplemental data, mustSupport: true, index: 7}
                elements:
                  extension:
                    type: Extension
                    mustSupport: true
                    url: http://hl7.org/fhir/StructureDefinition/cqf-criteriaReference
                    index: 6
                    slicing:
                      slices:
                        criteriaReference:
                          match: {}
                          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/cqf-criteriaReference', index: 6}
                          min: 0
                          max: 1
                        description:
                          match: {}
                          schema: {type: Extension, short: Description of the supplemental data, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/measurereport-populationDescription', index: 7}
                          min: 0
                          max: 1
        trendingIssues:
          match: {}
          schema: {type: Extension, short: 'identifies what issues might affect the interpretation of trending results, including changes in geographic coverage, data quality, coding standards and classification changes (for example, a new ICD standard). If the extension is present in the Measure, then it SHALL be in the MeasureReport (MustSupport) and SHALL at least contain a copy of the content from the Measure. It is permissible to add content to the extensions in the MeasureReport.', mustSupport: true, url: 'http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-trendingIssues', index: 15}
          min: 0
          max: 1
        cehrt:
          match: {}
          schema:
            type: Extension
            short: CMS EHR Certification ID
            url: http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-certificationIdentifier
            index: 10
            elements:
              valueIdentifier:
                type: Identifier
                pattern:
                  type: Identifier
                  value: {system: 'urn:oid:2.16.840.1.113883.3.2074.1'}
                index: 11
            required: [valueIdentifier]
        inputParameters:
          match: {}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/cqf-inputParameters', index: 4}
          min: 0
          max: 1
        scoring:
          match: {}
          schema: {short: proportion | ratio | continuous-variable | cohort | composite | attestation, type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-measureScoring', index: 8}
          min: 0
          max: 1
        software:
          match: {}
          schema: {type: Extension, url: 'http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-softwaresystem', index: 12}
          min: 0
        location:
          match: {}
          schema: {type: Extension, url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-dataLocation', index: 13}
          min: 0
        message:
          match: {}
          schema: {type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/cqf-messages', index: 1}
          min: 0
          max: 1
  reporter:
    short: Who is reporting the data. The reporter is the entity fulfilling the reporting requirement.
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole']
    type: Reference
    mustSupport: true
    index: 21
  status: {mustSupport: true, index: 16}
  period:
    constraint:
      deqm-1: {human: Date precision SHALL be at least to day ( YYYY-MM-DD ), severity: error, expression: start.toString().length()>9 and end.toString().length()>9}
    short: The period for which the report was calculated. For the gaps in care use case, this is referred to as the gaps through period.
    type: Period
    mustSupport: true
    index: 22
    elements:
      start: {mustSupport: true, index: 23}
      end: {mustSupport: true, index: 24}
    required: [start, end]
  improvementNotation: {mustSupport: true, index: 25}
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Location', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    index: 19
package_version: 1.0.0-ballot
extensions:
  vendor: {url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-reportingVendor', min: 0, max: 1, type: Extension, index: 9}
  category: {url: 'http://hl7.org/fhir/StructureDefinition/measurereport-category', min: 0, max: 1, type: Extension, mustSupport: true, index: 2}
  reportingProgram: {url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-reportingProgram', min: 0, max: 1, type: Extension, index: 3}
  limitations: {url: 'http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-limitations', min: 0, max: 1, type: Extension, short: 'identifies what limitations should be noted, including potential selection biases and confounding factors when interpreting indicator results or comparing results across the country. If the extension is present in the Measure, then it SHALL be in the MeasureReport (MustSupport) and SHALL at least contain a copy of the content from the Measure. It is permissible to add content to the extensions in the MeasureReport.', mustSupport: true, index: 14}
  careGapRemark: {url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-careGapRemark', min: 0, type: Extension, mustSupport: true, index: 0}
  supplementalData:
    url: http://hl7.org/fhir/5.0/StructureDefinition/extension-MeasureReport.supplementalData
    type: Extension
    mustSupport: true
    index: 5
    elements:
      value[x]:
        extensions:
          criteriaReference: {url: 'http://hl7.org/fhir/StructureDefinition/cqf-criteriaReference', min: 0, max: 1, type: Extension, mustSupport: true, index: 6}
          description: {url: 'http://hl7.org/fhir/StructureDefinition/measurereport-populationDescription', min: 0, max: 1, type: Extension, short: Description of the supplemental data, mustSupport: true, index: 7}
        elements:
          extension:
            type: Extension
            mustSupport: true
            url: http://hl7.org/fhir/StructureDefinition/cqf-criteriaReference
            index: 6
            slicing:
              slices:
                criteriaReference:
                  match: {}
                  schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/cqf-criteriaReference', index: 6}
                  min: 0
                  max: 1
                description:
                  match: {}
                  schema: {type: Extension, short: Description of the supplemental data, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/measurereport-populationDescription', index: 7}
                  min: 0
                  max: 1
  trendingIssues: {url: 'http://hl7.org/fhir/uv/cqm/StructureDefinition/cqm-trendingIssues', min: 0, max: 1, type: Extension, short: 'identifies what issues might affect the interpretation of trending results, including changes in geographic coverage, data quality, coding standards and classification changes (for example, a new ICD standard). If the extension is present in the Measure, then it SHALL be in the MeasureReport (MustSupport) and SHALL at least contain a copy of the content from the Measure. It is permissible to add content to the extensions in the MeasureReport.', mustSupport: true, index: 15}
  cehrt:
    url: http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-certificationIdentifier
    type: Extension
    short: CMS EHR Certification ID
    index: 10
    elements:
      valueIdentifier:
        type: Identifier
        pattern:
          type: Identifier
          value: {system: 'urn:oid:2.16.840.1.113883.3.2074.1'}
        index: 11
    required: [valueIdentifier]
  inputParameters: {url: 'http://hl7.org/fhir/StructureDefinition/cqf-inputParameters', min: 0, max: 1, type: Extension, index: 4}
  scoring: {url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-measureScoring', min: 0, max: 1, short: proportion | ratio | continuous-variable | cohort | composite | attestation, type: Extension, mustSupport: true, index: 8}
  software: {url: 'http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-softwaresystem', min: 0, type: Extension, index: 12}
  location: {url: 'http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-dataLocation', min: 0, type: Extension, index: 13}
  message: {url: 'http://hl7.org/fhir/StructureDefinition/cqf-messages', min: 0, max: 1, type: Extension, index: 1}
class: profile
kind: resource
url: http://hl7.org/fhir/uv/deqm/StructureDefinition/deqm-individualmeasurereport
base: http://hl7.org/fhir/StructureDefinition/MeasureReport
version: 1.0.0-ballot
required: [reporter, subject, date, period]