PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci@deqm-2.1.0
    http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-composition-deqm
description: The DEQM Gaps In Care Composition Profile defines a document composition consisting of one or more gaps in care indivdiual MeasureReport(s) for an individual. Each section of this composition corresponds to a gaps in care indivdiual MeasureReport for a specific measure. The subject of each gaps in care individual MeasureReport referenced by the section must be for the same individual specified in the subject of this Composition.
package_name: hl7.fhir.us.davinci
derivation: constraint
name: DEQMGapsInCareCompositionProfile
type: Composition
elements:
  type:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: gaps-doc, system: 'http://hl7.org/fhir/us/davinci-deqm/CodeSystem/gaps-doc-type', display: Gaps in Care Report}
    index: 0
  subject:
    type: Reference
    short: What individual the gaps in care report is for. All gaps in care individual MeasureReports referenced must be for this same individual.
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient']
    index: 1
  date: {short: The datetime the gaps in care report was created, mustSupport: true, index: 2}
  title: {type: string, short: The title of the gaps in care report, mustSupport: true, index: 3}
  custodian:
    type: Reference
    short: Identifies the organization who is responsible for ongoing maintenance of and accessing to this gaps in care report
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/organization-deqm']
    index: 4
  section:
    short: Must contain at least one section, each section corresponds to a gaps in care indivdiual MeasureReport for a specific measure
    index: 5
    elements:
      title: {short: The title of the measure that is referenced, index: 6}
      focus:
        type: Reference
        short: This references a gaps in care individual MeasureReport
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-indv-measurereport-deqm']
        index: 7
      entry:
        type: Reference
        short: This references a gaps in care DetectedIssue, only if there is open gap(s) for the measure
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-detectedissue-deqm']
        index: 8
    required: [focus]
package_version: deqm-2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-composition-deqm
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 2.1.0
required: [section, subject]