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.