Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,11 @@ gatortron-large | 8.9 billion
|
|
26 |
|
27 |
<h2>How to use</h2>
|
28 |
|
29 |
-
|
|
|
|
|
|
|
|
|
30 |
<h2>De-identification</h2>
|
31 |
|
32 |
We applied a de-identification system to remove protected health information (PHI) from clinical text. We adopted the safe-harbor method to identify 18 PHI categories defined in the Health Insurance Portability and Accountability Act (HIPAA) and replaced them with dummy strings (e.g., replace people’s names into [\*\*NAME\*\*]).
|
|
|
26 |
|
27 |
<h2>How to use</h2>
|
28 |
|
29 |
+
|
30 |
+
An NLP pacakge using GatorTron for clinical concept extraction (Named Entity Recognition): https://github.com/uf-hobi-informatics-lab/ClinicalTransformerNER
|
31 |
+
An NLP pacakge using GatorTron for relation extraction: https://github.com/uf-hobi-informatics-lab/ClinicalTransformerRelationExtraction
|
32 |
+
An NLP pacakge using GatorTron for extraction of social determinants of health from clinical narratives: https://github.com/uf-hobi-informatics-lab/SDoH_SODA
|
33 |
+
|
34 |
<h2>De-identification</h2>
|
35 |
|
36 |
We applied a de-identification system to remove protected health information (PHI) from clinical text. We adopted the safe-harbor method to identify 18 PHI categories defined in the Health Insurance Portability and Accountability Act (HIPAA) and replaced them with dummy strings (e.g., replace people’s names into [\*\*NAME\*\*]).
|