Demo runs on synthetic data (Flexpa test mode shapes)
clawback
← back to findings

Lakeview Family Medicine

claim eob-med-05 · 1 line

Line 1

Claim ID
eob-med-05
Provider
Lakeview Family Medicine
Service date
2025-05-13
Claim type
professional
Code system
cpt
Service code
90837
Service
Psychotherapy, 60 minutes
Billed
$328.28
Allowed
$328.28
Deductible
$114.90
Copay
$30.00
Coinsurance
$27.51
Noncovered
$0.00
Your share
$172.41
Adjudication
paid
Denial code
not set
Denial reason
not set
Prior auth reference
not set
Raw FHIR ExplanationOfBenefit
{
  "resourceType": "ExplanationOfBenefit",
  "id": "eob-med-05",
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/claim-type",
        "code": "professional"
      }
    ],
    "text": "professional"
  },
  "use": "claim",
  "patient": {
    "reference": "Patient/patient-1"
  },
  "billablePeriod": {
    "start": "2025-05-13",
    "end": "2025-05-13"
  },
  "created": "2025-05-13",
  "insurer": {
    "display": "Acme Health Plan"
  },
  "provider": {
    "display": "Lakeview Family Medicine"
  },
  "outcome": "complete",
  "insurance": [
    {
      "focal": true,
      "coverage": {
        "reference": "Coverage/coverage-1"
      }
    }
  ],
  "item": [
    {
      "sequence": 1,
      "productOrService": {
        "coding": [
          {
            "system": "http://www.ama-assn.org/go/cpt",
            "code": "90837",
            "display": "Psychotherapy, 60 minutes"
          }
        ]
      },
      "servicedDate": "2025-05-13",
      "adjudication": [
        {
          "category": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                "code": "submitted"
              }
            ]
          },
          "amount": {
            "value": 328.28,
            "currency": "USD"
          }
        },
        {
          "category": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                "code": "benefit"
              }
            ]
          },
          "amount": {
            "value": 155.87,
            "currency": "USD"
          }
        },
        {
          "category": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                "code": "deductible"
              }
            ]
          },
          "amount": {
            "value": 114.9,
            "currency": "USD"
          }
        },
        {
          "category": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/adjudication",
                "code": "copay"
              }
            ]
          },
          "amount": {
            "value": 30,
            "currency": "USD"
          }
        },
        {
          "category": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBAdjudication",
                "code": "coinsurance"
              }
            ]
          },
          "amount": {
            "value": 27.51,
            "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": 328.28,
        "currency": "USD"
      }
    },
    {
      "category": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/adjudication",
            "code": "benefit"
          }
        ]
      },
      "amount": {
        "value": 155.87,
        "currency": "USD"
      }
    }
  ],
  "payment": {
    "amount": {
      "value": 155.87,
      "currency": "USD"
    }
  }
}