Единая цифровая платформа здравоохранения Узбекистана
0.3.0 - ci-build
Uzbekistan Digital Health Platform, опубликовано Ministry of Health of the Republic of Uzbekistan. Это руководство не является санкционированной публикацией; это непрерывная сборка для версии 0.3.0, созданной FHIR (HL7® FHIR® Standard) CI Build. Эта версия основана на нынешнем содержании https://github.com/uzinfocom-org/digital-health-ig/ и регулярно изменяется. Смотрите каталог опубликованных версий
{
"resourceType" : "Observation",
"id" : "body-weight-example",
"meta" : {
"profile" : [
🔗 "https://dhp.uz/fhir/core/StructureDefinition/uz-core-observation"🔗 ,
"http://hl7.org/fhir/StructureDefinition/vitalsigns"🔗 ,
"http://hl7.org/fhir/StructureDefinition/bodyweight"
]
},
"language" : "ru",
"text" : {
"status" : "generated",
"div" : "<div xml:lang=\"ru\" lang=\"ru\"><hr/><p><b>Russian</b></p><hr/><p class=\"res-header-id\"><b>Сгенерированный нарратив: Измерения и простые утверждения, касающиеся пациента, устройства или другого объекта. body-weight-example</b></p><a name=\"ru-body-weight-example\"> </a><a name=\"ru-hcbody-weight-example\"> </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\">Язык: en</p><p style=\"margin-bottom: 0px\">Профильs: <a href=\"StructureDefinition-uz-core-observation.html\">UZ Core Observation</a>, <a href=\"http://hl7.org/fhir/R5/vitalsigns.html\">Vital Signs Profile</a>, <a href=\"http://hl7.org/fhir/R5/bodyweight.html\">Observation Body Weight Profile</a></p></div><p><b>status</b>: Финал</p><p><b>category</b>: <span title=\"Коды:{http://terminology.hl7.org/CodeSystem/observation-category vital-signs}\">Vital Signs</span></p><p><b>code</b>: <span title=\"Коды:{http://loinc.org 29463-7}\">Body Weight</span></p><p><b>subject</b>: <a href=\"Patient-example-salim.html\">Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier: UzbekistanNationalUniqueIdSystem#30211975910033)</a></p><p><b>effective</b>: 2016-03-28</p><p><b>performer</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Test Test Test(official)</a></p><p><b>value</b>: 185 lbs<span style=\"background: LightGoldenRodYellow\"> (Подробности: UCUM код[lb_av] = '[lb_av]')</span></p></div>"
},
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/observation-category",
"code" : "vital-signs",
"display" : "Vital Signs"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "29463-7",
"display" : "Body Weight"
}
]
},
"subject" : {
🔗 "reference" : "Patient/example-salim"
},
"effectiveDateTime" : "2016-03-28",
"performer" : [
{
🔗 "reference" : "Practitioner/example-practitioner"
}
],
"valueQuantity" : {
"value" : 185,
"unit" : "lbs",
"system" : "http://unitsofmeasure.org",
"code" : "[lb_av]"
}
}