Skip to content

Commit

Permalink
0.6.0 (#101)
Browse files Browse the repository at this point in the history
* Update README w/ new FSH Doc URL

* 0.6.0
  • Loading branch information
cmoesel authored and Dylan Mahalingam committed Jan 17, 2020
1 parent b9a3cb9 commit 85be633
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SUSHI (aka "SUSHI Unshortens Short Hand Inputs") is a reference implementation c

FHIR Shorthand (FSH) is a specially-designed language for defining the content of FHIR Implementation Guides (IG). It is simple and compact, with tools to produce Fast Healthcare Interoperability Resources (FHIR) profiles, extensions and implementation guides (IG). Because it is a language, written in text statements, FHIR Shorthand encourages distributed, team-based development using conventional source code control tools such as Github.

For more information about the evolving FSH syntax see the [FSH Wiki](https://github.com/HL7/fhir-shorthand/wiki).
For more information about the evolving FSH syntax see the [FHIR Shorthand Reference Manual](https://build.fhir.org/ig/HL7/fhir-shorthand/).

# Installation for SUSHI Users

Expand Down Expand Up @@ -37,7 +37,7 @@ If the input folder (i.e., "FSH Tank") contains a sub-folder named "ig-data", th
* `ig-data/package-list.json`: If present, it will be used instead of a generated package-list.json.
* `ig-data/input/pagecontent/index.md`: If present, it will provide the content for the IG's main page.

After running SUSHI, change to the output folder and run the `updatePublisher` and `genonce` scripts.
After running SUSHI, change to the output folder and run the `_updatePublisher` and `_genonce` scripts.

If the input folder does not contain a sub-folder named "ig-data", then only the resources (e.g., profiles, extensions, etc.) will be generated.

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fsh-sushi",
"version": "0.5.0",
"version": "0.6.0",
"description": "Sushi Unshortens Short Hand Inputs (FSH Compiler)",
"scripts": {
"build": "rm -rf dist && tsc && cp -r src/ig/files dist/ig/files",
Expand Down

0 comments on commit 85be633

Please sign in to comment.