PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.cpg.r4@2.0.0-ballot
    http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-generatereportactivity
description: Definition of an activity to generate a metric, measure, or case report as part of a computable clinical practice guideline
package_name: hl7.fhir.uv.cpg.r4
derivation: constraint
name: CPGGenerateReportActivity
type: ActivityDefinition
elements:
  extension:
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        reportWith:
          match: {url: null}
          schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-reportWith', index: 1}
          min: 0
          max: 1
  kind:
    pattern: {type: Code, value: Task}
    index: 2
  profile:
    short: At least a CPG Questionnaire Task
    pattern: {type: Canonical, value: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-generatereporttask'}
    index: 3
  intent:
    pattern: {type: Code, value: proposal}
    mustSupport: true
    index: 4
  doNotPerform: {mustSupport: true, index: 5}
package_version: 2.0.0-ballot
extensions:
  reportWith: {url: 'http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-reportWith', min: 0, max: 1, type: Extension, mustSupport: true, index: 1}
class: profile
kind: resource
url: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-generatereportactivity
base: http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity
version: 2.0.0-ballot
required: [profile, intent, doNotPerform]