Package org.hl7.fhir.r4.model
Enum Enumerations.RequestResourceType
- java.lang.Object
-
- java.lang.Enum<Enumerations.RequestResourceType>
-
- org.hl7.fhir.r4.model.Enumerations.RequestResourceType
-
- All Implemented Interfaces:
Serializable,Comparable<Enumerations.RequestResourceType>
- Enclosing class:
- Enumerations
public static enum Enumerations.RequestResourceType extends Enum<Enumerations.RequestResourceType>
-
-
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 parsersNUTRITIONORDERDiet, 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 Enumerations.RequestResourceTypefromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static Enumerations.RequestResourceTypevalueOf(String name)Returns the enum constant of this type with the specified name.static Enumerations.RequestResourceType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
APPOINTMENT
public static final Enumerations.RequestResourceType 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 Enumerations.RequestResourceType APPOINTMENTRESPONSE
A reply to an appointment request for a patient and/or practitioner(s), such as a confirmation or rejection.
-
CAREPLAN
public static final Enumerations.RequestResourceType CAREPLAN
Healthcare plan for patient or group.
-
CLAIM
public static final Enumerations.RequestResourceType CLAIM
Claim, Pre-determination or Pre-authorization.
-
COMMUNICATIONREQUEST
public static final Enumerations.RequestResourceType COMMUNICATIONREQUEST
A request for information to be sent to a receiver.
-
CONTRACT
public static final Enumerations.RequestResourceType CONTRACT
Legal Agreement.
-
DEVICEREQUEST
public static final Enumerations.RequestResourceType DEVICEREQUEST
Medical device request.
-
ENROLLMENTREQUEST
public static final Enumerations.RequestResourceType ENROLLMENTREQUEST
Enrollment request.
-
IMMUNIZATIONRECOMMENDATION
public static final Enumerations.RequestResourceType IMMUNIZATIONRECOMMENDATION
Guidance or advice relating to an immunization.
-
MEDICATIONREQUEST
public static final Enumerations.RequestResourceType MEDICATIONREQUEST
Ordering of medication for patient or group.
-
NUTRITIONORDER
public static final Enumerations.RequestResourceType NUTRITIONORDER
Diet, formula or nutritional supplement request.
-
SERVICEREQUEST
public static final Enumerations.RequestResourceType SERVICEREQUEST
A record of a request for service such as diagnostic investigations, treatments, or operations to be performed.
-
SUPPLYREQUEST
public static final Enumerations.RequestResourceType SUPPLYREQUEST
Request for a medication, substance or device.
-
TASK
public static final Enumerations.RequestResourceType TASK
A task to be performed.
-
VISIONPRESCRIPTION
public static final Enumerations.RequestResourceType VISIONPRESCRIPTION
Prescription for vision correction products for a patient.
-
NULL
public static final Enumerations.RequestResourceType NULL
added to help the parsers
-
-
Method Detail
-
values
public static Enumerations.RequestResourceType[] 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.RequestResourceType c : Enumerations.RequestResourceType.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.RequestResourceType 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.RequestResourceType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-