Package org.hl7.fhir

Class EpisodeOfCare

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class EpisodeOfCare 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 EpisodeOfCare complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EpisodeOfCare">
   <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}EpisodeOfCareStatus"/>
         <element name="statusHistory" type="{http://hl7.org/fhir}EpisodeOfCare.StatusHistory" maxOccurs="unbounded" minOccurs="0"/>
         <element name="type" type="{http://hl7.org/fhir}CodeableConcept" maxOccurs="unbounded" minOccurs="0"/>
         <element name="condition" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="patient" type="{http://hl7.org/fhir}Reference"/>
         <element name="managingOrganization" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="period" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
         <element name="referralRequest" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
         <element name="careManager" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
         <element name="team" type="{http://hl7.org/fhir}Reference" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • EpisodeOfCare

      public EpisodeOfCare()
  • 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 Jakarta XML Binding 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 EpisodeOfCareStatus getStatus()
      Gets the value of the status property.
      Returns:
      possible object is EpisodeOfCareStatus
    • setStatus

      public void setStatus(EpisodeOfCareStatus value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is EpisodeOfCareStatus
    • getStatusHistory

      public List<EpisodeOfCareStatusHistory> getStatusHistory()
      Gets the value of the statusHistory 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 Jakarta XML Binding object. This is why there is not a set method for the statusHistory property.

      For example, to add a new item, do as follows:

          getStatusHistory().add(newItem);
       

      Objects of the following type(s) are allowed in the list EpisodeOfCareStatusHistory

    • 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 Jakarta XML Binding 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

    • getCondition

      public List<Reference> getCondition()
      Gets the value of the condition 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 Jakarta XML Binding object. This is why there is not a set method for the condition property.

      For example, to add a new item, do as follows:

          getCondition().add(newItem);
       

      Objects of the following type(s) are allowed in the list Reference

    • getPatient

      public Reference getPatient()
      Gets the value of the patient property.
      Returns:
      possible object is Reference
    • setPatient

      public void setPatient(Reference value)
      Sets the value of the patient property.
      Parameters:
      value - allowed object is Reference
    • 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
    • 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
    • getReferralRequest

      public List<Reference> getReferralRequest()
      Gets the value of the referralRequest 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 Jakarta XML Binding object. This is why there is not a set method for the referralRequest property.

      For example, to add a new item, do as follows:

          getReferralRequest().add(newItem);
       

      Objects of the following type(s) are allowed in the list Reference

    • getCareManager

      public Reference getCareManager()
      Gets the value of the careManager property.
      Returns:
      possible object is Reference
    • setCareManager

      public void setCareManager(Reference value)
      Sets the value of the careManager property.
      Parameters:
      value - allowed object is Reference
    • getTeam

      public List<Reference> getTeam()
      Gets the value of the team 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 Jakarta XML Binding object. This is why there is not a set method for the team property.

      For example, to add a new item, do as follows:

          getTeam().add(newItem);
       

      Objects of the following type(s) are allowed in the list Reference

    • withIdentifier

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

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

      public EpisodeOfCare withStatus(EpisodeOfCareStatus value)
    • withStatusHistory

      public EpisodeOfCare withStatusHistory(EpisodeOfCareStatusHistory... values)
    • withStatusHistory

      public EpisodeOfCare withStatusHistory(Collection<EpisodeOfCareStatusHistory> values)
    • withType

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

      public EpisodeOfCare withType(Collection<CodeableConcept> values)
    • withCondition

      public EpisodeOfCare withCondition(Reference... values)
    • withCondition

      public EpisodeOfCare withCondition(Collection<Reference> values)
    • withPatient

      public EpisodeOfCare withPatient(Reference value)
    • withManagingOrganization

      public EpisodeOfCare withManagingOrganization(Reference value)
    • withPeriod

      public EpisodeOfCare withPeriod(Period value)
    • withReferralRequest

      public EpisodeOfCare withReferralRequest(Reference... values)
    • withReferralRequest

      public EpisodeOfCare withReferralRequest(Collection<Reference> values)
    • withCareManager

      public EpisodeOfCare withCareManager(Reference value)
    • withTeam

      public EpisodeOfCare withTeam(Reference... values)
    • withTeam

      public EpisodeOfCare withTeam(Collection<Reference> values)
    • withText

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

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

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

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

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

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

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

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

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

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

      public EpisodeOfCare 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
    • setIdentifier

      public void setIdentifier(List<Identifier> value)
    • setStatusHistory

      public void setStatusHistory(List<EpisodeOfCareStatusHistory> value)
    • setType

      public void setType(List<CodeableConcept> value)
    • setCondition

      public void setCondition(List<Reference> value)
    • setReferralRequest

      public void setReferralRequest(List<Reference> value)
    • setTeam

      public void setTeam(List<Reference> value)