An open API service indexing awesome lists of open source software.

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/

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
```