PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@6.0.0-ballot
    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 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:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/goal-status'}
    mustSupport: true
    index: 0
  description:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-goal-description'}
    mustSupport: true
    index: 1
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 2
  target:
    mustSupport: true
    index: 3
    elements:
      due:
        mustSupport: true
        choices: [dueDate, dueDuration]
        index: 5
      dueDate: {type: date, mustSupport: true, choiceOf: due, index: 6}
      dueDuration: {type: Duration, mustSupport: true, choiceOf: due, index: 7}
package_version: 6.0.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal
base: http://hl7.org/fhir/StructureDefinition/Goal
version: 6.0.0-ballot