FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/request-status

PackageeReferralOntarioNew.core
TypeCodeSystem
Idrequest-status
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=eReferralOntarioNew.core@0.10.0&canonical=http://hl7.org/fhir/request-status
URLhttp://hl7.org/fhir/request-status
Version3.3.0
Statusdraft
Date2018-04-03T12:05:46+10:00
NameRequestStatus
Authorityhl7
DescriptionCodes identifying the lifecycle stage of a request
Contentcomplete

Resources that use this resource

CodeSystem
care-plan-statusCare Plan Status
request-statusRequest Status
request-status-dk-supplementDK Request Status
ConceptMap
table-hl70119-to-request-statusTable HL70119 to Request Status Map
OrderStatusCodelijst-to-RequestStatusHCIM OrderStatusCodelijst to RequestStatus
KBV_CM_MIO_TELE_RequestStatus_GermanKBV_CM_MIO_TELE_RequestStatus_German
KBV_CM_MIO_DIGA_OverviewKBV_CM_MIO_DIGA_Overview
ValueSet
au-erequesting-request-statusAU eRequesting RequestStatus
pa-servicerequest-statusPA ServiceRequest Status
qicore-positive-request-statusPositive Request Status
CorHealthEntryStatusVSEntry Status
R3-request-status-for-R4BCross-version VS for R3.RequestStatus for use in FHIR R4B
request-statusRequestStatus
KBV_VS_KV_DIGITAL_TS_DRITTE_Vermittlungscode_StatusKBV_VS_KV_DIGITAL_TS_DRITTE_Vermittlungscode_Status
BRStatusRequisicaoRegulacaoAssistencialStatus de requisição de regulação assistencial
request-statusRequestStatus
KBV_VS_MIO_CMR_Service_Request_StatusService-Request Status
service-request-status-vsStatus des ServiceRequests
R3-request-status-for-R5Cross-version VS for R3.RequestStatus for use in FHIR R5
R3-request-status-for-R4Cross-version VS for R3.RequestStatus for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

RequestStatus

Codes identifying the lifecycle stage of a request

This code system http://hl7.org/fhir/request-status defines the following codes:

CodeDisplayDefinition
draftDraftThe request has been created but is not yet complete or ready for action
activeActiveThe request is in force and ready to be acted upon
suspendedSuspendedThe authorization/request to act has been temporarily withdrawn but is expected to resume in the future
cancelledCancelledThe authorization/request to act has been terminated prior to the full completion of the intended actions. No further activity should occur.
completedCompletedActivity against the request has been sufficiently completed to the satisfaction of the requester
entered-in-errorEntered in ErrorThis 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".)
unknownUnknownThe 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 does not know.

Source

{
  "resourceType": "CodeSystem",
  "id": "request-status",
  "meta": {
    "lastUpdated": "2018-04-03T12:05:46.262+10:00"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pc"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Trial Use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    }
  ],
  "url": "http://hl7.org/fhir/request-status",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.1.112"
    }
  ],
  "version": "3.3.0",
  "name": "RequestStatus",
  "status": "draft",
  "experimental": false,
  "date": "2018-04-03T12:05:46+10: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 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"
    },
    {
      "code": "active",
      "display": "Active",
      "definition": "The request is in force and ready to be acted upon"
    },
    {
      "code": "suspended",
      "display": "Suspended",
      "definition": "The authorization/request to act has been temporarily withdrawn but is expected to resume in the future"
    },
    {
      "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."
    },
    {
      "code": "completed",
      "display": "Completed",
      "definition": "Activity against the request has been sufficiently completed to the satisfaction of the requester"
    },
    {
      "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\".)"
    },
    {
      "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 does not know."
    }
  ]
}