Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg authored May 20, 2024
1 parent 356030b commit c5527fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit c5527fd

Please sign in to comment.