public enum MedicationrequestIntent extends Enum<MedicationrequestIntent>
| Enum Constant and Description |
|---|
FILLERORDER
The request represents the view of an authorization instantiated by a fulfilling system representing the details of the fulfiller's intention to act upon a submitted order.
|
INSTANCEORDER
The request represents an instance for the particular order, for example a medication administration record.
|
NULL
added to help the parsers
|
OPTION
The request represents a component or option for a RequestGroup that establishes timing, conditionality and/or other constraints among a set of requests.
|
ORDER
The request represents a request/demand and authorization for action
|
ORIGINALORDER
The request represents the original authorization for the medication request.
|
PLAN
The request represents an intention to ensure something occurs without providing an authorization for others to act.
|
PROPOSAL
The request is a suggestion made by someone/something that doesn't have an intention to ensure it occurs and without providing an authorization to act
|
REFLEXORDER
The request represents an automatically generated supplemental authorization for action based on a parent authorization together with initial results of the action taken against that parent authorization..
|
| Modifier and Type | Method and Description |
|---|---|
static MedicationrequestIntent |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MedicationrequestIntent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MedicationrequestIntent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MedicationrequestIntent PROPOSAL
public static final MedicationrequestIntent PLAN
public static final MedicationrequestIntent ORDER
public static final MedicationrequestIntent ORIGINALORDER
public static final MedicationrequestIntent REFLEXORDER
public static final MedicationrequestIntent FILLERORDER
public static final MedicationrequestIntent INSTANCEORDER
public static final MedicationrequestIntent OPTION
public static final MedicationrequestIntent NULL
public static MedicationrequestIntent[] values()
for (MedicationrequestIntent c : MedicationrequestIntent.values()) System.out.println(c);
public static MedicationrequestIntent 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 MedicationrequestIntent 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.