Skip to content

Instantly share code, notes, and snippets.

@sgsfak
Last active November 15, 2023 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgsfak/c75c192d24da6a40ae5d77413c1890aa to your computer and use it in GitHub Desktop.
Save sgsfak/c75c192d24da6a40ae5d77413c1890aa to your computer and use it in GitHub Desktop.
Export Clinical Data options

Making (clinical) data available

Export in files

  • Single denormalized table (e.g. CSV)

  • Multiple CSVs / PArquets linked together

Export in structured formats

OMOP

  • OMOP CDM in SQLite or DuckDB: Single file!

  • Alternative (simpler) relational model OMOP-Like

FHIR

  • JSON, XML, RDF (turtle) per FHIR standard
  • Protobuf froom Google

CDISC ODM

other...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment