Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 605 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 605 Bytes

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