Class MedicationRequestIntent
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.MedicationRequestIntent
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class MedicationRequestIntent extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMedicationRequestIntent.Builderstatic classMedicationRequestIntent.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static MedicationRequestIntentFILLER_ORDERFiller Orderstatic MedicationRequestIntentINSTANCE_ORDERInstance Orderstatic MedicationRequestIntentOPTIONOptionstatic MedicationRequestIntentORDEROrderstatic MedicationRequestIntentORIGINAL_ORDEROriginal Orderstatic MedicationRequestIntentPLANPlanstatic MedicationRequestIntentPROPOSALProposalstatic MedicationRequestIntentREFLEX_ORDERReflex Order
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MedicationRequestIntent.Builderbuilder()static Codecode(String value)Inherited factory method for creating MedicationRequestIntent objects from a passed string value.booleanequals(Object obj)MedicationRequestIntent.ValueSetgetValueAsEnumConstant()inthashCode()static MedicationRequestIntentof(MedicationRequestIntent.ValueSet value)Factory method for creating MedicationRequestIntent objects from a passed enum value.static MedicationRequestIntentof(String value)Factory method for creating MedicationRequestIntent objects from a passed string value.static Stringstring(String value)Inherited factory method for creating MedicationRequestIntent objects from a passed string value.MedicationRequestIntent.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
PROPOSAL
public static final MedicationRequestIntent PROPOSAL
ProposalThe 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
-
PLAN
public static final MedicationRequestIntent PLAN
PlanThe request represents an intention to ensure something occurs without providing an authorization for others to act.
-
ORDER
public static final MedicationRequestIntent ORDER
OrderThe request represents a request/demand and authorization for action
-
ORIGINAL_ORDER
public static final MedicationRequestIntent ORIGINAL_ORDER
Original OrderThe request represents the original authorization for the medication request.
-
REFLEX_ORDER
public static final MedicationRequestIntent REFLEX_ORDER
Reflex OrderThe 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..
-
FILLER_ORDER
public static final MedicationRequestIntent FILLER_ORDER
Filler OrderThe 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.
-
INSTANCE_ORDER
public static final MedicationRequestIntent INSTANCE_ORDER
Instance OrderThe request represents an instance for the particular order, for example a medication administration record.
-
OPTION
public static final MedicationRequestIntent OPTION
OptionThe request represents a component or option for a RequestGroup that establishes timing, conditionality and/or other constraints among a set of requests.
-
-
Method Detail
-
getValueAsEnumConstant
public MedicationRequestIntent.ValueSet getValueAsEnumConstant()
-
of
public static MedicationRequestIntent of(MedicationRequestIntent.ValueSet value)
Factory method for creating MedicationRequestIntent objects from a passed enum value.
-
of
public static MedicationRequestIntent of(String value)
Factory method for creating MedicationRequestIntent objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating MedicationRequestIntent objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating MedicationRequestIntent objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public MedicationRequestIntent.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static MedicationRequestIntent.Builder builder()
-
-