Class EncounterLocationStatus

  • All Implemented Interfaces:
    Visitable

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

      • PLANNED

        public static final EncounterLocationStatus PLANNED
        Planned

        The patient is planned to be moved to this location at some point in the future.

      • ACTIVE

        public static final EncounterLocationStatus ACTIVE
        Active

        The patient is currently at this location, or was between the period specified. A system may update these records when the patient leaves the location to either reserved, or completed.

      • RESERVED

        public static final EncounterLocationStatus RESERVED
        Reserved

        This location is held empty for this patient.

      • COMPLETED

        public static final EncounterLocationStatus COMPLETED
        Completed

        The patient was at this location during the period specified. Not to be used when the patient is currently at the location.

    • Method Detail

      • of

        public static EncounterLocationStatus of​(String value)
        Factory method for creating EncounterLocationStatus 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 EncounterLocationStatus 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 EncounterLocationStatus 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