Uses of Class
com.ibm.fhir.model.type.code.Use
-
Packages that use Use Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of Use in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Use Modifier and Type Method Description UseClaim. getUse()A code to indicate whether the nature of the request is: to request adjudication of products and services previously rendered; or requesting authorization and adjudication for provision in the future; or requesting the non-binding adjudication of the listed products and services which could be provided in the future.UseClaimResponse. getUse()A code to indicate whether the nature of the request is: to request adjudication of products and services previously rendered; or requesting authorization and adjudication for provision in the future; or requesting the non-binding adjudication of the listed products and services which could be provided in the future.UseExplanationOfBenefit. getUse()A code to indicate whether the nature of the request is: to request adjudication of products and services previously rendered; or requesting authorization and adjudication for provision in the future; or requesting the non-binding adjudication of the listed products and services which could be provided in the future.Methods in com.ibm.fhir.model.resource with parameters of type Use Modifier and Type Method Description Claim.BuilderClaim.Builder. use(Use use)A code to indicate whether the nature of the request is: to request adjudication of products and services previously rendered; or requesting authorization and adjudication for provision in the future; or requesting the non-binding adjudication of the listed products and services which could be provided in the future.ClaimResponse.BuilderClaimResponse.Builder. use(Use use)A code to indicate whether the nature of the request is: to request adjudication of products and services previously rendered; or requesting authorization and adjudication for provision in the future; or requesting the non-binding adjudication of the listed products and services which could be provided in the future.ExplanationOfBenefit.BuilderExplanationOfBenefit.Builder. use(Use use)A code to indicate whether the nature of the request is: to request adjudication of products and services previously rendered; or requesting authorization and adjudication for provision in the future; or requesting the non-binding adjudication of the listed products and services which could be provided in the future. -
Uses of Use in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as Use Modifier and Type Field Description static UseUse. CLAIMClaimstatic UseUse. PREAUTHORIZATIONPreauthorizationstatic UseUse. PREDETERMINATIONPredeterminationMethods in com.ibm.fhir.model.type.code that return Use Modifier and Type Method Description UseUse.Builder. build()static UseUse. of(Use.ValueSet value)Factory method for creating Use objects from a passed enum value.static UseUse. of(String value)Factory method for creating Use objects from a passed string value.
-