Uses of Class
org.hl7.fhir.r5.model.Claim.CareTeamComponent
-
Uses of Claim.CareTeamComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Claim.CareTeamComponent
JsonParser.parseClaimCareTeamComponent
(com.google.gson.JsonObject json) protected Claim.CareTeamComponent
XmlParser.parseClaimCareTeamComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCareTeamComponent
(String name, Claim.CareTeamComponent element) protected void
JsonParser.composeCareTeamComponentProperties
(Claim.CareTeamComponent element) protected void
RdfParser.composeClaimCareTeamComponent
(org.hl7.fhir.utilities.turtle.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 boolean
XmlParser.parseClaimCareTeamComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Claim.CareTeamComponent res) protected void
JsonParser.parseClaimCareTeamComponentProperties
(com.google.gson.JsonObject json, Claim.CareTeamComponent res) -
Uses of Claim.CareTeamComponent in org.hl7.fhir.r5.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.setResponsible
(boolean value) Claim.CareTeamComponent.setResponsibleElement
(BooleanType value) Claim.CareTeamComponent.setRole
(CodeableConcept value) Claim.CareTeamComponent.setSequence
(int value) Claim.CareTeamComponent.setSequenceElement
(PositiveIntType value) Claim.CareTeamComponent.setSpecialty
(CodeableConcept value) Modifier and TypeMethodDescriptionClaim.addCareTeam
(Claim.CareTeamComponent t) void
Claim.CareTeamComponent.copyValues
(Claim.CareTeamComponent dst)