Uses of Class
com.ibm.fhir.model.type.code.EligibilityResponsePurpose
-
Packages that use EligibilityResponsePurpose Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of EligibilityResponsePurpose in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return types with arguments of type EligibilityResponsePurpose Modifier and Type Method Description List<EligibilityResponsePurpose>CoverageEligibilityResponse. getPurpose()Code to specify whether requesting: prior authorization requirements for some service categories or billing codes; benefits for coverages specified or discovered; discovery and return of coverages for the patient; and/or validation that the specified coverage is in-force at the date/period specified or 'now' if not specified.Methods in com.ibm.fhir.model.resource with parameters of type EligibilityResponsePurpose Modifier and Type Method Description CoverageEligibilityResponse.BuilderCoverageEligibilityResponse.Builder. purpose(EligibilityResponsePurpose... purpose)Code to specify whether requesting: prior authorization requirements for some service categories or billing codes; benefits for coverages specified or discovered; discovery and return of coverages for the patient; and/or validation that the specified coverage is in-force at the date/period specified or 'now' if not specified.Method parameters in com.ibm.fhir.model.resource with type arguments of type EligibilityResponsePurpose Modifier and Type Method Description CoverageEligibilityResponse.BuilderCoverageEligibilityResponse.Builder. purpose(Collection<EligibilityResponsePurpose> purpose)Code to specify whether requesting: prior authorization requirements for some service categories or billing codes; benefits for coverages specified or discovered; discovery and return of coverages for the patient; and/or validation that the specified coverage is in-force at the date/period specified or 'now' if not specified. -
Uses of EligibilityResponsePurpose in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as EligibilityResponsePurpose Modifier and Type Field Description static EligibilityResponsePurposeEligibilityResponsePurpose. AUTH_REQUIREMENTSCoverage auth-requirementsstatic EligibilityResponsePurposeEligibilityResponsePurpose. BENEFITSCoverage benefitsstatic EligibilityResponsePurposeEligibilityResponsePurpose. DISCOVERYCoverage Discoverystatic EligibilityResponsePurposeEligibilityResponsePurpose. VALIDATIONCoverage ValidationMethods in com.ibm.fhir.model.type.code that return EligibilityResponsePurpose Modifier and Type Method Description EligibilityResponsePurposeEligibilityResponsePurpose.Builder. build()static EligibilityResponsePurposeEligibilityResponsePurpose. of(EligibilityResponsePurpose.ValueSet value)Factory method for creating EligibilityResponsePurpose objects from a passed enum value.static EligibilityResponsePurposeEligibilityResponsePurpose. of(String value)Factory method for creating EligibilityResponsePurpose objects from a passed string value.
-