darmawan01 / fhir-ig-tools

FHIR Implementation Guide Generator From Excel Format into FHIR Resource

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fhir Implementation Guide Converter From Excel to FHIR Resource

Parameters

  • -template - Path to excel that contain Resource IG
  • -resource - Path to json file of Resource
  • -out - Out Flie Name for result

Build

go build -o fhir-ig-converter

Usage

  • ./fhir-ig-converter -template path-to-ig-excel.xlsx -resource path-to-fhir-resource.json

Run without build

  • go run main.go -template path-to-ig-excel.xlsx -resource path-to-fhir-resource.json

About

FHIR Implementation Guide Generator From Excel Format into FHIR Resource


Languages

Language:Go 100.0%