nyuvis / patient-viz

Visualization of electronic medical records or other sequence event data.
MIT License
92 stars 29 forks source link

inpatient vs outpatient visit #51

Open vojtechhuser opened 8 years ago

vojtechhuser commented 8 years ago

Are they visually different? how can I see when patient has hospitalized and what is an outpatient visit?

JosuaKrause commented 8 years ago

Time spans when a patient is hospitalized are shown with a blue background (see #52 for visual feature explanations). Currently hospitalization is not yet considered when reading from OMOP though so I'm leaving this issue open until they are.

JosuaKrause commented 8 years ago

Do we have hospitalization in OMOP, or is this something we need to ask Aarti about?

cheers, David

it's in the visit table

JosuaKrause commented 8 years ago

7185323e02b2e6b07261f0b275a838b8d3c6bb6b implements a basic detection of hospitalization from the visit table (for the visit concept 'Inpatient Visit')