Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,56 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- medical
|
| 7 |
+
- icd10
|
| 8 |
+
- medical coding
|
| 9 |
+
- clinical
|
| 10 |
+
- healthcare
|
| 11 |
+
- icd10dx
|
| 12 |
+
- CAC
|
| 13 |
+
widget:
|
| 14 |
+
- text: >-
|
| 15 |
+
Chief Complaint: John has been experiencing shortness of breath and mild
|
| 16 |
+
chest pain for the past two days.
|
| 17 |
+
|
| 18 |
+
Medical History: He has a history of hypertension, which is currently under
|
| 19 |
+
control with medication. Additionally, he was diagnosed with Type 2 Diabetes
|
| 20 |
+
five years ago and had an episode of bronchitis last year.
|
| 21 |
+
|
| 22 |
+
Examination Findings: During the examination, it was noted that Johns heart
|
| 23 |
+
rate was elevated, and his blood pressure was slightly high at 150/95 mmHg.
|
| 24 |
+
His respiratory rate was above normal limits, and his oxygen saturation was
|
| 25 |
+
94% on room air.
|
| 26 |
+
|
| 27 |
+
Investigations: An ECG was performed, which thankfully did not show any
|
| 28 |
+
significant ST changes, typically indicative of acute coronary syndrome. A
|
| 29 |
+
chest X-ray was also done, revealing no acute cardiopulmonary processes.
|
| 30 |
+
|
| 31 |
+
Assessment and Plan: Given the elevated heart rate and hypertension, coupled
|
| 32 |
+
with his shortness of breath, there is a concern for the early signs of
|
| 33 |
+
congestive heart failure. However, the absence of acute changes in the ECG
|
| 34 |
+
and the normal chest X-ray findings are reassuring. It is important to
|
| 35 |
+
consider his history of hypertension and diabetes in the overall assessment,
|
| 36 |
+
as these factors elevate his risk for cardiovascular complications.
|
| 37 |
+
|
| 38 |
+
A conservative approach is recommended at this stage. We will start diuretic
|
| 39 |
+
therapy to manage potential fluid overload and schedule an echocardiogram to
|
| 40 |
+
further assess his cardiac function. In the meantime, his blood pressure and
|
| 41 |
+
blood glucose levels will be closely monitored. A follow-up appointment is
|
| 42 |
+
scheduled for next week, with instructions to return earlier if his symptoms
|
| 43 |
+
worsen.
|
| 44 |
+
example_title: Example 1
|
| 45 |
+
- text: 'Impression: fever, chills, cough, chest pain, shortness of breath, N/V.'
|
| 46 |
+
example_title: Example 2
|
| 47 |
---
|
| 48 |
+
# DX Coding Training Model
|
| 49 |
+
|
| 50 |
+
## Introduction
|
| 51 |
+
This model is focused on automatically generating DX (Diagnostic) codes using a Named Entity Recognition (NER) approach. It's trained on private data at the token level to ensure precision in identifying relevant medical entities.
|
| 52 |
+
|
| 53 |
+
## Model Details
|
| 54 |
+
- **Approach**: Named Entity Recognition (NER)
|
| 55 |
+
- **Training Data**: Private dataset, token-level annotations
|
| 56 |
+
- **Primary Use-case**: Generating DX codes from medical texts
|