PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@2.1.0
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal
description: Defines constraints and extensions on the Goal resource for the minimal set of data to query and retrieve a patient's goal(s).
package_name: hl7.fhir.us.core
derivation: constraint
name: USCoreGoalProfile
type: Goal
elements:
  lifecycleStatus:
    isModifier: false
    type: code
    mustSupport: true
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/goal-status'}
    index: 0
  description: {isModifier: false, type: CodeableConcept, mustSupport: true, index: 1}
  subject:
    isModifier: false
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    type: Reference
    mustSupport: true
    index: 2
  target:
    isModifier: false
    mustSupport: true
    array: true
    index: 3
    elements:
      dueDate: {isModifier: false, mustSupport: true, index: 4}
package_version: 2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal
base: http://hl7.org/fhir/StructureDefinition/Goal
version: 3.0.0
required: [lifecycleStatus, subject, description]