You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 17, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
This repository contains the FHIR Questionnaires supported by [NAV](https://nav.no).
4
4
5
+
## Preview
6
+
7
+
To preview a questionnaire run (you need to have sushi installed: `npm install -g fsh-sushi`):
8
+
9
+
```
10
+
sushi .
11
+
```
12
+
13
+
Then open the `preview/index,html` file with a browser, and select the generated json file of the questionnaire located at: `fsh-generated/resources`
14
+
5
15
## Development
6
16
7
17
The Questionnaires are developed using [FSH](https://build.fhir.org/ig/HL7/fhir-shorthand/overview.html) ([Tutorial](https://fshschool.org/docs/tutorials/basic/)).
0 commit comments