← back to findings
Corner Pharmacy #204
claim eob-rx-08 · 1 line
Line 1
- Claim ID
- eob-rx-08
- Provider
- Corner Pharmacy #204
- Service date
- 2025-08-07
- Claim type
- pharmacy
- Code system
- ndc
- Service code
- 68180-0512-01
- Service
- Lisinopril 10mg, 30 tablets (generic)
- Billed
- $47.29
- Allowed
- $47.29
- Plan paid
- $37.29
- Deductible
- $0.00
- Copay
- $10.00
- Coinsurance
- $0.00
- Noncovered
- $0.00
- Your share
- $10.00
- Adjudication
- paid
- Denial code
- not set
- Denial reason
- not set
- Prior auth reference
- not set
Raw FHIR ExplanationOfBenefit
{
"resourceType": "ExplanationOfBenefit",
"id": "eob-rx-08",
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/claim-type",
"code": "pharmacy"
}
],
"text": "pharmacy"
},
"use": "claim",
"patient": {
"reference": "Patient/patient-1"
},
"billablePeriod": {
"start": "2025-08-07",
"end": "2025-08-07"
},
"created": "2025-08-07",
"insurer": {
"display": "Acme Health Plan"
},
"provider": {
"display": "Corner Pharmacy #204"
},
"outcome": "complete",
"insurance": [
{
"focal": true,
"coverage": {
"reference": "Coverage/coverage-1"
}
}
],
"item": [
{
"sequence": 1,
"productOrService": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/ndc",
"code": "68180-0512-01",
"display": "Lisinopril 10mg, 30 tablets (generic)"
}
]
},
"servicedDate": "2025-08-07",
"adjudication": [
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "submitted"
}
]
},
"amount": {
"value": 47.29,
"currency": "USD"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "benefit"
}
]
},
"amount": {
"value": 37.29,
"currency": "USD"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "deductible"
}
]
},
"amount": {
"value": 0,
"currency": "USD"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "copay"
}
]
},
"amount": {
"value": 10,
"currency": "USD"
}
},
{
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
"code": "coinsurance"
}
]
},
"amount": {
"value": 0,
"currency": "USD"
}
},
{
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
"code": "noncovered"
}
]
},
"amount": {
"value": 0,
"currency": "USD"
}
}
]
}
],
"total": [
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "submitted"
}
]
},
"amount": {
"value": 47.29,
"currency": "USD"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "benefit"
}
]
},
"amount": {
"value": 37.29,
"currency": "USD"
}
}
],
"payment": {
"amount": {
"value": 37.29,
"currency": "USD"
}
}
}