Goal

The Goal API enables Humana members to exchange their personal health goals with third party applications. This API conforms to the R4 FHIR standard and the US Core STU3 Implementation Guide.


URL


Headers

ACCEPT application/json
AUTHORIZATION Bearer {ACCESS_TOKEN}

Sample Request

curl -X GET \
https://sandbox-fhir.humana.com/api/ \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \
curl -X GET \
https://fhir.humana.com/api/Goal \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \

Sample Response


{
    "resourceType": "Bundle",
    "type": "searchset",
    "timestamp": "2025-01-15T16:34:19.225+00:00",
    "meta": {
        "lastUpdated": "2025-01-15T16:34:19.225+00:00",
        "versionId": "69b4569a-046a-4e14-b542-dc8f0f8db914"
    },
    "entry": [
        {
            "fullUrl": "https://sandbox-fhir.humana.com/Goal/1a6562590ef19d1045d06c4055742d38288e9e6dcd71ccde5cee80f1d5a774eb",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "Goal",
                "id": "1a6562590ef19d1045d06c4055742d38288e9e6dcd71ccde5cee80f1d5a774eb",
                "lifecycleStatus": "active",
                "description": {
                    "text": "To remain at home in a safe environment and out of the hospital"
                },
                "subject": {
                    "reference": "Patient/14e7e4c186f9e73fbf8c9c84c7bbf61ff0fa6f8279ee28e654750694b73064f3"
                },
                "statusDate": "2022-08-17",
                "expressedBy": {
                    "reference": "Practitioner/fd74c7fff8cb08dba6c1e6443b1d76c7da44d27422b3a1e204e3b7cdeba1f31c",
                    "display": "Mattingly Jessica"
                },
                "meta": {
                    "versionId": "91d354b4-0ea4-4d92-81a4-1642123b1032",
                    "lastUpdated": "2025-01-15T12:03:19.111+00:00"
                }
            }
        },
        {
            "fullUrl": "https://sandbox-fhir.humana.com/Goal/031b4af5197ec30a926f48cf40e11a7dbc470048a21e4003b7a3c07c5dab1baa",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "Goal",
                "id": "031b4af5197ec30a926f48cf40e11a7dbc470048a21e4003b7a3c07c5dab1baa",
                "lifecycleStatus": "active",
                "description": {
                    "text": "To remain at home in a safe environment and out of the hospital"
                },
                "subject": {
                    "reference": "Patient/14e7e4c186f9e73fbf8c9c84c7bbf61ff0fa6f8279ee28e654750694b73064f3"
                },
                "statusDate": "2022-08-17",
                "expressedBy": {
                    "reference": "Practitioner/d4735e3a265e16eee03f59718b9b5d03019c07d8b6c51f90da3a666eec13ab35",
                    "display": "Mary Molina Healthcare Smith"
                },
                "meta": {
                    "versionId": "0c2643bd-d721-451a-9f48-00428e1d18d2",
                    "lastUpdated": "2025-01-15T12:03:19.207+00:00"
                }
            }
        },
        {
            "fullUrl": "https://sandbox-fhir.humana.com/Goal/2858dcd1057d3eae7f7d5f782167e24b61153c01551450a628cee722509f6529",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "Goal",
                "id": "2858dcd1057d3eae7f7d5f782167e24b61153c01551450a628cee722509f6529",
                "lifecycleStatus": "active",
                "description": {
                    "text": "To remain at home in a safe environment and out of the hospital"
                },
                "subject": {
                    "reference": "Patient/14e7e4c186f9e73fbf8c9c84c7bbf61ff0fa6f8279ee28e654750694b73064f3"
                },
                "statusDate": "2022-08-17",
                "expressedBy": {
                    "reference": "Practitioner/d4735e3a265e16eee03f59718b9b5d03019c07d8b6c51f90da3a666eec13ab35",
                    "display": "Mary Molina Healthcare Smith"
                },
                "meta": {
                    "versionId": "bdb5559f-da8d-4de8-8410-129c9e70b333",
                    "lastUpdated": "2025-01-15T12:03:19.327+00:00"
                }
            }
        }
    ],
    "total": 3,
    "link": [
        {
            "relation": "self",
            "url": "https://sandbox-fhir.humana.com/Goal?patient=14e7e4c186f9e73fbf8c9c84c7bbf61ff0fa6f8279ee28e654750694b73064f3&_total=accurate&_count=10&_skip=0"
        }
    ],
    "id": "e4bca2d8-1bb2-4a3d-b38b-88901db69daa"
}