ClaimResponseAddItemBuilder

Struct ClaimResponseAddItemBuilder 

Source
pub struct ClaimResponseAddItemBuilder { /* private fields */ }
Expand description

Builder for ClaimResponseAddItem.

Implementations§

Source§

impl ClaimResponseAddItemBuilder

Source

pub fn id(self, value: String) -> ClaimResponseAddItemBuilder

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.

Source

pub fn extension(self, value: Vec<Extension>) -> ClaimResponseAddItemBuilder

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.

Source

pub fn modifier_extension( self, value: Vec<Extension>, ) -> ClaimResponseAddItemBuilder

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.

Source

pub fn item_sequence( self, value: Vec<Option<NonZero<u32>>>, ) -> ClaimResponseAddItemBuilder

Item sequence number

Claim items which this service line is intended to replace.

Source

pub fn item_sequence_ext( self, value: Vec<Option<FieldExtension>>, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn detail_sequence( self, value: Vec<Option<NonZero<u32>>>, ) -> ClaimResponseAddItemBuilder

Detail sequence number

The sequence number of the details within the claim item which this line is intended to replace.

Source

pub fn detail_sequence_ext( self, value: Vec<Option<FieldExtension>>, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn subdetail_sequence( self, value: Vec<Option<NonZero<u32>>>, ) -> ClaimResponseAddItemBuilder

Subdetail sequence number

The sequence number of the sub-details within the details within the claim item which this line is intended to replace.

Source

pub fn subdetail_sequence_ext( self, value: Vec<Option<FieldExtension>>, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn trace_number( self, value: Vec<Option<Identifier>>, ) -> ClaimResponseAddItemBuilder

Number for tracking

Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.

Source

pub fn trace_number_ext( self, value: Vec<Option<FieldExtension>>, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn provider( self, value: Vec<Option<Reference>>, ) -> ClaimResponseAddItemBuilder

Authorized providers

The providers who are authorized for the services rendered to the patient.

Source

pub fn provider_ext( self, value: Vec<Option<FieldExtension>>, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn revenue(self, value: CodeableConcept) -> ClaimResponseAddItemBuilder

RevenueCenter; Revenue or cost center code

The type of revenue or cost center providing the product and/or service.

Source

pub fn revenue_ext(self, value: FieldExtension) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn product_or_service( self, value: CodeableConcept, ) -> ClaimResponseAddItemBuilder

ServiceProduct; Billing, service, product, or drug code

When the value is a group code then this item collects a set of related item details, otherwise this contains the product, service, drug or other billing code for the item. This element may be the start of a range of .productOrService codes used in conjunction with .productOrServiceEnd or it may be a solo element where .productOrServiceEnd is not used.

If this is an actual service or product line, i.e. not a Group, then use code to indicate the Professional Service or Product supplied (e.g. CTP, HCPCS, USCLS, ICD10, NCPDP, DIN, RxNorm, ACHI, CCI). If a grouping item then use a group code to indicate the type of thing being grouped e.g. ‘glasses’ or ‘compound’.

Source

pub fn product_or_service_ext( self, value: FieldExtension, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn product_or_service_end( self, value: CodeableConcept, ) -> ClaimResponseAddItemBuilder

ServiceProduct; End of a range of codes

This contains the end of a range of product, service, drug or other billing codes for the item. This element is not used when the .productOrService is a group code. This value may only be present when a .productOfService code has been provided to convey the start of the range. Typically this value may be used only with preauthorizations and not with claims.

Source

pub fn product_or_service_end_ext( self, value: FieldExtension, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn request( self, value: Vec<Option<Reference>>, ) -> ClaimResponseAddItemBuilder

Request or Referral for Service

Request or Referral for Goods or Service to be rendered.

Source

pub fn request_ext( self, value: Vec<Option<FieldExtension>>, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn modifier( self, value: Vec<Option<CodeableConcept>>, ) -> ClaimResponseAddItemBuilder

Modifiers; Service/Product 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 outside of office hours.

Source

pub fn modifier_ext( self, value: Vec<Option<FieldExtension>>, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn program_code( self, value: Vec<Option<CodeableConcept>>, ) -> ClaimResponseAddItemBuilder

ProgramCode; Program the product or service is provided under

Identifies the program under which this may be recovered.

For example: Neonatal program, child dental program or drug users recovery program.

Source

pub fn program_code_ext( self, value: Vec<Option<FieldExtension>>, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn serviced( self, value: ClaimResponseAddItemServiced, ) -> ClaimResponseAddItemBuilder

Date or dates of service or product delivery

The date or dates when the service or product was supplied, performed or completed.

Source

pub fn serviced_ext( self, value: ClaimResponseAddItemServicedExtension, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn location( self, value: ClaimResponseAddItemLocation, ) -> ClaimResponseAddItemBuilder

Place of service or where product was supplied

Where the product or service was provided.

Source

pub fn location_ext( self, value: ClaimResponseAddItemLocationExtension, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn quantity(self, value: Quantity) -> ClaimResponseAddItemBuilder

Count of products or services

The number of repetitions of a service or product.

Source

pub fn quantity_ext(self, value: FieldExtension) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn unit_price(self, value: Money) -> ClaimResponseAddItemBuilder

Fee, charge or cost per item

If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.

Source

pub fn unit_price_ext( self, value: FieldExtension, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn factor(self, value: f64) -> ClaimResponseAddItemBuilder

Price scaling factor

A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.

To show a 10% senior’s discount, the value entered is: 0.90 (1.00 - 0.10).

Source

pub fn factor_ext(self, value: FieldExtension) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn tax(self, value: Money) -> ClaimResponseAddItemBuilder

Total tax

The total of taxes applicable for this product or service.

Source

pub fn tax_ext(self, value: FieldExtension) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn net(self, value: Money) -> ClaimResponseAddItemBuilder

Total item cost

The total amount claimed for the group (if a grouper) or the addItem. Net = unit price * quantity * factor.

For example, the formula: quantity * unitPrice * factor = net. Quantity and factor are assumed to be 1 if not supplied.

Source

pub fn net_ext(self, value: FieldExtension) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn body_site( self, value: Vec<Option<ClaimResponseAddItemBodySite>>, ) -> ClaimResponseAddItemBuilder

Anatomical location

Physical location where the service is performed or applies.

Source

pub fn body_site_ext( self, value: Vec<Option<FieldExtension>>, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn note_number( self, value: Vec<Option<NonZero<u32>>>, ) -> ClaimResponseAddItemBuilder

Applicable note numbers

The numbers associated with notes below which apply to the adjudication of this item.

Source

pub fn note_number_ext( self, value: Vec<Option<FieldExtension>>, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn review_outcome( self, value: ClaimResponseItemReviewOutcome, ) -> ClaimResponseAddItemBuilder

Added items adjudication results

The high-level results of the adjudication if adjudication has been performed.

Source

pub fn review_outcome_ext( self, value: FieldExtension, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn adjudication( self, value: Vec<Option<ClaimResponseItemAdjudication>>, ) -> ClaimResponseAddItemBuilder

Added items adjudication

The adjudication results.

Source

pub fn adjudication_ext( self, value: Vec<Option<FieldExtension>>, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn detail( self, value: Vec<Option<ClaimResponseAddItemDetail>>, ) -> ClaimResponseAddItemBuilder

Insurer added line details

The second-tier service adjudications for payor added services.

Source

pub fn detail_ext( self, value: Vec<Option<FieldExtension>>, ) -> ClaimResponseAddItemBuilder

Extension field.

Source

pub fn build(self) -> Result<ClaimResponseAddItem, BuilderError>

Builds a new ClaimResponseAddItem.

§Errors

If a required field has not been initialized.

Trait Implementations§

Source§

impl Default for ClaimResponseAddItemBuilder

Source§

fn default() -> ClaimResponseAddItemBuilder

Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<V, T> VZip<V> for T
where V: MultiLane<T>,

Source§

fn vzip(self) -> V

Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more