Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4 R3

Claimresponse-example.ttl

Example ClaimResponse/R3500 (Turtle)

Maturity Level : N/A
Responsible Owner: Financial Management Work Group Standards Status : Informative Compartments : Group , 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 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/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" ]

<http://hl7.org/fhir/ClaimResponse/R3500> a fhir:ClaimResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "R3500"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the ClaimResponse</div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "http://www.BenefitsInc.com/fhir/remittance"^^xsd:anyURI ;
       fhir:l <http://www.BenefitsInc.com/fhir/remittance>
     ] ;
     fhir:value [ fhir:v "R3500" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:type [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/claim-type"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/claim-type>
       ] ;
       fhir:code [ fhir:v "oral" ]
     ] )
  ] ; # 
  fhir:subType [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/ex-claimsubtype"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/ex-claimsubtype>
       ] ;
       fhir:code [ fhir:v "emergency" ]
     ] )
  ] ; # 
  fhir:use [ fhir:v "claim"] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/Patient/1> ;
     fhir:reference [ fhir:v "Patient/1" ]
  ] ; # 
  fhir:created [ fhir:v "2014-08-16"^^xsd:date] ; # 
  fhir:insurer [
     fhir:identifier [
       fhir:system [
         fhir:v "http://www.jurisdiction.org/insurers"^^xsd:anyURI ;
         fhir:l <http://www.jurisdiction.org/insurers>
       ] ;
       fhir:value [ fhir:v "555123" ]

     ]
  ];
  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:requestor [
     fhir:l <http://hl7.org/fhir/Organization/1> ;
     fhir:reference [ fhir:v "Organization/1" ]
  ] ; # 
  fhir:request [
     fhir:l <http://www.BenefitsInc.com/fhir/oralhealthclaim/15476332402> ;
     fhir:reference [ fhir:v "http://www.BenefitsInc.com/fhir/oralhealthclaim/15476332402" ]
  ] ; # 
  fhir:outcome [ fhir:v "complete"] ; # 
  fhir:disposition [ fhir:v "Claim settled as per contract."] ; # 
  fhir:payeeType [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/payeetype"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/payeetype>
       ] ;
       fhir:code [ fhir:v "provider" ]
     ] )
  ] ; # 
  fhir:item ( [
     fhir:itemSequence [ fhir:v "1"^^xsd:positiveInteger ] ;
     fhir:adjudication ( [
       fhir:category [
         fhir:coding ( [
           fhir:code [ fhir:v "eligible" ]
         ] )
       ] ;
       fhir:amount [
         fhir:value [ fhir:v 135.57 ] ;
         fhir:currency [ fhir:v "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:category [
         fhir:coding ( [
           fhir:code [ fhir:v "copay" ]
         ] )
       ] ;
       fhir:amount [
         fhir:value [ fhir:v 10.00 ] ;
         fhir:currency [ fhir:v "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:category [
         fhir:coding ( [
           fhir:code [ fhir:v "eligpercent" ]
         ] )
       ] ;
       fhir:quantity [
         fhir:value [ fhir:v 80.00 ]

       ]
     ]
  ];
  fhir:ClaimResponse.total [
     fhir:index 0;
     fhir:ClaimResponse.total.category [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.code [ fhir:value "submitted" ]

     ] [
       fhir:category [
         fhir:coding ( [
           fhir:code [ fhir:v "benefit" ]
         ] )
       ] ;
       fhir:reason [
         fhir:coding ( [
           fhir:system [
             fhir:v "http://terminology.hl7.org/CodeSystem/adjudication-reason"^^xsd:anyURI ;
             fhir:l <http://terminology.hl7.org/CodeSystem/adjudication-reason>
           ] ;
           fhir:code [ fhir:v "ar002" ] ;
           fhir:display [ fhir:v "Plan Limit Reached" ]
         ] ) #   should have paid 100.47  
       ] ;
       fhir:amount [
         fhir:value [ fhir:v 90.47 ] ;
         fhir:currency [ fhir:v "USD" ]

       ]
     ];
     fhir:ClaimResponse.total.amount [
       fhir:Money.value [ fhir:value "135.57"^^xsd:decimal ];
       fhir:Money.currency [ fhir:value "USD" ]

     ] )
  ] ) ; #   Adjudication details  
  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: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:category [
       fhir:coding ( [
         fhir:code [ fhir:v "benefit" ]
       ] )
     ] ;
     fhir:amount [
       fhir:value [ fhir:v 90.47 ] ;
       fhir:currency [ fhir:v "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" ]

  ] ) ; # 
  fhir:payment [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/ex-paymenttype"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/ex-paymenttype>
         ] ;
         fhir:code [ fhir:v "complete" ]
       ] )
     ] ;
     fhir:date [ fhir:v "2014-08-31"^^xsd:date ] ;
     fhir:amount [
       fhir:value [ fhir:v 100.47 ] ;
       fhir:currency [ fhir:v "USD" ]
     ] ;
     fhir:identifier [
       fhir:system [
         fhir:v "http://www.BenefitsInc.com/fhir/paymentidentifier"^^xsd:anyURI ;
         fhir:l <http://www.BenefitsInc.com/fhir/paymentidentifier>
       ] ;
       fhir:value [ fhir:v "201408-2-1569478" ]

     ]
  ] .

  ] . #   Payment details  


<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.