Class PlanDefinition_ActionBuilder.Impl

    • Constructor Detail

      • Impl

        public Impl()
        Required fields for PlanDefinition.Action
    • Method Detail

      • withId

        public PlanDefinition_ActionBuilder.Impl withId​(@NonNull
                                                        @NonNull java.lang.String id)
        Parameters:
        id - - The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
      • withCode

        public PlanDefinition_ActionBuilder.Impl withCode​(@NonNull
                                                          @NonNull java.util.Collection<com.babylonhealth.lit.core.model.CodeableConcept> code)
        Parameters:
        code -
      • withType

        public PlanDefinition_ActionBuilder.Impl withType​(@NonNull
                                                          @NonNull com.babylonhealth.lit.core.model.CodeableConcept _type)
        Parameters:
        _type - - A high-level category for the plan definition that distinguishes the kinds of systems that would be interested in the plan definition.
      • withTitle

        public PlanDefinition_ActionBuilder.Impl withTitle​(@NonNull
                                                           @NonNull java.lang.String title)
        Parameters:
        title - - A short, descriptive, user-friendly title for the plan definition.
      • withInput

        public PlanDefinition_ActionBuilder.Impl withInput​(@NonNull
                                                           @NonNull com.babylonhealth.lit.core.model.DataRequirement... input)
        Parameters:
        input -
      • withInput

        public PlanDefinition_ActionBuilder.Impl withInput​(@NonNull
                                                           @NonNull java.util.Collection<com.babylonhealth.lit.core.model.DataRequirement> input)
        Parameters:
        input -
      • withReason

        public PlanDefinition_ActionBuilder.Impl withReason​(@NonNull
                                                            @NonNull com.babylonhealth.lit.core.model.CodeableConcept... reason)
        Parameters:
        reason -
      • withReason

        public PlanDefinition_ActionBuilder.Impl withReason​(@NonNull
                                                            @NonNull java.util.Collection<com.babylonhealth.lit.core.model.CodeableConcept> reason)
        Parameters:
        reason -
      • withOutput

        public PlanDefinition_ActionBuilder.Impl withOutput​(@NonNull
                                                            @NonNull com.babylonhealth.lit.core.model.DataRequirement... output)
        Parameters:
        output -
      • withOutput

        public PlanDefinition_ActionBuilder.Impl withOutput​(@NonNull
                                                            @NonNull java.util.Collection<com.babylonhealth.lit.core.model.DataRequirement> output)
        Parameters:
        output -
      • withAction

        public PlanDefinition_ActionBuilder.Impl withAction​(@NonNull
                                                            @NonNull com.babylonhealth.lit.hl7.model.PlanDefinition.Action... action)
        Parameters:
        action - - An action or group of actions to be taken as part of the plan.
      • withAction

        public PlanDefinition_ActionBuilder.Impl withAction​(@NonNull
                                                            @NonNull java.util.Collection<com.babylonhealth.lit.hl7.model.PlanDefinition.Action> action)
        Parameters:
        action - - An action or group of actions to be taken as part of the plan.
      • withTrigger

        public PlanDefinition_ActionBuilder.Impl withTrigger​(@NonNull
                                                             @NonNull com.babylonhealth.lit.core.model.TriggerDefinition... trigger)
        Parameters:
        trigger -
      • withTrigger

        public PlanDefinition_ActionBuilder.Impl withTrigger​(@NonNull
                                                             @NonNull java.util.Collection<com.babylonhealth.lit.core.model.TriggerDefinition> trigger)
        Parameters:
        trigger -
      • withTrigger

        public PlanDefinition_ActionBuilder.Impl withTrigger​(@NonNull
                                                             @NonNull com.babylonhealth.lit.core_java.builders.TriggerDefinitionBuilder... trigger)
      • withPriority

        public PlanDefinition_ActionBuilder.Impl withPriority​(@NonNull
                                                              @NonNull com.babylonhealth.lit.hl7.REQUEST_PRIORITY priority)
        Parameters:
        priority -
      • withExtension

        public PlanDefinition_ActionBuilder.Impl withExtension​(@NonNull
                                                               @NonNull com.babylonhealth.lit.core.model.Extension... extension)
        Parameters:
        extension - - May be used to represent additional information that is not part of the basic definition of the resource. 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.
      • withExtension

        public PlanDefinition_ActionBuilder.Impl withExtension​(@NonNull
                                                               @NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> extension)
        Parameters:
        extension - - May be used to represent additional information that is not part of the basic definition of the resource. 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.
      • withExtension

        public PlanDefinition_ActionBuilder.Impl withExtension​(@NonNull
                                                               @NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)
      • withTiming

        public PlanDefinition_ActionBuilder.Impl withTiming​(@NonNull
                                                            @NonNull Unions.Choice01405873694 timing)
        Parameters:
        timing - Field is a 'choice' field. Type should be one of Age, Duration, FHIRDateTime, Period, Range, Timing. To pass the value in, wrap with one of the PlanDefinition_ActionBuilder.timing static methods
      • withSubject

        public PlanDefinition_ActionBuilder.Impl withSubject​(@NonNull
                                                             @NonNull com.babylonhealth.lit.core_java.model.Unions.ChoiceCodeableConceptOrReference subject)
        Parameters:
        subject - - A code or group definition that describes the intended subject of the plan definition. Field is a 'choice' field. Type should be one of CodeableConcept, Reference. To pass the value in, wrap with one of the PlanDefinition_ActionBuilder.subject static methods
      • withDescription

        public PlanDefinition_ActionBuilder.Impl withDescription​(@NonNull
                                                                 @NonNull java.lang.String description)
        Parameters:
        description - - A free text natural language description of the plan definition from a consumer's perspective.
      • withDocumentation

        public PlanDefinition_ActionBuilder.Impl withDocumentation​(@NonNull
                                                                   @NonNull com.babylonhealth.lit.core.model.RelatedArtifact... documentation)
        Parameters:
        documentation -
      • withDocumentation

        public PlanDefinition_ActionBuilder.Impl withDocumentation​(@NonNull
                                                                   @NonNull java.util.Collection<com.babylonhealth.lit.core.model.RelatedArtifact> documentation)
        Parameters:
        documentation -
      • withDocumentation

        public PlanDefinition_ActionBuilder.Impl withDocumentation​(@NonNull
                                                                   @NonNull com.babylonhealth.lit.core_java.builders.RelatedArtifactBuilder... documentation)
      • withDefinition

        public PlanDefinition_ActionBuilder.Impl withDefinition​(@NonNull
                                                                @NonNull Unions.ChoiceCanonicalOrUri definition)
        Parameters:
        definition - Field is a 'choice' field. Type should be one of String. To pass the value in, wrap with one of the PlanDefinition_ActionBuilder.definition static methods
      • withTextEquivalent

        public PlanDefinition_ActionBuilder.Impl withTextEquivalent​(@NonNull
                                                                    @NonNull java.lang.String textEquivalent)
        Parameters:
        textEquivalent -
      • withGroupingBehavior

        public PlanDefinition_ActionBuilder.Impl withGroupingBehavior​(@NonNull
                                                                      @NonNull com.babylonhealth.lit.hl7.ACTION_GROUPING_BEHAVIOR groupingBehavior)
        Parameters:
        groupingBehavior -
      • withRequiredBehavior

        public PlanDefinition_ActionBuilder.Impl withRequiredBehavior​(@NonNull
                                                                      @NonNull com.babylonhealth.lit.hl7.ACTION_REQUIRED_BEHAVIOR requiredBehavior)
        Parameters:
        requiredBehavior -
      • withPrecheckBehavior

        public PlanDefinition_ActionBuilder.Impl withPrecheckBehavior​(@NonNull
                                                                      @NonNull com.babylonhealth.lit.hl7.ACTION_PRECHECK_BEHAVIOR precheckBehavior)
        Parameters:
        precheckBehavior -
      • withModifierExtension

        public PlanDefinition_ActionBuilder.Impl withModifierExtension​(@NonNull
                                                                       @NonNull com.babylonhealth.lit.core.model.Extension... modifierExtension)
        Parameters:
        modifierExtension - - May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it 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 is allowed to 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).

      • withModifierExtension

        public PlanDefinition_ActionBuilder.Impl withModifierExtension​(@NonNull
                                                                       @NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> modifierExtension)
        Parameters:
        modifierExtension - - May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it 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 is allowed to 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).

      • withModifierExtension

        public PlanDefinition_ActionBuilder.Impl withModifierExtension​(@NonNull
                                                                       @NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... modifierExtension)
      • withSelectionBehavior

        public PlanDefinition_ActionBuilder.Impl withSelectionBehavior​(@NonNull
                                                                       @NonNull com.babylonhealth.lit.hl7.ACTION_SELECTION_BEHAVIOR selectionBehavior)
        Parameters:
        selectionBehavior -
      • withCardinalityBehavior

        public PlanDefinition_ActionBuilder.Impl withCardinalityBehavior​(@NonNull
                                                                         @NonNull com.babylonhealth.lit.hl7.ACTION_CARDINALITY_BEHAVIOR cardinalityBehavior)
        Parameters:
        cardinalityBehavior -
      • withCondition

        public PlanDefinition_ActionBuilder.Impl withCondition​(@NonNull
                                                               @NonNull com.babylonhealth.lit.hl7.model.PlanDefinition$Action$Condition... condition)
        Parameters:
        condition -
      • withCondition

        public PlanDefinition_ActionBuilder.Impl withCondition​(@NonNull
                                                               @NonNull java.util.Collection<com.babylonhealth.lit.hl7.model.PlanDefinition$Action$Condition> condition)
        Parameters:
        condition -
      • withParticipant

        public PlanDefinition_ActionBuilder.Impl withParticipant​(@NonNull
                                                                 @NonNull com.babylonhealth.lit.hl7.model.PlanDefinition$Action$Participant... participant)
        Parameters:
        participant -
      • withParticipant

        public PlanDefinition_ActionBuilder.Impl withParticipant​(@NonNull
                                                                 @NonNull java.util.Collection<com.babylonhealth.lit.hl7.model.PlanDefinition$Action$Participant> participant)
        Parameters:
        participant -
      • withDynamicValue

        public PlanDefinition_ActionBuilder.Impl withDynamicValue​(@NonNull
                                                                  @NonNull com.babylonhealth.lit.hl7.model.PlanDefinition$Action$DynamicValue... dynamicValue)
        Parameters:
        dynamicValue -
      • withDynamicValue

        public PlanDefinition_ActionBuilder.Impl withDynamicValue​(@NonNull
                                                                  @NonNull java.util.Collection<com.babylonhealth.lit.hl7.model.PlanDefinition$Action$DynamicValue> dynamicValue)
        Parameters:
        dynamicValue -
      • withRelatedAction

        public PlanDefinition_ActionBuilder.Impl withRelatedAction​(@NonNull
                                                                   @NonNull com.babylonhealth.lit.hl7.model.PlanDefinition$Action$RelatedAction... relatedAction)
        Parameters:
        relatedAction -
      • withRelatedAction

        public PlanDefinition_ActionBuilder.Impl withRelatedAction​(@NonNull
                                                                   @NonNull java.util.Collection<com.babylonhealth.lit.hl7.model.PlanDefinition$Action$RelatedAction> relatedAction)
        Parameters:
        relatedAction -