← back to findings
Acme Mail Order Pharmacy
claim eob-rx-09 · 1 line
Line 1
- Claim ID
- eob-rx-09
- Provider
- Acme Mail Order Pharmacy
- Service date
- 2025-09-04
- Claim type
- pharmacy
- Code system
- ndc
- Service code
- 00093-7663-56
- Service
- Atorvastatin 20mg, 30 tablets (generic)
- Billed
- $44.07
- Allowed
- $44.07
- Plan paid
- $34.07
- 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-09",
"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-09-04",
"end": "2025-09-04"
},
"created": "2025-09-04",
"insurer": {
"display": "Acme Health Plan"
},
"provider": {
"display": "Acme Mail Order Pharmacy"
},
"outcome": "complete",
"insurance": [
{
"focal": true,
"coverage": {
"reference": "Coverage/coverage-1"
}
}
],
"item": [
{
"sequence": 1,
"productOrService": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/ndc",
"code": "00093-7663-56",
"display": "Atorvastatin 20mg, 30 tablets (generic)"
}
]
},
"servicedDate": "2025-09-04",
"adjudication": [
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "submitted"
}
]
},
"amount": {
"value": 44.07,
"currency": "USD"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "benefit"
}
]
},
"amount": {
"value": 34.07,
"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": 44.07,
"currency": "USD"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "benefit"
}
]
},
"amount": {
"value": 34.07,
"currency": "USD"
}
}
],
"payment": {
"amount": {
"value": 34.07,
"currency": "USD"
}
}
}