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

FHIR IG Statistics: CodeSystem/hl7.org-fhir-request-status

Packagedk.ehealth.sundhed.fhir.ig.core
TypeCodeSystem
Idhl7.org-fhir-request-status
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/CodeSystem-hl7.org-fhir-request-status.html
URLhttp://hl7.org/fhir/request-status
Version3.5.1
Statusactive
Date2021-10-27T13:27:27+00:00
NameRequestStatus
TitleRequest Status
Realmdk
DescriptionCodes identifying the stage lifecycle stage of a request
Contentsupplement
Supplementshttp://hl7.org/fhir/request-status

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

CodeSystem
request-statusRequest Status
request-statusRequestStatus

Narrative

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

CodeDisplayDefinition
draft DraftThe request has been created but is not yet complete or ready for action.
active ActiveThe request is in force and ready to be acted upon.
on-hold On HoldThe request (and any implicit authorization to act) has been temporarily withdrawn but is expected to resume in the future.
revoked RevokedThe 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 CompletedThe activity described by the request has been fully performed. No further activity will occur.
entered-in-error Entered in ErrorThis 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 UnknownThe 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

CodeDansk (Danish, da)
draftUdkast
activeAktiv
on-holdSuspenderet
revokedAnnulleret
completedAfsluttet
entered-in-errorFejlindtastning
unknownUkendt

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"
        }
      ]
    }
  ]
}