Package org.hl7.fhir.r4.model
Enum ActivityDefinition.ActivityDefinitionKind
- java.lang.Object
-
- java.lang.Enum<ActivityDefinition.ActivityDefinitionKind>
-
- org.hl7.fhir.r4.model.ActivityDefinition.ActivityDefinitionKind
-
- All Implemented Interfaces:
Serializable,Comparable<ActivityDefinition.ActivityDefinitionKind>
- Enclosing class:
- ActivityDefinition
public static enum ActivityDefinition.ActivityDefinitionKind extends Enum<ActivityDefinition.ActivityDefinitionKind>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description APPOINTMENTA booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time.APPOINTMENTRESPONSEA reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.CAREPLANHealthcare plan for patient or group.CLAIMClaim, Pre-determination or Pre-authorization.COMMUNICATIONREQUESTA request for information to be sent to a receiver.CONTRACTLegal Agreement.DEVICEREQUESTMedical device request.ENROLLMENTREQUESTEnrollment request.IMMUNIZATIONRECOMMENDATIONGuidance or advice relating to an immunization.MEDICATIONREQUESTOrdering of medication for patient or group.NULLadded to help the parsers with the generic typesNUTRITIONORDERDiet, formula or nutritional supplement request.SERVICEREQUESTA record of a request for service such as diagnostic investigations, treatments, or operations to be performed.SUPPLYREQUESTRequest for a medication, substance or device.TASKA task to be performed.VISIONPRESCRIPTIONPrescription for vision correction products for a patient.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ActivityDefinition.ActivityDefinitionKindfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ActivityDefinition.ActivityDefinitionKindvalueOf(String name)Returns the enum constant of this type with the specified name.static ActivityDefinition.ActivityDefinitionKind[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
APPOINTMENT
public static final ActivityDefinition.ActivityDefinitionKind APPOINTMENT
A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time. This may result in one or more Encounter(s).
-
APPOINTMENTRESPONSE
public static final ActivityDefinition.ActivityDefinitionKind APPOINTMENTRESPONSE
A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.
-
CAREPLAN
public static final ActivityDefinition.ActivityDefinitionKind CAREPLAN
Healthcare plan for patient or group.
-
CLAIM
public static final ActivityDefinition.ActivityDefinitionKind CLAIM
Claim, Pre-determination or Pre-authorization.
-
COMMUNICATIONREQUEST
public static final ActivityDefinition.ActivityDefinitionKind COMMUNICATIONREQUEST
A request for information to be sent to a receiver.
-
CONTRACT
public static final ActivityDefinition.ActivityDefinitionKind CONTRACT
Legal Agreement.
-
DEVICEREQUEST
public static final ActivityDefinition.ActivityDefinitionKind DEVICEREQUEST
Medical device request.
-
ENROLLMENTREQUEST
public static final ActivityDefinition.ActivityDefinitionKind ENROLLMENTREQUEST
Enrollment request.
-
IMMUNIZATIONRECOMMENDATION
public static final ActivityDefinition.ActivityDefinitionKind IMMUNIZATIONRECOMMENDATION
Guidance or advice relating to an immunization.
-
MEDICATIONREQUEST
public static final ActivityDefinition.ActivityDefinitionKind MEDICATIONREQUEST
Ordering of medication for patient or group.
-
NUTRITIONORDER
public static final ActivityDefinition.ActivityDefinitionKind NUTRITIONORDER
Diet, formula or nutritional supplement request.
-
SERVICEREQUEST
public static final ActivityDefinition.ActivityDefinitionKind SERVICEREQUEST
A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.
-
SUPPLYREQUEST
public static final ActivityDefinition.ActivityDefinitionKind SUPPLYREQUEST
Request for a medication, substance or device.
-
TASK
public static final ActivityDefinition.ActivityDefinitionKind TASK
A task to be performed.
-
VISIONPRESCRIPTION
public static final ActivityDefinition.ActivityDefinitionKind VISIONPRESCRIPTION
Prescription for vision correction products for a patient.
-
NULL
public static final ActivityDefinition.ActivityDefinitionKind NULL
added to help the parsers with the generic types
-
-
Method Detail
-
values
public static ActivityDefinition.ActivityDefinitionKind[] 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 (ActivityDefinition.ActivityDefinitionKind c : ActivityDefinition.ActivityDefinitionKind.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ActivityDefinition.ActivityDefinitionKind 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 ActivityDefinition.ActivityDefinitionKind fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-