Uzbekistan Digital Health Platform
0.3.0 -
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
Draft as of 2025-10-15 |
{
"resourceType" : "CodeSystem",
"id" : "http-interaction-cs",
"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: CodeSystem http-interaction-cs</b></p><a name=\"http-interaction-cs\"> </a><a name=\"hchttp-interaction-cs\"> </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: en</p></div><p>This code system supplement <code>https://terminology.dhp.uz/fhir/core/CodeSystem/http-interaction-cs</code> defines displays on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R5/codesystem-restful-interaction.html#restful-interaction-read\">read</a><a name=\"http-interaction-cs-read\"> </a></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R5/codesystem-restful-interaction.html#restful-interaction-update\">update</a><a name=\"http-interaction-cs-update\"> </a></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R5/codesystem-restful-interaction.html#restful-interaction-create\">create</a><a name=\"http-interaction-cs-create\"> </a></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R5/codesystem-restful-interaction.html#restful-interaction-delete\">delete</a><a name=\"http-interaction-cs-delete\"> </a></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R5/codesystem-restful-interaction.html#restful-interaction-search\">search</a><a name=\"http-interaction-cs-search\"> </a></td></tr></table><p><b>Additional Language Displays</b></p><table class=\"codes\"><tr><td><b>Code</b></td><td><b>Русский (Russian, ru)</b></td><td><b>uz</b></td></tr><tr><td>read</td><td>Чтение</td><td>O'qish</td></tr><tr><td>update</td><td>Обновление</td><td>Yangilash</td></tr><tr><td>create</td><td>Создание</td><td>Yaratilish</td></tr><tr><td>delete</td><td>Удаление</td><td>Olib tashlash</td></tr><tr><td>search</td><td>Поиск</td><td>Qidiruv</td></tr></table></div>"
},
"url" : "https://terminology.dhp.uz/fhir/core/CodeSystem/http-interaction-cs",
"version" : "5.0.0",
"name" : "HttpInteractionCS",
"title" : "HTTP interaction translations",
"status" : "draft",
"experimental" : true,
"date" : "2025-10-15T12:31:04+00:00",
"publisher" : "Uzinfocom LLC",
"contact" : [
{
"name" : "Uzinfocom LLC",
"telecom" : [
{
"system" : "url",
"value" : "https://uzinfocom.uz"
},
{
"system" : "email",
"value" : "info@uzinfocom.uz"
}
]
}
],
"description" : "HTTP interaction supplement with translations in Uzbek and Russian",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"content" : "supplement",
"supplements" : "http://hl7.org/fhir/restful-interaction|5.0.0",
"concept" : [
{
"code" : "read",
"designation" : [
{
"language" : "ru",
"value" : "Чтение"
},
{
"language" : "uz",
"value" : "O'qish"
}
]
},
{
"code" : "update",
"designation" : [
{
"language" : "ru",
"value" : "Обновление"
},
{
"language" : "uz",
"value" : "Yangilash"
}
]
},
{
"code" : "create",
"designation" : [
{
"language" : "ru",
"value" : "Создание"
},
{
"language" : "uz",
"value" : "Yaratilish"
}
]
},
{
"code" : "delete",
"designation" : [
{
"language" : "ru",
"value" : "Удаление"
},
{
"language" : "uz",
"value" : "Olib tashlash"
}
]
},
{
"code" : "search",
"designation" : [
{
"language" : "ru",
"value" : "Поиск"
},
{
"language" : "uz",
"value" : "Qidiruv"
}
]
}
]
}