Uses of Class
org.hl7.fhir.dstu3.model.Claim.CareTeamComponent
-
Uses of Claim.CareTeamComponent in org.hl7.fhir.dstu3.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.dstu3.model
Modifier and TypeFieldDescriptionprotected List
<Claim.CareTeamComponent> Claim.careTeam
The members of the team who provided the overall service as well as their role and whether responsible and qualifications.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)