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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeValueSet
IdValueSet-encounter-status-vs.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/uzinfocom-org/digital-health-ig/ValueSet-encounter-status-vs.html
URLhttps://terminology.dhp.uz/fhir/core/ValueSet/encounter-status-vs
Version0.4.0
Statusdraft
Date2026-02-03T15:04:26+00:00
NameEncounterStatusVS
TitleEncounter status translations
DescriptionEncounter status codes with English and Russian translations

Resources that use this resource

StructureDefinition
uz-core-encounterUZ Core Encounter

Resources that this resource uses

CodeSystem
encounter-statusEncounterStatus

Narrative

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


English


Generated Narrative: ValueSet encounter-status-vs

Language: en

This ValueSet requires the Code system Supplement Encounter status translations.

  • Include these codes as defined in http://hl7.org/fhir/encounter-status version 📦5.0.0
    CodeDisplayDefinition
    plannedPlannedThe Encounter has not yet started.
    in-progressIn ProgressThe Encounter has begun and the patient is present / the practitioner and the patient are meeting.
    completedCompletedThe Encounter has ended.
    cancelledCancelledThe Encounter has ended before it has begun.
    entered-in-errorEntered in ErrorThis instance should not have been part of this patient's medical record.
    unknownUnknownThe encounter status is unknown. Note that "unknown" is a value of last resort and every attempt should be made to provide a meaningful value other than "unknown".

Russian


Сгенерированный нарратив: Экземпляр ресурса ValueSet определяет набор кодов, взятых из одной или нескольких кодовых систем, предназначенных для использования в определенном контексте. Наборы значений связывают определения CodeSystem и их использование в кодированных элементах . encounter-status-vs

Язык: en

This ValueSet requires the Code system Supplement Encounter status translations.

  • Include эти коды, как они определены в http://hl7.org/fhir/encounter-status версия 📦5.0.0
    КодОтображениеОпределение
    plannedPlannedThe Encounter has not yet started.
    in-progressIn ProgressThe Encounter has begun and the patient is present / the practitioner and the patient are meeting.
    completedCompletedThe Encounter has ended.
    cancelledCancelledThe Encounter has ended before it has begun.
    entered-in-errorEntered in ErrorThis instance should not have been part of this patient's medical record.
    unknownUnknownThe encounter status is unknown. Note that "unknown" is a value of last resort and every attempt should be made to provide a meaningful value other than "unknown".

Uzbek


Generated Narrative: ValueSet resurs namunasi ma'lum bir kontekstda foydalanish uchun mo'ljallangan bir yoki bir nechta kod tizimlaridan olingan kodlar to'plamini belgilaydi. Qiymat to'plamlari CodeSystem ta'riflari va ulardan kodlangan elementlarda foydalanish o'rtasidagi bog'liqlik . encounter-status-vs

Language: en

This ValueSet requires the Code system Supplement Encounter status translations.

  • Include these codes as defined in http://hl7.org/fhir/encounter-status version 📦5.0.0
    CodeDisplayDefinition
    plannedPlannedThe Encounter has not yet started.
    in-progressIn ProgressThe Encounter has begun and the patient is present / the practitioner and the patient are meeting.
    completedCompletedThe Encounter has ended.
    cancelledCancelledThe Encounter has ended before it has begun.
    entered-in-errorEntered in ErrorThis instance should not have been part of this patient's medical record.
    unknownUnknownThe encounter status is unknown. Note that "unknown" is a value of last resort and every attempt should be made to provide a meaningful value other than "unknown".

Source1

{
  "resourceType": "ValueSet",
  "id": "encounter-status-vs",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
      "valueCanonical": "https://terminology.dhp.uz/fhir/core/CodeSystem/encounter-status-cs|5.0.0"
    }
  ],
  "url": "https://terminology.dhp.uz/fhir/core/ValueSet/encounter-status-vs",
  "version": "0.4.0",
  "name": "EncounterStatusVS",
  "title": "Encounter status translations",
  "status": "draft",
  "experimental": true,
  "date": "2026-02-03T15:04:26+00:00",
  "publisher": "Ministry of Health of the Republic of Uzbekistan",
  "contact": [
    {
      "name": "Ministry of Health of the Republic of Uzbekistan",
      "telecom": [
        {
          "system": "url",
          "value": "https://gov.uz/en/ssv"
        },
        {
          "system": "email",
          "value": "info@ssv.uz"
        }
      ]
    }
  ],
  "description": "Encounter status codes with English and Russian translations",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "UZ",
          "display": "Uzbekistan"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/encounter-status",
        "concept": [
          {
            "code": "planned"
          },
          {
            "code": "in-progress"
          },
          {
            "code": "completed"
          },
          {
            "code": "cancelled"
          },
          {
            "code": "entered-in-error"
          },
          {
            "code": "unknown"
          }
        ]
      }
    ]
  }
}