| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected ClaimResponse.AdjudicationComponent |
JsonParser.parseClaimResponseAdjudicationComponent(com.google.gson.JsonObject json,
ClaimResponse owner) |
protected ClaimResponse.AdjudicationComponent |
XmlParser.parseClaimResponseAdjudicationComponent(org.xmlpull.v1.XmlPullParser xpp,
ClaimResponse owner) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.adjudication
The adjudication results which are presented at the header level rather than at the line-item or add-item levels.
|
protected List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.ItemComponent.adjudication
If this item is a group then the values here are a summary of the adjudication of the detail items.
|
protected List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.ItemDetailComponent.adjudication
The adjudication results.
|
protected List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.SubDetailComponent.adjudication
The adjudication results.
|
protected List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.AddedItemComponent.adjudication
The adjudication results.
|
protected List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.AddedItemDetailComponent.adjudication
The adjudication results.
|
protected List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.AddedItemSubDetailComponent.adjudication
The adjudication results.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.getAdjudication() |
List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.ItemComponent.getAdjudication() |
List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.ItemDetailComponent.getAdjudication() |
List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.SubDetailComponent.getAdjudication() |
List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.AddedItemComponent.getAdjudication() |
List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.AddedItemDetailComponent.getAdjudication() |
List<ClaimResponse.AdjudicationComponent> |
ClaimResponse.AddedItemSubDetailComponent.getAdjudication() |
Copyright © 2014–2021 Health Level 7. All rights reserved.