FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuz.dhp.integrations
Resource TypeValueSet
IdValueSet-care-plan-status-vs.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/uzinfocom-org/digital-health-integration/ValueSet-care-plan-status-vs.html
URLhttps://terminology.dhp.uz/fhir/integrations/ValueSet/care-plan-status-vs
Version0.1.0
Statusdraft
Date2026-07-20T13:54:46+00:00
NameCarePlanStatusVS
TitleCare Plan Status ValueSet
DescriptionValueSet including both local and official care plan statuses in Uzbekistan healthcare system

Resources that use this resource

StructureDefinition
uz.dhp.integrations#currentcare-for-status-historySick Leave Status History
uz.dhp.integrations#currentcare-for-workflow-statusSick Leave Workflow Status

Resources that this resource uses

CodeSystem
dk.ehealth.sundhed.fhir.ig.core#currentrequest-statusRequest Status
uz.dhp.integrations#currentcare-plan-status-local-csCare Plan Status Local CodeSystem

Narrative

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


English


Generated Narrative: ValueSet care-plan-status-vs

This value set includes codes based on the following rules:

  • Include all codes defined in https://terminology.dhp.uz/fhir/integrations/CodeSystem/care-plan-status-local-cs version 📍0.1.0
  • Include these codes as defined in http://hl7.org/fhir/request-status version 📍5.0.0
    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.
    revokedRevokedThe 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.
    completedCompletedThe activity described by the request has been fully performed. No further activity will occur.
    entered-in-errorEntered 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".).

Russian


Сгенерированный нарратив: ValueSet care-plan-status-vs

Этот набор значений включает коды, основанные на следующих правилах:

  • Включить все коды, определенные в https://terminology.dhp.uz/fhir/integrations/CodeSystem/care-plan-status-local-cs версия 📍0.1.0
  • Включить эти коды, как они определены в http://hl7.org/fhir/request-status версия 📍5.0.0
    КодОтображениеОпределение
    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.
    revokedRevokedThe 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.
    completedCompletedThe activity described by the request has been fully performed. No further activity will occur.
    entered-in-errorEntered 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".).

Uzbek


Generated Narrative: ValueSet care-plan-status-vs

This value set includes codes based on the following rules:

  • Include all codes defined in https://terminology.dhp.uz/fhir/integrations/CodeSystem/care-plan-status-local-cs version 📍0.1.0
  • Include these codes as defined in http://hl7.org/fhir/request-status version 📍5.0.0
    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.
    revokedRevokedThe 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.
    completedCompletedThe activity described by the request has been fully performed. No further activity will occur.
    entered-in-errorEntered 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".).

Source1

{
  "resourceType": "ValueSet",
  "id": "care-plan-status-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://terminology.dhp.uz/fhir/integrations/ValueSet/care-plan-status-vs",
  "version": "0.1.0",
  "name": "CarePlanStatusVS",
  "title": "Care Plan Status ValueSet",
  "status": "draft",
  "experimental": true,
  "date": "2026-07-20T13:54:46+00:00",
  "publisher": "Uzinfocom LLC",
  "contact": [
    {
      "name": "Uzinfocom LLC",
      "telecom": [
        {
          "system": "url",
          "value": "https://uzinfocom.uz"
        },
        {
          "system": "email",
          "value": "info@uzinfocom.uz"
        }
      ]
    }
  ],
  "description": "ValueSet including both local and official care plan statuses in Uzbekistan healthcare system",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "UZ",
          "display": "Uzbekistan"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "https://terminology.dhp.uz/fhir/integrations/CodeSystem/care-plan-status-local-cs",
        "version": "0.1.0"
      },
      {
        "system": "http://hl7.org/fhir/request-status",
        "version": "5.0.0",
        "concept": [
          {
            "code": "draft",
            "display": "Draft"
          },
          {
            "code": "active",
            "display": "Active"
          },
          {
            "code": "revoked",
            "display": "Revoked"
          },
          {
            "code": "completed",
            "display": "Completed"
          },
          {
            "code": "entered-in-error",
            "display": "Entered in Error"
          }
        ]
      }
    ]
  }
}