PackagesCanonicalsLogsProblems
    Packages
    hl7.cda.us.ccda@4.0.0
    http://hl7.org/cda/us/ccda/StructureDefinition/CoverageActivity
description: 'A Coverage Activity groups the policy and authorization acts within a Payers Section to order the payment sources. A Coverage Activity contains one or more Policy Activities, each of which contains zero or more Authorization Activities. \nThe sequenceNumber/@value shows the policy order of preference. \nThe Member Identifier is described in the contained Policy Activity Template 2.16.840.1.113883.10.20.22.4.61.\n\n#### Templates Used\nAlthough open templates may contain any valid CDA content, the following templates are specifically called out by this template:\n\n**Required EntryRelationships**: [PolicyActivity](StructureDefinition-PolicyActivity.html)'
package_name: hl7.cda.us.ccda
derivation: constraint
name: CoverageActivity
type: http://hl7.org/cda/stds/core/StructureDefinition/Act
elements:
  entryRelationship:
    index: 16
    slicing:
      rules: open
      discriminator:
      - {path: act, type: profile}
      - {path: typeCode, type: value}
      min: 1
      slices:
        policy:
          match: {typeCode: COMP}
          schema:
            short: entryRelationship
            array: true
            min: 1
            _required: true
            index: 17
            elements:
              typeCode:
                pattern: {type: code, value: COMP}
                type: code
                index: 18
              sequenceNumber:
                index: 19
                elements:
                  value: {index: 20}
                required: [value]
              act: {type: 'http://hl7.org/cda/stds/core/StructureDefinition/Act', index: 21}
            required: [act]
  classCode:
    pattern: {type: code, value: ACT}
    type: code
    index: 4
  id: {index: 6}
  code:
    short: Payment sources
    index: 7
    elements:
      code:
        pattern: {type: code, value: 52556-8}
        type: code
        index: 8
      codeSystem:
        short: LOINC
        pattern: {type: string, value: 2.16.840.1.113883.6.1}
        type: string
        index: 9
    required: [code, codeSystem]
  moodCode:
    pattern: {type: code, value: EVN}
    type: code
    index: 5
  effectiveTime:
    short: '𝗨𝗦𝗖𝗗𝗜: Coverage Status : Records the date and time when you checked and possibly updated the coverage for a patient, and applies for all policies within the coverage activity. Multiple Coverage Activity Acts would be needed to convey different times when coverage was checked and possibly updated. Details on a specific Policy coverage period, or self-pay period, systems can record an additional time inside the Policy Activity/coverage-target participant. Systems may prioritize Coverages using the sequenceNumber.'
    index: 14
    elements:
      value: {index: 15}
    required: [value]
  templateId:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: root, type: value}
      - {path: extension, type: value}
      min: 1
      slices:
        coverage-activity:
          match: {root: 2.16.840.1.113883.10.20.22.4.60, extension: '2024-05-01'}
          schema:
            _required: true
            index: 1
            elements:
              root:
                pattern: {type: string, value: 2.16.840.1.113883.10.20.22.4.60}
                type: string
                index: 2
              extension:
                pattern: {type: string, value: '2024-05-01'}
                type: string
                index: 3
            required: [extension, root]
            extensions: {}
  statusCode:
    index: 12
    elements:
      code:
        pattern: {type: code, value: completed}
        type: code
        index: 13
    required: [code]
  text:
    short: SHOULD reference the portion of section narrative text corresponding to this entry
    index: 10
    elements:
      reference:
        constraint:
          value-starts-octothorpe: {human: 'If reference/@value is present, it SHALL begin with a ''#'' and SHALL point to its corresponding narrative', source: 'http://hl7.org/cda/us/ccda/StructureDefinition/CoverageActivity', severity: error, expression: value.exists() implies value.startsWith('#')}
        index: 11
package_version: 4.0.0
class: logical
kind: logical
url: http://hl7.org/cda/us/ccda/StructureDefinition/CoverageActivity
base: http://hl7.org/cda/stds/core/StructureDefinition/Act
version: 4.0.0
required: [entryRelationship, id, statusCode, templateId]