PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@7.0.0-ballot
    http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-goal
description: Profile of Goal for decision support/quality metrics. Defines the core set of elements and extensions for quality rule and measure authors.
package_name: hl7.fhir.us.qicore
derivation: constraint
name: QICoreGoal
type: Goal
elements:
  subject:
    short: (QI) Who this goal is intended for
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient']
    type: Reference
    index: 0
  start:
    isModifier: false
    short: (QI) When goal pursuit begins
    choices: [startDate, startCodeableConcept]
    base: {max: '1', min: 0, path: 'Goal.start[x]'}
    isSummary: true
    index: 2
  startDate:
    isModifier: false
    short: (QI) When goal pursuit begins
    type: date
    base: {max: '1', min: 0, path: 'Goal.start[x]'}
    choiceOf: start
    isSummary: true
    index: 3
  startCodeableConcept:
    isModifier: false
    short: (QI) When goal pursuit begins
    type: CodeableConcept
    base: {max: '1', min: 0, path: 'Goal.start[x]'}
    choiceOf: start
    isSummary: true
    index: 4
  target: {short: (QI) Target outcome for the goal, index: 5}
package_version: 7.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-goal
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal
version: 7.0.0-ballot
required: [subject]