https://github.com/beda-software/sdc-ide
IDE for https://build.fhir.org/ig/HL7/sdc/
https://github.com/beda-software/sdc-ide
fhir fhir-sdc ide
Last synced: about 1 year ago
JSON representation
IDE for https://build.fhir.org/ig/HL7/sdc/
- Host: GitHub
- URL: https://github.com/beda-software/sdc-ide
- Owner: beda-software
- License: mit
- Created: 2020-11-17T18:52:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-11T03:37:02.000Z (over 1 year ago)
- Last Synced: 2024-11-11T04:30:53.268Z (over 1 year ago)
- Topics: fhir, fhir-sdc, ide
- Language: TypeScript
- Homepage:
- Size: 3.54 MB
- Stars: 15
- Watchers: 9
- Forks: 10
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## SDC IDE
Reactive IDE for Advanced Clinical Forms Builder based on Structured Data Capture Implementation Guide from HL7 ([SDC](https://build.fhir.org/ig/HL7/sdc/))
Live demo http://sdc.beda.software/.
Devdays talk about SDC and SDC IDE https://www.youtube.com/watch?v=6zzpfb7az_c.
### local launch
To check the app please go to [examples](examples) folder and follow readme.
## Development mode
### yarn start
```sh
yarn start # start watch all workspaces
yarn start:web # start watch web workspace
```
### yarn test
```sh
yarn test # launch tests for all workspaces
yarn test:web # launch tests for web workspace
```