Интерпретация результатов оценки по клиническим шкалам и опросникам (1.2.643.5.1.13.13.11.1516)

<p><strong><span style="color:#333333">АББРЕВИАТУРЫ:</span></strong><br /> <span style="color:#333333">LANSS &ndash; Leeds Assesment of Neuropathic Symptoms and Signs</span></p> <p><span style="color:#333333">ASPECTS &ndash; Alberta Stroke Program Early CT Score</span></p> <p><span style="color:#333333">NIHSS &ndash; National Institutes of Health Stroke Scale</span></p> <p><span style="color:#333333">GRACE &ndash; Global Registry of Acute Coronary Events</span></p> <p><span style="color:#333333">SCORE &ndash; Systematic Coronary Risk Evaluation</span></p> <p><span style="color:#333333">RASS &ndash; Richmond Agitation-Sedation Scale</span></p> <p><span style="color:#333333">BI-RADS &ndash; Breast Imaging Reporting and Data System</span></p> <p><span style="color:#333333">TI-RADS &ndash; Thyroid Imaging Reporting and Data System</span></p> <p><span style="color:#333333">PI-RADS &ndash; Prostate Imaging Reporting and Data System</span></p> <p><span style="color:#333333">LI-RADS &ndash; Liver Imaging Reporting and Data System</span></p> <p><span style="color:#333333">LUNG-RADS &ndash; Lung Reporting and Data System</span></p> <p><span style="color:#333333">C-RADS &ndash; Colon Reporting and Data System</span></p> <p><span style="color:#333333">ВТЭО &ndash; Венозные тромбоэмболические осложнения</span></p> <p><span style="color:#333333">ШКГ &ndash; Шкала комы Глазго</span></p> <p><strong><span style="color:#333333">НАЗНАЧЕНИЕ:</span></strong><br /> <span style="color:#333333">Справочник содержит интерпретации результатов оценки по клиническим шкалам и опросникам.</span></p> <p><strong><span style="color:#333333">ДОПОЛНИТЕЛЬНЫЕ ИСТОЧНИКИ ИНФОРМАЦИИ:</span></strong><br /> &nbsp;</p> <ol> <li>Bennett M. The LANSS Pain Scale: the Leeds assessment of neuropathic symptoms and signs. Pain 2001;92(17&ndash;2): 147&ndash;57</li> <li>Teasdale, G. and Jennett, B. (1974) Assessment of Coma and Impaired Consciousness. A Practical Scale. The Lancet, 2, 81-84</li> <li>Khorana A. et al. Development and validation of a predictive model for chemotherapy - associated thrombosis // Blood. 2008. Vol. 111, N 10. P. 4902 &ndash; 4907</li> <li>Catapano A. L. et al. 2016 ESC/EAS guidelines for the management of dyslipidaemias //European heart journal. &ndash; 2016. &ndash; Т. 37. &ndash; №. 39. &ndash; С. 2999-3058.</li> <li>Sessler C. N. et al. The Richmond Agitation&ndash;Sedation Scale: validity and reliability in adult intensive care unit patients //American journal of respiratory and critical care medicine. &ndash; 2002. &ndash; Т. 166. &ndash; №. 10. &ndash; С. 1338-1344.</li> <li>Caprini J. A. Thrombosis risk assessment as a guide to quality patient care //Disease-a-Month. &ndash; 2005. &ndash; Т. 51. &ndash; №. 2-3. &ndash; С. 70-78.</li> <li>S. Huicochea Castellanos, A. Gonzalez-Aguirre, M. Chapa Ibarg&uuml;engoitia, S. E. Vazquez, J. Vazquez Lamadrid; Mexico, DF/ MX// ECR (European society of radiology). - 2014. - C-1928. - C. 1-19</li> </ol>

Характеристики

Код 4824
Набор данных Интерпретация результатов оценки по клиническим шкалам и опросникам (1.2.643.5.1.13.13.11.1516)
Объём 197 записей, 81.2 kB
Поля с индексами table_field_ID, table_field_PARENT_ID, table_field_NAME, table_field_Description, table_field_POINT, table_field_SCALE_ID
Дата последнего обновления 2021-10-25 06:57:05.116000

Экспорт данных

Выгрузка в форматах jsonl

Доступ

Для некоммерческого использования

Открытое API (не требует ключа доступа)

Для коммерческого использования

Общедоступное API (требуется ключ доступа)

Пример кода (Python3)

import requests
import json

HOSTNAME = "api.crftr.net"
query = {"table_field_ID": "Укажите значение для фильтра"}

result = requests.get(
    "https://%s/open/rawapi/v3/nsimz/4824?where=%s"
    % (HOSTNAME, str(query).replace("'", '"'))
).json()
if "_meta" in result.keys() and result["_meta"]["total"] > 0:
    print(json.dumps(result["_items"][0], indent=4, ensure_ascii=False))