FHIR profiles for MIMIC-IV. The MIMIC-IV and MIMIC-IV-ED databases have been modelled as FHIR resources. The process to generate the full implementation guide with resources is:
- Set up FSH and SUSHI - SUSHI Setup Guide
- Install Node.js (needed for SUSHI): https://nodejs.org/en/
- Check node.js is properly set up:
node --version
ornpm --version
- Check node.js is properly set up:
- Install SUSHI:
npm install -g fsh-sushi
- Generate FHIR resources from FSH
- In the main directory of the repo run
sushi .
- This command will generate the FHIR resources from the FSH files
- Set up the IG Publisher
- Install Jekyll (need for the IG html output)
- Run
./_updatePublisher.sh
from the top of the repository to get the latest IG Publisher- If _updatePublisher.sh does not work you can manually download the IG publisher
- Generate the mimic-fhir implementation guide
- Run
./_genonce.sh
from the top of the repository to generate the mimic-fhir IG