PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci@ra-2.0.0-ballot
    http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-clinical-evaluation-evidence-task
description: This Task profile is used to support the risk adjustment coding gap remediation process.
package_name: hl7.fhir.us.davinci
derivation: constraint
name: RiskAdjustmentClinicalEvaluationEvidenceTask
type: Task
elements:
  reasonCode:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/davinci-ra/ValueSet/coding-gap-task-reason'}
    mustSupport: true
    index: 9
  statusReason:
    mustSupport: true
    index: 3
    elements:
      text: {mustSupport: true, index: 4}
    required: [text]
  authoredOn: {mustSupport: true, index: 7}
  contained: {mustSupport: true, index: 0}
  lastModified: {mustSupport: true, index: 8}
  status:
    short: requested|completed|rejected|on-hold|cancelled
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/davinci-ra/ValueSet/coding-gap-task-status'}
    mustSupport: true
    index: 2
  identifier: {mustSupport: true, index: 1}
  intent:
    pattern: {type: Code, value: order}
    mustSupport: true
    index: 5
  focus:
    type: Reference
    short: The MeasureReport that the task is acting on
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-measurereport']
    index: 6
  input:
    mustSupport: true
    index: 10
    slicing:
      rules: open
      discriminator:
      - {path: type, type: pattern}
      min: 1
      slices:
        groupid:
          match:
            type:
              coding:
              - {code: group-id, system: 'http://hl7.org/fhir/us/davinci-ra/CodeSystem/task-label'}
          schema:
            short: MeasureReport group id
            mustSupport: true
            _required: true
            index: 11
            elements:
              type:
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: group-id, system: 'http://hl7.org/fhir/us/davinci-ra/CodeSystem/task-label'}
                index: 12
              value:
                short: Value of MeasureReport.group.id
                mustSupport: true
                choices: [valueString]
                index: 14
              valueString: {type: string, short: Value of MeasureReport.group.id, mustSupport: true, choiceOf: value, index: 15}
        searchset_bundle:
          match:
            type:
              coding:
              - {code: clinical-evaluation-evidence, system: 'http://hl7.org/fhir/us/davinci-ra/CodeSystem/task-label'}
          schema:
            short: Risk Adjustment SearchSet Bundle
            mustSupport: true
            _required: true
            index: 16
            elements:
              type:
                mustSupport: true
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: clinical-evaluation-evidence, system: 'http://hl7.org/fhir/us/davinci-ra/CodeSystem/task-label'}
                index: 17
              value:
                short: Reference to the Risk Adjustment SearchSet Bundle
                mustSupport: true
                choices: [valueReference]
                index: 19
              valueReference:
                type: Reference
                short: Reference to the Risk Adjustment SearchSet Bundle
                mustSupport: true
                choiceOf: value
                refers: ['http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-searchset-bundle']
                index: 20
package_version: ra-2.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-clinical-evaluation-evidence-task
base: http://hl7.org/fhir/StructureDefinition/Task
version: 2.0.0-ballot
required: [authoredOn, focus, status, input, reasonCode]