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