FHIR2Dataset:使用SQL查询FHIR api,以进行分析和ML

时间:2024-02-21 08:04:34
【文件属性】:

文件名称:FHIR2Dataset:使用SQL查询FHIR api,以进行分析和ML

文件大小:664KB

文件格式:ZIP

更新时间:2024-02-21 08:04:34

machine-learning sql ai fhir covid-19

FHIR查询 使用SQL查询任何FHIR api。 用法 import fhir2dataset as query sql_query = "SELECT p.name.family, p.address.city FROM Patient AS p WHERE p.birthdate=1944 AND p.gender = 'female'" query . sql ( sql_query ) 100%|██████████| 1000/1000 [00:01<00:00, 162.94it/s] p.name.family p.address.city -------------------------------------------- 0 [Hegmann834, Schumm995] [Los Angeles] 1 [Wilderman619, Wolff180] [Chicago] 2 [Smid, Smid] [Paris] ... FHIR Query仍在积极开发中,欢迎反馈和贡献! 安装


【文件预览】:
FHIR2Dataset-master
----MANIFEST.in(41B)
----.github()
--------workflows()
----requirements-dev.txt(87B)
----requirements.txt(42B)
----examples()
--------config_template.json(1KB)
--------example.ipynb(594KB)
--------tutorials_generator.ipynb(282KB)
--------tutorial.html(434KB)
--------example2.md(2KB)
--------example1.md(1KB)
----LICENSE(11KB)
----setup.py(2KB)
----README.md(4KB)
----.pre-commit-config.yaml(563B)
----fhir2dataset()
--------fhirrules_getter.py(5KB)
--------data_class.py(17KB)
--------parser.py(8KB)
--------visualization_tools.py(1KB)
--------__init__.py(642B)
--------graph_tools.py(1KB)
--------graphquery.py(12KB)
--------fhirpath.py(5KB)
--------query.py(12KB)
--------metadata()
--------api_caller.py(15KB)
--------url_builder.py(4KB)
----tests()
--------empty()
--------test_examples.py(2KB)
--------5()
--------1()
--------test_parser.py(2KB)
--------test_empty_df.py(736B)
--------4()
--------2()
--------test_api_caller.py(813B)
--------tools.py(2KB)
--------3()
--------test_graphquery.py(575B)
--------test_fhirpath.py(5KB)
----.gitignore(1KB)
----pyproject.toml(183B)

网友评论