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

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

Packageuz.dhp.core
Resource TypeValueSet
Idconsent-provision-type-vs
FHIR VersionR5
Sourcehttp://dhp.uz/https://build.fhir.org/ig/vadi2/DHP-temp/ValueSet-consent-provision-type-vs.html
URLhttps://terminology.dhp.uz/ValueSet/consent-provision-type-vs
Version0.2.0
Statusdraft
Date2025-08-12T15:30:11+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

No resources found


Narrative

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

Generated Narrative: ValueSet consent-provision-type-vs

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


Source

{
  "resourceType": "ValueSet",
  "id": "consent-provision-type-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-supplement",
      "valueCanonical": "https://terminology.dhp.uz/CodeSystem/consent-provision-type-cs|5.0.0"
    }
  ],
  "url": "https://terminology.dhp.uz/ValueSet/consent-provision-type-vs",
  "version": "0.2.0",
  "name": "ConsentProvisionTypeVS",
  "title": "Consent provision type",
  "status": "draft",
  "experimental": true,
  "date": "2025-08-12T15:30:11+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"
          }
        ]
      }
    ]
  }
}