Class CareTeam
- java.lang.Object
-
- org.hl7.fhir.Resource
-
- org.hl7.fhir.DomainResource
-
- org.hl7.fhir.CareTeam
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class CareTeam extends DomainResource implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
If the element is present, it must have either a @value, an @id, or extensionsJava class for CareTeam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CareTeam"> <complexContent> <extension base="{http://hl7.org/fhir}DomainResource"> <sequence> <element name="identifier" type="{http://hl7.org/fhir}Identifier" maxOccurs="unbounded" minOccurs="0"/> <element name="status" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/> <element name="type" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/> <element name="name" type="{http://hl7.org/fhir}string" minOccurs="0"/> <element name="subject" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> <element name="period" type="{http://hl7.org/fhir}Period" minOccurs="0"/> <element name="participant" type="{http://hl7.org/fhir}CareTeam.Participant" maxOccurs="unbounded" minOccurs="0"/> <element name="managingOrganization" type="{http://hl7.org/fhir}Reference" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Identifier>identifierprotected ReferencemanagingOrganizationprotected Stringnameprotected java.util.List<CareTeamParticipant>participantprotected Periodperiodprotected CodeableConceptstatusprotected Referencesubjectprotected java.util.List<CodeableConcept>type-
Fields inherited from class org.hl7.fhir.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description CareTeam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)java.lang.StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)java.util.List<Identifier>getIdentifier()Gets the value of the identifier property.ReferencegetManagingOrganization()Gets the value of the managingOrganization property.StringgetName()Gets the value of the name property.java.util.List<CareTeamParticipant>getParticipant()Gets the value of the participant property.PeriodgetPeriod()Gets the value of the period property.CodeableConceptgetStatus()Gets the value of the status property.ReferencegetSubject()Gets the value of the subject property.java.util.List<CodeableConcept>getType()Gets the value of the type property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetManagingOrganization(Reference value)Sets the value of the managingOrganization property.voidsetName(String value)Sets the value of the name property.voidsetPeriod(Period value)Sets the value of the period property.voidsetStatus(CodeableConcept value)Sets the value of the status property.voidsetSubject(Reference value)Sets the value of the subject property.java.lang.StringtoString()CareTeamwithContained(java.util.Collection<ResourceContainer> values)CareTeamwithContained(ResourceContainer... values)CareTeamwithExtension(java.util.Collection<Extension> values)CareTeamwithExtension(Extension... values)CareTeamwithId(Id value)CareTeamwithIdentifier(java.util.Collection<Identifier> values)CareTeamwithIdentifier(Identifier... values)CareTeamwithImplicitRules(Uri value)CareTeamwithLanguage(Code value)CareTeamwithManagingOrganization(Reference value)CareTeamwithMeta(Meta value)CareTeamwithModifierExtension(java.util.Collection<Extension> values)CareTeamwithModifierExtension(Extension... values)CareTeamwithName(String value)CareTeamwithParticipant(java.util.Collection<CareTeamParticipant> values)CareTeamwithParticipant(CareTeamParticipant... values)CareTeamwithPeriod(Period value)CareTeamwithStatus(CodeableConcept value)CareTeamwithSubject(Reference value)CareTeamwithText(Narrative value)CareTeamwithType(java.util.Collection<CodeableConcept> values)CareTeamwithType(CodeableConcept... values)-
Methods inherited from class org.hl7.fhir.DomainResource
getContained, getExtension, getModifierExtension, getText, setText
-
Methods inherited from class org.hl7.fhir.Resource
getId, getImplicitRules, getLanguage, getMeta, setId, setImplicitRules, setLanguage, setMeta
-
-
-
-
Field Detail
-
identifier
protected java.util.List<Identifier> identifier
-
status
protected CodeableConcept status
-
type
protected java.util.List<CodeableConcept> type
-
name
protected String name
-
subject
protected Reference subject
-
period
protected Period period
-
participant
protected java.util.List<CareTeamParticipant> participant
-
managingOrganization
protected Reference managingOrganization
-
-
Method Detail
-
getIdentifier
public java.util.List<Identifier> getIdentifier()
Gets the value of the identifier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the identifier property.For example, to add a new item, do as follows:
getIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
Identifier
-
getStatus
public CodeableConcept getStatus()
Gets the value of the status property.- Returns:
- possible object is
CodeableConcept
-
setStatus
public void setStatus(CodeableConcept value)
Sets the value of the status property.- Parameters:
value- allowed object isCodeableConcept
-
getType
public java.util.List<CodeableConcept> getType()
Gets the value of the type property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the type property.For example, to add a new item, do as follows:
getType().add(newItem);Objects of the following type(s) are allowed in the list
CodeableConcept
-
getName
public String getName()
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
public void setName(String value)
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getSubject
public Reference getSubject()
Gets the value of the subject property.- Returns:
- possible object is
Reference
-
setSubject
public void setSubject(Reference value)
Sets the value of the subject property.- Parameters:
value- allowed object isReference
-
getPeriod
public Period getPeriod()
Gets the value of the period property.- Returns:
- possible object is
Period
-
setPeriod
public void setPeriod(Period value)
Sets the value of the period property.- Parameters:
value- allowed object isPeriod
-
getParticipant
public java.util.List<CareTeamParticipant> getParticipant()
Gets the value of the participant property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the participant property.For example, to add a new item, do as follows:
getParticipant().add(newItem);Objects of the following type(s) are allowed in the list
CareTeamParticipant
-
getManagingOrganization
public Reference getManagingOrganization()
Gets the value of the managingOrganization property.- Returns:
- possible object is
Reference
-
setManagingOrganization
public void setManagingOrganization(Reference value)
Sets the value of the managingOrganization property.- Parameters:
value- allowed object isReference
-
withIdentifier
public CareTeam withIdentifier(Identifier... values)
-
withIdentifier
public CareTeam withIdentifier(java.util.Collection<Identifier> values)
-
withStatus
public CareTeam withStatus(CodeableConcept value)
-
withType
public CareTeam withType(CodeableConcept... values)
-
withType
public CareTeam withType(java.util.Collection<CodeableConcept> values)
-
withParticipant
public CareTeam withParticipant(CareTeamParticipant... values)
-
withParticipant
public CareTeam withParticipant(java.util.Collection<CareTeamParticipant> values)
-
withText
public CareTeam withText(Narrative value)
- Overrides:
withTextin classDomainResource
-
withContained
public CareTeam withContained(ResourceContainer... values)
- Overrides:
withContainedin classDomainResource
-
withContained
public CareTeam withContained(java.util.Collection<ResourceContainer> values)
- Overrides:
withContainedin classDomainResource
-
withExtension
public CareTeam withExtension(Extension... values)
- Overrides:
withExtensionin classDomainResource
-
withExtension
public CareTeam withExtension(java.util.Collection<Extension> values)
- Overrides:
withExtensionin classDomainResource
-
withModifierExtension
public CareTeam withModifierExtension(Extension... values)
- Overrides:
withModifierExtensionin classDomainResource
-
withModifierExtension
public CareTeam withModifierExtension(java.util.Collection<Extension> values)
- Overrides:
withModifierExtensionin classDomainResource
-
withId
public CareTeam withId(Id value)
- Overrides:
withIdin classDomainResource
-
withMeta
public CareTeam withMeta(Meta value)
- Overrides:
withMetain classDomainResource
-
withImplicitRules
public CareTeam withImplicitRules(Uri value)
- Overrides:
withImplicitRulesin classDomainResource
-
withLanguage
public CareTeam withLanguage(Code value)
- Overrides:
withLanguagein classDomainResource
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classDomainResource
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classDomainResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classDomainResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDomainResource
-
toString
public java.lang.String toString()
- Overrides:
toStringin classDomainResource
-
append
public java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classDomainResource
-
appendFields
public java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, java.lang.StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classDomainResource
-
-