PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@6.1.0-snapshot1
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal
description: This profile sets minimum expectations for the Goal resource to record, search, and fetch Goal information associated with a patient to promote interoperability and adoption through common implementation.  It identifies which core elements, extensions, vocabularies, and value sets **SHALL** be present in the resource and constrains the way the elements are used when using this profile.  It provides the floor for standards development for specific use cases
package_name: hl7.fhir.us.core
derivation: constraint
name: USCoreGoalProfile
type: Goal
elements:
  lifecycleStatus:
    short: (USCDI) proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/goal-status'}
    mustSupport: true
    index: 0
  description:
    short: (USCDI) Code or text describing goal
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-goal-description'}
    mustSupport: true
    index: 1
  subject:
    type: Reference
    short: (USCDI) Who this goal is intended for
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 2
  start:
    short: (USCDI) When goal pursuit begins
    mustSupport: true
    choices: [startDate, startCodeableConcept]
    index: 4
  startDate: {type: date, short: (USCDI) When goal pursuit begins, mustSupport: true, choiceOf: start, index: 5}
  startCodeableConcept: {type: CodeableConcept, short: (USCDI) When goal pursuit begins, mustSupport: true, choiceOf: start, index: 6}
  target:
    short: (USCDI) Target outcome for the goal
    mustSupport: true
    index: 7
    elements:
      due:
        short: (USCDI) Reach goal on or before
        mustSupport: true
        choices: [dueDate, dueDuration]
        index: 9
      dueDate: {type: date, short: (USCDI) Reach goal on or before, mustSupport: true, choiceOf: due, index: 10}
      dueDuration: {type: Duration, short: (USCDI) Reach goal on or before, mustSupport: true, choiceOf: due, index: 11}
package_version: 6.1.0-snapshot1
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal
base: http://hl7.org/fhir/StructureDefinition/Goal
version: 6.1.0-snapshot1