Class ServiceRequestIntent
- 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.ServiceRequestIntent
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class ServiceRequestIntent extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceRequestIntent.Builderstatic classServiceRequestIntent.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static ServiceRequestIntentDIRECTIVEDirectivestatic ServiceRequestIntentFILLER_ORDERFiller Orderstatic ServiceRequestIntentINSTANCE_ORDERInstance Orderstatic ServiceRequestIntentOPTIONOptionstatic ServiceRequestIntentORDEROrderstatic ServiceRequestIntentORIGINAL_ORDEROriginal Orderstatic ServiceRequestIntentPLANPlanstatic ServiceRequestIntentPROPOSALProposalstatic ServiceRequestIntentREFLEX_ORDERReflex Order
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceRequestIntent.Builderbuilder()static Codecode(String value)Inherited factory method for creating ServiceRequestIntent objects from a passed string value.booleanequals(Object obj)ServiceRequestIntent.ValueSetgetValueAsEnumConstant()inthashCode()static ServiceRequestIntentof(ServiceRequestIntent.ValueSet value)Factory method for creating ServiceRequestIntent objects from a passed enum value.static ServiceRequestIntentof(String value)Factory method for creating ServiceRequestIntent objects from a passed string value.static Stringstring(String value)Inherited factory method for creating ServiceRequestIntent objects from a passed string value.ServiceRequestIntent.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 ServiceRequestIntent PROPOSAL
ProposalThe request is a suggestion made by someone/something that does not have an intention to ensure it occurs and without providing an authorization to act.
-
PLAN
public static final ServiceRequestIntent PLAN
PlanThe request represents an intention to ensure something occurs without providing an authorization for others to act.
-
DIRECTIVE
public static final ServiceRequestIntent DIRECTIVE
DirectiveThe request represents a legally binding instruction authored by a Patient or RelatedPerson.
-
ORDER
public static final ServiceRequestIntent ORDER
OrderThe request represents a request/demand and authorization for action by a Practitioner.
-
ORIGINAL_ORDER
public static final ServiceRequestIntent ORIGINAL_ORDER
Original OrderThe request represents an original authorization for action.
-
REFLEX_ORDER
public static final ServiceRequestIntent 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 ServiceRequestIntent 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 ServiceRequestIntent INSTANCE_ORDER
Instance OrderAn order created in fulfillment of a broader order that represents the authorization for a single activity occurrence. E.g. The administration of a single dose of a drug.
-
OPTION
public static final ServiceRequestIntent OPTION
OptionThe request represents a component or option for a RequestGroup that establishes timing, conditionality and/or other constraints among a set of requests. Refer to [[[RequestGroup]]] for additional information on how this status is used.
-
-
Method Detail
-
getValueAsEnumConstant
public ServiceRequestIntent.ValueSet getValueAsEnumConstant()
-
of
public static ServiceRequestIntent of(ServiceRequestIntent.ValueSet value)
Factory method for creating ServiceRequestIntent objects from a passed enum value.
-
of
public static ServiceRequestIntent of(String value)
Factory method for creating ServiceRequestIntent 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 ServiceRequestIntent 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 ServiceRequestIntent 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 ServiceRequestIntent.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static ServiceRequestIntent.Builder builder()
-
-