Uses of Class
org.hl7.fhir.r4.model.Claim.CareTeamComponent
-
Uses of Claim.CareTeamComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected 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 TypeMethodDescriptionprotected void
JsonParser.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.composeClaimCareTeamComponent
(String name, Claim.CareTeamComponent element) 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) -
Uses of Claim.CareTeamComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Claim.CareTeamComponent> Claim.careTeam
The members of the team who provided the products and services.Modifier and TypeMethodDescriptionClaim.addCareTeam()
Claim.CareTeamComponent.copy()
Claim.getCareTeamFirstRep()
Claim.CareTeamComponent.setProvider
(Reference value) Claim.CareTeamComponent.setProviderTarget
(Resource value) Claim.CareTeamComponent.setQualification
(CodeableConcept value) Claim.CareTeamComponent.setResponsible
(boolean value) Claim.CareTeamComponent.setResponsibleElement
(BooleanType value) Claim.CareTeamComponent.setRole
(CodeableConcept value) Claim.CareTeamComponent.setSequence
(int value) Claim.CareTeamComponent.setSequenceElement
(PositiveIntType value) Modifier and TypeMethodDescriptionClaim.addCareTeam
(Claim.CareTeamComponent t) void
Claim.CareTeamComponent.copyValues
(Claim.CareTeamComponent dst)