AllergyIntolerance

The AllergyIntolerance API enables Humana members to exchange their allergy and adverse reaction data 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/ \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {your access token}' \

Sample Response


{
    "resourceType": "Bundle",
    "type": "searchset",
    "timestamp": "2025-01-15T16:36:16.715+00:00",
    "meta": {
        "lastUpdated": "2025-01-15T16:36:16.715+00:00",
        "versionId": "b62e83d1-7317-473d-b1de-05c49c60730b"
    },
    "entry": [
        {
            "fullUrl": "https://sandbox-fhir.humana.com/AllergyIntolerance/5a18ad2ba62c9d10610de146e517ff7f7d2a09db92764b3b54d62a95ef8660ac",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "AllergyIntolerance",
                "id": "5a18ad2ba62c9d10610de146e517ff7f7d2a09db92764b3b54d62a95ef8660ac",
                "verificationStatus": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
                            "code": "confirmed"
                        }
                    ]
                },
                "clinicalStatus": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
                            "code": "active"
                        }
                    ]
                },
                "code": {
                    "coding": [
                        {
                            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
                            "code": "435",
                            "display": "ALBUTEROL"
                        },
                        {
                            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
                            "code": "435"
                        },
                        {
                            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
                            "code": "142153"
                        },
                        {
                            "system": "http://fdasis.nlm.nih.gov",
                            "code": "021SEF3731"
                        },
                        {
                            "system": "http://fdasis.nlm.nih.gov",
                            "code": "QF8SVZ843E"
                        }
                    ]
                },
                "patient": {
                    "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
                },
                "onsetDateTime": "2022-08-13",
                "reaction": [
                    {
                        "manifestation": [
                            {
                                "text": "Anaphylaxis"
                            }
                        ]
                    }
                ],
                "meta": {
                    "versionId": "4d9189bd-162b-4545-b17b-95401a3574e1",
                    "lastUpdated": "2024-12-10T13:58:58.399+00:00"
                }
            }
        },
        {
            "fullUrl": "https://sandbox-fhir.humana.com/AllergyIntolerance/6a28d80246af05cd0eed7234df2d5e46e5661c128b66a0f3cbf02b8c0ffc6999",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "AllergyIntolerance",
                "id": "6a28d80246af05cd0eed7234df2d5e46e5661c128b66a0f3cbf02b8c0ffc6999",
                "verificationStatus": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
                            "code": "confirmed"
                        }
                    ]
                },
                "clinicalStatus": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
                            "code": "active"
                        }
                    ]
                },
                "code": {
                    "coding": [
                        {
                            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
                            "code": "611",
                            "display": "ASPIRIN"
                        },
                        {
                            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
                            "code": "611"
                        },
                        {
                            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
                            "code": "1191"
                        },
                        {
                            "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
                            "code": "314293"
                        },
                        {
                            "system": "http://fdasis.nlm.nih.gov",
                            "code": "E33TS05V6B"
                        },
                        {
                            "system": "http://fdasis.nlm.nih.gov",
                            "code": "E62HT5S2E9"
                        },
                        {
                            "system": "http://fdasis.nlm.nih.gov",
                            "code": "R16CO5Y76E"
                        },
                        {
                            "system": "http://fdasis.nlm.nih.gov",
                            "code": "WOD7W0DGZS"
                        }
                    ]
                },
                "patient": {
                    "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
                },
                "onsetDateTime": "2022-08-13",
                "reaction": [
                    {
                        "manifestation": [
                            {
                                "text": "Itching"
                            }
                        ]
                    }
                ],
                "meta": {
                    "versionId": "f3f67636-2bde-4a3a-85c4-16e993ee0d8e",
                    "lastUpdated": "2024-12-10T13:58:58.454+00:00"
                }
            }
        }
    ],
    "total": 2,
    "link": [
        {
            "relation": "self",
            "url": "https://sandbox-fhir.humana.com/AllergyIntolerance?patient=5a357166754b59777137634248494434654c336d68773d3d&_total=accurate&_count=10&_skip=0"
        }
    ],
    "id": "ef3ec28e-c497-4c63-a689-79dbb3140cb9"
}