ClaimResponseAddItem

Struct ClaimResponseAddItem 

Source
pub struct ClaimResponseAddItem {
Show 49 fields pub id: Option<String>, pub extension: Vec<Extension>, pub modifier_extension: Vec<Extension>, pub item_sequence: Vec<Option<NonZero<u32>>>, pub item_sequence_ext: Vec<Option<FieldExtension>>, pub detail_sequence: Vec<Option<NonZero<u32>>>, pub detail_sequence_ext: Vec<Option<FieldExtension>>, pub subdetail_sequence: Vec<Option<NonZero<u32>>>, pub subdetail_sequence_ext: Vec<Option<FieldExtension>>, pub trace_number: Vec<Option<Identifier>>, pub trace_number_ext: Vec<Option<FieldExtension>>, pub provider: Vec<Option<Reference>>, pub provider_ext: Vec<Option<FieldExtension>>, pub revenue: Option<CodeableConcept>, pub revenue_ext: Option<FieldExtension>, pub product_or_service: Option<CodeableConcept>, pub product_or_service_ext: Option<FieldExtension>, pub product_or_service_end: Option<CodeableConcept>, pub product_or_service_end_ext: Option<FieldExtension>, pub request: Vec<Option<Reference>>, pub request_ext: Vec<Option<FieldExtension>>, pub modifier: Vec<Option<CodeableConcept>>, pub modifier_ext: Vec<Option<FieldExtension>>, pub program_code: Vec<Option<CodeableConcept>>, pub program_code_ext: Vec<Option<FieldExtension>>, pub serviced: Option<ClaimResponseAddItemServiced>, pub serviced_ext: Option<ClaimResponseAddItemServicedExtension>, pub location: Option<ClaimResponseAddItemLocation>, pub location_ext: Option<ClaimResponseAddItemLocationExtension>, pub quantity: Option<Quantity>, pub quantity_ext: Option<FieldExtension>, pub unit_price: Option<Money>, pub unit_price_ext: Option<FieldExtension>, pub factor: Option<f64>, pub factor_ext: Option<FieldExtension>, pub tax: Option<Money>, pub tax_ext: Option<FieldExtension>, pub net: Option<Money>, pub net_ext: Option<FieldExtension>, pub body_site: Vec<Option<ClaimResponseAddItemBodySite>>, pub body_site_ext: Vec<Option<FieldExtension>>, pub note_number: Vec<Option<NonZero<u32>>>, pub note_number_ext: Vec<Option<FieldExtension>>, pub review_outcome: Option<ClaimResponseItemReviewOutcome>, pub review_outcome_ext: Option<FieldExtension>, pub adjudication: Vec<Option<ClaimResponseItemAdjudication>>, pub adjudication_ext: Vec<Option<FieldExtension>>, pub detail: Vec<Option<ClaimResponseAddItemDetail>>, pub detail_ext: Vec<Option<FieldExtension>>,
}
Expand description

Sub-fields of the addItem field in ClaimResponse

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.

§item_sequence: Vec<Option<NonZero<u32>>>

Item sequence number

Claim items which this service line is intended to replace.

§item_sequence_ext: Vec<Option<FieldExtension>>

Extension field.

§detail_sequence: Vec<Option<NonZero<u32>>>

Detail sequence number

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

§detail_sequence_ext: Vec<Option<FieldExtension>>

Extension field.

§subdetail_sequence: Vec<Option<NonZero<u32>>>

Subdetail sequence number

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

§subdetail_sequence_ext: Vec<Option<FieldExtension>>

Extension field.

§trace_number: Vec<Option<Identifier>>

Number for tracking

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

§trace_number_ext: Vec<Option<FieldExtension>>

Extension field.

§provider: Vec<Option<Reference>>

Authorized providers

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

§provider_ext: Vec<Option<FieldExtension>>

Extension field.

§revenue: Option<CodeableConcept>

RevenueCenter; Revenue or cost center code

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

§revenue_ext: Option<FieldExtension>

Extension field.

§product_or_service: Option<CodeableConcept>

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’.

§product_or_service_ext: Option<FieldExtension>

Extension field.

§product_or_service_end: Option<CodeableConcept>

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.

§product_or_service_end_ext: Option<FieldExtension>

Extension field.

§request: Vec<Option<Reference>>

Request or Referral for Service

Request or Referral for Goods or Service to be rendered.

§request_ext: Vec<Option<FieldExtension>>

Extension field.

§modifier: Vec<Option<CodeableConcept>>

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.

§modifier_ext: Vec<Option<FieldExtension>>

Extension field.

§program_code: Vec<Option<CodeableConcept>>

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.

§program_code_ext: Vec<Option<FieldExtension>>

Extension field.

§serviced: Option<ClaimResponseAddItemServiced>

Date or dates of service or product delivery

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

§serviced_ext: Option<ClaimResponseAddItemServicedExtension>

Extension field.

§location: Option<ClaimResponseAddItemLocation>

Place of service or where product was supplied

Where the product or service was provided.

§location_ext: Option<ClaimResponseAddItemLocationExtension>

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

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.

§unit_price_ext: Option<FieldExtension>

Extension field.

§factor: Option<f64>

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).

§factor_ext: Option<FieldExtension>

Extension field.

§tax: Option<Money>

Total tax

The total of taxes applicable for this product or service.

§tax_ext: Option<FieldExtension>

Extension field.

§net: Option<Money>

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.

§net_ext: Option<FieldExtension>

Extension field.

§body_site: Vec<Option<ClaimResponseAddItemBodySite>>

Anatomical location

Physical location where the service is performed or applies.

§body_site_ext: Vec<Option<FieldExtension>>

Extension field.

§note_number: Vec<Option<NonZero<u32>>>

Applicable note numbers

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

§note_number_ext: Vec<Option<FieldExtension>>

Extension field.

§review_outcome: Option<ClaimResponseItemReviewOutcome>

Added items adjudication results

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

§review_outcome_ext: Option<FieldExtension>

Extension field.

§adjudication: Vec<Option<ClaimResponseItemAdjudication>>

Added items adjudication

The adjudication results.

§adjudication_ext: Vec<Option<FieldExtension>>

Extension field.

§detail: Vec<Option<ClaimResponseAddItemDetail>>

Insurer added line details

The second-tier service adjudications for payor added services.

§detail_ext: Vec<Option<FieldExtension>>

Extension field.

Implementations§

Source§

impl ClaimResponseAddItem

Source

pub fn builder() -> ClaimResponseAddItemBuilder

Start building a new instance

Trait Implementations§

Source§

impl Clone for ClaimResponseAddItem

Source§

fn clone(&self) -> ClaimResponseAddItem

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for ClaimResponseAddItem

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl<'de> Deserialize<'de> for ClaimResponseAddItem

Source§

fn deserialize<__D>( __deserializer: __D, ) -> Result<ClaimResponseAddItem, <__D as Deserializer<'de>>::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl PartialEq for ClaimResponseAddItem

Source§

fn eq(&self, other: &ClaimResponseAddItem) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for ClaimResponseAddItem

Source§

fn serialize<__S>( &self, __serializer: __S, ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl StructuralPartialEq for ClaimResponseAddItem

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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. 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> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. 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
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,