The Goal resource describes the intended objectives for a patient, group or organization care.
FHIR Resource: Encounter https://www.hl7.org/fhir/goal.html
Name | Comment |
---|
subject | Patient |
description | Patient |
startDate | |
expressedBy | |
note | |
status | |
https://api.healthgorilla.com/fhir/Goal
The following operations are currently supported:
HTTP Request | Method | Action |
---|
/Goal/{ID} | GET | Retrieve Goal resource by ID |
HTTP Request | Method | Action |
---|
/Goal?[parameter={value}] | GET | Retrieve Goal resources by the specified search criteria |
Parameters:
Key | Type | Description |
---|
patient | Reference | Patient Identifier |
_lastUpdated | Date | |
_offset | Number | |
_count | Number | |
https://api.healthgorilla.com/fhir/Goal?patient=8063965523692105bfc35def
https://api.healthgorilla.com/fhir/Goal?_lastUpdated=gt2019-03&_offset=0&_count=5
https://api.healthgorilla.com/fhir/Goal?patient=8063965523692105bfc35def&_lastUpdated=2018
HTTP Request | Method | Action |
---|
/Goal | POST | Creates Goal resource |
The following attributes are required:
Name | Details |
---|
subject | |
description | |
status | |
HTTP Request | Method | Action |
---|
/Goal/{ID} | PUT | Updates Goal resource |
The following attributes are immutable:
Name | Details |
---|
subject | |
description | |
HTTP Request | Method | Action |
---|
/Goal/{ID} | DELETE | Deletes Goal resource |