RequestIntent
public enum RequestIntent: String
Codes indicating the degree of authority/intentionality associated with a request
URL: http://hl7.org/fhir/request-intent ValueSet: http://hl7.org/fhir/ValueSet/request-intent
-
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
Declaration
Swift
case proposal = "proposal"
-
The request represents an intension to ensure something occurs without providing an authorization for others to act
Declaration
Swift
case plan = "plan"
-
The request represents a request/demand and authorization for action
Declaration
Swift
case order = "order"
-
The request represents an original authorization for action
Declaration
Swift
case originalOrder = "original-order"
-
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
Declaration
Swift
case reflexOrder = "reflex-order"
-
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
Declaration
Swift
case fillerOrder = "filler-order"
-
An 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.
Declaration
Swift
case instanceOrder = "instance-order"
-
The 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
Declaration
Swift
case option = "option"