{
"resourceType" : "CodeSystem",
"id" : "request-status",
"meta" : {
"lastUpdated" : "2019-10-24T11:53:00+11:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/request-status defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">draft<a name=\"request-status-draft\"> </a></td><td>Draft</td><td>The request has been created but is not yet complete or ready for action</td></tr><tr><td style=\"white-space:nowrap\">active<a name=\"request-status-active\"> </a></td><td>Active</td><td>The request is ready to be acted upon</td></tr><tr><td style=\"white-space:nowrap\">suspended<a name=\"request-status-suspended\"> </a></td><td>Suspended</td><td>The authorization/request to act has been temporarily withdrawn but is expected to resume in the future</td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"request-status-cancelled\"> </a></td><td>Cancelled</td><td>The authorization/request to act has been terminated prior to the full completion of the intended actions. No further activity should occur.</td></tr><tr><td style=\"white-space:nowrap\">completed<a name=\"request-status-completed\"> </a></td><td>Completed</td><td>Activity against the request has been sufficiently completed to the satisfaction of the requester</td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"request-status-entered-in-error\"> </a></td><td>Entered in Error</td><td>This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "cancelled" rather than "entered-in-error".)</td></tr><tr><td style=\"white-space:nowrap\">unknown<a name=\"request-status-unknown\"> </a></td><td>Unknown</td><td>The authoring system does not know which of the status values currently applies for this request. Note: This concept is not to be used for "other" . One of the listed statuses is presumed to apply, but the system creating the request doesn't know.</td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Dansk (Danish, da)</b></td></tr><tr><td>draft</td><td>Udkast</td></tr><tr><td>active</td><td>Aktiv</td></tr><tr><td>suspended</td><td>Suspenderet</td></tr><tr><td>cancelled</td><td>Annulleret</td></tr><tr><td>completed</td><td>Afsluttet</td></tr><tr><td>entered-in-error</td><td>Fejlindtastning</td></tr><tr><td>unknown</td><td>Ukendt</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
"valueString" : "Informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 3
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "pc"
}
],
"url" : "http://hl7.org/fhir/request-status",
"identifier" : {
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.1.103"
},
"version" : "3.0.2",
"name" : "RequestStatus",
"status" : "draft",
"experimental" : false,
"date" : "2019-10-24T11:53:00+11:00",
"publisher" : "HL7 (FHIR Project)",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}
]
}
],
"description" : "Codes identifying the stage lifecycle stage of a request",
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/request-status",
"content" : "complete",
"concept" : [
{
"code" : "draft",
"display" : "Draft",
"definition" : "The request has been created but is not yet complete or ready for action",
"designation" : [
{
"language" : "da",
"use" : {
"system" : "http://snomed.info/sct",
"code" : "900000000000013009"
},
"value" : "Udkast"
}
]
},
{
"code" : "active",
"display" : "Active",
"definition" : "The request is ready to be acted upon",
"designation" : [
{
"language" : "da",
"use" : {
"system" : "http://snomed.info/sct",
"code" : "900000000000013009"
},
"value" : "Aktiv"
}
]
},
{
"code" : "suspended",
"display" : "Suspended",
"definition" : "The authorization/request to act has been temporarily withdrawn but is expected to resume in the future",
"designation" : [
{
"language" : "da",
"use" : {
"system" : "http://snomed.info/sct",
"code" : "900000000000013009"
},
"value" : "Suspenderet"
}
]
},
{
"code" : "cancelled",
"display" : "Cancelled",
"definition" : "The authorization/request to act has been terminated prior to the full completion of the intended actions. No further activity should occur.",
"designation" : [
{
"language" : "da",
"use" : {
"system" : "http://snomed.info/sct",
"code" : "900000000000013009"
},
"value" : "Annulleret"
}
]
},
{
"code" : "completed",
"display" : "Completed",
"definition" : "Activity against the request has been sufficiently completed to the satisfaction of the requester",
"designation" : [
{
"language" : "da",
"use" : {
"system" : "http://snomed.info/sct",
"code" : "900000000000013009"
},
"value" : "Afsluttet"
}
]
},
{
"code" : "entered-in-error",
"display" : "Entered in Error",
"definition" : "This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be \"cancelled\" rather than \"entered-in-error\".)",
"designation" : [
{
"language" : "da",
"use" : {
"system" : "http://snomed.info/sct",
"code" : "900000000000013009"
},
"value" : "Fejlindtastning"
}
]
},
{
"code" : "unknown",
"display" : "Unknown",
"definition" : "The authoring system does not know which of the status values currently applies for this request. Note: This concept is not to be used for \"other\" . One of the listed statuses is presumed to apply, but the system creating the request doesn't know.",
"designation" : [
{
"language" : "da",
"use" : {
"system" : "http://snomed.info/sct",
"code" : "900000000000013009"
},
"value" : "Ukendt"
}
]
}
]
}