| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Claim.CareTeamComponent |
JsonParser.parseClaimCareTeamComponent(com.google.gson.JsonObject json,
Claim owner) |
protected Claim.CareTeamComponent |
XmlParser.parseClaimCareTeamComponent(org.xmlpull.v1.XmlPullParser xpp,
Claim owner) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeClaimCareTeamComponent(String name,
Claim.CareTeamComponent element) |
protected void |
XmlParser.composeClaimCareTeamComponent(String name,
Claim.CareTeamComponent element) |
protected void |
RdfParser.composeClaimCareTeamComponent(Turtle.Complex parent,
String parentType,
String name,
Claim.CareTeamComponent element,
int index) |
protected void |
XmlParser.composeClaimCareTeamComponentElements(Claim.CareTeamComponent element) |
protected void |
JsonParser.composeClaimCareTeamComponentInner(Claim.CareTeamComponent element) |
protected boolean |
XmlParser.parseClaimCareTeamComponentContent(int eventType,
org.xmlpull.v1.XmlPullParser xpp,
Claim owner,
Claim.CareTeamComponent res) |
protected void |
JsonParser.parseClaimCareTeamComponentProperties(com.google.gson.JsonObject json,
Claim owner,
Claim.CareTeamComponent res) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Claim.CareTeamComponent> |
Claim.careTeam
The members of the team who provided the products and services.
|
| Modifier and Type | Method and Description |
|---|---|
Claim.CareTeamComponent |
Claim.addCareTeam() |
Claim.CareTeamComponent |
Claim.CareTeamComponent.copy() |
Claim.CareTeamComponent |
Claim.getCareTeamFirstRep() |
Claim.CareTeamComponent |
Claim.CareTeamComponent.setProvider(Reference value) |
Claim.CareTeamComponent |
Claim.CareTeamComponent.setProviderTarget(Resource value) |
Claim.CareTeamComponent |
Claim.CareTeamComponent.setQualification(CodeableConcept value) |
Claim.CareTeamComponent |
Claim.CareTeamComponent.setResponsible(boolean value) |
Claim.CareTeamComponent |
Claim.CareTeamComponent.setResponsibleElement(BooleanType value) |
Claim.CareTeamComponent |
Claim.CareTeamComponent.setRole(CodeableConcept value) |
Claim.CareTeamComponent |
Claim.CareTeamComponent.setSequence(int value) |
Claim.CareTeamComponent |
Claim.CareTeamComponent.setSequenceElement(PositiveIntType value) |
| Modifier and Type | Method and Description |
|---|---|
List<Claim.CareTeamComponent> |
Claim.getCareTeam() |
| Modifier and Type | Method and Description |
|---|---|
Claim |
Claim.addCareTeam(Claim.CareTeamComponent t) |
void |
Claim.CareTeamComponent.copyValues(Claim.CareTeamComponent dst) |
| Modifier and Type | Method and Description |
|---|---|
Claim |
Claim.setCareTeam(List<Claim.CareTeamComponent> theCareTeam) |
Copyright © 2014–2021 Health Level 7. All rights reserved.