PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-deqm@2.1.0
    http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-detectedissue-deqm
description: The DEQM Gaps In Care DetectedIssue Profile indicates that the measure that is referenced in the [DEQM Gaps In Care Individual MeasureReport](StructureDefinition-gaps-indv-measurereport-deqm.html) has an open gap. Detected Issues SHALL not be created for any DEQM Gaps In Care Individual MeasureReport where the gap is closed.
package_name: hl7.fhir.us.davinci-deqm
derivation: constraint
name: DEQMGapsInCareDetectedIssueProfile
type: DetectedIssue
elements:
  code:
    short: A temporary code until official code is assigned
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: care-gap, system: 'http://terminology.hl7.org/CodeSystem/detectedissue-category', display: Gap in Care Detected}
    index: 0
  patient:
    type: Reference
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient']
    index: 1
  evidence:
    mustSupport: true
    index: 2
    elements:
      detail:
        type: Reference
        short: This references the DEQM Gaps In Care MeasureReport that the gap(s) are detected
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-indv-measurereport-deqm']
        index: 3
    required: [detail]
package_version: 2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-detectedissue-deqm
base: http://hl7.org/fhir/StructureDefinition/DetectedIssue
version: 2.1.0
required: [evidence, code]