diff --git a/README.md b/README.md index f87210a..dddbf2d 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index 451ffa7..4cf9421 100644 --- a/package.json +++ b/package.json @@ -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",