This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Financial Management Work Group | Maturity Level: 4 | Trial Use | Security Category: Patient | Compartments: Patient, Practitioner |
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.
The CoverageEligibilityRequest makes a request of an insurer asking them to provide, in the form of an CoverageEligibilityResponse, information regarding: (validation) whether the specified coverage(s) is valid and in-force; (discovery) what coverages the insurer has for the specified patient; (benefits) the benefits provided under the coverage; whether benefits exist under the specified coverage(s) for specified classes of services and products; and (auth-requirements) whether preauthorization is required, and if so what information may be required in that preauthorization, for the specified service classes or services.
The CoverageEligibilityRequest resource is a "event" resource from a FHIR workflow perspective - see Workflow Event.
Additional information regarding electronic coverage eligibility content and usage may be found at:
CoverageEligibilityRequest should be used when requesting whether the patient's coverage is inforce, whether it is valid at this or a specified date, or requesting the benefit details or preauthorization requirements associated with a coverage.
The Claim resource should be used to request the adjudication and/or authorization of a set of healthcare-related goods and services for a patient against the patient's insurance coverages, or to request what the adjudication would be for a supplied set of goods or services should they be actually supplied to the patient.
The Coverage resource contains the information typically found on the health insurance card for an individual used to identify the covered individual to the insurer and is referred to by the CoverageEligibilityRequest.
The eClaim domain includes a number of related resources
CoverageEligibilityRequest | Patient and insurance coverage information provided 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. |
Claim | A suite of goods and services and insurances coverages under which adjudication or authorization is requested. |
Coverage | Provides the high-level identifiers and descriptors of an insurance plan, typically the information which would appear on an insurance card, which may be used to pay, in part or in whole, for the provision of health care products and services. |
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
CoverageEligibilityRequest | TU | DomainResource | CoverageEligibilityRequest resource Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | 0..* | Identifier | Business Identifier for coverage eligiblity request | |
status | ?!Σ | 1..1 | code | active | cancelled | draft | entered-in-error Binding: Financial Resource Status Codes (Required) |
priority | 0..1 | CodeableConcept | Desired processing priority Binding: Process Priority Codes (Example) | |
purpose | Σ | 1..* | code | auth-requirements | benefits | discovery | validation Binding: Eligibility Request Purpose (Required) |
patient | Σ | 1..1 | Reference(Patient) | Intended recipient of products and services |
event | 0..* | BackboneElement | Event information | |
type | 1..1 | CodeableConcept | Specific event Binding: Dates Type Codes (Example) | |
when[x] | 1..1 | Occurance date or period | ||
whenDateTime | dateTime | |||
whenPeriod | Period | |||
serviced[x] | 0..1 | Estimated date or dates of service | ||
servicedDate | date | |||
servicedPeriod | Period | |||
created | Σ | 1..1 | dateTime | Creation date |
enterer | 0..1 | Reference(Practitioner | PractitionerRole) | Author | |
provider | 0..1 | Reference(Practitioner | PractitionerRole | Organization) | Party responsible for the request | |
insurer | Σ | 1..1 | Reference(Organization) | Coverage issuer |
facility | 0..1 | Reference(Location) | Servicing facility | |
supportingInfo | 0..* | BackboneElement | Supporting information | |
sequence | 1..1 | positiveInt | Information instance identifier | |
information | 1..1 | Reference(Any) | Data to be provided | |
appliesToAll | 0..1 | boolean | Applies to all items | |
insurance | 0..* | BackboneElement | Patient insurance information | |
focal | 0..1 | boolean | Applicable coverage | |
coverage | 1..1 | Reference(Coverage) | Insurance information | |
businessArrangement | 0..1 | string | Additional provider contract number | |
item | 0..* | BackboneElement | Item to be evaluated for eligibiity | |
supportingInfoSequence | 0..* | positiveInt | Applicable exception or supporting information | |
category | 0..1 | CodeableConcept | Benefit classification Binding: Benefit Category Codes (Example) | |
productOrService | 0..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLS Codes (Example) | |
modifier | 0..* | CodeableConcept | Product or service billing modifiers Binding: Modifier type Codes (Example) | |
provider | 0..1 | Reference(Practitioner | PractitionerRole) | Perfoming practitioner | |
quantity | 0..1 | SimpleQuantity | Count of products or services | |
unitPrice | 0..1 | Money | Fee, charge or cost per item | |
facility | 0..1 | Reference(Location | Organization) | Servicing facility | |
diagnosis | 0..* | BackboneElement | Applicable diagnosis | |
diagnosis[x] | 0..1 | Nature of illness or problem Binding: ICD-10 Codes (Example) | ||
diagnosisCodeableConcept | CodeableConcept | |||
diagnosisReference | Reference(Condition) | |||
detail | 0..* | Reference(Any) | Product or service details | |
Documentation for this format |
See the Extensions for this resource
UML Diagram (Legend)
XML Template
<CoverageEligibilityRequest xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Business Identifier for coverage eligiblity request --></identifier> <status value="[code]"/><!-- 1..1 active | cancelled | draft | entered-in-error --> <priority><!-- 0..1 CodeableConcept Desired processing priority --></priority> <purpose value="[code]"/><!-- 1..* auth-requirements | benefits | discovery | validation --> <patient><!-- 1..1 Reference(Patient) Intended recipient of products and services --></patient> <event> <!-- 0..* Event information --> <type><!-- 1..1 CodeableConcept Specific event --></type> <when[x]><!-- 1..1 dateTime|Period Occurance date or period --></when[x]> </event> <serviced[x]><!-- 0..1 date|Period Estimated date or dates of service --></serviced[x]> <created value="[dateTime]"/><!-- 1..1 Creation date --> <enterer><!-- 0..1 Reference(Practitioner|PractitionerRole) Author --></enterer> <provider><!-- 0..1 Reference(Organization|Practitioner|PractitionerRole) Party responsible for the request --></provider> <insurer><!-- 1..1 Reference(Organization) Coverage issuer --></insurer> <facility><!-- 0..1 Reference(Location) Servicing facility --></facility> <supportingInfo> <!-- 0..* Supporting information --> <sequence value="[positiveInt]"/><!-- 1..1 Information instance identifier --> <information><!-- 1..1 Reference(Any) Data to be provided --></information> <appliesToAll value="[boolean]"/><!-- 0..1 Applies to all items --> </supportingInfo> <insurance> <!-- 0..* Patient insurance information --> <focal value="[boolean]"/><!-- 0..1 Applicable coverage --> <coverage><!-- 1..1 Reference(Coverage) Insurance information --></coverage> <businessArrangement value="[string]"/><!-- 0..1 Additional provider contract number --> </insurance> <item> <!-- 0..* Item to be evaluated for eligibiity --> <supportingInfoSequence value="[positiveInt]"/><!-- 0..* Applicable exception or supporting information --> <category><!-- 0..1 CodeableConcept Benefit classification --></category> <productOrService><!-- 0..1 CodeableConcept Billing, service, product, or drug code --></productOrService> <modifier><!-- 0..* CodeableConcept Product or service billing modifiers --></modifier> <provider><!-- 0..1 Reference(Practitioner|PractitionerRole) Perfoming practitioner --></provider> <quantity><!-- 0..1 Quantity(SimpleQuantity) Count of products or services --></quantity> <unitPrice><!-- 0..1 Money Fee, charge or cost per item --></unitPrice> <facility><!-- 0..1 Reference(Location|Organization) Servicing facility --></facility> <diagnosis> <!-- 0..* Applicable diagnosis --> <diagnosis[x]><!-- 0..1 CodeableConcept|Reference(Condition) Nature of illness or problem --></diagnosis[x]> </diagnosis> <detail><!-- 0..* Reference(Any) Product or service details --></detail> </item> </CoverageEligibilityRequest>
JSON Template
{ "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-requirements | benefits | discovery | validation "patient" : { Reference(Patient) }, // R! Intended recipient of products and services "event" : [{ // Event information "type" : { CodeableConcept }, // R! Specific event // when[x]: Occurance date or period. One of these 2: "whenDateTime" : "<dateTime>", "whenPeriod" : { Period } }], // serviced[x]: Estimated date or dates of service. One of these 2: "servicedDate" : "<date>", "servicedPeriod" : { Period }, "created" : "<dateTime>", // R! Creation date "enterer" : { Reference(Practitioner|PractitionerRole) }, // Author "provider" : { Reference(Organization|Practitioner|PractitionerRole) }, // Party responsible for the request "insurer" : { Reference(Organization) }, // R! Coverage issuer "facility" : { Reference(Location) }, // Servicing facility "supportingInfo" : [{ // Supporting information "sequence" : "<positiveInt>", // R! Information instance identifier "information" : { Reference(Any) }, // R! Data to be provided "appliesToAll" : <boolean> // Applies to all items }], "insurance" : [{ // Patient insurance information "focal" : <boolean>, // Applicable coverage "coverage" : { Reference(Coverage) }, // R! Insurance information "businessArrangement" : "<string>" // Additional provider contract number }], "item" : [{ // Item to be evaluated for eligibiity "supportingInfoSequence" : ["<positiveInt>"], // Applicable exception or supporting information "category" : { CodeableConcept }, // Benefit classification "productOrService" : { CodeableConcept }, // Billing, service, product, or drug code "modifier" : [{ CodeableConcept }], // Product or service billing modifiers "provider" : { Reference(Practitioner|PractitionerRole) }, // Perfoming practitioner "quantity" : { Quantity(SimpleQuantity) }, // Count of products or services "unitPrice" : { Money }, // Fee, charge or cost per item "facility" : { Reference(Location|Organization) }, // Servicing facility "diagnosis" : [{ // Applicable diagnosis // diagnosis[x]: Nature of illness or problem. One of these 2: "diagnosisCodeableConcept" : { CodeableConcept }, "diagnosisReference" : { Reference(Condition) } }], "detail" : [{ Reference(Any) }] // Product or service details }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:CoverageEligibilityRequest; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:identifier ( [ Identifier ] ... ) ; # 0..* Business Identifier for coverage eligiblity request fhir:status [ code ] ; # 1..1 active | cancelled | draft | entered-in-error fhir:priority [ CodeableConcept ] ; # 0..1 Desired processing priority fhir:purpose ( [ code ] ... ) ; # 1..* auth-requirements | benefits | discovery | validation fhir:patient [ Reference(Patient) ] ; # 1..1 Intended recipient of products and services fhir:event ( [ # 0..* Event information fhir:type [ CodeableConcept ] ; # 1..1 Specific event # when[x] : 1..1 Occurance date or period. One of these 2 fhir:when [ a fhir:dateTime ; dateTime ] fhir:when [ a fhir:Period ; Period ] ] ... ) ; # serviced[x] : 0..1 Estimated date or dates of service. One of these 2 fhir:serviced [ a fhir:date ; date ] fhir:serviced [ a fhir:Period ; Period ] fhir:created [ dateTime ] ; # 1..1 Creation date fhir:enterer [ Reference(Practitioner|PractitionerRole) ] ; # 0..1 Author fhir:provider [ Reference(Organization|Practitioner|PractitionerRole) ] ; # 0..1 Party responsible for the request fhir:insurer [ Reference(Organization) ] ; # 1..1 Coverage issuer fhir:facility [ Reference(Location) ] ; # 0..1 Servicing facility fhir:supportingInfo ( [ # 0..* Supporting information fhir:sequence [ positiveInt ] ; # 1..1 Information instance identifier fhir:information [ Reference(Any) ] ; # 1..1 Data to be provided fhir:appliesToAll [ boolean ] ; # 0..1 Applies to all items ] ... ) ; fhir:insurance ( [ # 0..* Patient insurance information fhir:focal [ boolean ] ; # 0..1 Applicable coverage fhir:coverage [ Reference(Coverage) ] ; # 1..1 Insurance information fhir:businessArrangement [ string ] ; # 0..1 Additional provider contract number ] ... ) ; fhir:item ( [ # 0..* Item to be evaluated for eligibiity fhir:supportingInfoSequence ( [ positiveInt ] ... ) ; # 0..* Applicable exception or supporting information fhir:category [ CodeableConcept ] ; # 0..1 Benefit classification fhir:productOrService [ CodeableConcept ] ; # 0..1 Billing, service, product, or drug code fhir:modifier ( [ CodeableConcept ] ... ) ; # 0..* Product or service billing modifiers fhir:provider [ Reference(Practitioner|PractitionerRole) ] ; # 0..1 Perfoming practitioner fhir:quantity [ Quantity(SimpleQuantity) ] ; # 0..1 Count of products or services fhir:unitPrice [ Money ] ; # 0..1 Fee, charge or cost per item fhir:facility [ Reference(Location|Organization) ] ; # 0..1 Servicing facility fhir:diagnosis ( [ # 0..* Applicable diagnosis # diagnosis[x] : 0..1 Nature of illness or problem. One of these 2 fhir:diagnosis [ a fhir:CodeableConcept ; CodeableConcept ] fhir:diagnosis [ a fhir:Reference ; Reference(Condition) ] ] ... ) ; fhir:detail ( [ Reference(Any) ] ... ) ; # 0..* Product or service details ] ... ) ; ]
Changes from both R4 and R4B
CoverageEligibilityRequest | |
CoverageEligibilityRequest.event |
|
CoverageEligibilityRequest.event.type |
|
CoverageEligibilityRequest.event.when[x] |
|
See the Full Difference for further information
This analysis is available for R4 as XML or JSON and for R4B as XML or JSON.
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
CoverageEligibilityRequest | TU | DomainResource | CoverageEligibilityRequest resource Elements defined in Ancestors: id, meta, implicitRules, language, text, contained, extension, modifierExtension | |
identifier | 0..* | Identifier | Business Identifier for coverage eligiblity request | |
status | ?!Σ | 1..1 | code | active | cancelled | draft | entered-in-error Binding: Financial Resource Status Codes (Required) |
priority | 0..1 | CodeableConcept | Desired processing priority Binding: Process Priority Codes (Example) | |
purpose | Σ | 1..* | code | auth-requirements | benefits | discovery | validation Binding: Eligibility Request Purpose (Required) |
patient | Σ | 1..1 | Reference(Patient) | Intended recipient of products and services |
event | 0..* | BackboneElement | Event information | |
type | 1..1 | CodeableConcept | Specific event Binding: Dates Type Codes (Example) | |
when[x] | 1..1 | Occurance date or period | ||
whenDateTime | dateTime | |||
whenPeriod | Period | |||
serviced[x] | 0..1 | Estimated date or dates of service | ||
servicedDate | date | |||
servicedPeriod | Period | |||
created | Σ | 1..1 | dateTime | Creation date |
enterer | 0..1 | Reference(Practitioner | PractitionerRole) | Author | |
provider | 0..1 | Reference(Practitioner | PractitionerRole | Organization) | Party responsible for the request | |
insurer | Σ | 1..1 | Reference(Organization) | Coverage issuer |
facility | 0..1 | Reference(Location) | Servicing facility | |
supportingInfo | 0..* | BackboneElement | Supporting information | |
sequence | 1..1 | positiveInt | Information instance identifier | |
information | 1..1 | Reference(Any) | Data to be provided | |
appliesToAll | 0..1 | boolean | Applies to all items | |
insurance | 0..* | BackboneElement | Patient insurance information | |
focal | 0..1 | boolean | Applicable coverage | |
coverage | 1..1 | Reference(Coverage) | Insurance information | |
businessArrangement | 0..1 | string | Additional provider contract number | |
item | 0..* | BackboneElement | Item to be evaluated for eligibiity | |
supportingInfoSequence | 0..* | positiveInt | Applicable exception or supporting information | |
category | 0..1 | CodeableConcept | Benefit classification Binding: Benefit Category Codes (Example) | |
productOrService | 0..1 | CodeableConcept | Billing, service, product, or drug code Binding: USCLS Codes (Example) | |
modifier | 0..* | CodeableConcept | Product or service billing modifiers Binding: Modifier type Codes (Example) | |
provider | 0..1 | Reference(Practitioner | PractitionerRole) | Perfoming practitioner | |
quantity | 0..1 | SimpleQuantity | Count of products or services | |
unitPrice | 0..1 | Money | Fee, charge or cost per item | |
facility | 0..1 | Reference(Location | Organization) | Servicing facility | |
diagnosis | 0..* | BackboneElement | Applicable diagnosis | |
diagnosis[x] | 0..1 | Nature of illness or problem Binding: ICD-10 Codes (Example) | ||
diagnosisCodeableConcept | CodeableConcept | |||
diagnosisReference | Reference(Condition) | |||
detail | 0..* | Reference(Any) | Product or service details | |
Documentation for this format |
See the Extensions for this resource
XML Template
<CoverageEligibilityRequest xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier Business Identifier for coverage eligiblity request --></identifier> <status value="[code]"/><!-- 1..1 active | cancelled | draft | entered-in-error --> <priority><!-- 0..1 CodeableConcept Desired processing priority --></priority> <purpose value="[code]"/><!-- 1..* auth-requirements | benefits | discovery | validation --> <patient><!-- 1..1 Reference(Patient) Intended recipient of products and services --></patient> <event> <!-- 0..* Event information --> <type><!-- 1..1 CodeableConcept Specific event --></type> <when[x]><!-- 1..1 dateTime|Period Occurance date or period --></when[x]> </event> <serviced[x]><!-- 0..1 date|Period Estimated date or dates of service --></serviced[x]> <created value="[dateTime]"/><!-- 1..1 Creation date --> <enterer><!-- 0..1 Reference(Practitioner|PractitionerRole) Author --></enterer> <provider><!-- 0..1 Reference(Organization|Practitioner|PractitionerRole) Party responsible for the request --></provider> <insurer><!-- 1..1 Reference(Organization) Coverage issuer --></insurer> <facility><!-- 0..1 Reference(Location) Servicing facility --></facility> <supportingInfo> <!-- 0..* Supporting information --> <sequence value="[positiveInt]"/><!-- 1..1 Information instance identifier --> <information><!-- 1..1 Reference(Any) Data to be provided --></information> <appliesToAll value="[boolean]"/><!-- 0..1 Applies to all items --> </supportingInfo> <insurance> <!-- 0..* Patient insurance information --> <focal value="[boolean]"/><!-- 0..1 Applicable coverage --> <coverage><!-- 1..1 Reference(Coverage) Insurance information --></coverage> <businessArrangement value="[string]"/><!-- 0..1 Additional provider contract number --> </insurance> <item> <!-- 0..* Item to be evaluated for eligibiity --> <supportingInfoSequence value="[positiveInt]"/><!-- 0..* Applicable exception or supporting information --> <category><!-- 0..1 CodeableConcept Benefit classification --></category> <productOrService><!-- 0..1 CodeableConcept Billing, service, product, or drug code --></productOrService> <modifier><!-- 0..* CodeableConcept Product or service billing modifiers --></modifier> <provider><!-- 0..1 Reference(Practitioner|PractitionerRole) Perfoming practitioner --></provider> <quantity><!-- 0..1 Quantity(SimpleQuantity) Count of products or services --></quantity> <unitPrice><!-- 0..1 Money Fee, charge or cost per item --></unitPrice> <facility><!-- 0..1 Reference(Location|Organization) Servicing facility --></facility> <diagnosis> <!-- 0..* Applicable diagnosis --> <diagnosis[x]><!-- 0..1 CodeableConcept|Reference(Condition) Nature of illness or problem --></diagnosis[x]> </diagnosis> <detail><!-- 0..* Reference(Any) Product or service details --></detail> </item> </CoverageEligibilityRequest>
JSON Template
{ "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-requirements | benefits | discovery | validation "patient" : { Reference(Patient) }, // R! Intended recipient of products and services "event" : [{ // Event information "type" : { CodeableConcept }, // R! Specific event // when[x]: Occurance date or period. One of these 2: "whenDateTime" : "<dateTime>", "whenPeriod" : { Period } }], // serviced[x]: Estimated date or dates of service. One of these 2: "servicedDate" : "<date>", "servicedPeriod" : { Period }, "created" : "<dateTime>", // R! Creation date "enterer" : { Reference(Practitioner|PractitionerRole) }, // Author "provider" : { Reference(Organization|Practitioner|PractitionerRole) }, // Party responsible for the request "insurer" : { Reference(Organization) }, // R! Coverage issuer "facility" : { Reference(Location) }, // Servicing facility "supportingInfo" : [{ // Supporting information "sequence" : "<positiveInt>", // R! Information instance identifier "information" : { Reference(Any) }, // R! Data to be provided "appliesToAll" : <boolean> // Applies to all items }], "insurance" : [{ // Patient insurance information "focal" : <boolean>, // Applicable coverage "coverage" : { Reference(Coverage) }, // R! Insurance information "businessArrangement" : "<string>" // Additional provider contract number }], "item" : [{ // Item to be evaluated for eligibiity "supportingInfoSequence" : ["<positiveInt>"], // Applicable exception or supporting information "category" : { CodeableConcept }, // Benefit classification "productOrService" : { CodeableConcept }, // Billing, service, product, or drug code "modifier" : [{ CodeableConcept }], // Product or service billing modifiers "provider" : { Reference(Practitioner|PractitionerRole) }, // Perfoming practitioner "quantity" : { Quantity(SimpleQuantity) }, // Count of products or services "unitPrice" : { Money }, // Fee, charge or cost per item "facility" : { Reference(Location|Organization) }, // Servicing facility "diagnosis" : [{ // Applicable diagnosis // diagnosis[x]: Nature of illness or problem. One of these 2: "diagnosisCodeableConcept" : { CodeableConcept }, "diagnosisReference" : { Reference(Condition) } }], "detail" : [{ Reference(Any) }] // Product or service details }] }
Turtle Template
@prefix fhir: <http://hl7.org/fhir/> . [ a fhir:CoverageEligibilityRequest; fhir:nodeRole fhir:treeRoot; # if this is the parser root # from Resource: .id, .meta, .implicitRules, and .language # from DomainResource: .text, .contained, .extension, and .modifierExtension fhir:identifier ( [ Identifier ] ... ) ; # 0..* Business Identifier for coverage eligiblity request fhir:status [ code ] ; # 1..1 active | cancelled | draft | entered-in-error fhir:priority [ CodeableConcept ] ; # 0..1 Desired processing priority fhir:purpose ( [ code ] ... ) ; # 1..* auth-requirements | benefits | discovery | validation fhir:patient [ Reference(Patient) ] ; # 1..1 Intended recipient of products and services fhir:event ( [ # 0..* Event information fhir:type [ CodeableConcept ] ; # 1..1 Specific event # when[x] : 1..1 Occurance date or period. One of these 2 fhir:when [ a fhir:dateTime ; dateTime ] fhir:when [ a fhir:Period ; Period ] ] ... ) ; # serviced[x] : 0..1 Estimated date or dates of service. One of these 2 fhir:serviced [ a fhir:date ; date ] fhir:serviced [ a fhir:Period ; Period ] fhir:created [ dateTime ] ; # 1..1 Creation date fhir:enterer [ Reference(Practitioner|PractitionerRole) ] ; # 0..1 Author fhir:provider [ Reference(Organization|Practitioner|PractitionerRole) ] ; # 0..1 Party responsible for the request fhir:insurer [ Reference(Organization) ] ; # 1..1 Coverage issuer fhir:facility [ Reference(Location) ] ; # 0..1 Servicing facility fhir:supportingInfo ( [ # 0..* Supporting information fhir:sequence [ positiveInt ] ; # 1..1 Information instance identifier fhir:information [ Reference(Any) ] ; # 1..1 Data to be provided fhir:appliesToAll [ boolean ] ; # 0..1 Applies to all items ] ... ) ; fhir:insurance ( [ # 0..* Patient insurance information fhir:focal [ boolean ] ; # 0..1 Applicable coverage fhir:coverage [ Reference(Coverage) ] ; # 1..1 Insurance information fhir:businessArrangement [ string ] ; # 0..1 Additional provider contract number ] ... ) ; fhir:item ( [ # 0..* Item to be evaluated for eligibiity fhir:supportingInfoSequence ( [ positiveInt ] ... ) ; # 0..* Applicable exception or supporting information fhir:category [ CodeableConcept ] ; # 0..1 Benefit classification fhir:productOrService [ CodeableConcept ] ; # 0..1 Billing, service, product, or drug code fhir:modifier ( [ CodeableConcept ] ... ) ; # 0..* Product or service billing modifiers fhir:provider [ Reference(Practitioner|PractitionerRole) ] ; # 0..1 Perfoming practitioner fhir:quantity [ Quantity(SimpleQuantity) ] ; # 0..1 Count of products or services fhir:unitPrice [ Money ] ; # 0..1 Fee, charge or cost per item fhir:facility [ Reference(Location|Organization) ] ; # 0..1 Servicing facility fhir:diagnosis ( [ # 0..* Applicable diagnosis # diagnosis[x] : 0..1 Nature of illness or problem. One of these 2 fhir:diagnosis [ a fhir:CodeableConcept ; CodeableConcept ] fhir:diagnosis [ a fhir:Reference ; Reference(Condition) ] ] ... ) ; fhir:detail ( [ Reference(Any) ] ... ) ; # 0..* Product or service details ] ... ) ; ]
Changes from both R4 and R4B
CoverageEligibilityRequest | |
CoverageEligibilityRequest.event |
|
CoverageEligibilityRequest.event.type |
|
CoverageEligibilityRequest.event.when[x] |
|
See the Full Difference for further information
This analysis is available for R4 as XML or JSON and for R4B as XML or JSON.
Additional definitions: Master Definition XML + JSON, XML Schema/Schematron + JSON Schema, ShEx (for Turtle) + see the extensions, the spreadsheet version & the dependency analysis
Path | ValueSet | Type | Documentation |
---|---|---|---|
CoverageEligibilityRequest.status | FinancialResourceStatusCodes | Required | This value set includes Status codes. |
CoverageEligibilityRequest.priority | ProcessPriorityCodes | Example | This value set includes the financial processing priority codes. |
CoverageEligibilityRequest.purpose | EligibilityRequestPurpose | Required | A code specifying the types of information being requested. |
CoverageEligibilityRequest.event.type | DatesTypeCodes (a valid code from Dates Event Type Codes) | Example | This value set includes sample Dates Type codes. |
CoverageEligibilityRequest.item.category | BenefitCategoryCodes | Example | This value set includes examples of Benefit Category codes. |
CoverageEligibilityRequest.item.productOrService | USCLSCodes | Example | This value set includes a smattering of USCLS codes. |
CoverageEligibilityRequest.item.modifier | ModifierTypeCodes | Example | This value set includes sample Modifier type codes. |
CoverageEligibilityRequest.item.diagnosis.diagnosis[x] | ICD10Codes (a valid code from ICD-10 ) | Example | This value set includes sample ICD-10 codes. |
Search parameters for this resource. See also the full list of search parameters for this resource, and check the Extensions registry for search parameters on extensions related to this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Expression | In Common |
created | date | The creation date for the EOB | CoverageEligibilityRequest.created | |
enterer | reference | The party who is responsible for the request | CoverageEligibilityRequest.enterer (Practitioner, PractitionerRole) |
|
facility | reference | Facility responsible for the goods and services | CoverageEligibilityRequest.facility (Location) |
|
identifier | token | The business identifier of the Eligibility | CoverageEligibilityRequest.identifier | 65 Resources |
patient | reference | The reference to the patient | CoverageEligibilityRequest.patient (Patient) |
65 Resources |
provider | reference | The reference to the provider | CoverageEligibilityRequest.provider (Practitioner, Organization, PractitionerRole) |
|
status | token | The status of the EligibilityRequest | CoverageEligibilityRequest.status |