Package org.hl7.fhir

Class 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 extensions

Java 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 Details

  • Constructor Details

    • CareTeam

      public CareTeam()
  • Method Details

    • getIdentifier

      public 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 set method 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 is CodeableConcept
    • getType

      public 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 set method 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 is String
    • 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 is Reference
    • 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 is Period
    • getParticipant

      public 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 set method 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 is Reference
    • withIdentifier

      public CareTeam withIdentifier(Identifier... values)
    • withIdentifier

      public CareTeam withIdentifier(Collection<Identifier> values)
    • withStatus

      public CareTeam withStatus(CodeableConcept value)
    • withType

      public CareTeam withType(CodeableConcept... values)
    • withType

      public CareTeam withType(Collection<CodeableConcept> values)
    • withName

      public CareTeam withName(String value)
    • withSubject

      public CareTeam withSubject(Reference value)
    • withPeriod

      public CareTeam withPeriod(Period value)
    • withParticipant

      public CareTeam withParticipant(CareTeamParticipant... values)
    • withParticipant

      public CareTeam withParticipant(Collection<CareTeamParticipant> values)
    • withManagingOrganization

      public CareTeam withManagingOrganization(Reference value)
    • withText

      public CareTeam withText(Narrative value)
      Overrides:
      withText in class DomainResource
    • withContained

      public CareTeam withContained(ResourceContainer... values)
      Overrides:
      withContained in class DomainResource
    • withContained

      public CareTeam withContained(Collection<ResourceContainer> values)
      Overrides:
      withContained in class DomainResource
    • withExtension

      public CareTeam withExtension(Extension... values)
      Overrides:
      withExtension in class DomainResource
    • withExtension

      public CareTeam withExtension(Collection<Extension> values)
      Overrides:
      withExtension in class DomainResource
    • withModifierExtension

      public CareTeam withModifierExtension(Extension... values)
      Overrides:
      withModifierExtension in class DomainResource
    • withModifierExtension

      public CareTeam withModifierExtension(Collection<Extension> values)
      Overrides:
      withModifierExtension in class DomainResource
    • withId

      public CareTeam withId(Id value)
      Overrides:
      withId in class DomainResource
    • withMeta

      public CareTeam withMeta(Meta value)
      Overrides:
      withMeta in class DomainResource
    • withImplicitRules

      public CareTeam withImplicitRules(Uri value)
      Overrides:
      withImplicitRules in class DomainResource
    • withLanguage

      public CareTeam withLanguage(Code value)
      Overrides:
      withLanguage in class DomainResource
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      Overrides:
      equals in class DomainResource
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class DomainResource
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      Overrides:
      hashCode in class DomainResource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class DomainResource
    • toString

      public String toString()
      Overrides:
      toString in class DomainResource
    • append

      public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      append in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      append in class DomainResource
    • appendFields

      public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
      Specified by:
      appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
      Overrides:
      appendFields in class DomainResource