FinancialThis is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
| Financial Management Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Encounter, Patient, Practitioner, RelatedPerson |
Raw Turtle (+ also see Turtle/RDF Format Specification)
General Person Primary Coverage EOB Example
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/ExplanationOfBenefit/EB3500> a fhir:ExplanationOfBenefit ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "EB3500"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the ExplanationOfBenefit</div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://www.BenefitsInc.com/fhir/explanationofbenefit"^^xsd:anyURI ] ;
fhir:value [ fhir:v "987654321" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/claim-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "oral" ]
] )
] ; #
fhir:use [ fhir:v "claim"] ; #
fhir:patient [
fhir:link <http://hl7.org/fhir/Patient/pat1> ;
fhir:reference [ fhir:v "Patient/pat1" ]
] ; #
fhir:created [ fhir:v "2014-08-16"^^xsd:date] ; #
fhir:enterer [
fhir:link <http://hl7.org/fhir/Practitioner/1> ;
fhir:reference [ fhir:v "Practitioner/1" ]
] ; #
fhir:insurer [
fhir:link <http://hl7.org/fhir/Organization/3> ;
fhir:reference [ fhir:v "Organization/3" ]
] ; #
fhir:provider [
fhir:link <http://hl7.org/fhir/Practitioner/1> ;
fhir:reference [ fhir:v "Practitioner/1" ]
] ; #
fhir:payee [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/payeetype"^^xsd:anyURI ] ;
fhir:code [ fhir:v "provider" ]
] )
] ;
fhir:party [
fhir:link <http://hl7.org/fhir/Organization/2> ;
fhir:reference [ fhir:v "Organization/2" ]
]
] ; #
fhir:facility [
fhir:link <http://hl7.org/fhir/Location/1> ;
fhir:reference [ fhir:v "Location/1" ]
] ; #
fhir:claim [
fhir:link <http://hl7.org/fhir/Claim/100150> ;
fhir:reference [ fhir:v "Claim/100150" ]
] ; #
fhir:claimResponse [
fhir:link <http://hl7.org/fhir/ClaimResponse/R3500> ;
fhir:reference [ fhir:v "ClaimResponse/R3500" ]
] ; #
fhir:outcome [ fhir:v "complete"] ; #
fhir:disposition [ fhir:v "Claim settled as per contract."] ; #
fhir:careTeam ( [
fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:provider [
fhir:link <http://hl7.org/fhir/Practitioner/example> ;
fhir:reference [ fhir:v "Practitioner/example" ]
]
] ) ; #
fhir:insurance ( [
fhir:focal [ fhir:v true ] ;
fhir:coverage [
fhir:link <http://hl7.org/fhir/Coverage/9876B1> ;
fhir:reference [ fhir:v "Coverage/9876B1" ]
]
] ) ; #
fhir:item ( [
fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:careTeamSequence ( [ fhir:v "1"^^xsd:positiveInteger ] ) ;
fhir:productOrService [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ex-USCLS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1205" ]
] )
] ;
fhir:serviced [
a fhir:date ;
fhir:v "2014-08-16"^^xsd:date
] ;
fhir:unitPrice [
fhir:value [ fhir:v 135.57 ] ;
fhir:currency [ fhir:v "USD" ]
] ;
fhir:net [
fhir:value [ fhir:v 135.57 ] ;
fhir:currency [ fhir:v "USD" ]
] ;
fhir:udi ( [
fhir:link <http://hl7.org/fhir/Device/example> ;
fhir:reference [ fhir:v "Device/example" ]
] ) ;
fhir:encounter ( [
fhir:link <http://hl7.org/fhir/Encounter/example> ;
fhir:reference [ fhir:v "Encounter/example" ]
] ) ;
fhir:adjudication ( [
fhir:category [
fhir:coding ( [
fhir:code [ fhir:v "eligible" ]
] )
] ;
fhir:amount [
fhir:value [ fhir:v 120.00 ] ;
fhir:currency [ fhir:v "USD" ]
]
] [
fhir:category [
fhir:coding ( [
fhir:code [ fhir:v "eligpercent" ]
] )
] ;
fhir:quantity [
fhir:value [ fhir:v 0.80 ]
]
] [
fhir:category [
fhir:coding ( [
fhir:code [ fhir:v "benefit" ]
] )
] ;
fhir:amount [
fhir:value [ fhir:v 96.00 ] ;
fhir:currency [ fhir:v "USD" ]
]
] )
] [
fhir:sequence [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:careTeamSequence ( [ fhir:v "1"^^xsd:positiveInteger ] ) ;
fhir:productOrService [
fhir:coding ( [
fhir:code [ fhir:v "group" ]
] )
] ;
fhir:serviced [
a fhir:date ;
fhir:v "2014-08-16"^^xsd:date
] ;
fhir:net [
fhir:value [ fhir:v 200.00 ] ;
fhir:currency [ fhir:v "USD" ]
] ;
fhir:adjudication ( [
fhir:category [
fhir:coding ( [
fhir:code [ fhir:v "benefit" ]
] )
] ;
fhir:amount [
fhir:value [ fhir:v 180.00 ] ;
fhir:currency [ fhir:v "USD" ]
]
] ) ;
fhir:detail ( [
fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:productOrService [
fhir:coding ( [
fhir:code [ fhir:v "group" ]
] )
] ;
fhir:net [
fhir:value [ fhir:v 200.00 ] ;
fhir:currency [ fhir:v "USD" ]
] ;
fhir:udi ( [
fhir:link <http://hl7.org/fhir/Device/example> ;
fhir:reference [ fhir:v "Device/example" ]
] ) ;
fhir:adjudication ( [
fhir:category [
fhir:coding ( [
fhir:code [ fhir:v "benefit" ]
] )
] ;
fhir:amount [
fhir:value [ fhir:v 180.00 ] ;
fhir:currency [ fhir:v "USD" ]
]
] ) ;
fhir:subDetail ( [
fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:productOrService [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ex-USCLS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1205" ]
] )
] ;
fhir:unitPrice [
fhir:value [ fhir:v 200.00 ] ;
fhir:currency [ fhir:v "USD" ]
] ;
fhir:net [
fhir:value [ fhir:v 200.00 ] ;
fhir:currency [ fhir:v "USD" ]
] ;
fhir:udi ( [
fhir:link <http://hl7.org/fhir/Device/example> ;
fhir:reference [ fhir:v "Device/example" ]
] ) ;
fhir:adjudication ( [
fhir:category [
fhir:coding ( [
fhir:code [ fhir:v "eligible" ]
] )
] ;
fhir:amount [
fhir:value [ fhir:v 200.00 ] ;
fhir:currency [ fhir:v "USD" ]
]
] [
fhir:category [
fhir:coding ( [
fhir:code [ fhir:v "eligpercent" ]
] )
] ;
fhir:quantity [
fhir:value [ fhir:v 0.90 ]
]
] [
fhir:category [
fhir:coding ( [
fhir:code [ fhir:v "benefit" ]
] )
] ;
fhir:amount [
fhir:value [ fhir:v 180.00 ] ;
fhir:currency [ fhir:v "USD" ]
]
] )
] )
] )
] ) ; #
fhir:total ( [
fhir:category [
fhir:coding ( [
fhir:code [ fhir:v "submitted" ]
] )
] ;
fhir:amount [
fhir:value [ fhir:v 135.57 ] ;
fhir:currency [ fhir:v "USD" ]
]
] [
fhir:category [
fhir:coding ( [
fhir:code [ fhir:v "benefit" ]
] )
] ;
fhir:amount [
fhir:value [ fhir:v 96.00 ] ;
fhir:currency [ fhir:v "USD" ]
]
] ) . #
<http://hl7.org/fhir/Patient/pat1> a fhir:Patient .
<http://hl7.org/fhir/Practitioner/1> a fhir:Practitioner .
<http://hl7.org/fhir/Organization/3> a fhir:Organization .
<http://hl7.org/fhir/Organization/2> a fhir:Organization .
<http://hl7.org/fhir/Location/1> a fhir:Location .
<http://hl7.org/fhir/Claim/100150> a fhir:Claim .
<http://hl7.org/fhir/ClaimResponse/R3500> a fhir:ClaimResponse .
<http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner .
<http://hl7.org/fhir/Coverage/9876B1> a fhir:Coverage .
<http://hl7.org/fhir/Device/example> a fhir:Device .
<http://hl7.org/fhir/Encounter/example> a fhir:Encounter .
# -------------------------------------------------------------------------------------
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.
FHIR ®© HL7.org 2011+. FHIR R6 hl7.fhir.core#6.0.0-ballot3 generated on Thu, Oct 23, 2025 19:46+0000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R5 |
|
Propose a change