gkv-parse
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

gkv-parse

oclif Version Downloads/week License

Parses entries from the medical aids catalog (Hilfsmittelverzeichnis) of the German statutory health insurances to respective representation in json documents.

At time of writing this was the current version - 03.04.2020 of the medical aids catalog. But check the data exchange website for newer ones.

Usage

$ npm install -g gkv-parse
$ gkv-parse COMMAND
running command...
$ gkv-parse (-v|--version|version)
gkv-parse/0.2.0 darwin-x64 node-v12.14.1
$ gkv-parse --help [COMMAND]
USAGE
  $ gkv-parse COMMAND
...

Commands

gkv-parse help [COMMAND]

display help for gkv-parse

USAGE
  $ gkv-parse help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

gkv-parse hmv FILE

Parses the specified medical aids (Hilfmittel) catalog XML file and writes the JSON representation of each entry into single files.

USAGE
  $ gkv-parse hmv FILE

ARGUMENTS
  FILE  XML-based Hilfsmittel file catalog to parse.

OPTIONS
  -d, --dir=dir                              [default: ./] Target directory.
  -h, --help                                 show CLI help
  --zipCompressionLevel=0|1|2|3|4|5|6|7|8|9  [default: 5] Zip compression level.

EXAMPLE
  $ gkv-parse hmv -d ~/Desktop/20200331_HMV.xml

Local test run:

./bin/run hmv -d ~/ ~/Desktop/20200331_HMV.xml

Readme

Keywords

Package Sidebar

Install

npm i gkv-parse

Weekly Downloads

0

Version

0.2.0

License

MIT

Unpacked Size

16.4 kB

Total Files

11

Last publish

Collaborators

  • tom.kramer