FHIR IG Statistics: CodeSystem/hl7.org-fhir-request-status
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
Code | Display | Definition |
draft | Draft | The request has been created but is not yet complete or ready for action. |
active | Active | The request is in force and ready to be acted upon. |
on-hold | On Hold | The request (and any implicit authorization to act) has been temporarily withdrawn but is expected to resume in the future. |
revoked | Revoked | The request (and any implicit authorization to act) has been terminated prior to the known full completion of the intended actions. No further activity should occur. |
completed | Completed | The activity described by the request has been fully performed. No further activity will occur. |
entered-in-error | Entered in Error | This request should never have existed and should be considered 'void'. (It is possible that real-world decisions were based on it. If real-world activity has occurred, the status should be "revoked" rather than "entered-in-error".). |
unknown | Unknown | 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 authoring/source system does not know which. |
Additional Language Displays
Code | Dansk (Danish, da) |
draft | Udkast |
active | Aktiv |
on-hold | Suspenderet |
revoked | Annulleret |
completed | Afsluttet |
entered-in-error | Fejlindtastning |
unknown | Ukendt |
Source
{
"resourceType": "CodeSystem",
"id": "hl7.org-fhir-request-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.org/fhir/request-status",
"version": "3.5.1",
"name": "RequestStatus",
"title": "Request Status",
"status": "active",
"experimental": false,
"date": "2021-10-27T13:27:27+00:00",
"publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"contact": [
{
"name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
"telecom": [
{
"system": "url",
"value": "http://ehealth.sundhed.dk"
}
]
}
],
"description": "Codes identifying the stage lifecycle stage of a request",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DK",
"display": "Denmark"
}
]
}
],
"content": "supplement",
"supplements": "http://hl7.org/fhir/request-status",
"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 in force and ready to be acted upon.",
"designation": [
{
"language": "da",
"use": {
"system": "http://snomed.info/sct",
"code": "900000000000013009"
},
"value": "Aktiv"
}
]
},
{
"code": "on-hold",
"display": "On Hold",
"definition": "The request (and any implicit authorization 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": "revoked",
"display": "Revoked",
"definition": "The request (and any implicit authorization to act) has been terminated prior to the known 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": "The activity described by the request has been fully performed. No further activity will occur.",
"designation": [
{
"language": "da",
"use": {
"system": "http://snomed.info/sct",
"code": "900000000000013009"
},
"value": "Afsluttet"
}
]
},
{
"code": "entered-in-error",
"display": "Entered in Error",
"definition": "This request should never have existed and should be considered 'void'. (It is possible that real-world decisions were based on it. If real-world activity has occurred, the status should be \"revoked\" 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 authoring/source system does not know which.",
"designation": [
{
"language": "da",
"use": {
"system": "http://snomed.info/sct",
"code": "900000000000013009"
},
"value": "Ukendt"
}
]
}
]
}