sujataprakashdatycs commited on
Commit
27681e9
·
verified ·
1 Parent(s): cc49eb6

Update PatientInfoExtractionEngine.py

Browse files
Files changed (1) hide show
  1. PatientInfoExtractionEngine.py +1 -1
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"