static CareTeam.Builder | 
CareTeam.builder() | 
  | 
CareTeam.Builder | 
CareTeam.Builder.category(CodeableConcept... category) | 
 Identifies what kind of team. 
 | 
CareTeam.Builder | 
CareTeam.Builder.category(java.util.Collection<CodeableConcept> category) | 
 Identifies what kind of team. 
 | 
CareTeam.Builder | 
CareTeam.Builder.contained(Resource... contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
CareTeam.Builder | 
CareTeam.Builder.contained(java.util.Collection<Resource> contained) | 
 These resources do not have an independent existence apart from the resource that contains them - they cannot be 
 identified independently, and nor can they have their own independent transaction scope. 
 | 
CareTeam.Builder | 
CareTeam.Builder.encounter(Reference encounter) | 
 The Encounter during which this CareTeam was created or to which the creation of this record is tightly associated. 
 | 
CareTeam.Builder | 
CareTeam.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
CareTeam.Builder | 
CareTeam.Builder.extension(java.util.Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
protected CareTeam.Builder | 
CareTeam.Builder.from(CareTeam careTeam) | 
  | 
CareTeam.Builder | 
CareTeam.Builder.id(java.lang.String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
CareTeam.Builder | 
CareTeam.Builder.identifier(Identifier... identifier) | 
 Business identifiers assigned to this care team by the performer or other systems which remain constant as the 
 resource is updated and propagates from server to server. 
 | 
CareTeam.Builder | 
CareTeam.Builder.identifier(java.util.Collection<Identifier> identifier) | 
 Business identifiers assigned to this care team by the performer or other systems which remain constant as the 
 resource is updated and propagates from server to server. 
 | 
CareTeam.Builder | 
CareTeam.Builder.implicitRules(Uri implicitRules) | 
 A reference to a set of rules that were followed when the resource was constructed, and which must be understood when 
 processing the content. 
 | 
CareTeam.Builder | 
CareTeam.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
CareTeam.Builder | 
CareTeam.Builder.managingOrganization(Reference... managingOrganization) | 
 The organization responsible for the care team. 
 | 
CareTeam.Builder | 
CareTeam.Builder.managingOrganization(java.util.Collection<Reference> managingOrganization) | 
 The organization responsible for the care team. 
 | 
CareTeam.Builder | 
CareTeam.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
CareTeam.Builder | 
CareTeam.Builder.modifierExtension(Extension... modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
CareTeam.Builder | 
CareTeam.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) | 
 May be used to represent additional information that is not part of the basic definition of the resource and that 
 modifies the understanding of the element that contains it and/or the understanding of the containing element's 
 descendants. 
 | 
CareTeam.Builder | 
CareTeam.Builder.name(String name) | 
 A label for human use intended to distinguish like teams. 
 | 
CareTeam.Builder | 
CareTeam.Builder.name(java.lang.String name) | 
 Convenience method for setting name. 
 | 
CareTeam.Builder | 
CareTeam.Builder.note(Annotation... note) | 
 Comments made about the CareTeam. 
 | 
CareTeam.Builder | 
CareTeam.Builder.note(java.util.Collection<Annotation> note) | 
 Comments made about the CareTeam. 
 | 
CareTeam.Builder | 
CareTeam.Builder.participant(CareTeam.Participant... participant) | 
 Identifies all people and organizations who are expected to be involved in the care team. 
 | 
CareTeam.Builder | 
CareTeam.Builder.participant(java.util.Collection<CareTeam.Participant> participant) | 
 Identifies all people and organizations who are expected to be involved in the care team. 
 | 
CareTeam.Builder | 
CareTeam.Builder.period(Period period) | 
 Indicates when the team did (or is intended to) come into effect and end. 
 | 
CareTeam.Builder | 
CareTeam.Builder.reasonCode(CodeableConcept... reasonCode) | 
 Describes why the care team exists. 
 | 
CareTeam.Builder | 
CareTeam.Builder.reasonCode(java.util.Collection<CodeableConcept> reasonCode) | 
 Describes why the care team exists. 
 | 
CareTeam.Builder | 
CareTeam.Builder.reasonReference(Reference... reasonReference) | 
 Condition(s) that this care team addresses. 
 | 
CareTeam.Builder | 
CareTeam.Builder.reasonReference(java.util.Collection<Reference> reasonReference) | 
 Condition(s) that this care team addresses. 
 | 
CareTeam.Builder | 
CareTeam.Builder.status(CareTeamStatus status) | 
 Indicates the current state of the care team. 
 | 
CareTeam.Builder | 
CareTeam.Builder.subject(Reference subject) | 
 Identifies the patient or group whose intended care is handled by the team. 
 | 
CareTeam.Builder | 
CareTeam.Builder.telecom(ContactPoint... telecom) | 
 A central contact detail for the care team (that applies to all members). 
 | 
CareTeam.Builder | 
CareTeam.Builder.telecom(java.util.Collection<ContactPoint> telecom) | 
 A central contact detail for the care team (that applies to all members). 
 | 
CareTeam.Builder | 
CareTeam.Builder.text(Narrative text) | 
 A human-readable narrative that contains a summary of the resource and can be used to represent the content of the 
 resource to a human. 
 | 
CareTeam.Builder | 
CareTeam.toBuilder() | 
  |