Spaces:
Sleeping
Sleeping
Update PatientInfoExtractionEngine.py
Browse files
PatientInfoExtractionEngine.py
CHANGED
|
@@ -60,7 +60,7 @@ class PatientInfoExtractionEngine:
|
|
| 60 |
"- dob (date of birth)\n"
|
| 61 |
"- age\n"
|
| 62 |
"- gender\n"
|
| 63 |
-
"- address\n"
|
| 64 |
"- phone\n"
|
| 65 |
"- patient_identifier (may appear as patient ID, MRN, or insurance ID in the chart)\n\n"
|
| 66 |
"Return only a JSON object in the following format:\n"
|
|
|
|
| 60 |
"- dob (date of birth)\n"
|
| 61 |
"- age\n"
|
| 62 |
"- gender\n"
|
| 63 |
+
"- address (patient address only if present in chart)\n\n"
|
| 64 |
"- phone\n"
|
| 65 |
"- patient_identifier (may appear as patient ID, MRN, or insurance ID in the chart)\n\n"
|
| 66 |
"Return only a JSON object in the following format:\n"
|