Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.6.0 #101

Merged
merged 2 commits into from
Jan 17, 2020
Merged

0.6.0 #101

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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