{
"resourceType": "Bundle",
"type": "collection",
"entry": [
{
"resource": {
"resourceType": "ClaimResponse",
"id": "01057264-665b-49e4-9cdc-014a88c18f20",
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/claim-type",
"code": "professional"
}
]
},
"use": "claim",
"patient": {
"reference": "Patient/550e8400-e29b-41d4-a716-446655440000"
},
"created": "2024-11-01",
"insurer": {
"display": "Payer"
},
"request": {
"reference": "Claim/44f484fc-7946-44e2-bfad-bad583c479f5",
"type": "Claim"
},
"outcome": "complete",
"disposition": "approved",
"identifier": [
{
"system": "https://fhir.cairhealth.com/fhir/identifier/claim-response-id",
"value": "37811511224852"
}
],
"item": [
{
"itemSequence": 1,
"adjudication": [
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "submitted",
"display": "Submitted Amount"
}
]
},
"amount": {
"value": 190.44,
"currency": "USD"
}
},
{
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "benefit",
"display": "Benefit"
}
]
},
"amount": {
"value": 178.44,
"currency": "USD"
}
},
{
"category": {
"coding": [
{
"system": "https://x12.org/codes/claim-adjustment-group-codes",
"code": "CO",
"display": "Contractual Obligations"
}
]
},
"reason": {
"coding": [
{
"system": "https://x12.org/codes/claim-adjustment-reason-codes",
"code": "45",
"display": "Charge exceeds fee schedule/maximum allowable or contracted/legislated fee arrangement."
}
]
},
"amount": {
"value": 12,
"currency": "USD"
}
}
]
}
],
"payment": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/ex-paymenttype",
"code": "complete"
}
]
},
"date": "2024-11-01",
"amount": {
"value": 178.44,
"currency": "USD"
}
}
}
},
{
"resource": {
"resourceType": "Patient",
"id": "patient-id-123",
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "https://fhir.cairhealth.com/Organization/test/NamingSystem/test-org-mr",
"value": "550e8400-e29b-41d4-a716-446655440000"
}
],
"name": [
{
"use": "official",
"family": "Smith",
"given": ["John", "Michael"]
}
],
"gender": "male",
"birthDate": "1990-01-01"
}
}
]
}