- https://www.ehealth.fgov.be/standards/kmehr/en/page/xschema doesn't offer full changelog for each release
- https://www.ehealth.fgov.be/standards/kmehr/en/tables doesn't offer versioned CD tables (e.g. what changed between versions 1.x & 1.y tables)
- Comparing XSD files isn't funny at all for humans
It parses eHealth xsd definitions and generates a JSON summary of this release.
Thanks to Docusaurus, we have a diff tool that uses them.
- Download it from https://www.ehealth.fgov.be/standards/kmehr/en/page/xschema
- Create a folder in
static/kmehr
(e.g.1.39.0
) - Copy all files from
ehealth-kmehr/XSD
to this new folder - Run
npm run generate-json-tables
npm start
/ npm run build
depending to your env.
- Download its XML version from https://www.ehealth.fgov.be/standards/kmehr/en/tables
- Create a folder in
static/tables
(e.g.CD-HCPARTY
) - Copy the xml file as
labels.xml
to this new folder - Run
npm run generate-labels
npm start
/ npm run build
depending to your env.
npm install
npm run start
Check License file