pub struct ClaimItemBackboneElement {Show 28 fields
pub id: Option<String>,
pub extension: Option<Vec<Extension>>,
pub modifier_extension: Option<Vec<Extension>>,
pub sequence: Option<PositiveIntDt>,
pub trace_number: Option<Vec<Identifier>>,
pub care_team_sequence: Option<Vec<PositiveIntDt>>,
pub diagnosis_sequence: Option<Vec<PositiveIntDt>>,
pub procedure_sequence: Option<Vec<PositiveIntDt>>,
pub information_sequence: Option<Vec<PositiveIntDt>>,
pub revenue: Option<CodeableConcept>,
pub category: Option<CodeableConcept>,
pub product_or_service: Option<CodeableConcept>,
pub product_or_service_end: Option<CodeableConcept>,
pub request: Option<Vec<Reference>>,
pub modifier: Option<Vec<CodeableConcept>>,
pub program_code: Option<Vec<CodeableConcept>>,
pub serviced: Option<Period>,
pub location: Option<Reference>,
pub patient_paid: Option<Money>,
pub quantity: Option<Quantity>,
pub unit_price: Option<Money>,
pub factor: Option<DecimalDt>,
pub tax: Option<Money>,
pub net: Option<Money>,
pub udi: Option<Vec<Reference>>,
pub body_site: Option<Vec<ClaimItemBodySiteBackboneElement>>,
pub encounter: Option<Vec<Reference>>,
pub detail: Option<Vec<ClaimItemDetailBackboneElement>>,
}
Fields§
§id: Option<String>
Unique id for inter-element referencing
extension: Option<Vec<Extension>>
Additional content defined by implementations
modifier_extension: Option<Vec<Extension>>
Extensions that cannot be ignored even if unrecognized
sequence: Option<PositiveIntDt>
Item instance identifier
trace_number: Option<Vec<Identifier>>
Number for tracking
care_team_sequence: Option<Vec<PositiveIntDt>>
Applicable careTeam members
diagnosis_sequence: Option<Vec<PositiveIntDt>>
Applicable diagnoses
procedure_sequence: Option<Vec<PositiveIntDt>>
Applicable procedures
information_sequence: Option<Vec<PositiveIntDt>>
Applicable exception and supporting information
revenue: Option<CodeableConcept>
Revenue or cost center code
category: Option<CodeableConcept>
Benefit classification
product_or_service: Option<CodeableConcept>
Billing, service, product, or drug code
product_or_service_end: Option<CodeableConcept>
End of a range of codes
request: Option<Vec<Reference>>
Request or Referral for Service
modifier: Option<Vec<CodeableConcept>>
Product or service billing modifiers
program_code: Option<Vec<CodeableConcept>>
Program the product or service is provided under
serviced: Option<Period>
Date or dates of service or product delivery
location: Option<Reference>
Place of service or where product was supplied
patient_paid: Option<Money>
Paid by the patient
quantity: Option<Quantity>
Count of products or services
unit_price: Option<Money>
Fee, charge or cost per item
factor: Option<DecimalDt>
Price scaling factor
tax: Option<Money>
Total tax
net: Option<Money>
Total item cost
udi: Option<Vec<Reference>>
Unique device identifier
body_site: Option<Vec<ClaimItemBodySiteBackboneElement>>
Anatomical location
encounter: Option<Vec<Reference>>
Encounters associated with the listed treatments
detail: Option<Vec<ClaimItemDetailBackboneElement>>
Product or service provided
Trait Implementations§
Source§impl Clone for ClaimItemBackboneElement
impl Clone for ClaimItemBackboneElement
Source§fn clone(&self) -> ClaimItemBackboneElement
fn clone(&self) -> ClaimItemBackboneElement
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more