PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-deqm@5.0.0-ballot
    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 indivdiual MeasureReport(s). Each section of this composition corresponds to an indivdiual MeasureReport for a specific measure. The subject of each 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-deqm
derivation: constraint
name: DEQMGapsInCareCompositionProfile
type: Composition
elements:
  type:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 96315-7, system: 'http://loinc.org'}
    index: 0
  subject:
    type: Reference
    short: What individual the gaps in care report is for. All 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/qicore/StructureDefinition/qicore-organization']
    index: 4
  section:
    short: Must contain at least one section, each section corresponds to an 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 DEQM individual MeasureReport
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/indv-measurereport-deqm']
        index: 7
      entry:
        type: Reference
        short: This references a gaps in care DetectedIssue
        mustSupport: true
        refers: ['http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-detectedissue-deqm']
        index: 8
    required: [entry, focus]
package_version: 5.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/gaps-composition-deqm
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 5.0.0-ballot
required: [section, subject]