CarePlan

The CarePlan API enables Humana members to view a list of the plans in place for their healthcare delivery and condition management. 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/CarePlan \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \
curl -X GET \
https://fhir.humana.com/api/CarePlan \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \

Sample Response


{
    "resourceType": "Bundle",
    "type": "searchset",
    "timestamp": "2025-01-15T15:46:28.183+00:00",
    "meta": {
        "lastUpdated": "2025-01-15T15:46:28.183+00:00",
        "versionId": "29e670f3-9243-4c3c-8117-3247fa74667b"
    },
    "entry": [
        {
            "fullUrl": "https://sandbox-fhir.humana.com/CarePlan/f4a36ebc5b628a049e769ccc2ae8e21a561ca689717f0b342b96c8ede09c0219",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "CarePlan",
                "id": "f4a36ebc5b628a049e769ccc2ae8e21a561ca689717f0b342b96c8ede09c0219",
                "text": {
                    "status": "additional",
                    "div": "

\n Behavioral Health - Major Depression All ordered HH/PT/OT/speech therapy will be initiated \n
" }, "status": "active", "intent": "plan", "category": [ { "coding": [ { "system": "http://hl7.org/fhir/us/core/CodeSystem/careplan-category", "code": "assess-plan" } ] } ], "description": "Behavioral Health - Major Depression All ordered HH/PT/OT/speech therapy will be initiated", "subject": { "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d", "display": "SARAITA DELCAMP" }, "period": { "start": "2024-10-24" }, "addresses": [ { "display": "Behavioral Health - Major Depression" } ], "note": [ { "text": "This resource has been sourced from your Humana Care Support care plan." } ], "meta": { "versionId": "e02ca8f3-c6f5-4e62-a443-5367f3f8f79c", "lastUpdated": "2025-01-15T08:51:26.784+00:00" } } } ], "total": 1, "link": [ { "relation": "self", "url": "https://sandbox-fhir.humana.com/CarePlan?_total=accurate&_count=10&_skip=0" } ], "id": "6c935d1e-b91b-4e01-a732-ca01c3aa90ec" }