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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeValueSet
IdValueSet-consent-provision-type-vs.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/uzinfocom-org/digital-health-ig/ValueSet-consent-provision-type-vs.html
URLhttps://terminology.dhp.uz/fhir/core/ValueSet/consent-provision-type-vs
Version0.4.0
Statusdraft
Date2026-02-03T15:04:26+00:00
NameConsentProvisionTypeVS
TitleConsent provision type
DescriptionDetermines the type of consent

Resources that use this resource

StructureDefinition
uz-core-consentUZ Core Consent

Resources that this resource uses

CodeSystem
consent-provision-typeConsentProvisionType

Narrative

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


English


Generated Narrative: ValueSet consent-provision-type-vs

Language: en

This ValueSet requires the Code system Supplement Consent provision type translations.

  • Include these codes as defined in http://hl7.org/fhir/consent-provision-type version 📦5.0.0
    CodeDisplayDefinition
    denyDenyConsent is denied for actions meeting these rules.
    permitPermitConsent is provided for actions meeting these rules.

Russian


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

Язык: en

This ValueSet requires the Code system Supplement Consent provision type translations.

  • Include эти коды, как они определены в http://hl7.org/fhir/consent-provision-type версия 📦5.0.0
    КодОтображениеОпределение
    denyDenyConsent is denied for actions meeting these rules.
    permitPermitConsent is provided for actions meeting these rules.

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 . consent-provision-type-vs

Language: en

This ValueSet requires the Code system Supplement Consent provision type translations.

  • Include these codes as defined in http://hl7.org/fhir/consent-provision-type version 📦5.0.0
    CodeDisplayDefinition
    denyDenyConsent is denied for actions meeting these rules.
    permitPermitConsent is provided for actions meeting these rules.

Source1

{
  "resourceType": "ValueSet",
  "id": "consent-provision-type-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/consent-provision-type-cs|5.0.0"
    }
  ],
  "url": "https://terminology.dhp.uz/fhir/core/ValueSet/consent-provision-type-vs",
  "version": "0.4.0",
  "name": "ConsentProvisionTypeVS",
  "title": "Consent provision type",
  "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": "Determines the type of consent",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "UZ",
          "display": "Uzbekistan"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/consent-provision-type",
        "concept": [
          {
            "code": "deny"
          },
          {
            "code": "permit"
          }
        ]
      }
    ]
  }
}