Goal

A Goal resource is used to document the objectives related to a patient’s care.

Sample Query

Find goals for a specific patient:

https://fhir.careevolution.com/Master.Adapter1.WebClient/api/fhir/Goal?patient=36c1d41c-1530-e711-812e-0a69c1b3225b

Overview

See the FHIR documentation for more information about Goal resources.

Mapped Concepts in HIEBus

  • CareTask

Supported Interactions

Goal resources support the following interactions.

Search Parameters

When searching for Goal resources, the following search parameters are supported.

Name Type Prefixes
Modifiers
Can be Chained? Description
_id Token Resource id.
_lastUpdated Date ne  lt  le  gt  ge  sa  eb  ap  When the resource last changed.
_source Uri :missing  Where the resource comes from.
category Token :not  :in  :not-in  :missing  E.g. Treatment, dietary, behavioral, etc.
date Date ne  lt  le  gt  ge  sa  eb  ap  :missing  Search by target date.
patient Reference :missing  yes Who this goal is intended for.
provenance-agent Reference :missing  yes Search by provenance, specified by its author (aka originator) Organization.
status Token :not  :in  :not-in  :missing  proposed | planned | accepted | rejected | in-progress | achieved | sustaining | on-hold | cancelled.
subject Reference :missing  yes Who this goal is intended for.
targetdate Date ne  lt  le  gt  ge  sa  eb  ap  :missing  Reach goal on or before.

Sortable Parameters

When searching Goal resources, it is possible to sort the returned values by the following search parameters.

  • targetdate
  • _id

Only one sort parameter may be specified.

Supported Includes

When searching Goal resources, it is possible to include the resources referenced by the following field names.

  • Patient
  • Provenance Agent
  • Subject

Supported Operations

Goal supports the following extended operations.


Back to Resources