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
Financial Management Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Practitioner |
Sample ProcessResponse with error
{ "resourceType": "ProcessResponse", "id": "SR2349", "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the ProcessResponse</div>" }, "identifier": [ { "system": "http://www.BenefitsInc.com/fhir/processresponse", "value": "ER987634" } ], "status": "active", "created": "2014-07-14", "organization": { "reference": "Organization/2" }, "request": { "reference": "http://happyvalley.com/fhir/claim/12204" }, "outcome": { "coding": [ { "system": "http://hl7.org/fhir/processoutcomecodes", "code": "error" } ] }, "disposition": "Referred to claim not found on system.", "requestProvider": { "identifier": { "system": "http://npid.org/providerid", "value": "AZ43258" } }, "requestOrganization": { "reference": "Organization/1" }, "form": { "coding": [ { "system": "http://ncforms.org/formid", "code": "PRRESP/2016/01" } ] }, "processNote": [ { "type": { "coding": [ { "system": "http://hl7.org/fhir/note-type", "code": "print" } ] }, "text": "Please check the submitted payor identification and local claim number." } ], "error": [ { "coding": [ { "system": "http://hl7.org/fhir/adjudication-error", "code": "a001" } ] } ] }
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.