Convert FHIR structure definition into JSON schema.
Make sure you have NodeJS and wget installed.
brew install wget
git clone https://github.com/niquola/fhir-schema
cd fhir-schema
npm install
npm run setup
npm test
# to build schemas into build folder
npm run build
- refactoring
- support for simple ValueSet
- support for contained & Bundle validation