This page is part of the FHIR Specification (v3.0.2: STU 3). 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 R3
Financial Management Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Patient, Practitioner |
General Person Primary Coverage Example
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/ClaimResponse/R3500> a fhir:ClaimResponse; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "R3500"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the ClaimResponse</div>" ]; fhir:ClaimResponse.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://www.BenefitsInc.com/fhir/remittance" ]; fhir:Identifier.value [ fhir:value "R3500" ] ]; fhir:ClaimResponse.status [ fhir:value "active"]; fhir:ClaimResponse.patient [ fhir:link <http://hl7.org/fhir/Patient/1>; fhir:Reference.reference [ fhir:value "Patient/1" ] ]; fhir:ClaimResponse.created [ fhir:value "2014-08-16"^^xsd:date]; fhir:ClaimResponse.insurer [ fhir:Reference.identifier [ fhir:Identifier.system [ fhir:value "http://www.jurisdiction.org/insurers" ]; fhir:Identifier.value [ fhir:value "555123" ] ] ]; fhir:ClaimResponse.requestProvider [ fhir:link <http://hl7.org/fhir/Practitioner/1>; fhir:Reference.reference [ fhir:value "Practitioner/1" ] ]; fhir:ClaimResponse.requestOrganization [ fhir:link <http://hl7.org/fhir/Organization/1>; fhir:Reference.reference [ fhir:value "Organization/1" ] ]; fhir:ClaimResponse.request [ fhir:link <http://www.BenefitsInc.com/fhir/oralhealthclaim/15476332402>; fhir:Reference.reference [ fhir:value "http://www.BenefitsInc.com/fhir/oralhealthclaim/15476332402" ] ]; fhir:ClaimResponse.outcome [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/remittance-outcome" ]; fhir:Coding.code [ fhir:value "complete" ] ] ]; fhir:ClaimResponse.disposition [ fhir:value "Claim settled as per contract."]; fhir:ClaimResponse.payeeType [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/payeetype" ]; fhir:Coding.code [ fhir:value "provider" ] ] ]; fhir:ClaimResponse.item [ fhir:index 0; fhir:ClaimResponse.item.sequenceLinkId [ fhir:value "1"^^xsd:positiveInteger ]; fhir:ClaimResponse.item.adjudication [ fhir:index 0; fhir:ClaimResponse.item.adjudication.category [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "eligible" ] ] ]; fhir:ClaimResponse.item.adjudication.amount [ fhir:Quantity.value [ fhir:value "135.57"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "urn:iso:std:iso:4217" ]; fhir:Quantity.code [ fhir:value "USD" ] ] ], [ fhir:index 1; fhir:ClaimResponse.item.adjudication.category [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "copay" ] ] ]; fhir:ClaimResponse.item.adjudication.amount [ fhir:Quantity.value [ fhir:value "10.00"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "urn:iso:std:iso:4217" ]; fhir:Quantity.code [ fhir:value "USD" ] ] ], [ fhir:index 2; fhir:ClaimResponse.item.adjudication.category [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "eligpercent" ] ] ]; fhir:ClaimResponse.item.adjudication.value [ fhir:value "80.00"^^xsd:decimal ] ], [ fhir:index 3; fhir:ClaimResponse.item.adjudication.category [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.code [ fhir:value "benefit" ] ] ]; fhir:ClaimResponse.item.adjudication.amount [ fhir:Quantity.value [ fhir:value "100.47"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "urn:iso:std:iso:4217" ]; fhir:Quantity.code [ fhir:value "USD" ] ] ] ]; fhir:ClaimResponse.totalCost [ fhir:Quantity.value [ fhir:value "135.57"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "urn:iso:std:iso:4217" ]; fhir:Quantity.code [ fhir:value "USD" ] ]; fhir:ClaimResponse.totalBenefit [ fhir:Quantity.value [ fhir:value "100.47"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "urn:iso:std:iso:4217" ]; fhir:Quantity.code [ fhir:value "USD" ] ]; fhir:ClaimResponse.payment [ fhir:ClaimResponse.payment.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/ex-paymenttype" ]; fhir:Coding.code [ fhir:value "complete" ] ] ]; fhir:ClaimResponse.payment.date [ fhir:value "2014-08-31"^^xsd:date ]; fhir:ClaimResponse.payment.amount [ fhir:Quantity.value [ fhir:value "100.47"^^xsd:decimal ]; fhir:Quantity.system [ fhir:value "urn:iso:std:iso:4217" ]; fhir:Quantity.code [ fhir:value "USD" ] ]; fhir:ClaimResponse.payment.identifier [ fhir:Identifier.system [ fhir:value "http://www.BenefitsInc.com/fhir/paymentidentifier" ]; fhir:Identifier.value [ fhir:value "201408-2-1569478" ] ] ] . <http://hl7.org/fhir/Patient/1> a fhir:Patient . <http://hl7.org/fhir/Practitioner/1> a fhir:Practitioner . <http://hl7.org/fhir/Organization/1> a fhir:Organization . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/ClaimResponse/R3500.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://hl7.org/fhir/STU3/ClaimResponse/R3500.ttl> . # -------------------------------------------------------------------------------------
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.