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 ConstantDescriptionA booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time.A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.Healthcare plan for patient or group.Claim, Pre-determination or Pre-authorization.A request for information to be sent to a receiver.Legal Agreement.Medical device request.Enrollment request.Guidance or advice relating to an immunization.Ordering of medication for patient or group.added to help the parsers with the generic typesDiet, formula or nutritional supplement request.A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.Request for a medication, substance or device.A task to be performed.Prescription for vision correction products for a patient. -
Method Summary
-
Enum Constant Details
-
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
A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection. -
CAREPLAN
Healthcare plan for patient or group. -
CLAIM
Claim, Pre-determination or Pre-authorization. -
COMMUNICATIONREQUEST
A request for information to be sent to a receiver. -
CONTRACT
Legal Agreement. -
DEVICEREQUEST
Medical device request. -
ENROLLMENTREQUEST
Enrollment request. -
IMMUNIZATIONRECOMMENDATION
Guidance or advice relating to an immunization. -
MEDICATIONREQUEST
Ordering of medication for patient or group. -
NUTRITIONORDER
Diet, formula or nutritional supplement request. -
SERVICEREQUEST
A record of a request for service such as diagnostic investigations, treatments, or operations to be performed. -
SUPPLYREQUEST
Request for a medication, substance or device. -
TASK
A task to be performed. -
VISIONPRESCRIPTION
Prescription for vision correction products for a patient. -
NULL
added to help the parsers with the generic types
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-