FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/consent-provision-type-vs

Packagedhp
TypeValueSet
Idconsent-provision-type-vs
FHIR VersionR5
Sourcehttp://medcore.uz/https://build.fhir.org/ig/uzinfocom-org/digital-health-ig/ValueSet-consent-provision-type-vs.html
URLhttps://terminology.medcore.uz/ValueSet/consent-provision-type-vs
Version0.1.0
Statusdraft
Date2025-07-07T16:50:09+00:00
NameConsentProvisionTypeVS
TitleConsent provision type
DescriptionDetermines the type of consent

Resources that use this resource

StructureDefinition
dhp-consentUzbekistan DHP Consent

Resources that this resource uses

No resources found


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.


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
    КодОтображениеОпределение
    denyDenyConsent is denied for actions meeting these rules.
    permitPermitConsent is provided for actions meeting these rules.

Source

{
  "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.medcore.uz/CodeSystem/consent-provision-type-cs|0.1.0"
    }
  ],
  "url": "https://terminology.medcore.uz/ValueSet/consent-provision-type-vs",
  "version": "0.1.0",
  "name": "ConsentProvisionTypeVS",
  "title": "Consent provision type",
  "status": "draft",
  "experimental": true,
  "date": "2025-07-07T16:50:09+00:00",
  "publisher": "Uzinfocom LLC",
  "contact": [
    {
      "name": "Uzinfocom LLC",
      "telecom": [
        {
          "system": "url",
          "value": "https://uzinfocom.uz"
        },
        {
          "system": "email",
          "value": "info@uzinfocom.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"
          }
        ]
      }
    ]
  }
}