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://fhir.humana.com/sandbox/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",
  "id": "90046607796c439bab8488dc8df1251b",
  "meta": {
    "lastUpdated": "2021-09-13T12:32:35.383221+00:00"
  },
  "type": "searchset",
  "link": [
    {
      "relation": "self",
      "url": "https://fhir.humana.com/sandbox/api/AllergyIntolerance?_count=100&patient=5a357166754b59777137634248494434654c336d68773d3d"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://fhir.humana.com/sandbox/api/AllergyIntolerance/1e849328d9d67ca4bb37e8bb45db32d14ed45039eae82ceac699dff4540c26cc",
      "resource": {
        "resourceType": "AllergyIntolerance",
        "id": "1e849328d9d67ca4bb37e8bb45db32d14ed45039eae82ceac699dff4540c26cc",
        "meta": {
          "versionId": "166",
          "lastUpdated": "2021-09-13T08:30:12.942+00:00",
          "source": "https://fhir.humana.com/documentation/glossary/HumanaDataSource",
          "tag": [
            {
              "system": "https://www.hl7.org/fhir/patient.html",
              "code": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
            },
            {
              "system": "https://fhir.humana.com/documentation/glossary/lastRefreshedOn",
              "code": "2021-09-13T08:30:12.596Z"
            }
          ]
        },
        "clinicalStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
              "code": "resolved"
            }
          ]
        },
        "verificationStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
              "code": "unconfirmed"
            }
          ]
        },
        "code": {
          "coding": [
            {
              "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code": "202433",
              "display": "Tylenol"
            }
          ]
        },
        "patient": {
          "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
        },
        "onsetDateTime": "2021-05-13",
        "recordedDate": "2021-05-11",
        "recorder": {
          "identifier": {
            "system": "http://hl7.org/fhir/sid/us-npi",
            "value": "1699778084"
          },
          "display": "DR. DANIELLE GARDNER, O.D."
        },
        "asserter": {
          "identifier": {
            "system": "http://hl7.org/fhir/sid/us-npi",
            "value": "1639172018"
          },
          "display": "CYNTHIA TOWNSEND, ARNP, FNP-BC"
        }
      },
      "search": {
        "mode": "match"
      }
    },
    {
      "fullUrl": "https://fhir.humana.com/sandbox/api/AllergyIntolerance/bf92c91e15283f375c6459dd1c8d647f2f159e007f4bf76e923929d507218813",
      "resource": {
        "resourceType": "AllergyIntolerance",
        "id": "bf92c91e15283f375c6459dd1c8d647f2f159e007f4bf76e923929d507218813",
        "meta": {
          "versionId": "166",
          "lastUpdated": "2021-09-13T08:30:12.96+00:00",
          "source": "https://fhir.humana.com/documentation/glossary/HumanaDataSource",
          "tag": [
            {
              "system": "https://www.hl7.org/fhir/patient.html",
              "code": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
            },
            {
              "system": "https://fhir.humana.com/documentation/glossary/lastRefreshedOn",
              "code": "2021-09-13T08:30:12.596Z"
            }
          ]
        },
        "clinicalStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
              "code": "inactive"
            }
          ]
        },
        "verificationStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
              "code": "unconfirmed"
            }
          ]
        },
        "code": {
          "coding": [
            {
              "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code": "161",
              "display": "ACETAMINOPHEN"
            }
          ]
        },
        "patient": {
          "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
        },
        "onsetDateTime": "2020-11-13",
        "recordedDate": "2021-03-15",
        "recorder": {
          "identifier": {
            "system": "http://hl7.org/fhir/sid/us-npi",
            "value": "1952304164"
          },
          "display": "TOTAL REHAB SERVICES, PA"
        },
        "asserter": {
          "identifier": {
            "system": "http://hl7.org/fhir/sid/us-npi",
            "value": "1104829993"
          },
          "display": "HARRISON TUTTLE, MD"
        }
      },
      "search": {
        "mode": "match"
      }
    },
    {
      "fullUrl": "https://fhir.humana.com/sandbox/api/AllergyIntolerance/2fb9af896f7883bb3682e8f5c999f6430b8ba984b3047e8bd6f4ed2e1dc65d22",
      "resource": {
        "resourceType": "AllergyIntolerance",
        "id": "2fb9af896f7883bb3682e8f5c999f6430b8ba984b3047e8bd6f4ed2e1dc65d22",
        "meta": {
          "versionId": "166",
          "lastUpdated": "2021-09-13T08:30:12.983+00:00",
          "source": "https://fhir.humana.com/documentation/glossary/HumanaDataSource",
          "tag": [
            {
              "system": "https://www.hl7.org/fhir/patient.html",
              "code": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
            },
            {
              "system": "https://fhir.humana.com/documentation/glossary/lastRefreshedOn",
              "code": "2021-09-13T08:30:12.596Z"
            }
          ]
        },
        "clinicalStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
              "code": "resolved"
            }
          ]
        },
        "verificationStatus": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
              "code": "unconfirmed"
            }
          ]
        },
        "code": {
          "coding": [
            {
              "system": "http://www.nlm.nih.gov/research/umls/rxnorm",
              "code": "18631",
              "display": "azithromycin"
            }
          ]
        },
        "patient": {
          "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
        },
        "onsetDateTime": "2021-02-14",
        "recordedDate": "2021-03-06",
        "recorder": {
          "identifier": {
            "system": "http://hl7.org/fhir/sid/us-npi",
            "value": "1205838547"
          },
          "display": "DR. AMY GLASSNER, M.D."
        },
        "asserter": {
          "identifier": {
            "system": "http://hl7.org/fhir/sid/us-npi",
            "value": "1053314740"
          },
          "display": "DR. ROBERT KELSEY, D.P.M."
        }
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}