Class CoverageEligibilityResponse.Insurance.Item.Builder

    • Method Detail

      • extension

        public CoverageEligibilityResponse.Insurance.Item.Builder extension​(Extension... extension)
        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 manageable, 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.

        Adds new element(s) to the existing list. If any of the elements are null, calling build() will fail.

        Overrides:
        extension in class BackboneElement.Builder
        Parameters:
        extension - Additional content defined by implementations
        Returns:
        A reference to this Builder instance
      • extension

        public CoverageEligibilityResponse.Insurance.Item.Builder extension​(java.util.Collection<Extension> extension)
        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 manageable, 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.

        Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling build() will fail.

        Overrides:
        extension in class BackboneElement.Builder
        Parameters:
        extension - Additional content defined by implementations
        Returns:
        A reference to this Builder instance
        Throws:
        java.lang.NullPointerException - If the passed collection is null
      • modifierExtension

        public CoverageEligibilityResponse.Insurance.Item.Builder modifierExtension​(Extension... modifierExtension)
        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 manageable, 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).

        Adds new element(s) to the existing list. If any of the elements are null, calling build() will fail.

        Overrides:
        modifierExtension in class BackboneElement.Builder
        Parameters:
        modifierExtension - Extensions that cannot be ignored even if unrecognized
        Returns:
        A reference to this Builder instance
      • modifierExtension

        public CoverageEligibilityResponse.Insurance.Item.Builder modifierExtension​(java.util.Collection<Extension> modifierExtension)
        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 manageable, 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).

        Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling build() will fail.

        Overrides:
        modifierExtension in class BackboneElement.Builder
        Parameters:
        modifierExtension - Extensions that cannot be ignored even if unrecognized
        Returns:
        A reference to this Builder instance
        Throws:
        java.lang.NullPointerException - If the passed collection is null
      • productOrService

        public CoverageEligibilityResponse.Insurance.Item.Builder productOrService​(CodeableConcept productOrService)
        This contains the product, service, drug or other billing code for the item.
        Parameters:
        productOrService - Billing, service, product, or drug code
        Returns:
        A reference to this Builder instance
      • modifier

        public CoverageEligibilityResponse.Insurance.Item.Builder modifier​(CodeableConcept... modifier)
        Item typification or modifiers codes to convey additional context for the product or service.

        Adds new element(s) to the existing list. If any of the elements are null, calling build() will fail.

        Parameters:
        modifier - Product or service billing modifiers
        Returns:
        A reference to this Builder instance
      • modifier

        public CoverageEligibilityResponse.Insurance.Item.Builder modifier​(java.util.Collection<CodeableConcept> modifier)
        Item typification or modifiers codes to convey additional context for the product or service.

        Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling build() will fail.

        Parameters:
        modifier - Product or service billing modifiers
        Returns:
        A reference to this Builder instance
        Throws:
        java.lang.NullPointerException - If the passed collection is null
      • excluded

        public CoverageEligibilityResponse.Insurance.Item.Builder excluded​(Boolean excluded)
        True if the indicated class of service is excluded from the plan, missing or False indicates the product or service is included in the coverage.
        Parameters:
        excluded - Excluded from the plan
        Returns:
        A reference to this Builder instance
      • description

        public CoverageEligibilityResponse.Insurance.Item.Builder description​(String description)
        A richer description of the benefit or services covered.
        Parameters:
        description - Description of the benefit or services covered
        Returns:
        A reference to this Builder instance
      • authorizationRequired

        public CoverageEligibilityResponse.Insurance.Item.Builder authorizationRequired​(Boolean authorizationRequired)
        A boolean flag indicating whether a preauthorization is required prior to actual service delivery.
        Parameters:
        authorizationRequired - Authorization required flag
        Returns:
        A reference to this Builder instance
      • authorizationSupporting

        public CoverageEligibilityResponse.Insurance.Item.Builder authorizationSupporting​(CodeableConcept... authorizationSupporting)
        Codes or comments regarding information or actions associated with the preauthorization.

        Adds new element(s) to the existing list. If any of the elements are null, calling build() will fail.

        Parameters:
        authorizationSupporting - Type of required supporting materials
        Returns:
        A reference to this Builder instance
      • authorizationSupporting

        public CoverageEligibilityResponse.Insurance.Item.Builder authorizationSupporting​(java.util.Collection<CodeableConcept> authorizationSupporting)
        Codes or comments regarding information or actions associated with the preauthorization.

        Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling build() will fail.

        Parameters:
        authorizationSupporting - Type of required supporting materials
        Returns:
        A reference to this Builder instance
        Throws:
        java.lang.NullPointerException - If the passed collection is null
      • authorizationUrl

        public CoverageEligibilityResponse.Insurance.Item.Builder authorizationUrl​(Uri authorizationUrl)
        A web location for obtaining requirements or descriptive information regarding the preauthorization.
        Parameters:
        authorizationUrl - Preauthorization requirements endpoint
        Returns:
        A reference to this Builder instance