Uzbekistan Digital Health Platform
0.3.0 - ci-build Uzbekistan flag

Uzbekistan Digital Health Platform, published by Ministry of Health of the Republic of Uzbekistan. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/uzinfocom-org/digital-health-ig/ and changes regularly. See the Directory of published versions

: Organization Identifier Domain Value Set

Draft as of 2026-01-08

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "organization-identifier-domain-vs",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ValueSet organization-identifier-domain-vs</b></p><a name=\"organization-identifier-domain-vs\"> </a><a name=\"hcorganization-identifier-domain-vs\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: uz</p></div><ul><li>Include codes from<a href=\"CodeSystem-identifier-domain-cs.html\"><code>https://dhp.uz/fhir/core/CodeSystem/identifier-domain-cs</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.3.0</span> where concept  is-a <a href=\"CodeSystem-identifier-domain-cs.html#identifier-domain-cs-https.58.47.47dhp.46uz.47fhir.47core.47sid.47org\">https://dhp.uz/fhir/core/sid/org</a> and notSelectable  = false</li></ul></div>"
  },
  "url" : "https://dhp.uz/fhir/core/ValueSet/organization-identifier-domain-vs",
  "version" : "0.3.0",
  "name" : "OrganizationIdentifierDomainVS",
  "title" : "Organization Identifier Domain Value Set",
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-01-08T14:10:56+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" : "Allowed codes for organization identification domains (national tax numbers, registration numbers, etc) in Uzbekistan's health information exchange. Used in the [UZ Core Organization](StructureDefinition-uz-core-organization.html) profile.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "UZ",
          "display" : "Uzbekistan"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://dhp.uz/fhir/core/CodeSystem/identifier-domain-cs",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "https://dhp.uz/fhir/core/sid/org"
          },
          {
            "property" : "notSelectable",
            "op" : "=",
            "value" : "false"
          }
        ]
      }
    ]
  }
}