Release 4

Claimresponse-example.ttl

Financial Management Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient, Practitioner

Raw Turtle (+ also see Turtle/RDF Format Specification)

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.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/claim-type" ];
       fhir:Coding.code [ fhir:value "oral" ]
     ]
  ];
  fhir:ClaimResponse.subType [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/ex-claimsubtype" ];
       fhir:Coding.code [ fhir:value "emergency" ]
     ]
  ];
  fhir:ClaimResponse.use [ fhir:value "claim"];
  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.requestor [
     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: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://terminology.hl7.org/CodeSystem/payeetype" ];
       fhir:Coding.code [ fhir:value "provider" ]
     ]
  ];
  fhir:ClaimResponse.item [
     fhir:index 0;
     fhir:ClaimResponse.item.itemSequence [ 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:Money.value [ fhir:value "135.57"^^xsd:decimal ];
         fhir:Money.currency [ 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:Money.value [ fhir:value "10.00"^^xsd:decimal ];
         fhir:Money.currency [ 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.reason [
         fhir:CodeableConcept.coding [
           fhir:index 0;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/adjudication-reason" ];
           fhir:Coding.code [ fhir:value "ar002" ];
           fhir:Coding.display [ fhir:value "Plan Limit Reached" ]
         ]
       ];
       fhir:ClaimResponse.item.adjudication.amount [
         fhir:Money.value [ fhir:value "90.47"^^xsd:decimal ];
         fhir:Money.currency [ fhir:value "USD" ]
       ]
     ]
  ];
  fhir:ClaimResponse.total [
     fhir:index 0;
     fhir:ClaimResponse.total.category [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.code [ fhir:value "submitted" ]
       ]
     ];
     fhir:ClaimResponse.total.amount [
       fhir:Money.value [ fhir:value "135.57"^^xsd:decimal ];
       fhir:Money.currency [ fhir:value "USD" ]
     ]
  ], [
     fhir:index 1;
     fhir:ClaimResponse.total.category [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.code [ fhir:value "benefit" ]
       ]
     ];
     fhir:ClaimResponse.total.amount [
       fhir:Money.value [ fhir:value "90.47"^^xsd:decimal ];
       fhir:Money.currency [ fhir:value "USD" ]
     ]
  ];
  fhir:ClaimResponse.payment [
     fhir:ClaimResponse.payment.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/ex-paymenttype" ];
         fhir:Coding.code [ fhir:value "complete" ]
       ]
     ];
     fhir:ClaimResponse.payment.date [ fhir:value "2014-08-31"^^xsd:date ];
     fhir:ClaimResponse.payment.amount [
       fhir:Money.value [ fhir:value "100.47"^^xsd:decimal ];
       fhir:Money.currency [ 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/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://build.fhir.org/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.