Uses of Class
org.hl7.fhir.r4.model.ExplanationOfBenefit.CareTeamComponent
-
Uses of ExplanationOfBenefit.CareTeamComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected ExplanationOfBenefit.CareTeamComponent
JsonParser.parseExplanationOfBenefitCareTeamComponent
(com.google.gson.JsonObject json, ExplanationOfBenefit owner) protected ExplanationOfBenefit.CareTeamComponent
XmlParser.parseExplanationOfBenefitCareTeamComponent
(org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeExplanationOfBenefitCareTeamComponent
(String name, ExplanationOfBenefit.CareTeamComponent element) protected void
RdfParser.composeExplanationOfBenefitCareTeamComponent
(Turtle.Complex parent, String parentType, String name, ExplanationOfBenefit.CareTeamComponent element, int index) protected void
XmlParser.composeExplanationOfBenefitCareTeamComponent
(String name, ExplanationOfBenefit.CareTeamComponent element) protected void
XmlParser.composeExplanationOfBenefitCareTeamComponentElements
(ExplanationOfBenefit.CareTeamComponent element) protected void
JsonParser.composeExplanationOfBenefitCareTeamComponentInner
(ExplanationOfBenefit.CareTeamComponent element) protected boolean
XmlParser.parseExplanationOfBenefitCareTeamComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ExplanationOfBenefit owner, ExplanationOfBenefit.CareTeamComponent res) protected void
JsonParser.parseExplanationOfBenefitCareTeamComponentProperties
(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.CareTeamComponent res) -
Uses of ExplanationOfBenefit.CareTeamComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<ExplanationOfBenefit.CareTeamComponent> ExplanationOfBenefit.careTeam
The members of the team who provided the products and services.Modifier and TypeMethodDescriptionExplanationOfBenefit.addCareTeam()
ExplanationOfBenefit.CareTeamComponent.copy()
ExplanationOfBenefit.getCareTeamFirstRep()
ExplanationOfBenefit.CareTeamComponent.setProvider
(Reference value) ExplanationOfBenefit.CareTeamComponent.setProviderTarget
(Resource value) ExplanationOfBenefit.CareTeamComponent.setQualification
(CodeableConcept value) ExplanationOfBenefit.CareTeamComponent.setResponsible
(boolean value) ExplanationOfBenefit.CareTeamComponent.setResponsibleElement
(BooleanType value) ExplanationOfBenefit.CareTeamComponent.setRole
(CodeableConcept value) ExplanationOfBenefit.CareTeamComponent.setSequence
(int value) ExplanationOfBenefit.CareTeamComponent.setSequenceElement
(PositiveIntType value) Modifier and TypeMethodDescriptionExplanationOfBenefit.addCareTeam
(ExplanationOfBenefit.CareTeamComponent t) void
ExplanationOfBenefit.CareTeamComponent.copyValues
(ExplanationOfBenefit.CareTeamComponent dst) Modifier and TypeMethodDescriptionExplanationOfBenefit.setCareTeam
(List<ExplanationOfBenefit.CareTeamComponent> theCareTeam)