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

Eligibilityresponse-example-error.json

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

Raw JSON (canonical form)

General Person Primary Coverage with error

{
  "resourceType": "EligibilityResponse",
  "id": "E2503",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">A human-readable rendering of the EligibilityResponse.</div>"
  },
  "identifier": [
    {
      "system": "http://www.BenefitsInc.com/fhir/eligibilityresponse",
      "value": "8812343"
    }
  ],
  "status": "active",
  "created": "2014-09-16",
  "requestProvider": {
    "identifier": {
      "system": "http://national.org/provider",
      "value": "PR9876"
    }
  },
  "requestOrganization": {
    "identifier": {
      "system": "http://national.org/clinic",
      "value": "OR1234"
    }
  },
  "request": {
    "reference": "http://www.BenefitsInc.com/fhir/eligibility/225476332406"
  },
  "outcome": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/remittance-outcome",
        "code": "error"
      }
    ]
  },
  "disposition": "Eligibiliy request could not be processed, please address errors before submitting.",
  "insurer": {
    "reference": "Organization/2"
  },
  "form": {
    "coding": [
      {
        "system": "http://national.org/form",
        "code": "ELRSP/2017/01"
      }
    ]
  },
  "error": [
    {
      "code": {
        "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.