Enum Constant Summary
Enum Constants
A 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.
Guidance or advice relating to an immunization.
Ordering of medication for patient or group.
added to help the parsers
Diet, 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.
Prescription for vision correction products for a patient.
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
Returns the enum constant of this type with the specified name.
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).
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
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 name
NullPointerException
- if the argument is null
fromCode
Throws:
org.hl7.fhir.exceptions.FHIRException