STU 3 Ballot

This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). 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

13.4 Resource EligibilityRequest - Content

Financial Management Work GroupMaturity Level: 1Compartments: 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.

13.4.1 Scope and Usage

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

13.4.2 Resource Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. EligibilityRequest DomainResourceEligibility request
... identifier 0..*IdentifierBusiness Identifier
... status ?!Σ1..1codeactive | cancelled | draft | entered-in-error
EligibilityRequestStatus (Required)
... ruleset 0..1CodingResource version
Ruleset Codes (Example)
... originalRuleset 0..1CodingOriginal version
Ruleset Codes (Example)
... created 0..1dateTimeCreation date
... insurer[x] 0..1Target
.... insurerIdentifierIdentifier
.... insurerReferenceReference(Organization)
... provider[x] 0..1Responsible practitioner
.... providerIdentifierIdentifier
.... providerReferenceReference(Practitioner)
... organization[x] 0..1Responsible organization
.... organizationIdentifierIdentifier
.... organizationReferenceReference(Organization)
... priority 0..1CodingDesired processing priority
Priority Codes (Example)
... enterer[x] 0..1Author
.... entererIdentifierIdentifier
.... entererReferenceReference(Practitioner)
... facility[x] 0..1Servicing Facility
.... facilityIdentifierIdentifier
.... facilityReferenceReference(Location)
... patient[x] 0..1The subject of the Products and Services
.... patientIdentifierIdentifier
.... patientReferenceReference(Patient)
... coverage[x] 0..1Insurance or medical plan
.... coverageIdentifierIdentifier
.... coverageReferenceReference(Coverage)
... businessArrangement 0..1stringBusiness agreement
... serviced[x] 0..1Estimated date or dates of Service
.... servicedDatedate
.... servicedPeriodPeriod
... benefitCategory 0..1CodingBenefit Category
Benefit Category Codes (Example)
... benefitSubCategory 0..1CodingBenefit SubCategory
Benefit SubCategory Codes (Example)

doco Documentation for this format

UML Diagram (Legend)

EligibilityRequest (DomainResource)The Response business identifieridentifier : Identifier [0..*]The status of the resource instance (this element modifies the meaning of other elements)status : code [1..1] « A code specifying the state of the resource instance. (Strength=Required)EligibilityRequestStatus! »The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resourcesruleset : Coding [0..1] « The static and dynamic model to which contents conform, which may be business version or standard/version. (Strength=Example)Ruleset ?? »The style (standard) and version of the original material which was converted into this resourceoriginalRuleset : Coding [0..1] « The static and dynamic model to which contents conform, which may be business version or standard/version. (Strength=Example)Ruleset ?? »The date when this resource was createdcreated : dateTime [0..1]The Insurer who is target of the requestinsurer[x] : Type [0..1] « Identifier|Reference(Organization) »The practitioner who is responsible for the services rendered to the patientprovider[x] : Type [0..1] « Identifier|Reference(Practitioner) »The organization which is responsible for the services rendered to the patientorganization[x] : Type [0..1] « Identifier|Reference(Organization) »Immediate (STAT), best effort (NORMAL), deferred (DEFER)priority : Coding [0..1] « The timeliness with which processing is required: STAT, normal, Deferred (Strength=Example)Priority ?? »Person who created the invoice/claim/pre-determination or pre-authorizationenterer[x] : Type [0..1] « Identifier|Reference(Practitioner) »Facility where the services were providedfacility[x] : Type [0..1] « Identifier|Reference(Location) »Patient Resourcepatient[x] : Type [0..1] « Identifier|Reference(Patient) »Financial instrument by which payment information for health carecoverage[x] : Type [0..1] « Identifier|Reference(Coverage) »The contract number of a business agreement which describes the terms and conditionsbusinessArrangement : string [0..1]The date or dates when the enclosed suite of services were performed or completedserviced[x] : Type [0..1] « date|Period »Dental, Vision, Medical, Pharmacy, Rehab etcbenefitCategory : Coding [0..1] « Benefit categories such as: oral, medical, vision etc. (Strength=Example)Benefit Category ?? »Dental: basic, major, ortho; Vision exam, glasses, contacts; etcbenefitSubCategory : Coding [0..1] « Benefit subcategories such as: oral-basic, major, glasses (Strength=Example)Benefit SubCategory ?? »

XML Template

<EligibilityRequest xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <identifier><!-- 0..* Identifier Business Identifier --></identifier>
 <status value="[code]"/><!-- 1..1 active | cancelled | draft | entered-in-error -->
 <ruleset><!-- 0..1 Coding Resource version --></ruleset>
 <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset>
 <created value="[dateTime]"/><!-- 0..1 Creation date -->
 <insurer[x]><!-- 0..1 Identifier|Reference(Organization) Target --></insurer[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

{doco
  "resourceType" : "EligibilityRequest",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "identifier" : [{ Identifier }], // Business Identifier
  "status" : "<code>", // R!  active | cancelled | draft | entered-in-error
  "ruleset" : { Coding }, // Resource version
  "originalRuleset" : { Coding }, // Original version
  "created" : "<dateTime>", // Creation date
  // insurer[x]: Target. One of these 2:
  "insurerIdentifier" : { Identifier },
  "insurerReference" : { 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
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:EligibilityRequest;
  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:EligibilityRequest.identifier [ Identifier ], ... ; # 0..* Business Identifier
  fhir:EligibilityRequest.status [ code ]; # 1..1 active | cancelled | draft | entered-in-error
  fhir:EligibilityRequest.ruleset [ Coding ]; # 0..1 Resource version
  fhir:EligibilityRequest.originalRuleset [ Coding ]; # 0..1 Original version
  fhir:EligibilityRequest.created [ dateTime ]; # 0..1 Creation date
  # EligibilityRequest.insurer[x] : 0..1 Target. One of these 2
    fhir:EligibilityRequest.insurerIdentifier [ Identifier ]
    fhir:EligibilityRequest.insurerReference [ Reference(Organization) ]
  # EligibilityRequest.provider[x] : 0..1 Responsible practitioner. One of these 2
    fhir:EligibilityRequest.providerIdentifier [ Identifier ]
    fhir:EligibilityRequest.providerReference [ Reference(Practitioner) ]
  # EligibilityRequest.organization[x] : 0..1 Responsible organization. One of these 2
    fhir:EligibilityRequest.organizationIdentifier [ Identifier ]
    fhir:EligibilityRequest.organizationReference [ Reference(Organization) ]
  fhir:EligibilityRequest.priority [ Coding ]; # 0..1 Desired processing priority
  # EligibilityRequest.enterer[x] : 0..1 Author. One of these 2
    fhir:EligibilityRequest.entererIdentifier [ Identifier ]
    fhir:EligibilityRequest.entererReference [ Reference(Practitioner) ]
  # EligibilityRequest.facility[x] : 0..1 Servicing Facility. One of these 2
    fhir:EligibilityRequest.facilityIdentifier [ Identifier ]
    fhir:EligibilityRequest.facilityReference [ Reference(Location) ]
  # EligibilityRequest.patient[x] : 0..1 The subject of the Products and Services. One of these 2
    fhir:EligibilityRequest.patientIdentifier [ Identifier ]
    fhir:EligibilityRequest.patientReference [ Reference(Patient) ]
  # EligibilityRequest.coverage[x] : 0..1 Insurance or medical plan. One of these 2
    fhir:EligibilityRequest.coverageIdentifier [ Identifier ]
    fhir:EligibilityRequest.coverageReference [ Reference(Coverage) ]
  fhir:EligibilityRequest.businessArrangement [ string ]; # 0..1 Business agreement
  # EligibilityRequest.serviced[x] : 0..1 Estimated date or dates of Service. One of these 2
    fhir:EligibilityRequest.servicedDate [ date ]
    fhir:EligibilityRequest.servicedPeriod [ Period ]
  fhir:EligibilityRequest.benefitCategory [ Coding ]; # 0..1 Benefit Category
  fhir:EligibilityRequest.benefitSubCategory [ Coding ]; # 0..1 Benefit SubCategory
]

Changes since DSTU2

EligibilityRequest
EligibilityRequest.status added
EligibilityRequest.insurer[x] added
EligibilityRequest.provider[x] Renamed from provider to provider[x]
Add Identifier
EligibilityRequest.organization[x] Renamed from organization to organization[x]
Add Identifier
EligibilityRequest.priority added
EligibilityRequest.enterer[x] added
EligibilityRequest.facility[x] added
EligibilityRequest.patient[x] added
EligibilityRequest.coverage[x] added
EligibilityRequest.businessArrangement added
EligibilityRequest.serviced[x] added
EligibilityRequest.benefitCategory added
EligibilityRequest.benefitSubCategory added
EligibilityRequest.target deleted

See the Full Difference for further information

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. EligibilityRequest DomainResourceEligibility request
... identifier 0..*IdentifierBusiness Identifier
... status ?!Σ1..1codeactive | cancelled | draft | entered-in-error
EligibilityRequestStatus (Required)
... ruleset 0..1CodingResource version
Ruleset Codes (Example)
... originalRuleset 0..1CodingOriginal version
Ruleset Codes (Example)
... created 0..1dateTimeCreation date
... insurer[x] 0..1Target
.... insurerIdentifierIdentifier
.... insurerReferenceReference(Organization)
... provider[x] 0..1Responsible practitioner
.... providerIdentifierIdentifier
.... providerReferenceReference(Practitioner)
... organization[x] 0..1Responsible organization
.... organizationIdentifierIdentifier
.... organizationReferenceReference(Organization)
... priority 0..1CodingDesired processing priority
Priority Codes (Example)
... enterer[x] 0..1Author
.... entererIdentifierIdentifier
.... entererReferenceReference(Practitioner)
... facility[x] 0..1Servicing Facility
.... facilityIdentifierIdentifier
.... facilityReferenceReference(Location)
... patient[x] 0..1The subject of the Products and Services
.... patientIdentifierIdentifier
.... patientReferenceReference(Patient)
... coverage[x] 0..1Insurance or medical plan
.... coverageIdentifierIdentifier
.... coverageReferenceReference(Coverage)
... businessArrangement 0..1stringBusiness agreement
... serviced[x] 0..1Estimated date or dates of Service
.... servicedDatedate
.... servicedPeriodPeriod
... benefitCategory 0..1CodingBenefit Category
Benefit Category Codes (Example)
... benefitSubCategory 0..1CodingBenefit SubCategory
Benefit SubCategory Codes (Example)

doco Documentation for this format

UML Diagram (Legend)

EligibilityRequest (DomainResource)The Response business identifieridentifier : Identifier [0..*]The status of the resource instance (this element modifies the meaning of other elements)status : code [1..1] « A code specifying the state of the resource instance. (Strength=Required)EligibilityRequestStatus! »The version of the style of resource contents. This should be mapped to the allowable profiles for this and supporting resourcesruleset : Coding [0..1] « The static and dynamic model to which contents conform, which may be business version or standard/version. (Strength=Example)Ruleset ?? »The style (standard) and version of the original material which was converted into this resourceoriginalRuleset : Coding [0..1] « The static and dynamic model to which contents conform, which may be business version or standard/version. (Strength=Example)Ruleset ?? »The date when this resource was createdcreated : dateTime [0..1]The Insurer who is target of the requestinsurer[x] : Type [0..1] « Identifier|Reference(Organization) »The practitioner who is responsible for the services rendered to the patientprovider[x] : Type [0..1] « Identifier|Reference(Practitioner) »The organization which is responsible for the services rendered to the patientorganization[x] : Type [0..1] « Identifier|Reference(Organization) »Immediate (STAT), best effort (NORMAL), deferred (DEFER)priority : Coding [0..1] « The timeliness with which processing is required: STAT, normal, Deferred (Strength=Example)Priority ?? »Person who created the invoice/claim/pre-determination or pre-authorizationenterer[x] : Type [0..1] « Identifier|Reference(Practitioner) »Facility where the services were providedfacility[x] : Type [0..1] « Identifier|Reference(Location) »Patient Resourcepatient[x] : Type [0..1] « Identifier|Reference(Patient) »Financial instrument by which payment information for health carecoverage[x] : Type [0..1] « Identifier|Reference(Coverage) »The contract number of a business agreement which describes the terms and conditionsbusinessArrangement : string [0..1]The date or dates when the enclosed suite of services were performed or completedserviced[x] : Type [0..1] « date|Period »Dental, Vision, Medical, Pharmacy, Rehab etcbenefitCategory : Coding [0..1] « Benefit categories such as: oral, medical, vision etc. (Strength=Example)Benefit Category ?? »Dental: basic, major, ortho; Vision exam, glasses, contacts; etcbenefitSubCategory : Coding [0..1] « Benefit subcategories such as: oral-basic, major, glasses (Strength=Example)Benefit SubCategory ?? »

XML Template

<EligibilityRequest xmlns="http://hl7.org/fhir"> doco
 <!-- from Resource: id, meta, implicitRules, and language -->
 <!-- from DomainResource: text, contained, extension, and modifierExtension -->
 <identifier><!-- 0..* Identifier Business Identifier --></identifier>
 <status value="[code]"/><!-- 1..1 active | cancelled | draft | entered-in-error -->
 <ruleset><!-- 0..1 Coding Resource version --></ruleset>
 <originalRuleset><!-- 0..1 Coding Original version --></originalRuleset>
 <created value="[dateTime]"/><!-- 0..1 Creation date -->
 <insurer[x]><!-- 0..1 Identifier|Reference(Organization) Target --></insurer[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

{doco
  "resourceType" : "EligibilityRequest",
  // from Resource: id, meta, implicitRules, and language
  // from DomainResource: text, contained, extension, and modifierExtension
  "identifier" : [{ Identifier }], // Business Identifier
  "status" : "<code>", // R!  active | cancelled | draft | entered-in-error
  "ruleset" : { Coding }, // Resource version
  "originalRuleset" : { Coding }, // Original version
  "created" : "<dateTime>", // Creation date
  // insurer[x]: Target. One of these 2:
  "insurerIdentifier" : { Identifier },
  "insurerReference" : { 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
}

Turtle Template

@prefix fhir: <http://hl7.org/fhir/> .doco


[ a fhir:EligibilityRequest;
  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:EligibilityRequest.identifier [ Identifier ], ... ; # 0..* Business Identifier
  fhir:EligibilityRequest.status [ code ]; # 1..1 active | cancelled | draft | entered-in-error
  fhir:EligibilityRequest.ruleset [ Coding ]; # 0..1 Resource version
  fhir:EligibilityRequest.originalRuleset [ Coding ]; # 0..1 Original version
  fhir:EligibilityRequest.created [ dateTime ]; # 0..1 Creation date
  # EligibilityRequest.insurer[x] : 0..1 Target. One of these 2
    fhir:EligibilityRequest.insurerIdentifier [ Identifier ]
    fhir:EligibilityRequest.insurerReference [ Reference(Organization) ]
  # EligibilityRequest.provider[x] : 0..1 Responsible practitioner. One of these 2
    fhir:EligibilityRequest.providerIdentifier [ Identifier ]
    fhir:EligibilityRequest.providerReference [ Reference(Practitioner) ]
  # EligibilityRequest.organization[x] : 0..1 Responsible organization. One of these 2
    fhir:EligibilityRequest.organizationIdentifier [ Identifier ]
    fhir:EligibilityRequest.organizationReference [ Reference(Organization) ]
  fhir:EligibilityRequest.priority [ Coding ]; # 0..1 Desired processing priority
  # EligibilityRequest.enterer[x] : 0..1 Author. One of these 2
    fhir:EligibilityRequest.entererIdentifier [ Identifier ]
    fhir:EligibilityRequest.entererReference [ Reference(Practitioner) ]
  # EligibilityRequest.facility[x] : 0..1 Servicing Facility. One of these 2
    fhir:EligibilityRequest.facilityIdentifier [ Identifier ]
    fhir:EligibilityRequest.facilityReference [ Reference(Location) ]
  # EligibilityRequest.patient[x] : 0..1 The subject of the Products and Services. One of these 2
    fhir:EligibilityRequest.patientIdentifier [ Identifier ]
    fhir:EligibilityRequest.patientReference [ Reference(Patient) ]
  # EligibilityRequest.coverage[x] : 0..1 Insurance or medical plan. One of these 2
    fhir:EligibilityRequest.coverageIdentifier [ Identifier ]
    fhir:EligibilityRequest.coverageReference [ Reference(Coverage) ]
  fhir:EligibilityRequest.businessArrangement [ string ]; # 0..1 Business agreement
  # EligibilityRequest.serviced[x] : 0..1 Estimated date or dates of Service. One of these 2
    fhir:EligibilityRequest.servicedDate [ date ]
    fhir:EligibilityRequest.servicedPeriod [ Period ]
  fhir:EligibilityRequest.benefitCategory [ Coding ]; # 0..1 Benefit Category
  fhir:EligibilityRequest.benefitSubCategory [ Coding ]; # 0..1 Benefit SubCategory
]

Changes since DSTU2

EligibilityRequest
EligibilityRequest.status added
EligibilityRequest.insurer[x] added
EligibilityRequest.provider[x] Renamed from provider to provider[x]
Add Identifier
EligibilityRequest.organization[x] Renamed from organization to organization[x]
Add Identifier
EligibilityRequest.priority added
EligibilityRequest.enterer[x] added
EligibilityRequest.facility[x] added
EligibilityRequest.patient[x] added
EligibilityRequest.coverage[x] added
EligibilityRequest.businessArrangement added
EligibilityRequest.serviced[x] added
EligibilityRequest.benefitCategory added
EligibilityRequest.benefitSubCategory added
EligibilityRequest.target deleted

See the Full Difference for further information

 

Alternate definitions: Master Definition (XML, JSON), XML Schema/Schematron (for ) + JSON Schema, ShEx (for Turtle)

13.4.2.1 Terminology Bindings

PathDefinitionTypeReference
EligibilityRequest.status A code specifying the state of the resource instance.RequiredEligibilityRequestStatus
EligibilityRequest.ruleset
EligibilityRequest.originalRuleset
The static and dynamic model to which contents conform, which may be business version or standard/version.ExampleRuleset Codes
EligibilityRequest.priority The timeliness with which processing is required: STAT, normal, DeferredExamplePriority Codes
EligibilityRequest.benefitCategory Benefit categories such as: oral, medical, vision etc.ExampleBenefit Category Codes
EligibilityRequest.benefitSubCategory Benefit subcategories such as: oral-basic, major, glassesExampleBenefit SubCategory Codes

13.4.3 Search Parameters

Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.

NameTypeDescriptionPaths
createddateThe creation date for the EOBEligibilityRequest.created
facility-identifiertokenFacility responsible for the goods and servicesEligibilityRequest.facilityidentifier
facility-referencereferenceFacility responsible for the goods and servicesEligibilityRequest.facilityReference
(Location)
identifiertokenThe business identifier of the EligibilityEligibilityRequest.identifier
organization-identifiertokenThe reference to the providing organizationEligibilityRequest.organizationidentifier
organization-referencereferenceThe reference to the providing organizationEligibilityRequest.organizationReference
(Organization)
patient-identifiertokenThe reference to the patientEligibilityRequest.patientIdentifier
patient-referencereferenceThe reference to the patientEligibilityRequest.patientReference
(Patient)
provider-identifiertokenThe reference to the providerEligibilityRequest.provideridentifier
provider-referencereferenceThe reference to the providerEligibilityRequest.providerReference
(Practitioner)