public static enum Enumerations.RequestResourceType extends Enum<Enumerations.RequestResourceType>
| 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 Enumerations.RequestResourceType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Enumerations.RequestResourceType |
valueOf(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.
|
public static final Enumerations.RequestResourceType APPOINTMENT
public static final Enumerations.RequestResourceType APPOINTMENTRESPONSE
public static final Enumerations.RequestResourceType CAREPLAN
public static final Enumerations.RequestResourceType CLAIM
public static final Enumerations.RequestResourceType COMMUNICATIONREQUEST
public static final Enumerations.RequestResourceType CONTRACT
public static final Enumerations.RequestResourceType DEVICEREQUEST
public static final Enumerations.RequestResourceType ENROLLMENTREQUEST
public static final Enumerations.RequestResourceType IMMUNIZATIONRECOMMENDATION
public static final Enumerations.RequestResourceType MEDICATIONREQUEST
public static final Enumerations.RequestResourceType NUTRITIONORDER
public static final Enumerations.RequestResourceType SERVICEREQUEST
public static final Enumerations.RequestResourceType SUPPLYREQUEST
public static final Enumerations.RequestResourceType TASK
public static final Enumerations.RequestResourceType VISIONPRESCRIPTION
public static final Enumerations.RequestResourceType NULL
public static Enumerations.RequestResourceType[] values()
for (Enumerations.RequestResourceType c : Enumerations.RequestResourceType.values()) System.out.println(c);
public static Enumerations.RequestResourceType 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 Enumerations.RequestResourceType 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.