| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<ClaimResponse.RemittanceOutcome> |
ClaimResponse.outcome
The outcome of the claim, predetermination, or preauthorization processing.
|
| Modifier and Type | Method and Description |
|---|---|
static ClaimResponse.RemittanceOutcome |
ClaimResponse.RemittanceOutcome.fromCode(String codeString) |
ClaimResponse.RemittanceOutcome |
ClaimResponse.RemittanceOutcomeEnumFactory.fromCode(String codeString) |
ClaimResponse.RemittanceOutcome |
ClaimResponse.getOutcome() |
static ClaimResponse.RemittanceOutcome |
ClaimResponse.RemittanceOutcome.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClaimResponse.RemittanceOutcome[] |
ClaimResponse.RemittanceOutcome.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.RemittanceOutcome> |
ClaimResponse.RemittanceOutcomeEnumFactory.fromType(Base code) |
Enumeration<ClaimResponse.RemittanceOutcome> |
ClaimResponse.getOutcomeElement() |
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse |
ClaimResponse.setOutcome(ClaimResponse.RemittanceOutcome value) |
String |
ClaimResponse.RemittanceOutcomeEnumFactory.toCode(ClaimResponse.RemittanceOutcome code) |
String |
ClaimResponse.RemittanceOutcomeEnumFactory.toSystem(ClaimResponse.RemittanceOutcome code) |
| Modifier and Type | Method and Description |
|---|---|
ClaimResponse |
ClaimResponse.setOutcomeElement(Enumeration<ClaimResponse.RemittanceOutcome> 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.