| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Claim.Use> |
Claim.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 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) |
| Constructor and Description |
|---|
Claim(Enumeration<Claim.ClaimStatus> status,
CodeableConcept type,
Enumeration<Claim.Use> use,
Reference patient,
DateTimeType created,
Reference provider,
CodeableConcept priority)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.