| Code | Description |
|---|---|
| 401 | Unauthorized |
| 500 | Server crashed for some <%= reason %> |
GET /Goal/1001?access_token=6b5h9crwD1EP2zzNDifB5GNZi1rgmU3vmjsdJE9G9BfhQUL3Pm7stAUvJCgwSbAb
200
{
"resourceType": "Goal",
"id": "1001",
"lifecycleStatus": "proposed",
"description": {
"text": "Test Narrative"
},
"subject": {
"reference": "Patient/1",
"display": "Newman, Alice, Jones, Alicia, "
},
"target": [
{
"dueDate": "2022-11-09"
}
]
}
| Param name | Description |
|---|---|
|
access_token required |
CarePaths User OAuth Token Validations:
|
|
id optional |
ID of requested goal Validations:
|
List of resources
| Param name | Description |
|---|---|
|
resource_type required |
Goal Validations:
|
|
lifecycle_status required |
Validations:
|
|
description required |
Validations:
|
|
subject required |
Validations:
|
|
target required |
Validations:
|