From c5527fdae8360c6a3a825e928cacb710806940fc Mon Sep 17 00:00:00 2001 From: Ethan Steinberg Date: Mon, 20 May 2024 07:33:29 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 09eb290..b097d77 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,9 @@ Event = TypedDict('Event',{ }) ``` -Example patient following this schema +We also provide ETLs to convert common data formats to this schema: https://github.com/Medical-Event-Data-Standard/meds_etl + +An example patient following this schema ```python @@ -55,5 +57,3 @@ patient_data = { } ``` - -We also provide ETLs to convert common data formats to this schema: https://github.com/Medical-Event-Data-Standard/meds_etl