FHIR IG analytics| Package | uz.dhp.integrations |
| Resource Type | ValueSet |
| Id | ValueSet-care-plan-status-vs.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/uzinfocom-org/digital-health-integration/ValueSet-care-plan-status-vs.html |
| URL | https://terminology.dhp.uz/fhir/integrations/ValueSet/care-plan-status-vs |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-07-20T13:54:46+00:00 |
| Name | CarePlanStatusVS |
| Title | Care Plan Status ValueSet |
| Description | ValueSet including both local and official care plan statuses in Uzbekistan healthcare system |
| StructureDefinition | ||
| uz.dhp.integrations#current | care-for-status-history | Sick Leave Status History |
| uz.dhp.integrations#current | care-for-workflow-status | Sick Leave Workflow Status |
| CodeSystem | ||
| dk.ehealth.sundhed.fhir.ig.core#current | request-status | Request Status |
| uz.dhp.integrations#current | care-plan-status-local-cs | Care Plan Status Local CodeSystem |
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:
https://terminology.dhp.uz/fhir/integrations/CodeSystem/care-plan-status-local-cs version 📍0.1.0http://hl7.org/fhir/request-status version 📍5.0.0| 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. |
| 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".). |
Russian
Сгенерированный нарратив: ValueSet care-plan-status-vs
Этот набор значений включает коды, основанные на следующих правилах:
https://terminology.dhp.uz/fhir/integrations/CodeSystem/care-plan-status-local-cs версия 📍0.1.0http://hl7.org/fhir/request-status версия 📍5.0.0| Код | Отображение | Определение |
| 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. |
| 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".). |
Uzbek
Generated Narrative: ValueSet care-plan-status-vs
This value set includes codes based on the following rules:
https://terminology.dhp.uz/fhir/integrations/CodeSystem/care-plan-status-local-cs version 📍0.1.0http://hl7.org/fhir/request-status version 📍5.0.0| 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. |
| 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".). |
{
"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"
}
]
}
]
}
}