http://hl7.org/fhir/StructureDefinition/Goal|5.0.0

Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.
description: Describes the intended objective(s) for a patient, group or organization care, for example, weight loss, restoring an activity of daily living, obtaining herd immunity via immunization, meeting a process improvement objective, etc.
derivation: specialization
name: Goal
type: Goal
elements:
  description:
    isModifier: false
    short: Code or text describing goal
    mustSupport: false
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/clinical-findings'}
    isSummary: true
    index: 6
  category:
    isModifier: false
    short: E.g. Treatment, dietary, behavioral, etc
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/goal-category'}
    isSummary: true
    index: 3
  addresses: {isModifier: false, short: Issues addressed by this goal, mustSupport: false, array: true, isSummary: false, index: 19}
  start:
    isModifier: false
    short: When goal pursuit begins
    mustSupport: false
    choices: []
    isSummary: true
    index: 9
  achievementStatus:
    isModifier: false
    short: in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable
    mustSupport: false
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/goal-achievement'}
    isSummary: true
    index: 2
  continuous: {isModifier: false, short: 'After meeting the goal, ongoing activity is needed to sustain the goal objective', mustSupport: false, isSummary: false, index: 4}
  statusReason: {isModifier: false, short: Reason for current status, mustSupport: false, isSummary: false, index: 17}
  outcome:
    isModifier: false
    short: What result was achieved regarding the goal?
    mustSupport: false
    array: true
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/clinical-findings'}
    isSummary: false
    index: 21
  source: {isModifier: false, short: 'Who''s responsible for creating Goal?', mustSupport: false, isSummary: true, index: 18}
  note: {isModifier: false, short: Comments about the goal, mustSupport: false, array: true, isSummary: false, index: 20}
  priority:
    isModifier: false
    short: high-priority | medium-priority | low-priority
    mustSupport: false
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/goal-priority'}
    isSummary: true
    index: 5
  identifier: {isModifier: false, short: External Ids for this goal, mustSupport: false, array: true, isSummary: false, index: 0}
  statusDate: {isModifier: false, short: When goal status took effect, mustSupport: false, isSummary: true, index: 16}
  target:
    constraint:
      gol-1: {human: Goal.target.measure is required if Goal.target.detail is populated, source: 'http://hl7.org/fhir/StructureDefinition/Goal', severity: error, expression: (detail.exists() and measure.exists()) or detail.exists().not()}
    isModifier: false
    short: Target outcome for the goal
    mustSupport: false
    array: true
    isSummary: false
    index: 10
    elements:
      measure:
        isModifier: false
        short: The parameter whose value is being tracked
        mustSupport: false
        binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/observation-codes'}
        isSummary: true
        index: 11
      detail:
        isModifier: false
        short: The target value to be achieved
        mustSupport: false
        choices: []
        isSummary: true
        index: 13
      due:
        isModifier: false
        short: Reach goal on or before
        mustSupport: false
        choices: []
        isSummary: true
        index: 15
  subject: {isModifier: false, short: Who this goal is intended for, mustSupport: false, isSummary: true, index: 7}
  lifecycleStatus:
    isModifier: true
    short: proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
    mustSupport: false
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/goal-status|5.0.0'}
    isModifierReason: This element is labelled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 1
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Goal
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 5.0.0
required: [lifecycleStatus, subject, description]