Skip to content

Mapping the MIMIC-III database to the FHIR resources

License

Notifications You must be signed in to change notification settings

sz891016/mimic-fhir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIMIC-FHIR

This repository contains an Extract-Transform-Load (ETL) process for mapping the MIMIC-III database to the FHIR. This process involves both transforming the structure of the database (i.e. the relational schema), but also standardizing the many concepts in the MIMIC-III database to a standard vocabulary.

Table of Contents

  • FHIR Resources
  • MIMIC TABLES EQUIVALENCE

FHIR Resources

This section lists the FHIR resources which have been populated from MIMIC-III. You can use this section to figure out what data generated each FHIR Resources. For example, we can see that the FHIR Resource patient was populated using data from the patients table in MIMIC-III.

Currently supported FHIR Resources:

  • Bundle
  • Patient
  • Encounter
  • Condition
  • Observation
  • DiagnosticReport
  • Procedure
  • ImagingStudy
  • Immunization
  • CarePlan
  • MedicationRequest
  • Claim

MIMIC TABLES EQUIVALENCE

This section lists all the tables in MIMIC-III, and shows where the data now exists in the FHIR Resources. For example, we can see that the MIMIC-III table patients was used to populate the FHIR Resources patient.

TBD

Remarks

  • This repository is largely rely on mimic-omop project which is for ETL from MIMIC-III database to OMOP CDM.

About

Mapping the MIMIC-III database to the FHIR resources

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published