
Complete Eligibility Request and Response
The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy.
"resourceType" : "CoverageEligibilityRequest",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Business Identifier for coverage eligiblity request
"status" : "<code>", // R! active | cancelled | draft | entered-in-error
"priority" : { CodeableConcept }, // Desired processing priority
"purpose" : ["<code>"], // R! auth-requi
All FHIR resoruces required to support EligibilityRequest
CoverageEligibilityResponse, DocumentReference and GuidanceResponse, Claim, Coverage, Patient, Services, ExplanationOfBenefit
{
"resourceType" : "CoverageEligibilityResponse",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Business Identifier for coverage eligiblity request
"status" : "<code>", // R! active | cancelled | draft | entered-in-error
"purpose" : ["<code>"], // R! auth-requirements | benefits | discovery | validation
"patient" : { Reference(Patient) }, // R! Intended recipient of products and services
"event" : [{ // Event information
