public enum RequestResourceTypes extends Enum<RequestResourceTypes>
| Enum Constant and Description |
|---|
APPOINTMENT
A booking of a healthcare event among patient(s), practitioner(s), related person(s) and/or device(s) for a specific date/time.
|
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.
|
NULL
added to help the parsers
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestResourceTypes |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static RequestResourceTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestResourceTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestResourceTypes APPOINTMENT
public static final RequestResourceTypes APPOINTMENTRESPONSE
public static final RequestResourceTypes CAREPLAN
public static final RequestResourceTypes CLAIM
public static final RequestResourceTypes COMMUNICATIONREQUEST
public static final RequestResourceTypes CONTRACT
public static final RequestResourceTypes DEVICEREQUEST
public static final RequestResourceTypes ENROLLMENTREQUEST
public static final RequestResourceTypes IMMUNIZATIONRECOMMENDATION
public static final RequestResourceTypes MEDICATIONREQUEST
public static final RequestResourceTypes NUTRITIONORDER
public static final RequestResourceTypes SERVICEREQUEST
public static final RequestResourceTypes SUPPLYREQUEST
public static final RequestResourceTypes TASK
public static final RequestResourceTypes VISIONPRESCRIPTION
public static final RequestResourceTypes NULL
public static RequestResourceTypes[] values()
for (RequestResourceTypes c : RequestResourceTypes.values()) System.out.println(c);
public static RequestResourceTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static RequestResourceTypes fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.