FHIR Release 3 (STU)

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

Processresponse-example-error.xml

Financial Management Work GroupMaturity Level: N/ABallot Status: InformativeCompartments: Practitioner

Raw XML (canonical form)

Jump past Narrative

Sample ProcessResponse with error (id = "SR2349")

<ProcessResponse xmlns="http://hl7.org/fhir">
  <id value="SR2349"/> 

  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">A human-readable rendering of the ProcessResponse</div> 
  </text> 

  <identifier> 
    <system value="http://www.BenefitsInc.com/fhir/processresponse"/> 
    <value value="ER987634"/> 
  </identifier> 

  <status value="active"/> 

  <created value="2014-07-14"/> 

  <organization> 
    <reference value="Organization/2"/> 
  </organization> 

  <request> 
    <reference value="http://happyvalley.com/fhir/claim/12204"/> 
  </request> 

  <outcome> 
    <coding> 
      <system value="http://hl7.org/fhir/processoutcomecodes"/> 
      <code value="error"/> 
    </coding> 
  </outcome> 

  <disposition value="Referred to claim not found on system."/> 

  <requestProvider> 
    <identifier> 
      <system value="http://npid.org/providerid"/> 
      <value value="AZ43258"/> 
    </identifier> 
  </requestProvider> 

  <requestOrganization> 
    <reference value="Organization/1"/> 
  </requestOrganization> 

  <form> 
    <coding> 
      <system value="http://ncforms.org/formid"/> 
      <code value="PRRESP/2016/01"/> 
    </coding> 
  </form> 

  <processNote> 
    <type> 
      <coding> 
        <system value="http://hl7.org/fhir/note-type"/> 
        <code value="print"/> 
      </coding> 
    </type> 
    <text value="Please check the submitted payor identification and local claim number."/> 
  </processNote> 

  <error> 
    <coding> 
      <system value="http://hl7.org/fhir/adjudication-error"/> 
      <code value="a001"/> 
    </coding> 
  </error> 

</ProcessResponse> 

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.