0.1.0 - ci-build
RuSEMD, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-ru/Ru-SEMD/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "observation-vital-sign-diuresis",
"meta" : {
"profile" : [
🔗 "https://fhir.ru/ig/semd/StructureDefinition/semd-observation"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-vital-sign-diuresis</b></p><a name=\"observation-vital-sign-diuresis\"> </a><a name=\"hcobservation-vital-sign-diuresis\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-semd-observation.html\">SEMD Observation (Наблюдение СЭМД)</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.643.5.1.13.13.99.2.262 8}\">Суммарный диурез</span></p><p><b>effective</b>: 2022-11-15 08:30:00+0300</p><p><b>value</b>: 1500 мл<span style=\"background: LightGoldenRodYellow\"> (Details: unknown code16 = '16')</span></p><p><b>note</b>: </p><blockquote><div><p>данные записаны со слов медсестры</p>\n</div></blockquote><h3>ReferenceRanges</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Low</b></td><td><b>High</b></td></tr><tr><td style=\"display: none\">*</td><td>1000 мл<span style=\"background: LightGoldenRodYellow\"> (Details: unknown code16 = '16')</span></td><td>2000 мл<span style=\"background: LightGoldenRodYellow\"> (Details: unknown code16 = '16')</span></td></tr></table></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "urn:oid:1.2.643.5.1.13.13.99.2.262",
"version" : "8.13",
"code" : "8",
"display" : "Суммарный диурез"
}
]
},
"effectiveDateTime" : "2022-11-15T08:30:00+03:00",
"valueQuantity" : {
"value" : 1500,
"unit" : "мл",
"system" : "urn:oid:1.2.643.5.1.13.13.11.1358",
"code" : "16"
},
"note" : [
{
"text" : "данные записаны со слов медсестры"
}
],
"referenceRange" : [
{
"low" : {
"value" : 1000,
"unit" : "мл",
"system" : "urn:oid:1.2.643.5.1.13.13.11.1358",
"code" : "16"
},
"high" : {
"value" : 2000,
"unit" : "мл",
"system" : "urn:oid:1.2.643.5.1.13.13.11.1358",
"code" : "16"
}
}
]
}