Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wverbuyst/questionnaire
https://github.com/wverbuyst/questionnaire
fhir gin-gonic go overmind react surveyjs typescript
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wverbuyst/questionnaire
- Owner: wverbuyst
- Created: 2022-09-16T18:47:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T14:51:30.000Z (over 1 year ago)
- Last Synced: 2023-06-06T15:33:42.907Z (over 1 year ago)
- Topics: fhir, gin-gonic, go, overmind, react, surveyjs, typescript
- Language: Go
- Homepage:
- Size: 966 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Client - lint & type check](https://github.com/wverbuyst/questionnaire/actions/workflows/client-lint-typecheck.yml/badge.svg)](https://github.com/wverbuyst/questionnaire/actions/workflows/client-lint-typecheck.yml) [![Server - build & lint](https://github.com/wverbuyst/questionnaire/actions/workflows/server-lint.yml/badge.svg)](https://github.com/wverbuyst/questionnaire/actions/workflows/server-lint.yml)
## What is this?
WIP
Goal: convert FHIR Questionnaire Resource to a json object that can be processed by SurveyJS## Server
If you haven't already, install go
> cd server && bash server.sh
## client
> cd client
> yarn install
> yarn dev
![](./img/screenshot1.png)
![](./img/screenshot2.png)
![](./img/screenshot3.png)
![](./img/screenshot4.png)
![](./img/screenshot5.png)