Uses of Class
org.hl7.fhir.dstu2016may.model.CareTeam
-
Packages that use CareTeam Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of CareTeam in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.formats with parameters of type CareTeam Modifier and Type Method Description protected voidJsonParser. composeCareTeam(String name, CareTeam element)protected voidRdfParser. composeCareTeam(RdfGenerator.Complex parent, String parentType, String name, CareTeam element, int index)protected voidXmlParser. composeCareTeam(String name, 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) -
Uses of CareTeam in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type CareTeam Modifier and Type Field Description 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.dstu2016may.model that return CareTeam Modifier and Type Method Description CareTeamCareTeam. addIdentifier(Identifier t)CareTeamCareTeam. addParticipant(CareTeam.CareTeamParticipantComponent t)CareTeamEpisodeOfCare. addTeamTarget()CareTeamCareTeam. addType(CodeableConcept t)CareTeamCareTeam. copy()CareTeamCareTeam. setManagingOrganization(Reference value)CareTeamCareTeam. setManagingOrganizationTarget(Organization value)CareTeamCareTeam. setName(String value)CareTeamCareTeam. setNameElement(StringType value)CareTeamCareTeam. setPeriod(Period value)CareTeamCareTeam. setStatus(CodeableConcept value)CareTeamCareTeam. setSubject(Reference value)CareTeamCareTeam. setSubjectTarget(Resource value)protected CareTeamCareTeam. typedCopy()Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type CareTeam Modifier and Type Method Description List<CareTeam>EpisodeOfCare. getTeamTarget()
-