
Uses of Enum
org.hl7.fhir.r5.model.Enumerations.Use
Packages that use Enumerations.Use
-
Uses of Enumerations.Use in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.UseModifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.Use> Claim.use
A code to indicate whether the nature of the request is: Claim - A request to an Insurer to adjudicate the supplied charges for health care goods and services under the identified policy and to pay the determined Benefit amount, if any; Preauthorization - A request to an Insurer to adjudicate the supplied proposed future charges for health care goods and services under the identified policy and to approve the services and provide the expected benefit amounts and potentially to reserve funds to pay the benefits when Claims for the indicated services are later submitted; or, Pre-determination - A request to an Insurer to adjudicate the supplied 'what if' charges for health care goods and services under the identified policy and report back what the Benefit payable would be had the services actually been provided.protected Enumeration
<Enumerations.Use> ClaimResponse.use
A code to indicate whether the nature of the request is: Claim - A request to an Insurer to adjudicate the supplied charges for health care goods and services under the identified policy and to pay the determined Benefit amount, if any; Preauthorization - A request to an Insurer to adjudicate the supplied proposed future charges for health care goods and services under the identified policy and to approve the services and provide the expected benefit amounts and potentially to reserve funds to pay the benefits when Claims for the indicated services are later submitted; or, Pre-determination - A request to an Insurer to adjudicate the supplied 'what if' charges for health care goods and services under the identified policy and report back what the Benefit payable would be had the services actually been provided.protected Enumeration
<Enumerations.Use> ExplanationOfBenefit.use
A code to indicate whether the nature of the request is: Claim - A request to an Insurer to adjudicate the supplied charges for health care goods and services under the identified policy and to pay the determined Benefit amount, if any; Preauthorization - A request to an Insurer to adjudicate the supplied proposed future charges for health care goods and services under the identified policy and to approve the services and provide the expected benefit amounts and potentially to reserve funds to pay the benefits when Claims for the indicated services are later submitted; or, Pre-determination - A request to an Insurer to adjudicate the supplied 'what if' charges for health care goods and services under the identified policy and report back what the Benefit payable would be had the services actually been provided.Methods in org.hl7.fhir.r5.model that return Enumerations.UseModifier and TypeMethodDescriptionstatic Enumerations.Use
Claim.getUse()
ClaimResponse.getUse()
ExplanationOfBenefit.getUse()
static Enumerations.Use
Returns the enum constant of this type with the specified name.static Enumerations.Use[]
Enumerations.Use.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.UseModifier and TypeMethodDescriptionEnumerations.UseEnumFactory.fromType
(PrimitiveType<?> code) Claim.getUseElement()
ClaimResponse.getUseElement()
ExplanationOfBenefit.getUseElement()
Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.UseModifier and TypeMethodDescriptionClaim.setUse
(Enumerations.Use value) ClaimResponse.setUse
(Enumerations.Use value) ExplanationOfBenefit.setUse
(Enumerations.Use value) Enumerations.UseEnumFactory.toCode
(Enumerations.Use code) Enumerations.UseEnumFactory.toSystem
(Enumerations.Use code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.UseModifier and TypeMethodDescriptionClaim.setUseElement
(Enumeration<Enumerations.Use> value) ClaimResponse.setUseElement
(Enumeration<Enumerations.Use> value) ExplanationOfBenefit.setUseElement
(Enumeration<Enumerations.Use> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.UseModifierConstructorDescriptionClaim
(Enumerations.FinancialResourceStatusCodes status, CodeableConcept type, Enumerations.Use use, Reference patient, Date created) ConstructorClaimResponse
(Enumerations.FinancialResourceStatusCodes status, CodeableConcept type, Enumerations.Use use, Reference patient, Date created, Enumerations.ClaimProcessingCodes outcome) ConstructorExplanationOfBenefit
(ExplanationOfBenefit.ExplanationOfBenefitStatus status, CodeableConcept type, Enumerations.Use use, Reference patient, Date created, Enumerations.ClaimProcessingCodes outcome) Constructor