遇见数据集

Medical terminology in parquet format

收藏
data.europa2026-06-01 更新2026-06-04 收录
官方服务:

资源简介:

### Description These files contain medical terminology in parquet format from the [multi-terminological server.](https://smt.esante.gouv.fr/) The hierarchy of concepts is modelled according to the principle of [sets nesting](https://en.wikipedia.org/wiki/Imbrication _d%27sets): Each concept has two terminals, left and right, such that the terminals of a child concept are strictly between those of its parent. The source code and documentation is available on [github](https://github.com/dridk/smt2parquet) ### Examples: From duckdb, display all descendents of Chapter 1 of ICD10: sql WITH chapter AS ( SELECT lft as l, rgt AS r FROM 'parquet/cim10-2025-01-01.parquet' WHERE code = 'I' ) SELECT code, label, depth FROM 'parquet/cim10-2025-01-01.parquet',chapter WHERE lft >= l AND rgt <= r “““” You can also query the parquet file directly from the url: “““” SELECT * FROM 'https://static.data.gouv.fr/resources/terminology-au-format-parquet/20260531-114329/cim10-2025-01-01.parquet' “““”

创建时间:
2026-05-11
二维码
社区交流群
二维码
科研交流群
商业服务