This project hosts a collection of open-source SNOMED Implementation examples using FHIR terminology services. It is expected to grow with new use cases and user interfaces.
This app is available on this demo site.
To run these demos locally:
-
Install Angular CLI:
npm install -g @angular/cli -
Build:
npm install -
Run:
ng serve
Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Some regions may have specific requirements and additional configuration - this configuration needs to be specified when running ng serve
These configuration files are at at src/environments and applies to various components within the SCT Demonstrator application.
Run:
ng serve --configuration=some-region
Note: Adding new regional config must have an accompanying configuration section for both build and serve in angular.json.