Strategy to Identify Dates #13558
Unanswered
standenman
asked this question in
Help: Coding & Implementations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am seeking to create any application that would identify the date of the individual pages of a set of medical records. These medical records include a variety of record types: lab reports, MRI reports, treating physician clinical notes. Easy enough to identify dates, and any given medical record page can have a slew of dates. The problem is in identifying thedate that is in fact the patient visit date, the lab work date, or the date of the MRI. Across medical records there is no uniformity as to how the date is presented. Many clinical notes will have"Date of Visit: 01/01/2022", others "Encounter Date: 01/01/2022" or "date of encounter: 01/01/2022" or "visit: 01/01/22" or just be a bare date that sits at the top of the page in what looks like a header, but in pdf terms it is not identified as a header -just looks like one. What would be an appropriate approach with Spacy?
Beta Was this translation helpful? Give feedback.
All reactions