Uses of Class
org.hl7.fhir.r4.model.CareTeam
-
Packages that use CareTeam Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of CareTeam in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CareTeam Modifier and Type Method Description protected CareTeamJsonParser. parseCareTeam(com.google.gson.JsonObject json)protected CareTeamXmlParser. parseCareTeam(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type CareTeam Modifier and Type Method Description protected voidJsonParser. composeCareTeam(String name, CareTeam element)protected voidRdfParser. composeCareTeam(Turtle.Complex parent, String parentType, String name, CareTeam element, int index)protected voidXmlParser. composeCareTeam(String name, CareTeam element)protected voidXmlParser. composeCareTeamElements(CareTeam element)protected voidJsonParser. composeCareTeamInner(CareTeam element)protected CareTeam.CareTeamParticipantComponentJsonParser. parseCareTeamCareTeamParticipantComponent(com.google.gson.JsonObject json, CareTeam owner)protected CareTeam.CareTeamParticipantComponentXmlParser. parseCareTeamCareTeamParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, CareTeam owner)protected booleanXmlParser. parseCareTeamCareTeamParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CareTeam owner, CareTeam.CareTeamParticipantComponent res)protected voidJsonParser. parseCareTeamCareTeamParticipantComponentProperties(com.google.gson.JsonObject json, CareTeam owner, CareTeam.CareTeamParticipantComponent res)protected booleanXmlParser. parseCareTeamContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CareTeam res)protected voidJsonParser. parseCareTeamProperties(com.google.gson.JsonObject json, CareTeam res) -
Uses of CareTeam in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CareTeam Modifier and Type Field Description protected List<CareTeam>CarePlan. careTeamTargetThe actual objects that are the target of the reference (Identifies all people and organizations who are expected to be involved in the care envisioned by this plan.)protected List<CareTeam>EpisodeOfCare. teamTargetThe actual objects that are the target of the reference (The list of practitioners that may be facilitating this episode of care for specific purposes.)Methods in org.hl7.fhir.r4.model that return types with arguments of type CareTeam Modifier and Type Method Description List<CareTeam>CarePlan. getCareTeamTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<CareTeam>EpisodeOfCare. getTeamTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type CareTeam Modifier and Type Method Description voidCareTeam. copyValues(CareTeam dst)
-