description: The US Core Goal Profile inherits from the FHIR [Goal](https://hl7.org/fhir/R4/goal.html) resource; refer to it for scope and usage definitions. This profile sets minimum expectations for the Goal resource to record, search, and fetch Goal information associated with a patient. It specifies which core elements, extensions, vocabularies, and value sets **SHALL** be present and constrains how the elements are used. Providing the floor for standards development for specific use cases promotes interoperability and adoption. 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/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient'] index: 2 start: mustSupport: true choices: [startDate, startCodeableConcept] index: 4 startDate: {type: date, mustSupport: true, choiceOf: start, index: 5} startCodeableConcept: {type: CodeableConcept, mustSupport: true, choiceOf: start, index: 6} target: mustSupport: true index: 7 elements: due: mustSupport: true choices: [dueDate, dueDuration] index: 9 dueDate: {type: date, mustSupport: true, choiceOf: due, index: 10} dueDuration: {type: Duration, mustSupport: true, choiceOf: due, index: 11} package_version: 7.0.0 class: profile kind: resource url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal base: http://hl7.org/fhir/StructureDefinition/Goal version: 7.0.0