Uses of Class
org.hl7.fhir.r5.model.CareTeam
Packages that use CareTeam
-
Uses of CareTeam in org.hl7.fhir.r5.extensions
Methods in org.hl7.fhir.r5.extensions that return CareTeamModifier and TypeMethodDescriptionstatic CareTeamExtensions.addCTAlias(CareTeam context, String value) Methods in org.hl7.fhir.r5.extensions with parameters of type CareTeamModifier and TypeMethodDescriptionstatic CareTeamExtensions.addCTAlias(CareTeam context, String value) Extensions.getCTAliasList(CareTeam context) -
Uses of CareTeam in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CareTeamModifier and TypeMethodDescriptionprotected CareTeamJsonParser.parseCareTeam(com.google.gson.JsonObject json) protected CareTeamXmlParser.parseCareTeam(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type CareTeamModifier and TypeMethodDescriptionprotected voidJsonParser.composeCareTeam(String name, CareTeam element) protected voidRdfParser.composeCareTeam(org.hl7.fhir.utilities.turtle.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.composeCareTeamProperties(CareTeam element) 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.r5.model
Methods in org.hl7.fhir.r5.model that return CareTeamModifier and TypeMethodDescriptionCareTeam.addCategory(CodeableConcept t) CareTeam.addIdentifier(Identifier t) CareTeam.addManagingOrganization(Reference t) CareTeam.addNote(Annotation t) CareTeam.addParticipant(CareTeam.CareTeamParticipantComponent t) CareTeam.addReason(CodeableReference t) CareTeam.addTelecom(ContactPoint t) CareTeam.copy()CareTeam.setCategory(List<CodeableConcept> theCategory) CareTeam.setIdentifier(List<Identifier> theIdentifier) CareTeam.setManagingOrganization(List<Reference> theManagingOrganization) CareTeam.setNameElement(StringType value) CareTeam.setNote(List<Annotation> theNote) CareTeam.setParticipant(List<CareTeam.CareTeamParticipantComponent> theParticipant) CareTeam.setReason(List<CodeableReference> theReason) CareTeam.setStatus(CareTeam.CareTeamStatus value) CareTeam.setStatusElement(Enumeration<CareTeam.CareTeamStatus> value) CareTeam.setSubject(Reference value) CareTeam.setTelecom(List<ContactPoint> theTelecom) protected CareTeamCareTeam.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type CareTeam