The Goal resource describes the intended objectives for a patient, group or organization care.

FHIR Resource: Encounter https://www.hl7.org/fhir/goal.html

Supported Attributes

NameComment
subjectPatient
descriptionPatient
startDate
expressedBy
note
status
https://api.healthgorilla.com/fhir/Goal

FHIR Operations

The following operations are currently supported:

1. Read

HTTP RequestMethodAction
/Goal/{ID}GETRetrieve Goal resource by ID

2. Search

HTTP RequestMethodAction
/Goal?[parameter={value}]GETRetrieve Goal resources by the specified search criteria

Parameters:

KeyTypeDescription
patientReferencePatient Identifier
_lastUpdatedDate
_offsetNumber
_countNumber

Examples

2.1 Retrieve goals by patient

https://api.healthgorilla.com/fhir/Goal?patient=8063965523692105bfc35def

2.2 Search records updated since March 2019

https://api.healthgorilla.com/fhir/Goal?_lastUpdated=gt2019-03&_offset=0&_count=5
2.3. Retrieve records for the given patient updated in 2018
https://api.healthgorilla.com/fhir/Goal?patient=8063965523692105bfc35def&_lastUpdated=2018

3. Create

HTTP RequestMethodAction
/GoalPOSTCreates Goal resource

The following attributes are required:

NameDetails
subject
description
status

4. Update

HTTP RequestMethodAction
/Goal/{ID}PUTUpdates Goal resource

The following attributes are immutable:

NameDetails
subject
description

5. Delete

HTTP RequestMethodAction
/Goal/{ID}DELETEDeletes Goal resource