| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ExplanationOfBenefit.Use> |
ExplanationOfBenefit.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.
|
| Modifier and Type | Method and Description |
|---|---|
static ExplanationOfBenefit.Use |
ExplanationOfBenefit.Use.fromCode(String codeString) |
ExplanationOfBenefit.Use |
ExplanationOfBenefit.UseEnumFactory.fromCode(String codeString) |
ExplanationOfBenefit.Use |
ExplanationOfBenefit.getUse() |
static ExplanationOfBenefit.Use |
ExplanationOfBenefit.Use.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExplanationOfBenefit.Use[] |
ExplanationOfBenefit.Use.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<ExplanationOfBenefit.Use> |
ExplanationOfBenefit.UseEnumFactory.fromType(Base code) |
Enumeration<ExplanationOfBenefit.Use> |
ExplanationOfBenefit.getUseElement() |
| Modifier and Type | Method and Description |
|---|---|
ExplanationOfBenefit |
ExplanationOfBenefit.setUse(ExplanationOfBenefit.Use value) |
String |
ExplanationOfBenefit.UseEnumFactory.toCode(ExplanationOfBenefit.Use code) |
String |
ExplanationOfBenefit.UseEnumFactory.toSystem(ExplanationOfBenefit.Use code) |
| Modifier and Type | Method and Description |
|---|---|
ExplanationOfBenefit |
ExplanationOfBenefit.setUseElement(Enumeration<ExplanationOfBenefit.Use> value) |
| Constructor and Description |
|---|
ExplanationOfBenefit(Enumeration<ExplanationOfBenefit.ExplanationOfBenefitStatus> status,
CodeableConcept type,
Enumeration<ExplanationOfBenefit.Use> use,
Reference patient,
DateTimeType created,
Reference insurer,
Reference provider,
Enumeration<ExplanationOfBenefit.RemittanceOutcome> outcome)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.