Uses of Class
org.hl7.fhir.r4.model.Claim.CareTeamComponent
-
Packages that use Claim.CareTeamComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Claim.CareTeamComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Claim.CareTeamComponent Modifier and Type Method Description protected Claim.CareTeamComponentJsonParser. parseClaimCareTeamComponent(com.google.gson.JsonObject json, Claim owner)protected Claim.CareTeamComponentXmlParser. parseClaimCareTeamComponent(org.xmlpull.v1.XmlPullParser xpp, Claim owner)Methods in org.hl7.fhir.r4.formats with parameters of type Claim.CareTeamComponent Modifier and Type Method Description protected voidJsonParser. composeClaimCareTeamComponent(String name, Claim.CareTeamComponent element)protected voidRdfParser. composeClaimCareTeamComponent(Turtle.Complex parent, String parentType, String name, Claim.CareTeamComponent element, int index)protected voidXmlParser. composeClaimCareTeamComponent(String name, Claim.CareTeamComponent element)protected voidXmlParser. composeClaimCareTeamComponentElements(Claim.CareTeamComponent element)protected voidJsonParser. composeClaimCareTeamComponentInner(Claim.CareTeamComponent element)protected booleanXmlParser. parseClaimCareTeamComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim owner, Claim.CareTeamComponent res)protected voidJsonParser. parseClaimCareTeamComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.CareTeamComponent res) -
Uses of Claim.CareTeamComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Claim.CareTeamComponent Modifier and Type Field Description protected List<Claim.CareTeamComponent>Claim. careTeamThe members of the team who provided the products and services.Methods in org.hl7.fhir.r4.model that return Claim.CareTeamComponent Modifier and Type Method Description Claim.CareTeamComponentClaim. addCareTeam()Claim.CareTeamComponentClaim.CareTeamComponent. copy()Claim.CareTeamComponentClaim. getCareTeamFirstRep()Claim.CareTeamComponentClaim.CareTeamComponent. setProvider(Reference value)Claim.CareTeamComponentClaim.CareTeamComponent. setProviderTarget(Resource value)Claim.CareTeamComponentClaim.CareTeamComponent. setQualification(CodeableConcept value)Claim.CareTeamComponentClaim.CareTeamComponent. setResponsible(boolean value)Claim.CareTeamComponentClaim.CareTeamComponent. setResponsibleElement(BooleanType value)Claim.CareTeamComponentClaim.CareTeamComponent. setRole(CodeableConcept value)Claim.CareTeamComponentClaim.CareTeamComponent. setSequence(int value)Claim.CareTeamComponentClaim.CareTeamComponent. setSequenceElement(PositiveIntType value)Methods in org.hl7.fhir.r4.model that return types with arguments of type Claim.CareTeamComponent Modifier and Type Method Description List<Claim.CareTeamComponent>Claim. getCareTeam()Methods in org.hl7.fhir.r4.model with parameters of type Claim.CareTeamComponent Modifier and Type Method Description ClaimClaim. addCareTeam(Claim.CareTeamComponent t)voidClaim.CareTeamComponent. copyValues(Claim.CareTeamComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Claim.CareTeamComponent Modifier and Type Method Description ClaimClaim. setCareTeam(List<Claim.CareTeamComponent> theCareTeam)
-