Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Commit

Permalink
Bump to 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoesel committed Jan 23, 2018
1 parent 90c51fa commit b627c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The Standard Health Record (SHR) initiative is working to create a single, high-quality health record for every individual in the United States. For more information, see [standardhealthrecord.org](http://standardhealthrecord.org/).

This GitHub repository contains a Node.js command-line interface for parsing SHR text definitions and exporting them as a JSON document (for website generation) and FHIR profiles. Future versions of the CLI may support additional capabilities.
This GitHub repository contains a Node.js command-line interface for parsing SHR text definitions and exporting them as FHIR profiles, JSON schema, ES6 classes, or a JSON document (for website generation). Future versions of the CLI may support additional capabilities.

The SHR text definitions and grammar files can be found in the [shr_spec](https://github.com/standardhealth/shr_spec) repo. As the SHR text format (and content files) are still evolving, so is this toolset.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "shr-cli",
"version": "5.3.3",
"version": "5.4.0",
"description": "Command-line interface for SHR tools",
"author": "",
"license": "Apache-2.0",
Expand Down

0 comments on commit b627c29

Please sign in to comment.