This page is part of the FHIR Specification (v3.2.0: R4 Ballot 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4
| Financial Management Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Encounter, Patient, Practitioner, RelatedPerson |
EOB for an Claim that had errors
{
"resourceType": "ExplanationOfBenefit",
"id": "EB3501",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the ExplanationOfBenefit for a cliam that had errors, various other attributes (such as accident and hospitaliztion) are also completed.</div>"
},
"identifier": [
{
"system": "http://www.BenefitsInc.com/fhir/explanationofbenefit",
"value": "error-1"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/ex-claimtype",
"code": "oral"
}
]
},
"subType": [
{
"coding": [
{
"system": "http://hl7.org/fhir/ex-claimsubtype",
"code": "emergency"
}
]
}
],
"patient": {
"reference": "Patient/pat1"
},
"billablePeriod": {
"start": "2014-02-01",
"end": "2014-03-01"
},
"created": "2014-08-16",
"enterer": {
"reference": "Practitioner/1"
},
"insurer": {
"reference": "Organization/2"
},
"provider": {
"reference": "Practitioner/1"
},
"organization": {
"reference": "Organization/2"
},
"facility": {
"reference": "Location/1"
},
"claim": {
"reference": "Claim/100150"
},
"claimResponse": {
"reference": "ClaimResponse/R3500"
},
"outcome": "error",
"disposition": "Could not process.",
"related": [
{
"reference": {
"system": "http://www.BenefitsInc.com/case-number",
"value": "23-56Tu-XX-47-20150M14"
}
}
],
"prescription": {
"reference": "MedicationRequest/medrx002"
},
"originalPrescription": {
"reference": "MedicationRequest/medrx0301"
},
"procedure": [
{
"sequence": 1,
"date": "2014-02-14",
"procedureCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/ex-icd-10-procedures",
"code": "123001"
}
]
}
}
],
"precedence": 2,
"insurance": {
"coverage": {
"reference": "Coverage/9876B1"
}
},
"accident": {
"date": "2014-02-14",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "SPT"
}
]
},
"locationReference": {
"reference": "Location/ph"
}
},
"employmentImpacted": {
"start": "2014-02-14",
"end": "2014-02-28"
},
"hospitalization": {
"start": "2014-02-14",
"end": "2014-02-16"
},
"totalCost": {
"value": 2478.57,
"system": "urn:iso:std:iso:4217",
"code": "USD"
},
"totalBenefit": {
"value": 0.00,
"system": "urn:iso:std:iso:4217",
"code": "USD"
},
"form": {
"coding": [
{
"system": "http://hl7.org/fhir/forms-codes",
"code": "2"
}
]
},
"processNote": [
{
"number": 1,
"type": "display",
"text": "Invalid claim",
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en-CA"
}
]
}
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.