Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create an example for MIMIC-III clinical note pipeline. #64

Open
Leolty opened this issue Oct 6, 2022 · 0 comments
Open

Create an example for MIMIC-III clinical note pipeline. #64

Leolty opened this issue Oct 6, 2022 · 0 comments

Comments

@Leolty
Copy link
Collaborator

Leolty commented Oct 6, 2022

I had this idea because I wanted to have a pipeline that had the ability to cover all of our processors (in the NLP field) as much as possible. And I think the mimic-iii data satisfies that.

In this example, we should try to use all the processors we have, for example, if our sample data is selected from a patient's self-report or query or clinical diagnose records (maybe a covid-19 patient), which describes their physical condition, e.g., with A symptoms and without B symptoms (Negation Context Detect), and then give a diagnosis based on the symptom description (ICD Coding). The user description may have a more specific time, such as how it was last night, how it was last month, so that it can be extended to the Temporal domain. ( I know the temporal related processors may be not completed, we can just work on all the things we have currently).

But it may be hard to find a piece of data that covers all the processors, for this issue, maybe we can just concatenate them to achieve what we want.

Possible included components:

  1. Sentence Segmenter
  2. Tokenizer
  3. Bio NER Tagger
  4. Negation Context
  5. ICD Coding
  6. Temporal Mention Tagging
  7. Temporal Relation Extraction
  8. Deidentification

(Just ignore the processors we do not have currently)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant