Class ActionParticipantType

  • All Implemented Interfaces:
    Visitable

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

      • PATIENT

        public static final ActionParticipantType PATIENT
        Patient

        The participant is the patient under evaluation.

      • PRACTITIONER

        public static final ActionParticipantType PRACTITIONER
        Practitioner

        The participant is a practitioner involved in the patient's care.

      • RELATED_PERSON

        public static final ActionParticipantType RELATED_PERSON
        Related Person

        The participant is a person related to the patient.

      • DEVICE

        public static final ActionParticipantType DEVICE
        Device

        The participant is a system or device used in the care of the patient.

    • Method Detail

      • of

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