Package org.hl7.fhir.r5.model
Enum Enumerations.ActionParticipantType
- java.lang.Object
-
- java.lang.Enum<Enumerations.ActionParticipantType>
-
- org.hl7.fhir.r5.model.Enumerations.ActionParticipantType
-
- All Implemented Interfaces:
Serializable,Comparable<Enumerations.ActionParticipantType>
- Enclosing class:
- Enumerations
public static enum Enumerations.ActionParticipantType extends Enum<Enumerations.ActionParticipantType>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CARETEAMThe participant is a care team caring for the patient under evaluation.DEVICEThe participant is a system or device used in the care of the patient.GROUPThe participant is a group of participants involved in the care of the patient.HEALTHCARESERVICEThe participant is an institution that can provide the given healthcare service used in the care of the patient.LOCATIONThe participant is a location involved in the care of the patient.NULLadded to help the parsersORGANIZATIONThe participant is an organization involved in the care of the patient.PATIENTThe participant is the patient under evaluation.PRACTITIONERThe participant is a practitioner involved in the patient's care.PRACTITIONERROLEThe participant is a particular practitioner role involved in the patient's care.RELATEDPERSONThe participant is a person related to the patient.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Enumerations.ActionParticipantTypefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static Enumerations.ActionParticipantTypevalueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.ActionParticipantType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CARETEAM
public static final Enumerations.ActionParticipantType CARETEAM
The participant is a care team caring for the patient under evaluation.
-
DEVICE
public static final Enumerations.ActionParticipantType DEVICE
The participant is a system or device used in the care of the patient.
-
GROUP
public static final Enumerations.ActionParticipantType GROUP
The participant is a group of participants involved in the care of the patient.
-
HEALTHCARESERVICE
public static final Enumerations.ActionParticipantType HEALTHCARESERVICE
The participant is an institution that can provide the given healthcare service used in the care of the patient.
-
LOCATION
public static final Enumerations.ActionParticipantType LOCATION
The participant is a location involved in the care of the patient.
-
ORGANIZATION
public static final Enumerations.ActionParticipantType ORGANIZATION
The participant is an organization involved in the care of the patient.
-
PATIENT
public static final Enumerations.ActionParticipantType PATIENT
The participant is the patient under evaluation.
-
PRACTITIONER
public static final Enumerations.ActionParticipantType PRACTITIONER
The participant is a practitioner involved in the patient's care.
-
PRACTITIONERROLE
public static final Enumerations.ActionParticipantType PRACTITIONERROLE
The participant is a particular practitioner role involved in the patient's care.
-
RELATEDPERSON
public static final Enumerations.ActionParticipantType RELATEDPERSON
The participant is a person related to the patient.
-
NULL
public static final Enumerations.ActionParticipantType NULL
added to help the parsers
-
-
Method Detail
-
values
public static Enumerations.ActionParticipantType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Enumerations.ActionParticipantType c : Enumerations.ActionParticipantType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Enumerations.ActionParticipantType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
fromCode
public static Enumerations.ActionParticipantType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-