{
"resourceType": "ExplanationOfBenefit",
"id": "f6916af5-d5ec-4aee-8d36-b82cbef14eb0",
"identifier": [
{
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBIdentifierType",
"code": "uc"
}
]
},
"value": "123456"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/claim-type",
"code": "institutional"
}
]
},
"use": "claim",
"patient": { "reference": "Patient/example" },
"provider": { "reference": "Practitioner/example" },
"billablePeriod": {
"start": "2023-01-01",
"end": "2023-01-31"
},
"item": [
{
"sequence": 1,
"revenue": {
"coding": [
{
"system": "https://www.nubc.org/CodeSystem/RevenueCodes",
"code": "0110",
"definition": "Room and board - Private (one bed)"
}
]
},
"productOrService": {
"coding": [
{
"system": "https://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets",
"code": "27447",
"definition": "Arthroplasty, knee, condyle and plateau"
}
]
},
"modifier": {
"coding": [
{
"system": "ttps://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets",
"code": "LT",
"definition": "Left side"
}
]
}
}
],
"diagnosis": [
{
"sequence": 1,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype",
"code": "principal",
"display": "Principal Diagnosis"
}
]
}
],
"diagnosisCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10-cm",
"code": "M17.12",
"display": "Unilateral primary osteoarthritis, left knee"
}
]
}
}
],
"procedure": [
{
"sequence": 1,
"type": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBClaimProcedureType",
"code": "principal",
"display": "Principal Procedure"
}
]
}
],
"date": "2024-01-15",
"procedureCodeableConcept": {
"coding": [
{
"system": "http://www.cms.gov/Medicare/Coding/ICD10",
"code": "0SRD0JZ",
"display": "Replacement of Left Knee Joint with Synthetic Substitute"
}
]
}
}
],
"total": [
{
"category": {
"coding": [
{
"system": "http://hl7.org/fhir/us/carin-bb/ValueSet/C4BBAdjudication",
"code": "submitted"
}
]
},
"amount": { "value": 1000, "currency": "USD" }
}
],
"outcome": "complete",
"payee": {
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBPayeeType",
"code": "beneficiary"
}
]
},
"party": { "reference": "Patient/example" }
},
"insurance": {
"focal": true,
"coverage": { "reference": "Coverage/example" }
},
"payment": {
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/us/carin-bb/CodeSystem/C4BBPayerAdjudicationStatus",
"code": "paid"
}
]
},
}
}
}