Upload folder using huggingface_hub
Browse files- .gitattributes +4 -0
- .gitignore +8 -0
- MANIFEST.tsv +19 -0
- README.md +101 -0
- data/codiesp/evidence_relocations_full_exact.jsonl +3 -0
- data/codiesp/facts_test_full_exact.jsonl +3 -0
- data/codiesp/spotcheck_50_full_exact.tsv +0 -0
- data/codiesp/stats_full_exact.json +19 -0
- data/codiesp/test_docs_full_exact.txt +250 -0
- index/icd10cm_fy2018/code_metadata.jsonl +3 -0
- index/icd10cm_fy2018/icd10cm_fy2018_retrieval.jsonl +3 -0
- index/icd10cm_fy2018/inventory_manifest.json +12 -0
- index/icd10cm_fy2018/self_retrieval_probe.json +44 -0
- schema/icd10cm/normalization_map.json +274 -0
- schema/icd10cm/vocab_family.json +65 -0
- schema/icd10cm/vocab_qualifier.json +72 -0
- schema/icd10cm/vocab_role.json +47 -0
- schema/icd10cm/vocab_scope.json +29 -0
- schema/icd10cm/vocab_temporal.json +85 -0
- schema/icd10cm/vocab_temporal_raw.json +234 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,7 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
data/codiesp/evidence_relocations_full_exact.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
data/codiesp/facts_test_full_exact.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
index/icd10cm_fy2018/code_metadata.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 64 |
+
index/icd10cm_fy2018/icd10cm_fy2018_retrieval.jsonl filter=lfs diff=lfs merge=lfs -text
|
.gitignore
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
runs_codiesp_grounding_baseline/
|
| 2 |
+
logs/
|
| 3 |
+
raw/
|
| 4 |
+
**/__pycache__/
|
| 5 |
+
*.pyc
|
| 6 |
+
*.out
|
| 7 |
+
*.err
|
| 8 |
+
slurm-*.out
|
MANIFEST.tsv
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
90 .gitignore
|
| 2 |
+
0 MANIFEST.tsv
|
| 3 |
+
2575 README.md
|
| 4 |
+
26979681 data/codiesp/evidence_relocations_full_exact.jsonl
|
| 5 |
+
49765580 data/codiesp/facts_test_full_exact.jsonl
|
| 6 |
+
104866 data/codiesp/spotcheck_50_full_exact.tsv
|
| 7 |
+
512 data/codiesp/stats_full_exact.json
|
| 8 |
+
6501 data/codiesp/test_docs_full_exact.txt
|
| 9 |
+
16854241 index/icd10cm_fy2018/code_metadata.jsonl
|
| 10 |
+
74477616 index/icd10cm_fy2018/icd10cm_fy2018_retrieval.jsonl
|
| 11 |
+
487 index/icd10cm_fy2018/inventory_manifest.json
|
| 12 |
+
1379 index/icd10cm_fy2018/self_retrieval_probe.json
|
| 13 |
+
7480 schema/icd10cm/normalization_map.json
|
| 14 |
+
1828 schema/icd10cm/vocab_family.json
|
| 15 |
+
938 schema/icd10cm/vocab_qualifier.json
|
| 16 |
+
883 schema/icd10cm/vocab_role.json
|
| 17 |
+
424 schema/icd10cm/vocab_scope.json
|
| 18 |
+
2782 schema/icd10cm/vocab_temporal.json
|
| 19 |
+
4655 schema/icd10cm/vocab_temporal_raw.json
|
README.md
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# CodiEsp Diagnosis Grounding Data
|
| 2 |
+
|
| 3 |
+
This repository contains the prepared data files needed to reproduce the
|
| 4 |
+
CodiEsp-D diagnosis grounding experiments. It is a data artifact only: it does
|
| 5 |
+
not include experiment code, Slurm scripts, model outputs, logs, or raw source
|
| 6 |
+
archives.
|
| 7 |
+
|
| 8 |
+
## Directory Layout
|
| 9 |
+
|
| 10 |
+
```text
|
| 11 |
+
data/codiesp/
|
| 12 |
+
facts_test_full_exact.jsonl
|
| 13 |
+
evidence_relocations_full_exact.jsonl
|
| 14 |
+
stats_full_exact.json
|
| 15 |
+
test_docs_full_exact.txt
|
| 16 |
+
spotcheck_50_full_exact.tsv
|
| 17 |
+
|
| 18 |
+
index/icd10cm_fy2018/
|
| 19 |
+
icd10cm_fy2018_retrieval.jsonl
|
| 20 |
+
code_metadata.jsonl
|
| 21 |
+
inventory_manifest.json
|
| 22 |
+
self_retrieval_probe.json
|
| 23 |
+
|
| 24 |
+
schema/icd10cm/
|
| 25 |
+
normalization_map.json
|
| 26 |
+
vocab_family.json
|
| 27 |
+
vocab_role.json
|
| 28 |
+
vocab_qualifier.json
|
| 29 |
+
vocab_scope.json
|
| 30 |
+
vocab_temporal.json
|
| 31 |
+
vocab_temporal_raw.json
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
+
## Main Evaluation File
|
| 35 |
+
|
| 36 |
+
```text
|
| 37 |
+
data/codiesp/facts_test_full_exact.jsonl
|
| 38 |
+
```
|
| 39 |
+
|
| 40 |
+
This is the prepared CodiEsp-D test set used by the second-domain experiments.
|
| 41 |
+
It contains the exact-English-relocation slice of the official CodiEsp test
|
| 42 |
+
split.
|
| 43 |
+
|
| 44 |
+
Summary from `data/codiesp/stats_full_exact.json`:
|
| 45 |
+
|
| 46 |
+
- Source documents: 250
|
| 47 |
+
- Target facts: 3,144
|
| 48 |
+
- Unique gold diagnosis codes: 958
|
| 49 |
+
- Exact relocation parse rate: 1.0
|
| 50 |
+
- Exact substring rate: 1.0
|
| 51 |
+
|
| 52 |
+
Each JSONL row contains the clinical mention, English context fields, document
|
| 53 |
+
identifier, one gold diagnosis code, and relocation metadata.
|
| 54 |
+
|
| 55 |
+
## Relocation Files
|
| 56 |
+
|
| 57 |
+
```text
|
| 58 |
+
data/codiesp/evidence_relocations_full_exact.jsonl
|
| 59 |
+
data/codiesp/spotcheck_50_full_exact.tsv
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
These files document how Spanish CodiEsp diagnosis spans were relocated into
|
| 63 |
+
the English context used for retrieval. The evaluation JSONL keeps only facts
|
| 64 |
+
with exact English substring relocation.
|
| 65 |
+
|
| 66 |
+
## Retrieval Inventory
|
| 67 |
+
|
| 68 |
+
```text
|
| 69 |
+
index/icd10cm_fy2018/icd10cm_fy2018_retrieval.jsonl
|
| 70 |
+
```
|
| 71 |
+
|
| 72 |
+
This is the candidate label inventory used by retrieval. It contains 71,344
|
| 73 |
+
candidate diagnosis-code entries. Each entry contains a code identifier,
|
| 74 |
+
canonical English label, retrieval/documentation text, and structural metadata.
|
| 75 |
+
|
| 76 |
+
Inventory construction metadata is in:
|
| 77 |
+
|
| 78 |
+
```text
|
| 79 |
+
index/icd10cm_fy2018/inventory_manifest.json
|
| 80 |
+
```
|
| 81 |
+
|
| 82 |
+
## Schema Files
|
| 83 |
+
|
| 84 |
+
```text
|
| 85 |
+
schema/icd10cm/
|
| 86 |
+
```
|
| 87 |
+
|
| 88 |
+
This directory contains the controlled vocabularies and normalization map used
|
| 89 |
+
by the CodiEsp structured grounding schema.
|
| 90 |
+
|
| 91 |
+
## Not Included
|
| 92 |
+
|
| 93 |
+
The following are intentionally excluded:
|
| 94 |
+
|
| 95 |
+
- Experiment code and Slurm scripts.
|
| 96 |
+
- Model outputs and intermediate run files.
|
| 97 |
+
- Slurm logs.
|
| 98 |
+
- Raw downloaded CodiEsp or diagnosis-code archives.
|
| 99 |
+
- Python bytecode caches.
|
| 100 |
+
|
| 101 |
+
`MANIFEST.tsv` lists the files in this data artifact with byte sizes.
|
data/codiesp/evidence_relocations_full_exact.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a1f36c919ee5fea2b13698834c3aacdc73f61fc0fd09eda0d9f28ff1d57eee41
|
| 3 |
+
size 26979681
|
data/codiesp/facts_test_full_exact.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e5f92736d02f2f70c11ec99325d6f513a3dafd8ddb13dc54c7bd86be66ed82c2
|
| 3 |
+
size 49765580
|
data/codiesp/spotcheck_50_full_exact.tsv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
data/codiesp/stats_full_exact.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"selected_documents": 250,
|
| 3 |
+
"source_contexts": 250,
|
| 4 |
+
"target_facts": 3144,
|
| 5 |
+
"unique_gold_concepts": 958,
|
| 6 |
+
"facts_per_context": 12.576,
|
| 7 |
+
"relocation_parse_ok_rate": 1.0,
|
| 8 |
+
"relocation_exact_substring_rate": 1.0,
|
| 9 |
+
"relocation_counts": {
|
| 10 |
+
"exact_substring": 3144
|
| 11 |
+
},
|
| 12 |
+
"candidate_scope_counts": {
|
| 13 |
+
"aligned_sentence": 904,
|
| 14 |
+
"document": 2240
|
| 15 |
+
},
|
| 16 |
+
"filtered_from": "data/codiesp/facts_test_full.jsonl",
|
| 17 |
+
"filter": "alignment.relocation_locus_level == exact_substring",
|
| 18 |
+
"dropped_facts": 287
|
| 19 |
+
}
|
data/codiesp/test_docs_full_exact.txt
ADDED
|
@@ -0,0 +1,250 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
S0004-06142005000500011-1
|
| 2 |
+
S0004-06142005000900014-1
|
| 3 |
+
S0004-06142006000100010-1
|
| 4 |
+
S0004-06142006000500012-1
|
| 5 |
+
S0004-06142006000600014-1
|
| 6 |
+
S0004-06142006000700011-1
|
| 7 |
+
S0004-06142006000700012-1
|
| 8 |
+
S0004-06142007000100011-1
|
| 9 |
+
S0004-06142007000200011-1
|
| 10 |
+
S0004-06142007000200017-1
|
| 11 |
+
S0004-06142007000500017-1
|
| 12 |
+
S0004-06142007000600012-1
|
| 13 |
+
S0004-06142007000900011-1
|
| 14 |
+
S0004-06142007000900012-1
|
| 15 |
+
S0004-06142007000900014-1
|
| 16 |
+
S0004-06142008000300012-1
|
| 17 |
+
S0004-06142008000300015-1
|
| 18 |
+
S0004-06142008000400010-1
|
| 19 |
+
S0004-06142008000500009-1
|
| 20 |
+
S0004-06142008000600014-1
|
| 21 |
+
S0004-06142008000700003-1
|
| 22 |
+
S0004-06142009000100009-1
|
| 23 |
+
S0004-06142009000100010-3
|
| 24 |
+
S0004-06142009000100014-1
|
| 25 |
+
S0004-06142009000300014-1
|
| 26 |
+
S0004-06142009000300014-4
|
| 27 |
+
S0004-06142009000500013-1
|
| 28 |
+
S0004-06142009000800011-1
|
| 29 |
+
S0004-06142009000900011-1
|
| 30 |
+
S0004-06142010000300011-1
|
| 31 |
+
S0004-06142010000500011-1
|
| 32 |
+
S0004-06142010000500014-1
|
| 33 |
+
S0210-48062004000400012-1
|
| 34 |
+
S0210-48062004000500009-1
|
| 35 |
+
S0210-48062004000700006-1
|
| 36 |
+
S0210-48062005000100016-1
|
| 37 |
+
S0210-48062005000300014-1
|
| 38 |
+
S0210-48062005000500016-1
|
| 39 |
+
S0210-48062005000700010-1
|
| 40 |
+
S0210-48062005001000013-1
|
| 41 |
+
S0210-48062006000900012-2
|
| 42 |
+
S0210-48062006000900014-1
|
| 43 |
+
S0210-48062007000100004-1
|
| 44 |
+
S0210-48062007000500015-1
|
| 45 |
+
S0210-48062007000700015-1
|
| 46 |
+
S0210-48062007001000013-1
|
| 47 |
+
S0210-48062009000200017-1
|
| 48 |
+
S0210-48062009000200018-1
|
| 49 |
+
S0210-48062009000300013-6
|
| 50 |
+
S0210-48062009000600016-1
|
| 51 |
+
S0210-48062009000600017-1
|
| 52 |
+
S0210-48062009000900015-3
|
| 53 |
+
S0210-48062009001000016-2
|
| 54 |
+
S0210-48062010000100019-1
|
| 55 |
+
S0210-56912006000200007-1
|
| 56 |
+
S0210-56912006000800008-1
|
| 57 |
+
S0210-56912008000100008-3
|
| 58 |
+
S0210-56912008000200007-1
|
| 59 |
+
S0210-56912008000200007-2
|
| 60 |
+
S0210-56912008000400007-4
|
| 61 |
+
S0210-56912009000800006-3
|
| 62 |
+
S0210-56912010000200009-1
|
| 63 |
+
S0210-56912011000500009-3
|
| 64 |
+
S0210-56912012000900010-1
|
| 65 |
+
S0211-57352011000100008-1
|
| 66 |
+
S0211-57352011000400009-1
|
| 67 |
+
S0211-57352013000300012-1
|
| 68 |
+
S0211-69952011000600018-1
|
| 69 |
+
S0211-69952012000500025-1
|
| 70 |
+
S0211-69952013000200025-1
|
| 71 |
+
S0211-69952013000700023-1
|
| 72 |
+
S0211-69952013000700025-1
|
| 73 |
+
S0211-69952014000200012-1
|
| 74 |
+
S0211-69952014000400019-1
|
| 75 |
+
S0211-69952014000600016-1
|
| 76 |
+
S0211-69952015000100013-1
|
| 77 |
+
S0211-69952015000300011-1
|
| 78 |
+
S0211-69952016000600552-1
|
| 79 |
+
S0211-69952017000200225-1
|
| 80 |
+
S0212-16112004000400007-1
|
| 81 |
+
S0212-16112007000100015-1
|
| 82 |
+
S0212-16112007000800012-1
|
| 83 |
+
S0212-16112009000300015-1
|
| 84 |
+
S0212-16112011000600041-1
|
| 85 |
+
S0212-16112012000300029-1
|
| 86 |
+
S0212-16112012000500042-1
|
| 87 |
+
S0212-16112012000600045-1
|
| 88 |
+
S0212-71992003000500006-1
|
| 89 |
+
S0212-71992004000300009-1
|
| 90 |
+
S0212-71992004001100007-1
|
| 91 |
+
S0212-71992005000400007-1
|
| 92 |
+
S0212-71992005000400009-1
|
| 93 |
+
S0212-71992005001100007-1
|
| 94 |
+
S0212-71992006000100006-1
|
| 95 |
+
S0212-71992006000100008-1
|
| 96 |
+
S0212-71992006000700008-1
|
| 97 |
+
S0212-71992006000800008-1
|
| 98 |
+
S0212-71992006000900007-1
|
| 99 |
+
S0212-71992007000100007-1
|
| 100 |
+
S0212-71992007000200007-1
|
| 101 |
+
S0212-71992007000400005-1
|
| 102 |
+
S0212-71992007000600008-1
|
| 103 |
+
S0212-71992008000700009-1
|
| 104 |
+
S0213-12852003000500002-1
|
| 105 |
+
S0213-12852003000600002-1
|
| 106 |
+
S0213-12852007000100002-1
|
| 107 |
+
S0365-66912004000600009-2
|
| 108 |
+
S0365-66912004000800009-1
|
| 109 |
+
S0365-66912004001000009-1
|
| 110 |
+
S0365-66912004001100011-1
|
| 111 |
+
S0365-66912004001200010-2
|
| 112 |
+
S0365-66912004001200011-1
|
| 113 |
+
S0365-66912005001100009-2
|
| 114 |
+
S0365-66912005001200008-1
|
| 115 |
+
S0365-66912005001200010-1
|
| 116 |
+
S0365-66912006000200012-1
|
| 117 |
+
S0365-66912006000900010-1
|
| 118 |
+
S0365-66912006001200010-1
|
| 119 |
+
S0365-66912007000100010-1
|
| 120 |
+
S0365-66912007000900011-1
|
| 121 |
+
S0365-66912007000900014-1
|
| 122 |
+
S0365-66912007000900016-1
|
| 123 |
+
S0365-66912008000200014-1
|
| 124 |
+
S0365-66912008000700010-1
|
| 125 |
+
S0365-66912009000100008-1
|
| 126 |
+
S0365-66912009000800005-1
|
| 127 |
+
S0365-66912010000300005-1
|
| 128 |
+
S0365-66912010000700004-1
|
| 129 |
+
S0365-66912011000400005-2
|
| 130 |
+
S0365-66912011000600006-1
|
| 131 |
+
S0365-66912011001000003-2
|
| 132 |
+
S0365-66912012000200003-1
|
| 133 |
+
S0365-66912012000200004-1
|
| 134 |
+
S0365-66912012000500003-1
|
| 135 |
+
S0376-78922009000100014-1
|
| 136 |
+
S0376-78922009000200008-1
|
| 137 |
+
S0376-78922009000400002-1
|
| 138 |
+
S0376-78922009000400010-3
|
| 139 |
+
S0376-78922011000500005-1
|
| 140 |
+
S0376-78922012000200008-1
|
| 141 |
+
S0376-78922013000300013-1
|
| 142 |
+
S0376-78922014000200012-1
|
| 143 |
+
S0376-78922015000400012-1
|
| 144 |
+
S0376-78922016000200011-1
|
| 145 |
+
S0376-78922016000300005-1
|
| 146 |
+
S0378-48352005000100005-1
|
| 147 |
+
S0378-48352005000100005-2
|
| 148 |
+
S0378-48352005000700007-2
|
| 149 |
+
S0378-48352006000300005-1
|
| 150 |
+
S0378-48352006000300008-1
|
| 151 |
+
S0378-48352006000400006-1
|
| 152 |
+
S0465-546X2010000200006-1
|
| 153 |
+
S1130-01082005001000011-1
|
| 154 |
+
S1130-01082005001100016-1
|
| 155 |
+
S1130-01082005001100017-2
|
| 156 |
+
S1130-01082006000900014-1
|
| 157 |
+
S1130-01082006001000017-1
|
| 158 |
+
S1130-01082007000100009-1
|
| 159 |
+
S1130-01082007000100013-1
|
| 160 |
+
S1130-01082007000300014-1
|
| 161 |
+
S1130-01082007000400010-1
|
| 162 |
+
S1130-01082007000400016-1
|
| 163 |
+
S1130-01082007000700011-2
|
| 164 |
+
S1130-01082007001000017-1
|
| 165 |
+
S1130-01082008000100009-1
|
| 166 |
+
S1130-01082008000100010-1
|
| 167 |
+
S1130-01082008000200009-1
|
| 168 |
+
S1130-01082008000500017-2
|
| 169 |
+
S1130-01082008000800011-1
|
| 170 |
+
S1130-01082008000800019-1
|
| 171 |
+
S1130-01082008000900011-1
|
| 172 |
+
S1130-01082008001000008-1
|
| 173 |
+
S1130-01082008001100009-1
|
| 174 |
+
S1130-01082009000300015-1
|
| 175 |
+
S1130-01082009000400009-1
|
| 176 |
+
S1130-01082009000400011-1
|
| 177 |
+
S1130-01082009000400015-1
|
| 178 |
+
S1130-01082009000500011-1
|
| 179 |
+
S1130-01082010000100021-1
|
| 180 |
+
S1130-01082010000400015-1
|
| 181 |
+
S1130-05582008000400004-5
|
| 182 |
+
S1130-05582008000600006-1
|
| 183 |
+
S1130-05582009000400005-1
|
| 184 |
+
S1130-05582010000200003-1
|
| 185 |
+
S1130-05582010000200005-1
|
| 186 |
+
S1130-05582010000200006-1
|
| 187 |
+
S1130-05582012000300005-1
|
| 188 |
+
S1130-05582012000400006-1
|
| 189 |
+
S1130-05582013000200007-1
|
| 190 |
+
S1130-05582015000300007-1
|
| 191 |
+
S1130-05582016000100005-1
|
| 192 |
+
S1130-05582016000400228-1
|
| 193 |
+
S1130-05582017000100031-1
|
| 194 |
+
S1130-05582017000200105-1
|
| 195 |
+
S1130-14732005000500006-1
|
| 196 |
+
S1130-14732006000400004-1
|
| 197 |
+
S1130-14732009000600008-1
|
| 198 |
+
S1130-63432013000500014-1
|
| 199 |
+
S1130-63432014000500008-1
|
| 200 |
+
S1130-63432015000200008-1
|
| 201 |
+
S1130-63432016000600014-1
|
| 202 |
+
S1131-57682003000300008-1
|
| 203 |
+
S1134-80462006000600005-1
|
| 204 |
+
S1134-80462008000200008-1
|
| 205 |
+
S1134-80462009000100005-1
|
| 206 |
+
S1134-80462009000100005-16
|
| 207 |
+
S1134-80462013000400006-2
|
| 208 |
+
S1134-80462015000300003-1
|
| 209 |
+
S1135-76062009000300004-1
|
| 210 |
+
S1135-76062013000100008-1
|
| 211 |
+
S1135-76062013000200010-1
|
| 212 |
+
S1137-66272007000300014-1
|
| 213 |
+
S1137-66272008000300009-1
|
| 214 |
+
S1137-66272008000500009-1
|
| 215 |
+
S1137-66272009000100010-1
|
| 216 |
+
S1137-66272009000500015-1
|
| 217 |
+
S1137-66272011000300023-1
|
| 218 |
+
S1137-66272012000200017-1
|
| 219 |
+
S1137-66272012000300023-1
|
| 220 |
+
S1137-66272013000200019-1
|
| 221 |
+
S1137-66272014000100019-1
|
| 222 |
+
S1137-66272014000200013-1
|
| 223 |
+
S1137-66272014000300016-1
|
| 224 |
+
S1137-66272015000300013-1
|
| 225 |
+
S1137-66272015000300014-1
|
| 226 |
+
S1137-66272016000300010-1
|
| 227 |
+
S1139-13752009000200011-1
|
| 228 |
+
S1139-76322009000700016-1
|
| 229 |
+
S1139-76322011000200007-1
|
| 230 |
+
S1139-76322014000100006-1
|
| 231 |
+
S1139-76322014000500014-1
|
| 232 |
+
S1139-76322015000100012-4
|
| 233 |
+
S1139-76322015000300018-2
|
| 234 |
+
S1139-76322015000400008-1
|
| 235 |
+
S1139-76322016000300007-1
|
| 236 |
+
S1139-76322017000100011-1
|
| 237 |
+
S1139-76322017000200009-1
|
| 238 |
+
S1139-76322017000200010-1
|
| 239 |
+
S1139-76322017000200016-3
|
| 240 |
+
S1698-44472004000400012-1
|
| 241 |
+
S1698-44472005000400012-1
|
| 242 |
+
S1699-695X2015000100011-1
|
| 243 |
+
S1699-695X2015000100013-1
|
| 244 |
+
S1699-695X2015000200013-1
|
| 245 |
+
S1887-85712012000400006-1
|
| 246 |
+
S1887-85712016000100005-1
|
| 247 |
+
S1887-85712017000100004-1
|
| 248 |
+
S1888-75462016000400180-1
|
| 249 |
+
S1888-75462017000100042-1
|
| 250 |
+
S2254-28842014000300010-1
|
index/icd10cm_fy2018/code_metadata.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9ef9b0fa5081135c0a1fa883dd32dfdaf0081ebaf426e265e65eb48a38669277
|
| 3 |
+
size 16854241
|
index/icd10cm_fy2018/icd10cm_fy2018_retrieval.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1e23bd1d7a3d672011a7b247b2753c558b0101bf0507bf295893d122e6132186
|
| 3 |
+
size 74477616
|
index/icd10cm_fy2018/inventory_manifest.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"inventory_size": 71344,
|
| 3 |
+
"valid_diagnosis_codes": 98288,
|
| 4 |
+
"fy2018_billable_codes": 71704,
|
| 5 |
+
"intersection_rule": "CodiEsp diagnosis valid codes intersected with ICD-10-CM FY2018 billable codes.",
|
| 6 |
+
"definition_substitution": [
|
| 7 |
+
"current-code inclusionTerm notes",
|
| 8 |
+
"inherited includes notes from chapter/section/ancestor diag",
|
| 9 |
+
"hierarchy path text: chapter desc > section desc > parent diag desc",
|
| 10 |
+
"alphabetic-index lead/sub-term paths resolving to the code"
|
| 11 |
+
]
|
| 12 |
+
}
|
index/icd10cm_fy2018/self_retrieval_probe.json
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"checked": 158,
|
| 3 |
+
"top1_failures": 6,
|
| 4 |
+
"top1_failure_rate": 0.037975,
|
| 5 |
+
"failed": false,
|
| 6 |
+
"first_failures": [
|
| 7 |
+
{
|
| 8 |
+
"tag": "us-gaap:D41.00",
|
| 9 |
+
"standard_label": "Neoplasm of uncertain behavior of unspecified kidney",
|
| 10 |
+
"top_tag": "us-gaap:D41.9",
|
| 11 |
+
"top_label": "Neoplasm of uncertain behavior of unspecified urinary organ"
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"tag": "us-gaap:H54.62",
|
| 15 |
+
"standard_label": "Unqualified visual loss, left eye, normal vision right eye",
|
| 16 |
+
"top_tag": "us-gaap:H54.61",
|
| 17 |
+
"top_label": "Unqualified visual loss, right eye, normal vision left eye"
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"tag": "us-gaap:I95.9",
|
| 21 |
+
"standard_label": "Hypotension, unspecified",
|
| 22 |
+
"top_tag": "us-gaap:I95.89",
|
| 23 |
+
"top_label": "Other hypotension"
|
| 24 |
+
},
|
| 25 |
+
{
|
| 26 |
+
"tag": "us-gaap:J91.0",
|
| 27 |
+
"standard_label": "Malignant pleural effusion",
|
| 28 |
+
"top_tag": "us-gaap:J91.8",
|
| 29 |
+
"top_label": "Pleural effusion in other conditions classified elsewhere"
|
| 30 |
+
},
|
| 31 |
+
{
|
| 32 |
+
"tag": "us-gaap:M32.9",
|
| 33 |
+
"standard_label": "Systemic lupus erythematosus, unspecified",
|
| 34 |
+
"top_tag": "us-gaap:M32.10",
|
| 35 |
+
"top_label": "Systemic lupus erythematosus, organ or system involvement unspecified"
|
| 36 |
+
},
|
| 37 |
+
{
|
| 38 |
+
"tag": "us-gaap:R11.0",
|
| 39 |
+
"standard_label": "Nausea",
|
| 40 |
+
"top_tag": "us-gaap:R11.11",
|
| 41 |
+
"top_label": "Vomiting without nausea"
|
| 42 |
+
}
|
| 43 |
+
]
|
| 44 |
+
}
|
schema/icd10cm/normalization_map.json
ADDED
|
@@ -0,0 +1,274 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "codiesp-icd10cm-fy2018-2026-07-29",
|
| 3 |
+
"description": "CodiEsp / ICD-10-CM normalization map for the second-domain FHS transfer experiment.",
|
| 4 |
+
"dimensions": {
|
| 5 |
+
"family": {
|
| 6 |
+
"chapter-1": [
|
| 7 |
+
"Certain infectious and parasitic diseases (A00-B99)"
|
| 8 |
+
],
|
| 9 |
+
"chapter-2": [
|
| 10 |
+
"Neoplasms (C00-D49)"
|
| 11 |
+
],
|
| 12 |
+
"chapter-3": [
|
| 13 |
+
"Diseases of the blood and blood-forming organs and certain disorders involving the immune mechanism (D50-D89)"
|
| 14 |
+
],
|
| 15 |
+
"chapter-4": [
|
| 16 |
+
"Endocrine, nutritional and metabolic diseases (E00-E89)"
|
| 17 |
+
],
|
| 18 |
+
"chapter-5": [
|
| 19 |
+
"Mental, Behavioral and Neurodevelopmental disorders (F01-F99)"
|
| 20 |
+
],
|
| 21 |
+
"chapter-6": [
|
| 22 |
+
"Diseases of the nervous system (G00-G99)"
|
| 23 |
+
],
|
| 24 |
+
"chapter-7": [
|
| 25 |
+
"Diseases of the eye and adnexa (H00-H59)"
|
| 26 |
+
],
|
| 27 |
+
"chapter-8": [
|
| 28 |
+
"Diseases of the ear and mastoid process (H60-H95)"
|
| 29 |
+
],
|
| 30 |
+
"chapter-9": [
|
| 31 |
+
"Diseases of the circulatory system (I00-I99)"
|
| 32 |
+
],
|
| 33 |
+
"chapter-10": [
|
| 34 |
+
"Diseases of the respiratory system (J00-J99)"
|
| 35 |
+
],
|
| 36 |
+
"chapter-11": [
|
| 37 |
+
"Diseases of the digestive system (K00-K95)"
|
| 38 |
+
],
|
| 39 |
+
"chapter-12": [
|
| 40 |
+
"Diseases of the skin and subcutaneous tissue (L00-L99)"
|
| 41 |
+
],
|
| 42 |
+
"chapter-13": [
|
| 43 |
+
"Diseases of the musculoskeletal system and connective tissue (M00-M99)"
|
| 44 |
+
],
|
| 45 |
+
"chapter-14": [
|
| 46 |
+
"Diseases of the genitourinary system (N00-N99)"
|
| 47 |
+
],
|
| 48 |
+
"chapter-15": [
|
| 49 |
+
"Pregnancy, childbirth and the puerperium (O00-O9A)"
|
| 50 |
+
],
|
| 51 |
+
"chapter-16": [
|
| 52 |
+
"Certain conditions originating in the perinatal period (P00-P96)"
|
| 53 |
+
],
|
| 54 |
+
"chapter-17": [
|
| 55 |
+
"Congenital malformations, deformations and chromosomal abnormalities (Q00-Q99)"
|
| 56 |
+
],
|
| 57 |
+
"chapter-18": [
|
| 58 |
+
"Symptoms, signs and abnormal clinical and laboratory findings, not elsewhere classified (R00-R99)"
|
| 59 |
+
],
|
| 60 |
+
"chapter-19": [
|
| 61 |
+
"Injury, poisoning and certain other consequences of external causes (S00-T88)"
|
| 62 |
+
],
|
| 63 |
+
"chapter-20": [
|
| 64 |
+
"External causes of morbidity (V00-Y99)"
|
| 65 |
+
],
|
| 66 |
+
"chapter-21": [
|
| 67 |
+
"Factors influencing health status and contact with health services (Z00-Z99)"
|
| 68 |
+
]
|
| 69 |
+
},
|
| 70 |
+
"role": {},
|
| 71 |
+
"event": {},
|
| 72 |
+
"qualifier": {
|
| 73 |
+
"acute": [
|
| 74 |
+
"acute"
|
| 75 |
+
],
|
| 76 |
+
"chronic": [
|
| 77 |
+
"chronic"
|
| 78 |
+
],
|
| 79 |
+
"acute-on-chronic": [
|
| 80 |
+
"acute on chronic",
|
| 81 |
+
"acute-on-chronic"
|
| 82 |
+
],
|
| 83 |
+
"with-complication": [
|
| 84 |
+
"with complication",
|
| 85 |
+
"complicated"
|
| 86 |
+
],
|
| 87 |
+
"without-complication": [
|
| 88 |
+
"without complication",
|
| 89 |
+
"uncomplicated"
|
| 90 |
+
],
|
| 91 |
+
"mild": [
|
| 92 |
+
"mild"
|
| 93 |
+
],
|
| 94 |
+
"moderate": [
|
| 95 |
+
"moderate"
|
| 96 |
+
],
|
| 97 |
+
"severe": [
|
| 98 |
+
"severe"
|
| 99 |
+
],
|
| 100 |
+
"displaced": [
|
| 101 |
+
"displaced"
|
| 102 |
+
],
|
| 103 |
+
"nondisplaced": [
|
| 104 |
+
"nondisplaced",
|
| 105 |
+
"non displaced"
|
| 106 |
+
],
|
| 107 |
+
"primary": [
|
| 108 |
+
"primary"
|
| 109 |
+
],
|
| 110 |
+
"secondary": [
|
| 111 |
+
"secondary"
|
| 112 |
+
],
|
| 113 |
+
"malignant": [
|
| 114 |
+
"malignant"
|
| 115 |
+
],
|
| 116 |
+
"benign": [
|
| 117 |
+
"benign"
|
| 118 |
+
],
|
| 119 |
+
"in-situ": [
|
| 120 |
+
"in situ",
|
| 121 |
+
"in-situ"
|
| 122 |
+
],
|
| 123 |
+
"uncertain-behavior": [
|
| 124 |
+
"uncertain behavior"
|
| 125 |
+
],
|
| 126 |
+
"unspecified": [
|
| 127 |
+
"unspecified"
|
| 128 |
+
],
|
| 129 |
+
"type-1": [
|
| 130 |
+
"type 1",
|
| 131 |
+
"type I"
|
| 132 |
+
],
|
| 133 |
+
"type-2": [
|
| 134 |
+
"type 2",
|
| 135 |
+
"type II"
|
| 136 |
+
],
|
| 137 |
+
"open": [
|
| 138 |
+
"open"
|
| 139 |
+
],
|
| 140 |
+
"closed": [
|
| 141 |
+
"closed"
|
| 142 |
+
]
|
| 143 |
+
},
|
| 144 |
+
"scope": {
|
| 145 |
+
"right": [
|
| 146 |
+
"right",
|
| 147 |
+
"right side",
|
| 148 |
+
"right eye",
|
| 149 |
+
"right arm",
|
| 150 |
+
"right leg"
|
| 151 |
+
],
|
| 152 |
+
"left": [
|
| 153 |
+
"left",
|
| 154 |
+
"left side",
|
| 155 |
+
"left eye",
|
| 156 |
+
"left arm",
|
| 157 |
+
"left leg"
|
| 158 |
+
],
|
| 159 |
+
"bilateral": [
|
| 160 |
+
"bilateral",
|
| 161 |
+
"both sides"
|
| 162 |
+
],
|
| 163 |
+
"unspecified-side": [
|
| 164 |
+
"unspecified side",
|
| 165 |
+
"unspecified eye",
|
| 166 |
+
"unspecified limb"
|
| 167 |
+
],
|
| 168 |
+
"not-applicable": [
|
| 169 |
+
"not applicable",
|
| 170 |
+
"without laterality"
|
| 171 |
+
]
|
| 172 |
+
},
|
| 173 |
+
"temporal": {
|
| 174 |
+
"fetus-specific": [
|
| 175 |
+
"fetus 1",
|
| 176 |
+
"fetus 2",
|
| 177 |
+
"fetus 3",
|
| 178 |
+
"fetus 4",
|
| 179 |
+
"fetus 5",
|
| 180 |
+
"other fetus"
|
| 181 |
+
],
|
| 182 |
+
"initial-encounter": [
|
| 183 |
+
"initial encounter",
|
| 184 |
+
"initial encounter for closed fracture",
|
| 185 |
+
"initial encounter for fracture",
|
| 186 |
+
"initial encounter for open fracture",
|
| 187 |
+
"initial encounter for open fracture type I or II",
|
| 188 |
+
"initial encounter for open fracture type IIIA, IIIB, or IIIC"
|
| 189 |
+
],
|
| 190 |
+
"not-applicable": [
|
| 191 |
+
"not applicable"
|
| 192 |
+
],
|
| 193 |
+
"other-extension": [
|
| 194 |
+
"24 hours or more after hospital admission",
|
| 195 |
+
"advanced atrophic with subfoveal involvement",
|
| 196 |
+
"advanced atrophic without subfoveal involvement",
|
| 197 |
+
"at arrival to emergency department",
|
| 198 |
+
"at hospital admission",
|
| 199 |
+
"bilateral",
|
| 200 |
+
"in the field [EMT or ambulance]",
|
| 201 |
+
"left eye",
|
| 202 |
+
"right eye",
|
| 203 |
+
"stable",
|
| 204 |
+
"with active choroidal neovascularization",
|
| 205 |
+
"with inactive choroidal neovascularization",
|
| 206 |
+
"with inactive scar",
|
| 207 |
+
"with macular edema",
|
| 208 |
+
"with retinal neovascularization",
|
| 209 |
+
"with tophus (tophi)",
|
| 210 |
+
"without tophus (tophi)"
|
| 211 |
+
],
|
| 212 |
+
"sequela": [
|
| 213 |
+
"sequela",
|
| 214 |
+
"sequela of fracture"
|
| 215 |
+
],
|
| 216 |
+
"stage": [
|
| 217 |
+
"early dry stage",
|
| 218 |
+
"indeterminate stage",
|
| 219 |
+
"intermediate dry stage",
|
| 220 |
+
"mild stage",
|
| 221 |
+
"moderate stage",
|
| 222 |
+
"severe stage"
|
| 223 |
+
],
|
| 224 |
+
"subsequent-delayed-healing": [
|
| 225 |
+
"subsequent encounter for closed fracture with delayed healing",
|
| 226 |
+
"subsequent encounter for fracture with delayed healing",
|
| 227 |
+
"subsequent encounter for open fracture type I or II with delayed healing",
|
| 228 |
+
"subsequent encounter for open fracture type IIIA, IIIB, or IIIC with delayed healing"
|
| 229 |
+
],
|
| 230 |
+
"subsequent-encounter": [
|
| 231 |
+
"subsequent encounter"
|
| 232 |
+
],
|
| 233 |
+
"subsequent-malunion": [
|
| 234 |
+
"subsequent encounter for closed fracture with malunion",
|
| 235 |
+
"subsequent encounter for fracture with malunion",
|
| 236 |
+
"subsequent encounter for open fracture type I or II with malunion",
|
| 237 |
+
"subsequent encounter for open fracture type IIIA, IIIB, or IIIC with malunion"
|
| 238 |
+
],
|
| 239 |
+
"subsequent-nonunion": [
|
| 240 |
+
"subsequent encounter for closed fracture with nonunion",
|
| 241 |
+
"subsequent encounter for fracture with nonunion",
|
| 242 |
+
"subsequent encounter for open fracture type I or II with nonunion",
|
| 243 |
+
"subsequent encounter for open fracture type IIIA, IIIB, or IIIC with nonunion"
|
| 244 |
+
],
|
| 245 |
+
"subsequent-routine-healing": [
|
| 246 |
+
"subsequent encounter for closed fracture with routine healing",
|
| 247 |
+
"subsequent encounter for fracture with routine healing",
|
| 248 |
+
"subsequent encounter for open fracture type I or II with routine healing",
|
| 249 |
+
"subsequent encounter for open fracture type IIIA, IIIB, or IIIC with routine healing"
|
| 250 |
+
],
|
| 251 |
+
"unspecified": [
|
| 252 |
+
"not applicable or unspecified",
|
| 253 |
+
"stage unspecified",
|
| 254 |
+
"unspecified eye",
|
| 255 |
+
"unspecified time"
|
| 256 |
+
]
|
| 257 |
+
},
|
| 258 |
+
"aggregation": {}
|
| 259 |
+
},
|
| 260 |
+
"metadata_aliases": {
|
| 261 |
+
"datatype": [
|
| 262 |
+
"type",
|
| 263 |
+
"datatype",
|
| 264 |
+
"entity_type"
|
| 265 |
+
],
|
| 266 |
+
"chapter": [
|
| 267 |
+
"chapter_number",
|
| 268 |
+
"chapter_desc"
|
| 269 |
+
],
|
| 270 |
+
"section": [
|
| 271 |
+
"section_range"
|
| 272 |
+
]
|
| 273 |
+
}
|
| 274 |
+
}
|
schema/icd10cm/vocab_family.json
ADDED
|
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chapter-1": [
|
| 3 |
+
"Certain infectious and parasitic diseases (A00-B99)"
|
| 4 |
+
],
|
| 5 |
+
"chapter-2": [
|
| 6 |
+
"Neoplasms (C00-D49)"
|
| 7 |
+
],
|
| 8 |
+
"chapter-3": [
|
| 9 |
+
"Diseases of the blood and blood-forming organs and certain disorders involving the immune mechanism (D50-D89)"
|
| 10 |
+
],
|
| 11 |
+
"chapter-4": [
|
| 12 |
+
"Endocrine, nutritional and metabolic diseases (E00-E89)"
|
| 13 |
+
],
|
| 14 |
+
"chapter-5": [
|
| 15 |
+
"Mental, Behavioral and Neurodevelopmental disorders (F01-F99)"
|
| 16 |
+
],
|
| 17 |
+
"chapter-6": [
|
| 18 |
+
"Diseases of the nervous system (G00-G99)"
|
| 19 |
+
],
|
| 20 |
+
"chapter-7": [
|
| 21 |
+
"Diseases of the eye and adnexa (H00-H59)"
|
| 22 |
+
],
|
| 23 |
+
"chapter-8": [
|
| 24 |
+
"Diseases of the ear and mastoid process (H60-H95)"
|
| 25 |
+
],
|
| 26 |
+
"chapter-9": [
|
| 27 |
+
"Diseases of the circulatory system (I00-I99)"
|
| 28 |
+
],
|
| 29 |
+
"chapter-10": [
|
| 30 |
+
"Diseases of the respiratory system (J00-J99)"
|
| 31 |
+
],
|
| 32 |
+
"chapter-11": [
|
| 33 |
+
"Diseases of the digestive system (K00-K95)"
|
| 34 |
+
],
|
| 35 |
+
"chapter-12": [
|
| 36 |
+
"Diseases of the skin and subcutaneous tissue (L00-L99)"
|
| 37 |
+
],
|
| 38 |
+
"chapter-13": [
|
| 39 |
+
"Diseases of the musculoskeletal system and connective tissue (M00-M99)"
|
| 40 |
+
],
|
| 41 |
+
"chapter-14": [
|
| 42 |
+
"Diseases of the genitourinary system (N00-N99)"
|
| 43 |
+
],
|
| 44 |
+
"chapter-15": [
|
| 45 |
+
"Pregnancy, childbirth and the puerperium (O00-O9A)"
|
| 46 |
+
],
|
| 47 |
+
"chapter-16": [
|
| 48 |
+
"Certain conditions originating in the perinatal period (P00-P96)"
|
| 49 |
+
],
|
| 50 |
+
"chapter-17": [
|
| 51 |
+
"Congenital malformations, deformations and chromosomal abnormalities (Q00-Q99)"
|
| 52 |
+
],
|
| 53 |
+
"chapter-18": [
|
| 54 |
+
"Symptoms, signs and abnormal clinical and laboratory findings, not elsewhere classified (R00-R99)"
|
| 55 |
+
],
|
| 56 |
+
"chapter-19": [
|
| 57 |
+
"Injury, poisoning and certain other consequences of external causes (S00-T88)"
|
| 58 |
+
],
|
| 59 |
+
"chapter-20": [
|
| 60 |
+
"External causes of morbidity (V00-Y99)"
|
| 61 |
+
],
|
| 62 |
+
"chapter-21": [
|
| 63 |
+
"Factors influencing health status and contact with health services (Z00-Z99)"
|
| 64 |
+
]
|
| 65 |
+
}
|
schema/icd10cm/vocab_qualifier.json
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"acute": [
|
| 3 |
+
"acute"
|
| 4 |
+
],
|
| 5 |
+
"chronic": [
|
| 6 |
+
"chronic"
|
| 7 |
+
],
|
| 8 |
+
"acute-on-chronic": [
|
| 9 |
+
"acute on chronic",
|
| 10 |
+
"acute-on-chronic"
|
| 11 |
+
],
|
| 12 |
+
"with-complication": [
|
| 13 |
+
"with complication",
|
| 14 |
+
"complicated"
|
| 15 |
+
],
|
| 16 |
+
"without-complication": [
|
| 17 |
+
"without complication",
|
| 18 |
+
"uncomplicated"
|
| 19 |
+
],
|
| 20 |
+
"mild": [
|
| 21 |
+
"mild"
|
| 22 |
+
],
|
| 23 |
+
"moderate": [
|
| 24 |
+
"moderate"
|
| 25 |
+
],
|
| 26 |
+
"severe": [
|
| 27 |
+
"severe"
|
| 28 |
+
],
|
| 29 |
+
"displaced": [
|
| 30 |
+
"displaced"
|
| 31 |
+
],
|
| 32 |
+
"nondisplaced": [
|
| 33 |
+
"nondisplaced",
|
| 34 |
+
"non displaced"
|
| 35 |
+
],
|
| 36 |
+
"primary": [
|
| 37 |
+
"primary"
|
| 38 |
+
],
|
| 39 |
+
"secondary": [
|
| 40 |
+
"secondary"
|
| 41 |
+
],
|
| 42 |
+
"malignant": [
|
| 43 |
+
"malignant"
|
| 44 |
+
],
|
| 45 |
+
"benign": [
|
| 46 |
+
"benign"
|
| 47 |
+
],
|
| 48 |
+
"in-situ": [
|
| 49 |
+
"in situ",
|
| 50 |
+
"in-situ"
|
| 51 |
+
],
|
| 52 |
+
"uncertain-behavior": [
|
| 53 |
+
"uncertain behavior"
|
| 54 |
+
],
|
| 55 |
+
"unspecified": [
|
| 56 |
+
"unspecified"
|
| 57 |
+
],
|
| 58 |
+
"type-1": [
|
| 59 |
+
"type 1",
|
| 60 |
+
"type I"
|
| 61 |
+
],
|
| 62 |
+
"type-2": [
|
| 63 |
+
"type 2",
|
| 64 |
+
"type II"
|
| 65 |
+
],
|
| 66 |
+
"open": [
|
| 67 |
+
"open"
|
| 68 |
+
],
|
| 69 |
+
"closed": [
|
| 70 |
+
"closed"
|
| 71 |
+
]
|
| 72 |
+
}
|
schema/icd10cm/vocab_role.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"congenital": [
|
| 3 |
+
"congenital",
|
| 4 |
+
"congenital",
|
| 5 |
+
"congenital"
|
| 6 |
+
],
|
| 7 |
+
"disease-disorder": [
|
| 8 |
+
"disease-disorder",
|
| 9 |
+
"disease disorder",
|
| 10 |
+
"disease/disorder"
|
| 11 |
+
],
|
| 12 |
+
"external-cause": [
|
| 13 |
+
"external-cause",
|
| 14 |
+
"external cause",
|
| 15 |
+
"external/cause"
|
| 16 |
+
],
|
| 17 |
+
"health-status-factor": [
|
| 18 |
+
"health-status-factor",
|
| 19 |
+
"health status factor",
|
| 20 |
+
"health/status/factor"
|
| 21 |
+
],
|
| 22 |
+
"injury-poisoning": [
|
| 23 |
+
"injury-poisoning",
|
| 24 |
+
"injury poisoning",
|
| 25 |
+
"injury/poisoning"
|
| 26 |
+
],
|
| 27 |
+
"neoplasm": [
|
| 28 |
+
"neoplasm",
|
| 29 |
+
"neoplasm",
|
| 30 |
+
"neoplasm"
|
| 31 |
+
],
|
| 32 |
+
"perinatal": [
|
| 33 |
+
"perinatal",
|
| 34 |
+
"perinatal",
|
| 35 |
+
"perinatal"
|
| 36 |
+
],
|
| 37 |
+
"pregnancy-related": [
|
| 38 |
+
"pregnancy-related",
|
| 39 |
+
"pregnancy related",
|
| 40 |
+
"pregnancy/related"
|
| 41 |
+
],
|
| 42 |
+
"symptom-sign-abnormal-finding": [
|
| 43 |
+
"symptom-sign-abnormal-finding",
|
| 44 |
+
"symptom sign abnormal finding",
|
| 45 |
+
"symptom/sign/abnormal/finding"
|
| 46 |
+
]
|
| 47 |
+
}
|
schema/icd10cm/vocab_scope.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"right": [
|
| 3 |
+
"right",
|
| 4 |
+
"right side",
|
| 5 |
+
"right eye",
|
| 6 |
+
"right arm",
|
| 7 |
+
"right leg"
|
| 8 |
+
],
|
| 9 |
+
"left": [
|
| 10 |
+
"left",
|
| 11 |
+
"left side",
|
| 12 |
+
"left eye",
|
| 13 |
+
"left arm",
|
| 14 |
+
"left leg"
|
| 15 |
+
],
|
| 16 |
+
"bilateral": [
|
| 17 |
+
"bilateral",
|
| 18 |
+
"both sides"
|
| 19 |
+
],
|
| 20 |
+
"unspecified-side": [
|
| 21 |
+
"unspecified side",
|
| 22 |
+
"unspecified eye",
|
| 23 |
+
"unspecified limb"
|
| 24 |
+
],
|
| 25 |
+
"not-applicable": [
|
| 26 |
+
"not applicable",
|
| 27 |
+
"without laterality"
|
| 28 |
+
]
|
| 29 |
+
}
|
schema/icd10cm/vocab_temporal.json
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fetus-specific": [
|
| 3 |
+
"fetus 1",
|
| 4 |
+
"fetus 2",
|
| 5 |
+
"fetus 3",
|
| 6 |
+
"fetus 4",
|
| 7 |
+
"fetus 5",
|
| 8 |
+
"other fetus"
|
| 9 |
+
],
|
| 10 |
+
"initial-encounter": [
|
| 11 |
+
"initial encounter",
|
| 12 |
+
"initial encounter for closed fracture",
|
| 13 |
+
"initial encounter for fracture",
|
| 14 |
+
"initial encounter for open fracture",
|
| 15 |
+
"initial encounter for open fracture type I or II",
|
| 16 |
+
"initial encounter for open fracture type IIIA, IIIB, or IIIC"
|
| 17 |
+
],
|
| 18 |
+
"not-applicable": [
|
| 19 |
+
"not applicable"
|
| 20 |
+
],
|
| 21 |
+
"other-extension": [
|
| 22 |
+
"24 hours or more after hospital admission",
|
| 23 |
+
"advanced atrophic with subfoveal involvement",
|
| 24 |
+
"advanced atrophic without subfoveal involvement",
|
| 25 |
+
"at arrival to emergency department",
|
| 26 |
+
"at hospital admission",
|
| 27 |
+
"bilateral",
|
| 28 |
+
"in the field [EMT or ambulance]",
|
| 29 |
+
"left eye",
|
| 30 |
+
"right eye",
|
| 31 |
+
"stable",
|
| 32 |
+
"with active choroidal neovascularization",
|
| 33 |
+
"with inactive choroidal neovascularization",
|
| 34 |
+
"with inactive scar",
|
| 35 |
+
"with macular edema",
|
| 36 |
+
"with retinal neovascularization",
|
| 37 |
+
"with tophus (tophi)",
|
| 38 |
+
"without tophus (tophi)"
|
| 39 |
+
],
|
| 40 |
+
"sequela": [
|
| 41 |
+
"sequela",
|
| 42 |
+
"sequela of fracture"
|
| 43 |
+
],
|
| 44 |
+
"stage": [
|
| 45 |
+
"early dry stage",
|
| 46 |
+
"indeterminate stage",
|
| 47 |
+
"intermediate dry stage",
|
| 48 |
+
"mild stage",
|
| 49 |
+
"moderate stage",
|
| 50 |
+
"severe stage"
|
| 51 |
+
],
|
| 52 |
+
"subsequent-delayed-healing": [
|
| 53 |
+
"subsequent encounter for closed fracture with delayed healing",
|
| 54 |
+
"subsequent encounter for fracture with delayed healing",
|
| 55 |
+
"subsequent encounter for open fracture type I or II with delayed healing",
|
| 56 |
+
"subsequent encounter for open fracture type IIIA, IIIB, or IIIC with delayed healing"
|
| 57 |
+
],
|
| 58 |
+
"subsequent-encounter": [
|
| 59 |
+
"subsequent encounter"
|
| 60 |
+
],
|
| 61 |
+
"subsequent-malunion": [
|
| 62 |
+
"subsequent encounter for closed fracture with malunion",
|
| 63 |
+
"subsequent encounter for fracture with malunion",
|
| 64 |
+
"subsequent encounter for open fracture type I or II with malunion",
|
| 65 |
+
"subsequent encounter for open fracture type IIIA, IIIB, or IIIC with malunion"
|
| 66 |
+
],
|
| 67 |
+
"subsequent-nonunion": [
|
| 68 |
+
"subsequent encounter for closed fracture with nonunion",
|
| 69 |
+
"subsequent encounter for fracture with nonunion",
|
| 70 |
+
"subsequent encounter for open fracture type I or II with nonunion",
|
| 71 |
+
"subsequent encounter for open fracture type IIIA, IIIB, or IIIC with nonunion"
|
| 72 |
+
],
|
| 73 |
+
"subsequent-routine-healing": [
|
| 74 |
+
"subsequent encounter for closed fracture with routine healing",
|
| 75 |
+
"subsequent encounter for fracture with routine healing",
|
| 76 |
+
"subsequent encounter for open fracture type I or II with routine healing",
|
| 77 |
+
"subsequent encounter for open fracture type IIIA, IIIB, or IIIC with routine healing"
|
| 78 |
+
],
|
| 79 |
+
"unspecified": [
|
| 80 |
+
"not applicable or unspecified",
|
| 81 |
+
"stage unspecified",
|
| 82 |
+
"unspecified eye",
|
| 83 |
+
"unspecified time"
|
| 84 |
+
]
|
| 85 |
+
}
|
schema/icd10cm/vocab_temporal_raw.json
ADDED
|
@@ -0,0 +1,234 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{
|
| 3 |
+
"definition": "24 hours or more after hospital admission",
|
| 4 |
+
"count": 4
|
| 5 |
+
},
|
| 6 |
+
{
|
| 7 |
+
"definition": "advanced atrophic with subfoveal involvement",
|
| 8 |
+
"count": 1
|
| 9 |
+
},
|
| 10 |
+
{
|
| 11 |
+
"definition": "advanced atrophic without subfoveal involvement",
|
| 12 |
+
"count": 1
|
| 13 |
+
},
|
| 14 |
+
{
|
| 15 |
+
"definition": "at arrival to emergency department",
|
| 16 |
+
"count": 4
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"definition": "at hospital admission",
|
| 20 |
+
"count": 4
|
| 21 |
+
},
|
| 22 |
+
{
|
| 23 |
+
"definition": "bilateral",
|
| 24 |
+
"count": 25
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"definition": "early dry stage",
|
| 28 |
+
"count": 1
|
| 29 |
+
},
|
| 30 |
+
{
|
| 31 |
+
"definition": "fetus 1",
|
| 32 |
+
"count": 15
|
| 33 |
+
},
|
| 34 |
+
{
|
| 35 |
+
"definition": "fetus 2",
|
| 36 |
+
"count": 15
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"definition": "fetus 3",
|
| 40 |
+
"count": 15
|
| 41 |
+
},
|
| 42 |
+
{
|
| 43 |
+
"definition": "fetus 4",
|
| 44 |
+
"count": 15
|
| 45 |
+
},
|
| 46 |
+
{
|
| 47 |
+
"definition": "fetus 5",
|
| 48 |
+
"count": 15
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"definition": "in the field [EMT or ambulance]",
|
| 52 |
+
"count": 4
|
| 53 |
+
},
|
| 54 |
+
{
|
| 55 |
+
"definition": "indeterminate stage",
|
| 56 |
+
"count": 11
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"definition": "initial encounter",
|
| 60 |
+
"count": 408
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"definition": "initial encounter for closed fracture",
|
| 64 |
+
"count": 31
|
| 65 |
+
},
|
| 66 |
+
{
|
| 67 |
+
"definition": "initial encounter for fracture",
|
| 68 |
+
"count": 8
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"definition": "initial encounter for open fracture",
|
| 72 |
+
"count": 10
|
| 73 |
+
},
|
| 74 |
+
{
|
| 75 |
+
"definition": "initial encounter for open fracture type I or II",
|
| 76 |
+
"count": 3
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"definition": "initial encounter for open fracture type IIIA, IIIB, or IIIC",
|
| 80 |
+
"count": 3
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"definition": "intermediate dry stage",
|
| 84 |
+
"count": 1
|
| 85 |
+
},
|
| 86 |
+
{
|
| 87 |
+
"definition": "left eye",
|
| 88 |
+
"count": 25
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"definition": "mild stage",
|
| 92 |
+
"count": 11
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"definition": "moderate stage",
|
| 96 |
+
"count": 11
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"definition": "not applicable or unspecified",
|
| 100 |
+
"count": 15
|
| 101 |
+
},
|
| 102 |
+
{
|
| 103 |
+
"definition": "other fetus",
|
| 104 |
+
"count": 15
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"definition": "right eye",
|
| 108 |
+
"count": 25
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"definition": "sequela",
|
| 112 |
+
"count": 445
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"definition": "sequela of fracture",
|
| 116 |
+
"count": 2
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"definition": "severe stage",
|
| 120 |
+
"count": 11
|
| 121 |
+
},
|
| 122 |
+
{
|
| 123 |
+
"definition": "stable",
|
| 124 |
+
"count": 2
|
| 125 |
+
},
|
| 126 |
+
{
|
| 127 |
+
"definition": "stage unspecified",
|
| 128 |
+
"count": 13
|
| 129 |
+
},
|
| 130 |
+
{
|
| 131 |
+
"definition": "subsequent encounter",
|
| 132 |
+
"count": 408
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"definition": "subsequent encounter for closed fracture with delayed healing",
|
| 136 |
+
"count": 3
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"definition": "subsequent encounter for closed fracture with malunion",
|
| 140 |
+
"count": 3
|
| 141 |
+
},
|
| 142 |
+
{
|
| 143 |
+
"definition": "subsequent encounter for closed fracture with nonunion",
|
| 144 |
+
"count": 3
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"definition": "subsequent encounter for closed fracture with routine healing",
|
| 148 |
+
"count": 3
|
| 149 |
+
},
|
| 150 |
+
{
|
| 151 |
+
"definition": "subsequent encounter for fracture with delayed healing",
|
| 152 |
+
"count": 36
|
| 153 |
+
},
|
| 154 |
+
{
|
| 155 |
+
"definition": "subsequent encounter for fracture with malunion",
|
| 156 |
+
"count": 30
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"definition": "subsequent encounter for fracture with nonunion",
|
| 160 |
+
"count": 34
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"definition": "subsequent encounter for fracture with routine healing",
|
| 164 |
+
"count": 36
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"definition": "subsequent encounter for open fracture type I or II with delayed healing",
|
| 168 |
+
"count": 3
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"definition": "subsequent encounter for open fracture type I or II with malunion",
|
| 172 |
+
"count": 3
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"definition": "subsequent encounter for open fracture type I or II with nonunion",
|
| 176 |
+
"count": 3
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"definition": "subsequent encounter for open fracture type I or II with routine healing",
|
| 180 |
+
"count": 3
|
| 181 |
+
},
|
| 182 |
+
{
|
| 183 |
+
"definition": "subsequent encounter for open fracture type IIIA, IIIB, or IIIC with delayed healing",
|
| 184 |
+
"count": 3
|
| 185 |
+
},
|
| 186 |
+
{
|
| 187 |
+
"definition": "subsequent encounter for open fracture type IIIA, IIIB, or IIIC with malunion",
|
| 188 |
+
"count": 3
|
| 189 |
+
},
|
| 190 |
+
{
|
| 191 |
+
"definition": "subsequent encounter for open fracture type IIIA, IIIB, or IIIC with nonunion",
|
| 192 |
+
"count": 3
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"definition": "subsequent encounter for open fracture type IIIA, IIIB, or IIIC with routine healing",
|
| 196 |
+
"count": 3
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"definition": "unspecified eye",
|
| 200 |
+
"count": 25
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"definition": "unspecified time",
|
| 204 |
+
"count": 4
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"definition": "with active choroidal neovascularization",
|
| 208 |
+
"count": 1
|
| 209 |
+
},
|
| 210 |
+
{
|
| 211 |
+
"definition": "with inactive choroidal neovascularization",
|
| 212 |
+
"count": 1
|
| 213 |
+
},
|
| 214 |
+
{
|
| 215 |
+
"definition": "with inactive scar",
|
| 216 |
+
"count": 1
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"definition": "with macular edema",
|
| 220 |
+
"count": 2
|
| 221 |
+
},
|
| 222 |
+
{
|
| 223 |
+
"definition": "with retinal neovascularization",
|
| 224 |
+
"count": 2
|
| 225 |
+
},
|
| 226 |
+
{
|
| 227 |
+
"definition": "with tophus (tophi)",
|
| 228 |
+
"count": 1
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"definition": "without tophus (tophi)",
|
| 232 |
+
"count": 1
|
| 233 |
+
}
|
| 234 |
+
]
|