2.7.5
We are glad to announce that Spark NLP for Healthcare 2.7.5 has been released!
Highlights:
- New pretrained Relation Extraction model to link clinical tests to test results and dates to clinical entities:
re_test_result_date
- Adding two new
Admission
andDischarge
entities toner_events_clinical
and renaming it toner_events_admission_clinical
- Improving
ner_deid_enriched
NER model to coverDoctor
andPatient
name entities in various context and notations. - Bug fixes & general improvements.
1. re_test_result_date :
text = “Hospitalized with pneumonia in June, confirmed by a positive PCR of any specimen, evidenced by SPO2 </= 93% or PaO2/FiO2 < 300 mmHg”
Chunk-1 | Entity-1 | Chunk-2 | Entity-2 | Relation | |
---|---|---|---|---|---|
0 | pneumonia | Problem | june | Date | is_date_of |
1 | PCR | Test | positive | Test_Result | is_result_of |
2 | SPO2 | Test | 93% | Test_Result | is_result_of |
3 | PaO2/FiO2 | Test | 300 mmHg | Test_Result | is_result_of |
2. ner_events_admission_clinical
:
ner_events_clinical
NER model is updated & improved to include Admission
and Discharge
entities.
text =”She is diagnosed as cancer in 1991. Then she was admitted to Mayo Clinic in May 2000 and discharged in October 2001”
chunk | entity | |
---|---|---|
0 | diagnosed | OCCURRENCE |
1 | cancer | PROBLEM |
2 | 1991 | DATE |
3 | admitted | ADMISSION |
4 | Mayo Clinic | CLINICAL_DEPT |
5 | May 2000 | DATE |
6 | discharged | DISCHARGE |
7 | October 2001 | DATE |
3. Improved ner_deid_enriched
:
PHI NER model is retrained to cover Doctor
and Patient
name entities even there is a punctuation between tokens as well as all upper case or lowercased.
text =”A . Record date : 2093-01-13 , DAVID HALE , M.D . , Name : Hendrickson , Ora MR . # 7194334 Date : 01/13/93 PCP : Oliveira , 25 month years-old , Record date : 2079-11-09 . Cocke County Baptist Hospital . 0295 Keats Street”
chunk | entity | |
---|---|---|
0 | 2093-01-13 | MEDICALRECORD |
1 | DAVID HALE | DOCTOR |
2 | Hendrickson , Ora | PATIENT |
3 | 7194334 | MEDICALRECORD |
4 | 01/13/93 | DATE |
5 | Oliveira | DOCTOR |
6 | 25 | AGE |
7 | 2079-11-09 | MEDICALRECORD |
8 | Cocke County Baptist Hospital | HOSPITAL |
9 | 0295 Keats Street | STREET |
Versions
- 5.5.0
- 5.4.1
- 5.4.0
- 5.3.3
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.1
- 5.2.0
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.2
- 5.0.1
- 5.0.0
- 4.4.4
- 4.4.3
- 4.4.2
- 4.4.1
- 4.4.0
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.8
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.2
- 4.0.0
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.4
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.7.6
- 2.7.5
- 2.7.4
- 2.7.3
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.2
- 2.6.0
- 2.5.5
- 2.5.3
- 2.5.2
- 2.5.0
- 2.4.6
- 2.4.5
- 2.4.2
- 2.4.1
- 2.4.0