Skip to content

Commit c9c27ab

Browse files
docs(mimic-iv): link README(s) to chartevents timing notes
Surface the #1961 caveat from module and repo entrypoints. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 01d536c commit c9c27ab

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,7 @@ By committing your code to the [MIMIC Code Repository](https://github.com/mit-lc
114114
### Coding style
115115

116116
Please refer to the [style guide](https://github.com/MIT-LCP/mimic-code/blob/main/styleguide.md) for guidelines on formatting your code for the repository.
117+
118+
### MIMIC-IV timing notes
119+
120+
- [ICU chartevents timing](mimic-iv/docs/CHARTEVENTS_TIMING.md)

mimic-iv/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,8 @@ mimic_utils convert_folder mimic-iv/concepts mimic-iv/concepts_duckdb --destinat
105105

106106
# To PostgreSQL:
107107
mimic_utils convert_folder mimic-iv/concepts mimic-iv/concepts_postgres --destination_dialect postgres
108-
```
108+
```
109+
110+
## Timing caveats
111+
112+
`chartevents.charttime` can legitimately fall outside `icustays` windows — see [docs/CHARTEVENTS_TIMING.md](docs/CHARTEVENTS_TIMING.md).

0 commit comments

Comments
 (0)