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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeValueSet
IdValueSet-adverse-event-status-vs.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/uzinfocom-org/digital-health-ig/ValueSet-adverse-event-status-vs.html
URLhttps://terminology.dhp.uz/fhir/core/ValueSet/adverse-event-status-vs
Version0.6.0
Statusdraft
Date2026-07-16T09:52:12+00:00
NameAdverseEventStatusVS
TitleTypes of AdverseEvent status
DescriptionTypes of AdverseEvent status in Uzbekistan

Resources that use this resource

StructureDefinition
uz.dhp.core#currentuz-core-adverse-eventUZ Core AdverseEvent

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0event-statusEventStatus

Narrative

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


English


Generated Narrative: ValueSet adverse-event-status-vs

This ValueSet requires the Code system Supplement AdverseEvent status translations.

  • Include these codes as defined in http://hl7.org/fhir/event-status version 📍5.0.0
    CodeDisplayDefinition
    in-progressIn ProgressThe event is currently occurring.
    completedCompletedThe event has now concluded.
    entered-in-errorEntered in ErrorThis electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "stopped" rather than "entered-in-error".).
    unknownUnknownThe authoring/source system does not know which of the status values currently applies for this event. 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.

Russian


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

This ValueSet requires the Code system Supplement AdverseEvent status translations.

  • Include эти коды, как они определены в http://hl7.org/fhir/event-status версия 📍5.0.0
    КодОтображениеОпределение
    in-progressIn ProgressThe event is currently occurring.
    completedCompletedThe event has now concluded.
    entered-in-errorEntered in ErrorThis electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "stopped" rather than "entered-in-error".).
    unknownUnknownThe authoring/source system does not know which of the status values currently applies for this event. 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.

Uzbek


Generated Narrative: ValueSet adverse-event-status-vs

This ValueSet requires the Code system Supplement AdverseEvent status translations.

  • Include these codes as defined in http://hl7.org/fhir/event-status version 📍5.0.0
    CodeDisplayDefinition
    in-progressIn ProgressThe event is currently occurring.
    completedCompletedThe event has now concluded.
    entered-in-errorEntered in ErrorThis electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be "stopped" rather than "entered-in-error".).
    unknownUnknownThe authoring/source system does not know which of the status values currently applies for this event. 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.

Source1

{
  "resourceType": "ValueSet",
  "id": "adverse-event-status-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
      "valueCanonical": "https://terminology.dhp.uz/fhir/core/CodeSystem/adverse-event-status-cs|5.0.0"
    }
  ],
  "url": "https://terminology.dhp.uz/fhir/core/ValueSet/adverse-event-status-vs",
  "version": "0.6.0",
  "name": "AdverseEventStatusVS",
  "title": "Types of AdverseEvent status",
  "status": "draft",
  "experimental": true,
  "date": "2026-07-16T09:52:12+00:00",
  "publisher": "Ministry of Health of the Republic of Uzbekistan",
  "_publisher": {
    "extension": [
      {
        "extension": [
          {
            "url": "lang",
            "valueCode": "uz"
          },
          {
            "url": "content",
            "valueString": "O‘zbekiston Respublikasi Sog‘liqni saqlash vazirligi"
          }
        ],
        "url": "http://hl7.org/fhir/StructureDefinition/translation"
      },
      {
        "extension": [
          {
            "url": "lang",
            "valueCode": "ru"
          },
          {
            "url": "content",
            "valueString": "Ministry of Health of the Republic of Uzbekistan"
          }
        ],
        "url": "http://hl7.org/fhir/StructureDefinition/translation"
      }
    ]
  },
  "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": "Types of AdverseEvent status in Uzbekistan",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "UZ",
          "display": "Uzbekistan"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/event-status",
        "version": "5.0.0",
        "concept": [
          {
            "code": "in-progress",
            "display": "In Progress"
          },
          {
            "code": "completed",
            "display": "Completed"
          },
          {
            "code": "entered-in-error",
            "display": "Entered in Error"
          },
          {
            "code": "unknown",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}