Uzbekistan Digital Health Platform
0.3.0 - ci-build International flag

Uzbekistan Digital Health Platform, published by Uzinfocom LLC. 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/vadi2/DHP-temp/ and changes regularly. See the Directory of published versions

: example-location-1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "example-location-1",
  "meta" : {
    "profile" : [
      🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-location"
    ]
  },
  "language" : "uz",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Location example-location-1</b></p><a name=\"example-location-1\"> </a><a name=\"hcexample-location-1\"> </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><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-uz-core-location.html\">UZ Core Location</a></p></div><p><b>identifier</b>: Tax ID number/200935935</p><p><b>status</b>: Active</p><p><b>name</b>: Republican Oncology Center</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode ONCL}\">Medical oncology clinic</span></p><p><b>address</b>: Farobi, 383 22070022 UZ </p><p><b>managingOrganization</b>: <a href=\"Organization-example-organization.html\">Organization Republican Oncology Center</a></p></div><div xml:lang=\"ru\" lang=\"ru\"><hr/><p><b>Russian</b></p><hr/><p class=\"res-header-id\"><b>Сгенерированный нарратив: Подробная информация и местоположение места, где предоставляются услуги, а также могут храниться, находиться, содержаться или размещаться ресурсы и участники. example-location-1</b></p><a name=\"ru-example-location-1\"> </a><a name=\"ru-hcexample-location-1\"> </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\">Язык: uz</p><p style=\"margin-bottom: 0px\">Профиль: <a href=\"StructureDefinition-uz-core-location.html\">UZ Core Location</a></p></div><p><b>identifier</b>: Tax ID number/200935935</p><p><b>status</b>: активный</p><p><b>name</b>: Республиканский онкологический центр</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Коды:{http://terminology.hl7.org/CodeSystem/v3-RoleCode ONCL}\">Medical oncology clinic</span></p><p><b>address</b>: Farobi, 383 22070022 UZ </p><p><b>managingOrganization</b>: <a href=\"Organization-example-organization.html\">Organization Республиканский онкологический центр</a></p></div></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "TAX",
            "display" : "Tax ID number"
          }
        ]
      },
      "system" : "https://soliq.uz",
      "value" : "200935935"
    }
  ],
  "status" : "active",
  "name" : "Respublika onkologiya markazi",
  "_name" : {
    "extension" : [
      {
        "extension" : [
          {
            "url" : "lang",
            "valueCode" : "ru"
          },
          {
            "url" : "content",
            "valueString" : "Республиканский онкологический центр"
          }
        ],
        "url" : "http://hl7.org/fhir/StructureDefinition/translation"
      },
      {
        "extension" : [
          {
            "url" : "lang",
            "valueCode" : "en"
          },
          {
            "url" : "content",
            "valueString" : "Republican Oncology Center"
          }
        ],
        "url" : "http://hl7.org/fhir/StructureDefinition/translation"
      }
    ]
  },
  "mode" : "instance",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "ONCL"
        }
      ]
    }
  ],
  "address" : {
    "type" : "postal",
    "line" : [
      "Farobi, 383"
    ],
    "city" : "22070022",
    "district" : "1735243",
    "country" : "UZ"
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/example-organization"
  }
}