This page is part of the FHIR Specification (v1.6.0: STU 3 Ballot 4). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
Definition for Code System RequestStage
{
"resourceType": "CodeSystem",
"id": "request-stage",
"meta": {
"lastUpdated": "2016-08-11T17:02:54.322+10:00"
},
"text": {
"status": "generated",
"div": "<div>!-- Snipped for Brevity --></div>"
},
"url": "http://hl7.org/fhir/request-stage",
"name": "RequestStage",
"status": "draft",
"description": "The kind of request.",
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/request-stage",
"content": "complete",
"concept": [
{
"code": "proposal",
"display": "Proposal",
"definition": "The request is a proposal"
},
{
"code": "plan",
"display": "Plan",
"definition": "The request is a plan"
},
{
"code": "original-order",
"display": "Original Order",
"definition": "The request is an order."
},
{
"code": "encoded",
"display": "Encoded",
"definition": "Represents an order created by a fulfiller as a representation of the specific action(s) they intend to take to fulfill the original order. Typically these orders are more fully encoded than the original placer order."
},
{
"code": "reflex-order",
"display": "Reflex Order",
"definition": "Represents a separate order created by a fulfiller as result of fulfilment of an order."
}
]
}
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.