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

FHIR IG analytics

Packageuz.dhp.integrations
Resource TypeValueSet
IdValueSet-encounter-class-vs.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/uzinfocom-org/digital-health-integration/ValueSet-encounter-class-vs.html
URLhttps://terminology.dhp.uz/fhir/integrations/ValueSet/encounter-class-vs
Version0.1.0
Statusdraft
Date2026-07-20T13:54:46+00:00
NameEncounterClassVS
TitleEncounter Class ValueSet
DescriptionValueSet including both local and official encounter classes in Uzbekistan healthcare system

Resources that use this resource

StructureDefinition
uz.dhp.integrations#currentsick-leave-observationSick Leave Observation

Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-ActCodeActCode
uz.dhp.integrations#currentencounter-class-local-csEncounter Class Local CodeSystem

Narrative

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


English


Generated Narrative: ValueSet encounter-class-vs

This value set includes codes based on the following rules:

  • Include all codes defined in https://terminology.dhp.uz/fhir/integrations/CodeSystem/encounter-class-local-cs version 📍0.1.0
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode version 📍10.0.0
    CodeDisplayDefinition
    AMBambulatorA comprehensive term for health care provided in a healthcare facility (e.g. a practitioneraTMs office, clinic setting, or hospital) on a nonresident basis. The term ambulatory usually implies that the patient has come to the location and is not assigned to a bed. Sometimes referred to as an outpatient encounter.
    IMPstatsionarA patient encounter where a patient is admitted by a hospital or equivalent facility, assigned to a location where patients generally stay at least overnight and provided with room, board, and continuous nursing service.

Russian


Сгенерированный нарратив: ValueSet encounter-class-vs

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

  • Включить все коды, определенные в https://terminology.dhp.uz/fhir/integrations/CodeSystem/encounter-class-local-cs версия 📍0.1.0
  • Включить эти коды, как они определены в http://terminology.hl7.org/CodeSystem/v3-ActCode версия 📍10.0.0
    КодОтображениеОпределение
    AMBambulatorA comprehensive term for health care provided in a healthcare facility (e.g. a practitioneraTMs office, clinic setting, or hospital) on a nonresident basis. The term ambulatory usually implies that the patient has come to the location and is not assigned to a bed. Sometimes referred to as an outpatient encounter.
    IMPstatsionarA patient encounter where a patient is admitted by a hospital or equivalent facility, assigned to a location where patients generally stay at least overnight and provided with room, board, and continuous nursing service.

Uzbek


Generated Narrative: ValueSet encounter-class-vs

This value set includes codes based on the following rules:

  • Include all codes defined in https://terminology.dhp.uz/fhir/integrations/CodeSystem/encounter-class-local-cs version 📍0.1.0
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ActCode version 📍10.0.0
    CodeDisplayDefinition
    AMBambulatorA comprehensive term for health care provided in a healthcare facility (e.g. a practitioneraTMs office, clinic setting, or hospital) on a nonresident basis. The term ambulatory usually implies that the patient has come to the location and is not assigned to a bed. Sometimes referred to as an outpatient encounter.
    IMPstatsionarA patient encounter where a patient is admitted by a hospital or equivalent facility, assigned to a location where patients generally stay at least overnight and provided with room, board, and continuous nursing service.

Source1

{
  "resourceType": "ValueSet",
  "id": "encounter-class-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://terminology.dhp.uz/fhir/integrations/ValueSet/encounter-class-vs",
  "version": "0.1.0",
  "name": "EncounterClassVS",
  "title": "Encounter Class 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 encounter classes 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/encounter-class-local-cs",
        "version": "0.1.0"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version": "10.0.0",
        "concept": [
          {
            "code": "AMB",
            "display": "ambulator"
          },
          {
            "code": "IMP",
            "display": "statsionar"
          }
        ]
      }
    ]
  }
}