This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 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 . Page versions: R3 R2
This resource is marked as a draft.
Financial Management Work Group | Maturity Level: 0 | Compartments: Not linked to any defined compartments |
This resource provides the insurance eligibility details from the insurer regarding a specified coverage and optionally some class of service.
This resource has not yet undergone proper review by FM. At this time, it is to be considered as a draft.
The EligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an Eligibility Response, with information regarding whether the stated coverage is valid and in-force, and potentially the amount of coverage which may be available to any services classes identified in this request. Todo
This resource is referenced by eligibilityresponse
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
EligibilityRequest | Σ | DomainResource | Eligibility request | |
identifier | Σ | 0..* | Identifier | Business Identifier |
ruleset | Σ | 0..1 | Coding | Resource version Ruleset Codes (Example) |
originalRuleset | Σ | 0..1 | Coding | Original version Ruleset Codes (Example) |
created | Σ | 0..1 | dateTime | Creation date |
target[x] | Σ | 0..1 | Insurer | |
targetIdentifier | Identifier | |||
targetReference | Reference(Organization) | |||
provider[x] | Σ | 0..1 | Responsible practitioner | |
providerIdentifier | Identifier | |||
providerReference | Reference(Practitioner) | |||
organization[x] | Σ | 0..1 | Responsible organization | |
organizationIdentifier | Identifier | |||
organizationReference | Reference(Organization) | |||
priority | Σ | 0..1 | Coding | Desired processing priority Priority Codes (Example) |
enterer[x] | Σ | 0..1 | Author | |
entererIdentifier | Identifier | |||
entererReference | Reference(Practitioner) | |||
facility[x] | Σ | 0..1 | Servicing Facility | |
facilityIdentifier | Identifier | |||
facilityReference | Reference(Location) | |||
patient[x] | Σ | 0..1 | The subject of the Products and Services | |
patientIdentifier | Identifier | |||
patientReference | Reference(Patient) | |||
coverage[x] | Σ | 0..1 | Insurance or medical plan | |
coverageIdentifier | Identifier | |||
coverageReference | Reference(Coverage) | |||
businessArrangement | Σ | 0..1 | string | Business agreement |
serviced[x] | Σ | 0..1 | Estimated date or dates of Service | |
servicedDate | date | |||
servicedPeriod | Period | |||
benefitCategory | Σ | 0..1 | Coding | Benefit Category Benefit Category Codes (Example) |
benefitSubCategory | Σ | 0..1 | Coding | Benefit SubCategory Benefit SubCategory Codes (Example) |
Documentation for this format |
UML Diagram
XML Template
<EligibilityRequest xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Business Identifier --></identifier> <ruleset><!-- 0..1 Coding Resource version --></ruleset> <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset> <created value="[dateTime]"/><!-- 0..1 Creation date --> <target[x]><!-- 0..1 Identifier|Reference(Organization) Insurer --></target[x]> <provider[x]><!-- 0..1 Identifier|Reference(Practitioner) Responsible practitioner --></provider[x]> <organization[x]><!-- 0..1 Identifier|Reference(Organization) Responsible organization --></organization[x]> <priority><!-- 0..1 Coding Desired processing priority --></priority> <enterer[x]><!-- 0..1 Identifier|Reference(Practitioner) Author --></enterer[x]> <facility[x]><!-- 0..1 Identifier|Reference(Location) Servicing Facility --></facility[x]> <patient[x]><!-- 0..1 Identifier|Reference(Patient) The subject of the Products and Services --></patient[x]> <coverage[x]><!-- 0..1 Identifier|Reference(Coverage) Insurance or medical plan --></coverage[x]> <businessArrangement value="[string]"/><!-- 0..1 Business agreement --> <serviced[x]><!-- 0..1 date|Period Estimated date or dates of Service --></serviced[x]> <benefitCategory><!-- 0..1 Coding Benefit Category --></benefitCategory> <benefitSubCategory><!-- 0..1 Coding Benefit SubCategory --></benefitSubCategory> </EligibilityRequest>
JSON Template
{ "resourceType" : "EligibilityRequest", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Business Identifier "ruleset" : { Coding }, // Resource version "originalRuleset" : { Coding }, // Original version "created" : "<dateTime>", // Creation date // target[x]: Insurer. One of these 2: "targetIdentifier" : { Identifier }, "targetReference" : { Reference(Organization) }, // provider[x]: Responsible practitioner. One of these 2: "providerIdentifier" : { Identifier }, "providerReference" : { Reference(Practitioner) }, // organization[x]: Responsible organization. One of these 2: "organizationIdentifier" : { Identifier }, "organizationReference" : { Reference(Organization) }, "priority" : { Coding }, // Desired processing priority // enterer[x]: Author. One of these 2: "entererIdentifier" : { Identifier }, "entererReference" : { Reference(Practitioner) }, // facility[x]: Servicing Facility. One of these 2: "facilityIdentifier" : { Identifier }, "facilityReference" : { Reference(Location) }, // patient[x]: The subject of the Products and Services. One of these 2: "patientIdentifier" : { Identifier }, "patientReference" : { Reference(Patient) }, // coverage[x]: Insurance or medical plan. One of these 2: "coverageIdentifier" : { Identifier }, "coverageReference" : { Reference(Coverage) }, "businessArrangement" : "<string>", // Business agreement // serviced[x]: Estimated date or dates of Service. One of these 2: "servicedDate" : "<date>", "servicedPeriod" : { Period }, "benefitCategory" : { Coding }, // Benefit Category "benefitSubCategory" : { Coding } // Benefit SubCategory }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
EligibilityRequest | Σ | DomainResource | Eligibility request | |
identifier | Σ | 0..* | Identifier | Business Identifier |
ruleset | Σ | 0..1 | Coding | Resource version Ruleset Codes (Example) |
originalRuleset | Σ | 0..1 | Coding | Original version Ruleset Codes (Example) |
created | Σ | 0..1 | dateTime | Creation date |
target[x] | Σ | 0..1 | Insurer | |
targetIdentifier | Identifier | |||
targetReference | Reference(Organization) | |||
provider[x] | Σ | 0..1 | Responsible practitioner | |
providerIdentifier | Identifier | |||
providerReference | Reference(Practitioner) | |||
organization[x] | Σ | 0..1 | Responsible organization | |
organizationIdentifier | Identifier | |||
organizationReference | Reference(Organization) | |||
priority | Σ | 0..1 | Coding | Desired processing priority Priority Codes (Example) |
enterer[x] | Σ | 0..1 | Author | |
entererIdentifier | Identifier | |||
entererReference | Reference(Practitioner) | |||
facility[x] | Σ | 0..1 | Servicing Facility | |
facilityIdentifier | Identifier | |||
facilityReference | Reference(Location) | |||
patient[x] | Σ | 0..1 | The subject of the Products and Services | |
patientIdentifier | Identifier | |||
patientReference | Reference(Patient) | |||
coverage[x] | Σ | 0..1 | Insurance or medical plan | |
coverageIdentifier | Identifier | |||
coverageReference | Reference(Coverage) | |||
businessArrangement | Σ | 0..1 | string | Business agreement |
serviced[x] | Σ | 0..1 | Estimated date or dates of Service | |
servicedDate | date | |||
servicedPeriod | Period | |||
benefitCategory | Σ | 0..1 | Coding | Benefit Category Benefit Category Codes (Example) |
benefitSubCategory | Σ | 0..1 | Coding | Benefit SubCategory Benefit SubCategory Codes (Example) |
Documentation for this format |
XML Template
<EligibilityRequest xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Business Identifier --></identifier> <ruleset><!-- 0..1 Coding Resource version --></ruleset> <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset> <created value="[dateTime]"/><!-- 0..1 Creation date --> <target[x]><!-- 0..1 Identifier|Reference(Organization) Insurer --></target[x]> <provider[x]><!-- 0..1 Identifier|Reference(Practitioner) Responsible practitioner --></provider[x]> <organization[x]><!-- 0..1 Identifier|Reference(Organization) Responsible organization --></organization[x]> <priority><!-- 0..1 Coding Desired processing priority --></priority> <enterer[x]><!-- 0..1 Identifier|Reference(Practitioner) Author --></enterer[x]> <facility[x]><!-- 0..1 Identifier|Reference(Location) Servicing Facility --></facility[x]> <patient[x]><!-- 0..1 Identifier|Reference(Patient) The subject of the Products and Services --></patient[x]> <coverage[x]><!-- 0..1 Identifier|Reference(Coverage) Insurance or medical plan --></coverage[x]> <businessArrangement value="[string]"/><!-- 0..1 Business agreement --> <serviced[x]><!-- 0..1 date|Period Estimated date or dates of Service --></serviced[x]> <benefitCategory><!-- 0..1 Coding Benefit Category --></benefitCategory> <benefitSubCategory><!-- 0..1 Coding Benefit SubCategory --></benefitSubCategory> </EligibilityRequest>
JSON Template
{ "resourceType" : "EligibilityRequest", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // Business Identifier "ruleset" : { Coding }, // Resource version "originalRuleset" : { Coding }, // Original version "created" : "<dateTime>", // Creation date // target[x]: Insurer. One of these 2: "targetIdentifier" : { Identifier }, "targetReference" : { Reference(Organization) }, // provider[x]: Responsible practitioner. One of these 2: "providerIdentifier" : { Identifier }, "providerReference" : { Reference(Practitioner) }, // organization[x]: Responsible organization. One of these 2: "organizationIdentifier" : { Identifier }, "organizationReference" : { Reference(Organization) }, "priority" : { Coding }, // Desired processing priority // enterer[x]: Author. One of these 2: "entererIdentifier" : { Identifier }, "entererReference" : { Reference(Practitioner) }, // facility[x]: Servicing Facility. One of these 2: "facilityIdentifier" : { Identifier }, "facilityReference" : { Reference(Location) }, // patient[x]: The subject of the Products and Services. One of these 2: "patientIdentifier" : { Identifier }, "patientReference" : { Reference(Patient) }, // coverage[x]: Insurance or medical plan. One of these 2: "coverageIdentifier" : { Identifier }, "coverageReference" : { Reference(Coverage) }, "businessArrangement" : "<string>", // Business agreement // serviced[x]: Estimated date or dates of Service. One of these 2: "servicedDate" : "<date>", "servicedPeriod" : { Period }, "benefitCategory" : { Coding }, // Benefit Category "benefitSubCategory" : { Coding } // Benefit SubCategory }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON), Questionnaire
Path | Definition | Type | Reference |
---|---|---|---|
EligibilityRequest.ruleset EligibilityRequest.originalRuleset | The static and dynamic model to which contents conform, which may be business version or standard/version. | Example | Ruleset Codes |
EligibilityRequest.priority | The timeliness with which processing is required: STAT, normal, Deferred | Example | Priority Codes |
EligibilityRequest.benefitCategory | Benefit categories such as: oral, medical, vision etc. | Example | Benefit Category Codes |
EligibilityRequest.benefitSubCategory | Benefit subcategories such as: oral-basic, major, glasses | Example | Benefit SubCategory Codes |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
created | date | The creation date for the EOB | EligibilityRequest.created |
facilityidentifier | token | Facility responsible for the goods and services | EligibilityRequest.facilityidentifier |
facilityreference | reference | Facility responsible for the goods and services | EligibilityRequest.facilityReference (Location) |
identifier | token | The business identifier of the Eligibility | EligibilityRequest.identifier |
organizationidentifier | token | The reference to the providing organization | EligibilityRequest.organizationidentifier |
organizationreference | reference | The reference to the providing organization | EligibilityRequest.organizationReference (Organization) |
patientidentifier | token | The reference to the patient | EligibilityRequest.patientIdentifier |
patientreference | reference | The reference to the patient | EligibilityRequest.patientReference (Patient) |
provideridentifier | token | The reference to the provider | EligibilityRequest.provideridentifier |
providerreference | reference | The reference to the provider | EligibilityRequest.providerReference (Practitioner) |