
Package org.hl7.fhir.r5.model
Enum CarePlan.CarePlanActivityKind
- All Implemented Interfaces:
Serializable
,Comparable<CarePlan.CarePlanActivityKind>
- Enclosing class:
- CarePlan
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time.A request to convey information; e.g.Represents a request a device to be provided to a specific patient.An order or request for both supply of the medication and the instructions for administration of the medication to a patient.added to help the parsers with the generic typesA request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident.A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.A task to be performed.An authorization for the provision of glasses and/or contact lenses to a patient. -
Method Summary
Modifier and TypeMethodDescriptiontoCode()
Returns the enum constant of this type with the specified name.static CarePlan.CarePlanActivityKind[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
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). -
COMMUNICATIONREQUEST
A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition. -
DEVICEREQUEST
Represents a request a device to be provided to a specific patient. The device may be an implantable device to be subsequently implanted, or an external assistive device, such as a walker, to be delivered and subsequently be used. -
MEDICATIONREQUEST
An order or request for both supply of the medication and the instructions for administration of the medication to a patient. The resource is called \"MedicationRequest\" rather than \"MedicationPrescription\" or \"MedicationOrder\" to generalize the use across inpatient and outpatient settings, including care plans, etc., and to harmonize with workflow patterns. -
NUTRITIONORDER
A request to supply a diet, formula feeding (enteral) or oral nutritional supplement to a patient/resident. -
TASK
A task to be performed. -
SERVICEREQUEST
A record of a request for service such as diagnostic investigations, treatments, or operations to be performed. -
VISIONPRESCRIPTION
An authorization for the provision of glasses and/or contact lenses to 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 CarePlan.CarePlanActivityKind fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-