← back to findings
Corner Pharmacy #204
claim anomaly-copay-1 · 1 line
Line 1
- Claim ID
- anomaly-copay-1
- Provider
- Corner Pharmacy #204
- Service date
- 2026-03-18
- Claim type
- pharmacy
- Code system
- ndc
- Service code
- 68180-0512-01
- Service
- Lisinopril 10mg, 30 tablets (generic)
- Billed
- $52.00
- Allowed
- $52.00
- Plan paid
- $7.00
- Deductible
- $0.00
- Copay
- $45.00
- Coinsurance
- $0.00
- Noncovered
- $0.00
- Your share
- $45.00
- Adjudication
- paid
- Denial code
- not set
- Denial reason
- not set
- Prior auth reference
- not set
Raw FHIR ExplanationOfBenefit
{
"resourceType": "ExplanationOfBenefit",
"id": "anomaly-copay-1",
"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": "2026-03-18",
"end": "2026-03-18"
},
"created": "2026-03-18",
"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": "2026-03-18",
"adjudication": [
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "submitted"
}
]
},
"amount": {
"value": 52,
"currency": "USD"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "benefit"
}
]
},
"amount": {
"value": 7,
"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": 45,
"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": 52,
"currency": "USD"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "benefit"
}
]
},
"amount": {
"value": 7,
"currency": "USD"
}
}
],
"payment": {
"amount": {
"value": 7,
"currency": "USD"
}
}
}