pub struct CoverageEligibilityRequestItem {Show 23 fields
pub id: Option<String>,
pub extension: Vec<Extension>,
pub modifier_extension: Vec<Extension>,
pub supporting_info_sequence: Vec<Option<NonZero<u32>>>,
pub supporting_info_sequence_ext: Vec<Option<FieldExtension>>,
pub category: Option<CodeableConcept>,
pub category_ext: Option<FieldExtension>,
pub product_or_service: Option<CodeableConcept>,
pub product_or_service_ext: Option<FieldExtension>,
pub modifier: Vec<Option<CodeableConcept>>,
pub modifier_ext: Vec<Option<FieldExtension>>,
pub provider: Option<Reference>,
pub provider_ext: Option<FieldExtension>,
pub quantity: Option<Quantity>,
pub quantity_ext: Option<FieldExtension>,
pub unit_price: Option<Money>,
pub unit_price_ext: Option<FieldExtension>,
pub facility: Option<Reference>,
pub facility_ext: Option<FieldExtension>,
pub diagnosis: Vec<Option<CoverageEligibilityRequestItemDiagnosis>>,
pub diagnosis_ext: Vec<Option<FieldExtension>>,
pub detail: Vec<Option<Reference>>,
pub detail_ext: Vec<Option<FieldExtension>>,
}
Expand description
Sub-fields of the item field in CoverageEligibilityRequest
Fields§
§id: Option<String>
Unique id for inter-element referencing
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
extension: Vec<Extension>
Additional content defined by implementations
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
modifier_extension: Vec<Extension>
Extensions that cannot be ignored even if unrecognized
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element’s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and managable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.
Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.
supporting_info_sequence: Vec<Option<NonZero<u32>>>
Applicable exception or supporting information
Exceptions, special conditions and supporting information applicable for this service or product line.
supporting_info_sequence_ext: Vec<Option<FieldExtension>>
Extension field.
category: Option<CodeableConcept>
BenefitCategory; Benefit classification
Code to identify the general type of benefits under which products and services are provided.
Examples include Medical Care, Periodontics, Renal Dialysis, Vision Coverage.
category_ext: Option<FieldExtension>
Extension field.
product_or_service: Option<CodeableConcept>
ServiceProduct; Billing, service, product, or drug code
This contains the product, service, drug or other billing code for the item.
Code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI).
product_or_service_ext: Option<FieldExtension>
Extension field.
modifier: Vec<Option<CodeableConcept>>
Modifiers; Product or service billing modifiers
Item typification or modifiers codes to convey additional context for the product or service.
For example in Oral whether the treatment is cosmetic or associated with TMJ, or for Medical whether the treatment was outside the clinic or out of office hours.
modifier_ext: Vec<Option<FieldExtension>>
Extension field.
provider: Option<Reference>
Perfoming practitioner
The practitioner who is responsible for the product or service to be rendered to the patient.
provider_ext: Option<FieldExtension>
Extension field.
quantity: Option<Quantity>
Count of products or services
The number of repetitions of a service or product.
quantity_ext: Option<FieldExtension>
Extension field.
unit_price: Option<Money>
Fee, charge or cost per item
The amount charged to the patient by the provider for a single unit.
unit_price_ext: Option<FieldExtension>
Extension field.
facility: Option<Reference>
Servicing facility
Facility where the services will be provided.
facility_ext: Option<FieldExtension>
Extension field.
diagnosis: Vec<Option<CoverageEligibilityRequestItemDiagnosis>>
Applicable diagnosis
Patient diagnosis for which care is sought.
diagnosis_ext: Vec<Option<FieldExtension>>
Extension field.
detail: Vec<Option<Reference>>
Product or service details
The plan/proposal/order describing the proposed service in detail.
detail_ext: Vec<Option<FieldExtension>>
Extension field.
Implementations§
Source§impl CoverageEligibilityRequestItem
impl CoverageEligibilityRequestItem
Sourcepub fn builder() -> CoverageEligibilityRequestItemBuilder
pub fn builder() -> CoverageEligibilityRequestItemBuilder
Start building a new instance
Trait Implementations§
Source§impl Clone for CoverageEligibilityRequestItem
impl Clone for CoverageEligibilityRequestItem
Source§fn clone(&self) -> CoverageEligibilityRequestItem
fn clone(&self) -> CoverageEligibilityRequestItem
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreSource§impl<'de> Deserialize<'de> for CoverageEligibilityRequestItem
impl<'de> Deserialize<'de> for CoverageEligibilityRequestItem
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<CoverageEligibilityRequestItem, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<CoverageEligibilityRequestItem, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Source§impl PartialEq for CoverageEligibilityRequestItem
impl PartialEq for CoverageEligibilityRequestItem
Source§fn eq(&self, other: &CoverageEligibilityRequestItem) -> bool
fn eq(&self, other: &CoverageEligibilityRequestItem) -> bool
self
and other
values to be equal, and is used by ==
.