| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ClaimResponse.Use> |
ClaimResponse.use
A claim, a list of completed goods and services; a preauthorization, a list or proposed goods and services; or a predetermination, a set of goods and services being considered, for which insurer adjudication is sought.
|
| Modifier and Type | Method and Description |
|---|---|
static ClaimResponse.Use |
ClaimResponse.Use.fromCode(String codeString) |
ClaimResponse.Use |
ClaimResponse.UseEnumFactory.fromCode(String codeString) |
ClaimResponse.Use |
ClaimResponse.getUse() |
static ClaimResponse.Use |
ClaimResponse.Use.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClaimResponse.Use[] |
ClaimResponse.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<ClaimResponse.Use> |
ClaimResponse.UseEnumFactory.fromType(Base code) |
Enumeration<ClaimResponse.Use> |
ClaimResponse.getUseElement() |
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse |
ClaimResponse.setUse(ClaimResponse.Use value) |
String |
ClaimResponse.UseEnumFactory.toCode(ClaimResponse.Use code) |
String |
ClaimResponse.UseEnumFactory.toSystem(ClaimResponse.Use code) |
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse |
ClaimResponse.setUseElement(Enumeration<ClaimResponse.Use> value) |
Copyright © 2014–2018 University Health Network. All rights reserved.