niquola / fhir-schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fhir-schema

Build Status

DEMO

Convert FHIR structure definition into JSON schema.

Requirements

Make sure you have NodeJS and wget installed.

brew install wget

Installation

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

Layout

TODO:

  • refactoring
  • support for simple ValueSet
  • support for contained & Bundle validation

About


Languages

Language:JavaScript 97.5%Language:Shell 2.5%