0.3.0 • Published 4 years ago

igpop v0.3.0

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

igpop is Sugar FHIR Profiling

DRY FHIR profiling for programming humans

  • 80/20 of profiling
  • convention over configuration
  • to be manually written
  • Data DSL - no grammars and parsers
  • inline extensions
  • inline valuesets

Features

  • generate FHIR StructureDefinition, ValueSets etc
  • generate IG static site

Quick Start

###Installation Install this package using command:npm i igpop.

Once you have igpop installed, jump to its directory in node_modules cd node_modules/igpop/bin/ and then create npm link via command:npm link.

Having all previous steps completed, you are able to use igpop in any directory that contains a configuration file ig.yaml and src folder.

Below you can see an example of the ig.yaml file:

id: FHIR
version: 4.0.0

src folder contains *.md, *.yaml and *.csv files for Docs, Profiles and ValueSets, respectively. Test dataset example igpop-fhir-4.0.0.

###Usage

Run local server by igpop dev command to display docs, profiles and valuesets (it starts on port 8899).

Generate IG static site igpop build.

Validate your profiles from src directory igpop validate (in progress).

For help useigpop help.

##Sources

See github repo igpop.

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.4

4 years ago

0.0.3-SNAPSHOT

4 years ago

0.0.3

4 years ago

0.0.2-SNAPSHOT8

4 years ago

0.0.2-SNAPSHOT7

4 years ago

0.0.2-SNAPSHOT6

4 years ago

0.0.2-SNAPSHOT5

4 years ago

0.0.2-SNAPSHOT4

4 years ago

0.0.2-SNAPSHOT3

4 years ago

0.0.2-SNAPSHOT2

4 years ago

0.0.2-SNAPSHOT1

5 years ago

0.0.1-SNAPSHOT8

5 years ago

0.0.1-SNAPSHOT7

5 years ago

0.0.1-SNAPSHOT6

5 years ago

0.0.1-SNAPSHOT5

5 years ago

0.0.1-SNAPSHOT4

5 years ago

0.0.1-SNAPSHOT3

5 years ago

0.0.1-SNAPSHOT2

5 years ago

0.0.1-SNAPSHOT1

5 years ago

0.0.1-betta

5 years ago