anhnv125 commited on
Commit
ba404dc
·
verified ·
1 Parent(s): 8a05e02

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -73,3 +73,21 @@ A documented JSON search API also exists at
73
  Descriptions are the official German ICD-10-GM labels as published on the
74
  portal. Provided for research; verify against the official BfArM/DIMDI
75
  classification for clinical or billing use.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  Descriptions are the official German ICD-10-GM labels as published on the
74
  portal. Provided for research; verify against the official BfArM/DIMDI
75
  classification for clinical or billing use.
76
+
77
+
78
+ ## Companion file: top ICD codes by specialty
79
+
80
+ `top_icd_by_specialty_2024q1.json` — the most frequent ICD-10 categories per
81
+ ambulatory care specialty in **KV Nordrhein, Q1/2024** (source: KV Nordrhein
82
+ "Die 100 häufigsten ICD-10-Schlüssel und Kurztexte"), joined to the canonical
83
+ German descriptions and `body_text` of this dataset on the 3-character ICD
84
+ category.
85
+
86
+ Shape: `{quarter, n_specialties: 21, specialties: [{care, codes: [...]}]}`, where
87
+ each code has `rank`, `icd`, `anteil_pct` (share of cases in %), `kurztext` (KV
88
+ short label), `description` (official ICD-10-GM label), and `body_text`.
89
+
90
+ Note: in the source, *Internisten (fachärztlich tätig)* and *Nervenheilkunde*
91
+ are split into several unlabeled subspecialty lists; only the first list of each
92
+ is kept here, so those two entries represent one subspecialty rather than a
93
+ specialty-wide aggregate.