Explanation of Benefits

The Explanation of Benefit (EOB) API enables Humana members to share written explanation of benefits with third party applications. Explanation of benefits include the payments Humana has made on behalf of a member and a description of the healthcare services provided to the member. This API conforms to the R4 FHIR standard and the CARIN Blue Button FHIR STU1 Implementation Guide.


URL


Headers

ACCEPT application/json
AUTHORIZATION Bearer {ACCESS_TOKEN}

Sample Request

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

Sample Response


{
    "resourceType": "Bundle",
    "type": "searchset",
    "timestamp": "2025-01-15T05:16:02.635+00:00",
    "meta": {
        "lastUpdated": "2025-01-15T05:16:02.635+00:00",
        "versionId": "edc04c4b-ea57-4313-94ef-bf44b138301b"
    },
    "entry": [
        {
            "fullUrl": "https://sandbox-fhir.humana.com/api/ExplanationOfBenefit/15ff71886c0732526d758d87857f739868ef8a3259319128b993c9364f51b82f",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "ExplanationOfBenefit",
                "id": "15ff71886c0732526d758d87857f739868ef8a3259319128b993c9364f51b82f",
                "meta": {
                    "source": "https://fhir.humana.com/documentation/glossary/HumanaDataSource",
                    "versionId": "1afcf532-dd09-42a2-a7ee-d49ef6c4e8e7",
                    "lastUpdated": "2025-01-15T03:56:46.371+00:00"
                },
                "identifier": [
                    {
                        "type": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
                                    "code": "uc"
                                }
                            ]
                        },
                        "system": "https://fhir.humana.com/documentation/glossary/claim_id",
                        "value": "244956709341"
                    }
                ],
                "status": "active",
                "type": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/claim-type",
                            "code": "pharmacy"
                        }
                    ],
                    "text": "Pharmacy"
                },
                "use": "claim",
                "patient": {
                    "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
                },
                "billablePeriod": {
                    "start": "2024-04-04"
                },
                "created": "2024-04-04",
                "insurer": {
                    "reference": "Organization/67c29814ee1eb20b1be2c2c692cfdd2cfb84e919a867998eccd1762b7b785780",
                    "display": "Humana"
                },
                "provider": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/us-npi",
                        "value": "1841422979"
                    },
                    "display": "SHILPA ARUN MALEKAR"
                },
                "prescription": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/ndc",
                        "value": "00006027782"
                    },
                    "display": "Januvia 100 mg tablet"
                },
                "payee": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/payeetype",
                                "code": "provider",
                                "display": "Provider"
                            }
                        ]
                    },
                    "party": {
                        "identifier": {
                            "system": "http://hl7.org/fhir/sid/us-npi",
                            "value": "1063675684"
                        },
                        "display": "HUMANA PHARMACY, INC."
                    }
                },
                "facility": {
                    "display": "9843 WINDISCH ROAD, WEST CHESTER, OH, 45069"
                },
                "outcome": "complete",
                "insurance": [
                    {
                        "focal": true,
                        "coverage": {
                            "identifier": {
                                "system": "https://fhir.humana.com/documentation/glossary/memberIdBase",
                                "value": "H71498680"
                            }
                        }
                    }
                ],
                "item": [
                    {
                        "sequence": 1,
                        "productOrService": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/ex-USCLS",
                                    "code": "000665036",
                                    "display": "Januvia 100 mg tablet"
                                },
                                {
                                    "system": "https://open.fda.gov/apis/drug/ndc",
                                    "code": "00006027782",
                                    "display": "Januvia 100 mg tablet"
                                }
                            ]
                        },
                        "adjudication": [
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "submitted"
                                        }
                                    ],
                                    "text": "Submitted Amount"
                                },
                                "amount": {
                                    "value": 2062.8,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                            "code": "paidbypatient"
                                        }
                                    ],
                                    "text": "Paid by patient"
                                },
                                "amount": {
                                    "value": 1654.54,
                                    "currency": "USD"
                                }
                            }
                        ]
                    }
                ],
                "total": [
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "deductible"
                                }
                            ],
                            "text": "Deductible"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "coinsurance"
                                }
                            ],
                            "text": "Co-insurance"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "copay"
                                }
                            ],
                            "text": "CoPay"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "paidtoprovider"
                                }
                            ],
                            "text": "Paid to provider"
                        },
                        "amount": {
                            "value": 1654.84,
                            "currency": "USD"
                        }
                    }
                ],
                "payment": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://hl7.org/fhir/us/carin-bb/ValueSet/C4BBPayerClaimPaymentStatusCode",
                                "code": "paid",
                                "display": "PAID"
                            }
                        ]
                    },
                    "date": "2024-04-04",
                    "amount": {
                        "value": 1654.84,
                        "currency": "USD"
                    }
                }
            }
        },
        {
            "fullUrl": "https://sandbox-fhir.humana.com/api/ExplanationOfBenefit/b587139d9106c33f1c2648b8df295e4b9d9f98b03738b98f64e904df3f02165b",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "ExplanationOfBenefit",
                "id": "b587139d9106c33f1c2648b8df295e4b9d9f98b03738b98f64e904df3f02165b",
                "meta": {
                    "source": "https://fhir.humana.com/documentation/glossary/HumanaDataSource",
                    "versionId": "65deee4b-eb60-4184-a05f-f95be8e949fc",
                    "lastUpdated": "2025-01-15T03:56:46.980+00:00"
                },
                "identifier": [
                    {
                        "type": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
                                    "code": "uc"
                                }
                            ]
                        },
                        "system": "https://fhir.humana.com/documentation/glossary/claim_id",
                        "value": "244956707751"
                    }
                ],
                "status": "active",
                "type": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/claim-type",
                            "code": "pharmacy"
                        }
                    ],
                    "text": "Pharmacy"
                },
                "use": "claim",
                "patient": {
                    "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
                },
                "billablePeriod": {
                    "start": "2024-04-04"
                },
                "created": "2024-04-04",
                "insurer": {
                    "reference": "Organization/67c29814ee1eb20b1be2c2c692cfdd2cfb84e919a867998eccd1762b7b785780",
                    "display": "Humana"
                },
                "provider": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/us-npi",
                        "value": "12121212"
                    },
                    "display": "eee ee ggg"
                },
                "prescription": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/ndc",
                        "value": "64980027903"
                    },
                    "display": "glipizide ER 2.5 mg tablet, extended release 24 hr"
                },
                "payee": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/payeetype",
                                "code": "provider",
                                "display": "Provider"
                            }
                        ]
                    },
                    "party": {
                        "identifier": {
                            "system": "http://hl7.org/fhir/sid/us-npi",
                            "value": "1063675684"
                        },
                        "display": "HUMANA PHARMACY, INC."
                    }
                },
                "facility": {
                    "display": "9843 WINDISCH ROAD, WEST CHESTER, OH, 45069"
                },
                "outcome": "complete",
                "insurance": [
                    {
                        "focal": true,
                        "coverage": {
                            "identifier": {
                                "system": "https://fhir.humana.com/documentation/glossary/memberIdBase",
                                "value": "H714922230"
                            }
                        }
                    }
                ],
                "item": [
                    {
                        "sequence": 1,
                        "productOrService": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/ex-USCLS",
                                    "code": "000310489",
                                    "display": "glipizide ER 2.5 mg tablet, extended release 24 hr"
                                },
                                {
                                    "system": "https://open.fda.gov/apis/drug/ndc",
                                    "code": "64980027903",
                                    "display": "glipizide ER 2.5 mg tablet, extended release 24 hr"
                                }
                            ]
                        },
                        "adjudication": [
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "submitted"
                                        }
                                    ],
                                    "text": "Submitted Amount"
                                },
                                "amount": {
                                    "value": 73.8,
                                    "currency": "USD"
                                }
                            }
                        ]
                    }
                ],
                "total": [
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "deductible"
                                }
                            ],
                            "text": "Deductible"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "coinsurance"
                                }
                            ],
                            "text": "Co-insurance"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "copay"
                                }
                            ],
                            "text": "CoPay"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "paidtoprovider"
                                }
                            ],
                            "text": "Paid to provider"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    }
                ],
                "payment": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://hl7.org/fhir/us/carin-bb/ValueSet/C4BBPayerClaimPaymentStatusCode",
                                "code": "paid",
                                "display": "PAID"
                            }
                        ]
                    },
                    "date": "2024-04-04",
                    "amount": {
                        "value": 0,
                        "currency": "USD"
                    }
                }
            }
        },
        {
            "fullUrl": "https://sandbox-fhir.humana.com/api/ExplanationOfBenefit/325851594eecde9794cff556d61165f8a6b6d61b1762d5bd21e64d2b5e4324e5",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "ExplanationOfBenefit",
                "id": "325851594eecde9794cff556d61165f8a6b6d61b1762d5bd21e64d2b5e4324e5",
                "meta": {
                    "source": "https://fhir.humana.com/documentation/glossary/HumanaDataSource",
                    "versionId": "4234568d-1ae8-475c-ae77-d40132b37810",
                    "lastUpdated": "2025-01-15T03:56:47.320+00:00"
                },
                "identifier": [
                    {
                        "type": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
                                    "code": "uc"
                                }
                            ]
                        },
                        "system": "https://fhir.humana.com/documentation/glossary/claim_id",
                        "value": "445722757222"
                    }
                ],
                "status": "active",
                "type": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/claim-type",
                            "code": "pharmacy"
                        }
                    ],
                    "text": "Pharmacy"
                },
                "use": "claim",
                "patient": {
                    "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
                },
                "billablePeriod": {
                    "start": "2024-06-20"
                },
                "created": "2024-06-20",
                "insurer": {
                    "reference": "Organization/67c29814ee1eb20b1be2c2c692cfdd2cfb84e919a867998eccd1762b7b785780",
                    "display": "Humana"
                },
                "provider": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/us-npi",
                        "value": "1841422979"
                    },
                    "display": "SHILPA ARUN MALEKAR"
                },
                "prescription": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/ndc",
                        "value": "81603062510"
                    },
                    "display": "DropSafe Alcohol Prep Pads"
                },
                "payee": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/payeetype",
                                "code": "provider",
                                "display": "Provider"
                            }
                        ]
                    },
                    "party": {
                        "identifier": {
                            "system": "http://hl7.org/fhir/sid/us-npi",
                            "value": "1063675333"
                        },
                        "display": "HUMANA PHARMACY, INC."
                    }
                },
                "facility": {
                    "display": "9843 WINDISCH ROAD, WEST CHESTER, OH, 45069"
                },
                "outcome": "complete",
                "insurance": [
                    {
                        "focal": true,
                        "coverage": {
                            "identifier": {
                                "system": "https://fhir.humana.com/documentation/glossary/memberIdBase",
                                "value": "H71433680"
                            }
                        }
                    }
                ],
                "item": [
                    {
                        "sequence": 1,
                        "productOrService": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/ex-USCLS",
                                    "code": "000797544",
                                    "display": "DropSafe Alcohol Prep Pads"
                                },
                                {
                                    "system": "https://open.fda.gov/apis/drug/ndc",
                                    "code": "81603062533",
                                    "display": "DropSafe Alcohol Prep Pads"
                                }
                            ]
                        },
                        "adjudication": [
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "submitted"
                                        }
                                    ],
                                    "text": "Submitted Amount"
                                },
                                "amount": {
                                    "value": 5,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                            "code": "paidbypatient"
                                        }
                                    ],
                                    "text": "Paid by patient"
                                },
                                "amount": {
                                    "value": 1.32,
                                    "currency": "USD"
                                }
                            }
                        ]
                    }
                ],
                "total": [
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "deductible"
                                }
                            ],
                            "text": "Deductible"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "coinsurance"
                                }
                            ],
                            "text": "Co-insurance"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "copay"
                                }
                            ],
                            "text": "CoPay"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "paidtoprovider"
                                }
                            ],
                            "text": "Paid to provider"
                        },
                        "amount": {
                            "value": 1.62,
                            "currency": "USD"
                        }
                    }
                ],
                "payment": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://hl7.org/fhir/us/carin-bb/ValueSet/C4BBPayerClaimPaymentStatusCode",
                                "code": "paid",
                                "display": "PAID"
                            }
                        ]
                    },
                    "date": "2024-06-20",
                    "amount": {
                        "value": 1.62,
                        "currency": "USD"
                    }
                }
            }
        },
        {
            "fullUrl": "https://sandbox-fhir.humana.com/api/ExplanationOfBenefit/f9f0c0599f7ccc173a610d6d381d148e83a9875e3dc84d7d948220c034401af3",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "ExplanationOfBenefit",
                "id": "f9f0c0599f7ccc173a610d6d381d148e83a9875e3dc84d7d948220c034401af3",
                "meta": {
                    "source": "https://fhir.humana.com/documentation/glossary/HumanaDataSource",
                    "versionId": "8e3217fe-cf58-495d-94d9-2fa42f5f4cf1",
                    "lastUpdated": "2025-01-15T03:56:47.624+00:00"
                },
                "identifier": [
                    {
                        "type": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
                                    "code": "uc"
                                }
                            ]
                        },
                        "system": "https://fhir.humana.com/documentation/glossary/claim_id",
                        "value": "445722755911"
                    }
                ],
                "status": "active",
                "type": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/claim-type",
                            "code": "pharmacy"
                        }
                    ],
                    "text": "Pharmacy"
                },
                "use": "claim",
                "patient": {
                    "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
                },
                "billablePeriod": {
                    "start": "2024-06-20"
                },
                "created": "2024-06-20",
                "insurer": {
                    "reference": "Organization/67c29814ee1eb20b1be2c2c692cfdd2cfb84e919a867998eccd1762b7b785780",
                    "display": "Humana"
                },
                "provider": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/us-npi",
                        "value": "1841422979"
                    },
                    "display": "SHILPA ARUN MALEKAR"
                },
                "prescription": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/ndc",
                        "value": "56151146404"
                    },
                    "display": "True Metrix Glucose Test Strip"
                },
                "payee": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/payeetype",
                                "code": "provider",
                                "display": "Provider"
                            }
                        ]
                    },
                    "party": {
                        "identifier": {
                            "system": "http://hl7.org/fhir/sid/us-npi",
                            "value": "1063675684"
                        },
                        "display": "HUMANA PHARMACY, INC."
                    }
                },
                "facility": {
                    "display": "9843 WINDISCH ROAD, WEST CHESTER, OH, 45069"
                },
                "outcome": "complete",
                "insurance": [
                    {
                        "focal": true,
                        "coverage": {
                            "identifier": {
                                "system": "https://fhir.humana.com/documentation/glossary/memberIdBase",
                                "value": "H71498222"
                            }
                        }
                    }
                ],
                "item": [
                    {
                        "sequence": 1,
                        "productOrService": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/ex-USCLS",
                                    "code": "000000000",
                                    "display": "True Metrix Glucose Test Strip"
                                },
                                {
                                    "system": "https://open.fda.gov/apis/drug/ndc",
                                    "code": "56151146404",
                                    "display": "True Metrix Glucose Test Strip"
                                }
                            ]
                        },
                        "adjudication": [
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "submitted"
                                        }
                                    ],
                                    "text": "Submitted Amount"
                                },
                                "amount": {
                                    "value": 63,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                            "code": "paidbypatient"
                                        }
                                    ],
                                    "text": "Paid by patient"
                                },
                                "amount": {
                                    "value": 16.64,
                                    "currency": "USD"
                                }
                            }
                        ]
                    }
                ],
                "total": [
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "deductible"
                                }
                            ],
                            "text": "Deductible"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "coinsurance"
                                }
                            ],
                            "text": "Co-insurance"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "copay"
                                }
                            ],
                            "text": "CoPay"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "paidtoprovider"
                                }
                            ],
                            "text": "Paid to provider"
                        },
                        "amount": {
                            "value": 17.8,
                            "currency": "USD"
                        }
                    }
                ],
                "payment": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://hl7.org/fhir/us/carin-bb/ValueSet/C4BBPayerClaimPaymentStatusCode",
                                "code": "paid",
                                "display": "PAID"
                            }
                        ]
                    },
                    "date": "2024-06-20",
                    "amount": {
                        "value": 17.8,
                        "currency": "USD"
                    }
                }
            }
        },
        {
            "fullUrl": "https://sandbox-fhir.humana.com/api/ExplanationOfBenefit/74ea9c5b19d20b327db229c25c4c2ea18914f679c1a46b97b4cb88b9a7a667f5",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "ExplanationOfBenefit",
                "id": "74ea9c5b19d20b327db229c25c4c2ea18914f679c1a46b97b4cb88b9a7a667f5",
                "meta": {
                    "source": "https://fhir.humana.com/documentation/glossary/HumanaDataSource",
                    "versionId": "3f2f9645-c110-4e97-8c0c-0f88fd1bb813",
                    "lastUpdated": "2025-01-15T03:56:47.771+00:00"
                },
                "identifier": [
                    {
                        "type": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
                                    "code": "uc"
                                }
                            ]
                        },
                        "system": "https://fhir.humana.com/documentation/glossary/claim_id",
                        "value": "245864454691"
                    }
                ],
                "status": "active",
                "type": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/claim-type",
                            "code": "pharmacy"
                        }
                    ],
                    "text": "Pharmacy"
                },
                "use": "claim",
                "patient": {
                    "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
                },
                "billablePeriod": {
                    "start": "2024-07-04"
                },
                "created": "2024-07-04",
                "insurer": {
                    "reference": "Organization/67c29814ee1eb20b1be2c2c692cfdd2cfb84e919a867998eccd1762b7b785780",
                    "display": "Humana"
                },
                "provider": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/us-npi",
                        "value": "1841422979"
                    },
                    "display": "SHILPA ARUN MALEKAR"
                },
                "prescription": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/ndc",
                        "value": "00006027782"
                    },
                    "display": "Januvia 100 mg tablet"
                },
                "payee": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/payeetype",
                                "code": "provider",
                                "display": "Provider"
                            }
                        ]
                    },
                    "party": {
                        "identifier": {
                            "system": "http://hl7.org/fhir/sid/us-npi",
                            "value": "1063675684"
                        },
                        "display": "HUMANA PHARMACY, INC."
                    }
                },
                "facility": {
                    "display": "9843 WINDISCH ROAD, WEST CHESTER, OH, 45069"
                },
                "outcome": "complete",
                "insurance": [
                    {
                        "focal": true,
                        "coverage": {
                            "identifier": {
                                "system": "https://fhir.humana.com/documentation/glossary/memberIdBase",
                                "value": "H71498680"
                            }
                        }
                    }
                ],
                "item": [
                    {
                        "sequence": 1,
                        "productOrService": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/ex-USCLS",
                                    "code": "000665036",
                                    "display": "Januvia 100 mg tablet"
                                },
                                {
                                    "system": "https://open.fda.gov/apis/drug/ndc",
                                    "code": "00006027782",
                                    "display": "Januvia 100 mg tablet"
                                }
                            ]
                        },
                        "adjudication": [
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "submitted"
                                        }
                                    ],
                                    "text": "Submitted Amount"
                                },
                                "amount": {
                                    "value": 2062.8,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                            "code": "paidbypatient"
                                        }
                                    ],
                                    "text": "Paid by patient"
                                },
                                "amount": {
                                    "value": 1654.54,
                                    "currency": "USD"
                                }
                            }
                        ]
                    }
                ],
                "total": [
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "deductible"
                                }
                            ],
                            "text": "Deductible"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "coinsurance"
                                }
                            ],
                            "text": "Co-insurance"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "copay"
                                }
                            ],
                            "text": "CoPay"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "paidtoprovider"
                                }
                            ],
                            "text": "Paid to provider"
                        },
                        "amount": {
                            "value": 1654.84,
                            "currency": "USD"
                        }
                    }
                ],
                "payment": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://hl7.org/fhir/us/carin-bb/ValueSet/C4BBPayerClaimPaymentStatusCode",
                                "code": "paid",
                                "display": "PAID"
                            }
                        ]
                    },
                    "date": "2024-07-04",
                    "amount": {
                        "value": 1654.84,
                        "currency": "USD"
                    }
                }
            }
        },
        {
            "fullUrl": "https://sandbox-fhir.humana.com/api/ExplanationOfBenefit/f0fb975189ebeb67c24dc42a50db5cd4de093dd7677a0512d30678fc7a557345",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "ExplanationOfBenefit",
                "id": "f0fb975189ebeb67c24dc42a50db5cd4de093dd7677a0512d30678fc7a557345",
                "meta": {
                    "source": "https://fhir.humana.com/documentation/glossary/HumanaDataSource",
                    "versionId": "6c5a8f00-2859-4c35-8efb-4279a95df2a6",
                    "lastUpdated": "2025-01-15T03:56:47.788+00:00"
                },
                "identifier": [
                    {
                        "type": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
                                    "code": "uc"
                                }
                            ]
                        },
                        "system": "https://fhir.humana.com/documentation/glossary/claim_id",
                        "value": "445722753971"
                    }
                ],
                "status": "active",
                "type": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/claim-type",
                            "code": "pharmacy"
                        }
                    ],
                    "text": "Pharmacy"
                },
                "use": "claim",
                "patient": {
                    "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
                },
                "billablePeriod": {
                    "start": "2024-06-20"
                },
                "created": "2024-06-20",
                "insurer": {
                    "reference": "Organization/67c29814ee1eb20b1be2c2c692cfdd2cfb84e919a867998eccd1762b7b785780",
                    "display": "Humana"
                },
                "provider": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/us-npi",
                        "value": "1841422979"
                    },
                    "display": "SHILPA ARUN MALEKAR"
                },
                "prescription": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/ndc",
                        "value": "69097014260"
                    },
                    "display": "albuterol sulfate HFA 90 mcg/actuation aerosol inhaler"
                },
                "payee": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/payeetype",
                                "code": "provider",
                                "display": "Provider"
                            }
                        ]
                    },
                    "party": {
                        "identifier": {
                            "system": "http://hl7.org/fhir/sid/us-npi",
                            "value": "1063675684"
                        },
                        "display": "HUMANA PHARMACY, INC."
                    }
                },
                "facility": {
                    "display": "9843 WINDISCH ROAD, WEST CHESTER, OH, 45069"
                },
                "outcome": "complete",
                "insurance": [
                    {
                        "focal": true,
                        "coverage": {
                            "identifier": {
                                "system": "https://fhir.humana.com/documentation/glossary/memberIdBase",
                                "value": "H71498680"
                            }
                        }
                    }
                ],
                "item": [
                    {
                        "sequence": 1,
                        "productOrService": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/ex-USCLS",
                                    "code": "002123111",
                                    "display": "albuterol sulfate HFA 90 mcg/actuation aerosol inhaler"
                                },
                                {
                                    "system": "https://open.fda.gov/apis/drug/ndc",
                                    "code": "69097014260",
                                    "display": "albuterol sulfate HFA 90 mcg/actuation aerosol inhaler"
                                }
                            ]
                        },
                        "adjudication": [
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "submitted"
                                        }
                                    ],
                                    "text": "Submitted Amount"
                                },
                                "amount": {
                                    "value": 148.07,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                            "code": "paidbypatient"
                                        }
                                    ],
                                    "text": "Paid by patient"
                                },
                                "amount": {
                                    "value": 46.76,
                                    "currency": "USD"
                                }
                            }
                        ]
                    }
                ],
                "total": [
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "deductible"
                                }
                            ],
                            "text": "Deductible"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "coinsurance"
                                }
                            ],
                            "text": "Co-insurance"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "copay"
                                }
                            ],
                            "text": "CoPay"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "paidtoprovider"
                                }
                            ],
                            "text": "Paid to provider"
                        },
                        "amount": {
                            "value": 46.76,
                            "currency": "USD"
                        }
                    }
                ],
                "payment": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://hl7.org/fhir/us/carin-bb/ValueSet/C4BBPayerClaimPaymentStatusCode",
                                "code": "paid",
                                "display": "PAID"
                            }
                        ]
                    },
                    "date": "2024-06-20",
                    "amount": {
                        "value": 46.76,
                        "currency": "USD"
                    }
                }
            }
        },
        {
            "fullUrl": "https://sandbox-fhir.humana.com/api/ExplanationOfBenefit/cc9608f5dd07d6c0801821fa2f2735b605bc8128a4c25e5a920a62099c5a19e7",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "ExplanationOfBenefit",
                "id": "cc9608f5dd07d6c0801821fa2f2735b605bc8128a4c25e5a920a62099c5a19e7",
                "meta": {
                    "source": "https://fhir.humana.com/documentation/glossary/HumanaDataSource",
                    "versionId": "718770a4-7ef3-4d69-aa99-462def34630d",
                    "lastUpdated": "2025-01-15T03:56:48.181+00:00"
                },
                "identifier": [
                    {
                        "type": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
                                    "code": "uc"
                                }
                            ]
                        },
                        "system": "https://fhir.humana.com/documentation/glossary/claim_id",
                        "value": "445722752271"
                    }
                ],
                "status": "active",
                "type": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/claim-type",
                            "code": "pharmacy"
                        }
                    ],
                    "text": "Pharmacy"
                },
                "use": "claim",
                "patient": {
                    "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
                },
                "billablePeriod": {
                    "start": "2024-06-20"
                },
                "created": "2024-06-20",
                "insurer": {
                    "reference": "Organization/67c29814ee1eb20b1be2c2c692cfdd2cfb84e919a867998eccd1762b7b785780",
                    "display": "Humana"
                },
                "provider": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/us-npi",
                        "value": "1841422979"
                    },
                    "display": "SHILPA ARUN MALEKAR"
                },
                "prescription": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/ndc",
                        "value": "56151014701"
                    },
                    "display": "TRUEplus Lancets 33 gauge"
                },
                "payee": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/payeetype",
                                "code": "provider",
                                "display": "Provider"
                            }
                        ]
                    },
                    "party": {
                        "identifier": {
                            "system": "http://hl7.org/fhir/sid/us-npi",
                            "value": "1063675684"
                        },
                        "display": "HUMANA PHARMACY, INC."
                    }
                },
                "facility": {
                    "display": "9843 WINDISCH ROAD, WEST CHESTER, OH, 45069"
                },
                "outcome": "complete",
                "insurance": [
                    {
                        "focal": true,
                        "coverage": {
                            "identifier": {
                                "system": "https://fhir.humana.com/documentation/glossary/memberIdBase",
                                "value": "H71498680"
                            }
                        }
                    }
                ],
                "item": [
                    {
                        "sequence": 1,
                        "productOrService": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/ex-USCLS",
                                    "code": "000000000",
                                    "display": "TRUEplus Lancets 33 gauge"
                                },
                                {
                                    "system": "https://open.fda.gov/apis/drug/ndc",
                                    "code": "56151014701",
                                    "display": "TRUEplus Lancets 33 gauge"
                                }
                            ]
                        },
                        "adjudication": [
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "submitted"
                                        }
                                    ],
                                    "text": "Submitted Amount"
                                },
                                "amount": {
                                    "value": 7,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                            "code": "paidbypatient"
                                        }
                                    ],
                                    "text": "Paid by patient"
                                },
                                "amount": {
                                    "value": 1.42,
                                    "currency": "USD"
                                }
                            }
                        ]
                    }
                ],
                "total": [
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "deductible"
                                }
                            ],
                            "text": "Deductible"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "coinsurance"
                                }
                            ],
                            "text": "Co-insurance"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "copay"
                                }
                            ],
                            "text": "CoPay"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "paidtoprovider"
                                }
                            ],
                            "text": "Paid to provider"
                        },
                        "amount": {
                            "value": 1.52,
                            "currency": "USD"
                        }
                    }
                ],
                "payment": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://hl7.org/fhir/us/carin-bb/ValueSet/C4BBPayerClaimPaymentStatusCode",
                                "code": "paid",
                                "display": "PAID"
                            }
                        ]
                    },
                    "date": "2024-06-20",
                    "amount": {
                        "value": 1.52,
                        "currency": "USD"
                    }
                }
            }
        },
        {
            "fullUrl": "https://sandbox-fhir.humana.com/api/ExplanationOfBenefit/7793567ed0034a2c1a646d384ea95798bf798fde572b29abeaf07d267d59d6dc",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "ExplanationOfBenefit",
                "id": "7793567ed0034a2c1a646d384ea95798bf798fde572b29abeaf07d267d59d6dc",
                "meta": {
                    "source": "https://fhir.humana.com/documentation/glossary/HumanaDataSource",
                    "versionId": "9cde9aa1-0507-4b17-8e10-6a383cc0b3a6",
                    "lastUpdated": "2025-01-15T03:56:47.386+00:00"
                },
                "identifier": [
                    {
                        "type": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
                                    "code": "uc"
                                }
                            ]
                        },
                        "system": "https://fhir.humana.com/documentation/glossary/claim_id",
                        "value": "245864455791"
                    }
                ],
                "status": "active",
                "type": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/claim-type",
                            "code": "pharmacy"
                        }
                    ],
                    "text": "Pharmacy"
                },
                "use": "claim",
                "patient": {
                    "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
                },
                "billablePeriod": {
                    "start": "2024-07-04"
                },
                "created": "2024-07-04",
                "insurer": {
                    "reference": "Organization/67c29814ee1eb20b1be2c2c692cfdd2cfb84e919a867998eccd1762b7b785780",
                    "display": "Humana"
                },
                "provider": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/us-npi",
                        "value": "1841422979"
                    },
                    "display": "SHILPA ARUN MALEKAR"
                },
                "prescription": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/ndc",
                        "value": "70756021551"
                    },
                    "display": "fenofibrate 160 mg tablet"
                },
                "payee": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/payeetype",
                                "code": "provider",
                                "display": "Provider"
                            }
                        ]
                    },
                    "party": {
                        "identifier": {
                            "system": "http://hl7.org/fhir/sid/us-npi",
                            "value": "1063675684"
                        },
                        "display": "HUMANA PHARMACY, INC."
                    }
                },
                "facility": {
                    "display": "9843 WINDISCH ROAD, WEST CHESTER, OH, 45069"
                },
                "outcome": "complete",
                "insurance": [
                    {
                        "focal": true,
                        "coverage": {
                            "identifier": {
                                "system": "https://fhir.humana.com/documentation/glossary/memberIdBase",
                                "value": "H71498680"
                            }
                        }
                    }
                ],
                "item": [
                    {
                        "sequence": 1,
                        "productOrService": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/ex-USCLS",
                                    "code": "000349287",
                                    "display": "fenofibrate 160 mg tablet"
                                },
                                {
                                    "system": "https://open.fda.gov/apis/drug/ndc",
                                    "code": "70756021551",
                                    "display": "fenofibrate 160 mg tablet"
                                }
                            ]
                        },
                        "adjudication": [
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "submitted"
                                        }
                                    ],
                                    "text": "Submitted Amount"
                                },
                                "amount": {
                                    "value": 214.2,
                                    "currency": "USD"
                                }
                            }
                        ]
                    }
                ],
                "total": [
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "deductible"
                                }
                            ],
                            "text": "Deductible"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "coinsurance"
                                }
                            ],
                            "text": "Co-insurance"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "copay"
                                }
                            ],
                            "text": "CoPay"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "paidtoprovider"
                                }
                            ],
                            "text": "Paid to provider"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    }
                ],
                "payment": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://hl7.org/fhir/us/carin-bb/ValueSet/C4BBPayerClaimPaymentStatusCode",
                                "code": "paid",
                                "display": "PAID"
                            }
                        ]
                    },
                    "date": "2024-07-04",
                    "amount": {
                        "value": 0,
                        "currency": "USD"
                    }
                }
            }
        },
        {
            "fullUrl": "https://sandbox-fhir.humana.com/api/ExplanationOfBenefit/328d0a37a7b2b64c639733d0546abb40e9cc978885d6ddb873ce347f0800699c",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "ExplanationOfBenefit",
                "id": "328d0a37a7b2b64c639733d0546abb40e9cc978885d6ddb873ce347f0800699c",
                "meta": {
                    "source": "https://fhir.humana.com/documentation/glossary/HumanaDataSource",
                    "versionId": "3a02065d-572c-4514-ad0e-51138252eac9",
                    "lastUpdated": "2025-01-15T03:56:49.227+00:00"
                },
                "identifier": [
                    {
                        "type": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
                                    "code": "uc"
                                }
                            ]
                        },
                        "system": "https://fhir.humana.com/documentation/glossary/claim_id",
                        "value": "244951960301"
                    }
                ],
                "status": "active",
                "type": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/claim-type",
                            "code": "pharmacy"
                        }
                    ],
                    "text": "Pharmacy"
                },
                "use": "claim",
                "patient": {
                    "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
                },
                "billablePeriod": {
                    "start": "2024-04-04"
                },
                "created": "2024-04-04",
                "insurer": {
                    "reference": "Organization/67c29814ee1eb20b1be2c2c692cfdd2cfb84e919a867998eccd1762b7b785780",
                    "display": "Humana"
                },
                "provider": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/us-npi",
                        "value": "1841422979"
                    },
                    "display": "SHILPA ARUN MALEKAR"
                },
                "prescription": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/ndc",
                        "value": "43547036011"
                    },
                    "display": "losartan 25 mg tablet"
                },
                "payee": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://terminology.hl7.org/CodeSystem/payeetype",
                                "code": "provider",
                                "display": "Provider"
                            }
                        ]
                    },
                    "party": {
                        "identifier": {
                            "system": "http://hl7.org/fhir/sid/us-npi",
                            "value": "1063675684"
                        },
                        "display": "HUMANA PHARMACY, INC."
                    }
                },
                "facility": {
                    "display": "9843 WINDISCH ROAD, WEST CHESTER, OH, 45069"
                },
                "outcome": "complete",
                "insurance": [
                    {
                        "focal": true,
                        "coverage": {
                            "identifier": {
                                "system": "https://fhir.humana.com/documentation/glossary/memberIdBase",
                                "value": "H71498680"
                            }
                        }
                    }
                ],
                "item": [
                    {
                        "sequence": 1,
                        "productOrService": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/ex-USCLS",
                                    "code": "000979485",
                                    "display": "losartan 25 mg tablet"
                                },
                                {
                                    "system": "https://open.fda.gov/apis/drug/ndc",
                                    "code": "43547036011",
                                    "display": "losartan 25 mg tablet"
                                }
                            ]
                        },
                        "adjudication": [
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "submitted"
                                        }
                                    ],
                                    "text": "Submitted Amount"
                                },
                                "amount": {
                                    "value": 151.2,
                                    "currency": "USD"
                                }
                            }
                        ]
                    }
                ],
                "total": [
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "deductible"
                                }
                            ],
                            "text": "Deductible"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "coinsurance"
                                }
                            ],
                            "text": "Co-insurance"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "copay"
                                }
                            ],
                            "text": "CoPay"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "paidtoprovider"
                                }
                            ],
                            "text": "Paid to provider"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    }
                ],
                "payment": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://hl7.org/fhir/us/carin-bb/ValueSet/C4BBPayerClaimPaymentStatusCode",
                                "code": "paid",
                                "display": "PAID"
                            }
                        ]
                    },
                    "date": "2024-04-04",
                    "amount": {
                        "value": 0,
                        "currency": "USD"
                    }
                }
            }
        },
        {
            "fullUrl": "https://sandbox-fhir.humana.com/api/ExplanationOfBenefit/99666734ff0c3e1ce46ba966cb8dfb9a890d12d410413874d1871abacf435069",
            "search": {
                "mode": "match"
            },
            "resource": {
                "resourceType": "ExplanationOfBenefit",
                "id": "99666734ff0c3e1ce46ba966cb8dfb9a890d12d410413874d1871abacf435069",
                "meta": {
                    "source": "https://fhir.humana.com/documentation/glossary/HumanaDataSource",
                    "versionId": "ffc19656-18c3-4979-bb1e-688d9506445d",
                    "lastUpdated": "2025-01-15T03:56:49.230+00:00"
                },
                "identifier": [
                    {
                        "type": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
                                    "code": "uc"
                                }
                            ]
                        },
                        "system": "https://fhir.humana.com/documentation/glossary/claim_id",
                        "value": "202308176504109"
                    }
                ],
                "status": "active",
                "type": {
                    "coding": [
                        {
                            "system": "http://terminology.hl7.org/CodeSystem/claim-type",
                            "code": "oral"
                        }
                    ]
                },
                "use": "claim",
                "patient": {
                    "reference": "Patient/5a357166754b59777137634248494434654c336d68773d3d"
                },
                "billablePeriod": {
                    "start": "2023-08-09",
                    "end": "2023-08-09"
                },
                "created": "2023-08-17",
                "insurer": {
                    "reference": "Organization/67c29814ee1eb20b1be2c2c692cfdd2cfb84e919a867998eccd1762b7b785780",
                    "display": "Humana"
                },
                "provider": {
                    "identifier": {
                        "system": "http://hl7.org/fhir/sid/us-npi",
                        "value": "1144874470"
                    }
                },
                "outcome": "complete",
                "procedure": [
                    {
                        "sequence": 1,
                        "date": "2023-08-09",
                        "procedureCodeableConcept": {
                            "coding": [
                                {
                                    "system": "https://www.ada.org/en/publications/cdt",
                                    "code": "D5211",
                                    "display": "MAXILLARY PARTIAL DENTURE - RESIN BASE"
                                }
                            ]
                        }
                    },
                    {
                        "sequence": 2,
                        "date": "2023-08-09",
                        "procedureCodeableConcept": {
                            "coding": [
                                {
                                    "system": "https://www.ada.org/en/publications/cdt",
                                    "code": "D5212",
                                    "display": "MANDIBULAR PARTIAL DENTURE - RESIN BASE"
                                }
                            ]
                        }
                    }
                ],
                "insurance": [
                    {
                        "focal": true,
                        "coverage": {
                            "reference": "Coverage/c9b2df7d632d6173bb611a6057b45a2a1b04015caa24f7d43326073669768770"
                        }
                    }
                ],
                "item": [
                    {
                        "sequence": 1,
                        "productOrService": {
                            "coding": [
                                {
                                    "system": "http://www.ada.org/cdt",
                                    "code": "D5211",
                                    "display": "MAXILLARY PARTIAL DENTURE - RESIN BASE"
                                }
                            ]
                        },
                        "adjudication": [
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                            "code": "memberliability"
                                        }
                                    ],
                                    "text": "Member liability"
                                },
                                "amount": {
                                    "value": 0,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "submitted"
                                        }
                                    ],
                                    "text": "Submitted Amount"
                                },
                                "amount": {
                                    "value": 1947,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "eligible"
                                        }
                                    ],
                                    "text": "Eligible Amount"
                                },
                                "amount": {
                                    "value": 646,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "deductible"
                                        }
                                    ],
                                    "text": "Deductible"
                                },
                                "amount": {
                                    "value": 0,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                            "code": "coinsurance"
                                        }
                                    ],
                                    "text": "Co-insurance"
                                },
                                "amount": {
                                    "value": 0,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "copay"
                                        }
                                    ],
                                    "text": "Copay"
                                },
                                "amount": {
                                    "value": 0,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                            "code": "paidtoprovider"
                                        }
                                    ],
                                    "text": "Paid to provider"
                                },
                                "amount": {
                                    "value": 646,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                            "code": "noncovered"
                                        }
                                    ],
                                    "text": "Noncovered"
                                },
                                "amount": {
                                    "value": 0,
                                    "currency": "USD"
                                }
                            }
                        ]
                    },
                    {
                        "sequence": 2,
                        "productOrService": {
                            "coding": [
                                {
                                    "system": "http://www.ada.org/cdt",
                                    "code": "D5212",
                                    "display": "MANDIBULAR PARTIAL DENTURE - RESIN BASE"
                                }
                            ]
                        },
                        "adjudication": [
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                            "code": "memberliability"
                                        }
                                    ],
                                    "text": "Member liability"
                                },
                                "amount": {
                                    "value": 0,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "submitted"
                                        }
                                    ],
                                    "text": "Submitted Amount"
                                },
                                "amount": {
                                    "value": 1947,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "eligible"
                                        }
                                    ],
                                    "text": "Eligible Amount"
                                },
                                "amount": {
                                    "value": 683,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "deductible"
                                        }
                                    ],
                                    "text": "Deductible"
                                },
                                "amount": {
                                    "value": 0,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                            "code": "coinsurance"
                                        }
                                    ],
                                    "text": "Co-insurance"
                                },
                                "amount": {
                                    "value": 0,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                            "code": "copay"
                                        }
                                    ],
                                    "text": "Copay"
                                },
                                "amount": {
                                    "value": 0,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                            "code": "paidtoprovider"
                                        }
                                    ],
                                    "text": "Paid to provider"
                                },
                                "amount": {
                                    "value": 683,
                                    "currency": "USD"
                                }
                            },
                            {
                                "category": {
                                    "coding": [
                                        {
                                            "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                            "code": "noncovered"
                                        }
                                    ],
                                    "text": "Noncovered"
                                },
                                "amount": {
                                    "value": 0,
                                    "currency": "USD"
                                }
                            }
                        ]
                    }
                ],
                "total": [
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "submitted"
                                }
                            ],
                            "text": "Submitted Amount"
                        },
                        "amount": {
                            "value": 3894,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "eligible"
                                }
                            ],
                            "text": "Eligible Amount"
                        },
                        "amount": {
                            "value": 1329,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "deductible"
                                }
                            ],
                            "text": "Deductible"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "coinsurance"
                                }
                            ],
                            "text": "Co-insurance"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                                    "code": "copay"
                                }
                            ],
                            "text": "CoPay"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "paidtoprovider"
                                }
                            ],
                            "text": "Paid to provider"
                        },
                        "amount": {
                            "value": 1329,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "memberliability"
                                }
                            ],
                            "text": "Member liability"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    },
                    {
                        "category": {
                            "coding": [
                                {
                                    "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                                    "code": "noncovered"
                                }
                            ],
                            "text": "Noncovered"
                        },
                        "amount": {
                            "value": 0,
                            "currency": "USD"
                        }
                    }
                ],
                "payment": {
                    "type": {
                        "coding": [
                            {
                                "system": "http://hl7.org/fhir/us/carin-bb/ValueSet/C4BBPayerClaimPaymentStatusCode",
                                "code": "paid",
                                "display": "Paid"
                            }
                        ]
                    },
                    "date": "2023-08-21",
                    "amount": {
                        "value": 1329,
                        "currency": "USD"
                    }
                }
            }
        }
    ],
    "total": 55,
    "link": [
        {
            "relation": "self",
            "url": "https://sandbox-fhir.humana.com/api/ExplanationOfBenefit?patient=5a357166754b59777137634248494434654c336d68773d3d&_total=accurate&_count=10&_skip=0"
        },
        {
            "relation": "next",
            "url": "https://sandbox-fhir.humana.com/api/ExplanationOfBenefit?patient=5a357166754b59777137634248494434654c336d68773d3d&_total=accurate&_count=10&_skip=10"
        },
        {
            "relation": "last",
            "url": "https://sandbox-fhir.humana.com/api/ExplanationOfBenefit?patient=5a357166754b59777137634248494434654c336d68773d3d&_total=accurate&_count=10&_skip=50"
        }
    ],
    "id": "78ede5bf-182d-4e31-8149-40514b4fdf8f"
}