| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Claim.Use> |
Claim.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 Claim.Use |
Claim.Use.fromCode(String codeString) |
Claim.Use |
Claim.UseEnumFactory.fromCode(String codeString) |
Claim.Use |
Claim.getUse() |
static Claim.Use |
Claim.Use.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Claim.Use[] |
Claim.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<Claim.Use> |
Claim.UseEnumFactory.fromType(Base code) |
Enumeration<Claim.Use> |
Claim.getUseElement() |
| Modifier and Type | Method and Description |
|---|---|
Claim |
Claim.setUse(Claim.Use value) |
String |
Claim.UseEnumFactory.toCode(Claim.Use code) |
String |
Claim.UseEnumFactory.toSystem(Claim.Use code) |
| Modifier and Type | Method and Description |
|---|---|
Claim |
Claim.setUseElement(Enumeration<Claim.Use> value) |
Copyright © 2014–2018 University Health Network. All rights reserved.