Class EpisodeOfCareStatus

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class EpisodeOfCareStatus
    extends Code
    • Field Detail

      • PLANNED

        public static final EpisodeOfCareStatus PLANNED
        Planned

        This episode of care is planned to start at the date specified in the period.start. During this status, an organization may perform assessments to determine if the patient is eligible to receive services, or be organizing to make resources available to provide care services.

      • WAITLIST

        public static final EpisodeOfCareStatus WAITLIST
        Waitlist

        This episode has been placed on a waitlist, pending the episode being made active (or cancelled).

      • ACTIVE

        public static final EpisodeOfCareStatus ACTIVE
        Active

        This episode of care is current.

      • ONHOLD

        public static final EpisodeOfCareStatus ONHOLD
        On Hold

        This episode of care is on hold; the organization has limited responsibility for the patient (such as while on respite).

      • FINISHED

        public static final EpisodeOfCareStatus FINISHED
        Finished

        This episode of care is finished and the organization is not expecting to be providing further care to the patient. Can also be known as "closed", "completed" or other similar terms.

      • CANCELLED

        public static final EpisodeOfCareStatus CANCELLED
        Cancelled

        The episode of care was cancelled, or withdrawn from service, often selected during the planned stage as the patient may have gone elsewhere, or the circumstances have changed and the organization is unable to provide the care. It indicates that services terminated outside the planned/expected workflow.

      • ENTERED_IN_ERROR

        public static final EpisodeOfCareStatus ENTERED_IN_ERROR
        Entered in Error

        This instance should not have been part of this patient's medical record.

    • Method Detail

      • of

        public static EpisodeOfCareStatus of​(String value)
        Factory method for creating EpisodeOfCareStatus objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • string

        public static String string​(String value)
        Inherited factory method for creating EpisodeOfCareStatus objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • code

        public static Code code​(String value)
        Inherited factory method for creating EpisodeOfCareStatus objects from a passed string value.
        Parameters:
        value - A string that matches one of the allowed code values
        Throws:
        IllegalArgumentException - If the passed string cannot be parsed into an allowed code value
      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class Code
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Code