---
type: "search-params"
title: "Goal Search Parameters"
resource: "Goal"
---
# Goal Search Parameters
## achievement-status
**Description:** in-progress | improving | worsening | no-change | achieved | sustaining | not-achieved | no-progress | not-attainable
**Type:** token
**Expression:** Goal.achievementStatus
**Path:** Goal.achievementStatus
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Goal-achievement-status
## category
**Description:** E.g. Treatment, dietary, behavioral, etc.
**Type:** token
**Expression:** Goal.category
**Path:** Goal.category
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Goal-category
## description
**Description:** Code or text describing goal
**Type:** token
**Expression:** Goal.description
**Path:** Goal.description
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Goal-description
## identifier
**Description:** External Ids for this goal
**Type:** token
**Expression:** Goal.identifier
**Path:** Goal.identifier
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Goal-identifier
## lifecycle-status
**Description:** proposed | planned | accepted | active | on-hold | completed | cancelled | entered-in-error | rejected
**Type:** token
**Expression:** Goal.lifecycleStatus
**Path:** Goal.lifecycleStatus
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Goal-lifecycle-status
## patient
**Description:** Who this goal is intended for
**Type:** reference
**Expression:** Goal.subject.where(resolve() is Patient)
**Path:** Goal.subject
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Goal-patient
## start-date
**Description:** When goal pursuit begins
**Type:** date
**Expression:** (Goal.start.ofType(date))
**Path:** Goal.startDate
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Goal-start-date
## subject
**Description:** Who this goal is intended for
**Type:** reference
**Expression:** Goal.subject
**Path:** Goal.subject
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Goal-subject
## target-date
**Description:** Reach goal on or before
**Type:** date
**Expression:** (Goal.target.due.ofType(date))
**Path:** Goal.target.dueDate
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Goal-target-date
## addresses
**Description:** Issues addressed by this goal
**Type:** reference
**Expression:** Goal.addresses
**Path:** Goal.addresses
**Standards Status:** normative
## target-measure
**Description:** The parameter whose value is being tracked
**Type:** token
**Expression:** Goal.target.measure
**Path:** Goal.target.measure
**Standards Status:** normative
**URL:** http://hl7.org/fhir/build/SearchParameter/Goal-target-measure