Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.08 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.08 KB

Vital Records Sheets

This repo contains the master copies of the IJE and Forms spreadsheets used to generate Structure Definition Intros, IJE Mapping Pages, and Forms Mapping Pages in VRCL, VRDR, and BFDR IG's.

Scriptology for generating the structure definition intros or mapping pages pull from this repo to include the latest versioning of the spreadsheets. Therefore, any lasting changes to content in the spreadsheets should be made here, and not locally in the IG.

The two CSV Files that drive generation of content and should be edited are:

  • IJE/FHIR Mapping - csv.
  • Forms Mapping - csv

The xlsx files are historical or derivative, and should not be directly edited:

To create the derived xlsx file run: ruby makeExcelFromCSV.rb You may need to run: gem install write_xlsx