This demonstrator simulates the process of ordering, prescribing, and giving out medication defined by the Linked Care project. The frontend uses the HL7 FHIR standard for communicating medical data.
Chrome v98, Edge v98, Safari v15.4, Firefox v94, Opera v84
Run npm install
in the root directory.
Run npm run dev
to start all three applications.
The applications can be accessed under:
The API connection to the FHIR server is defined inside vite.config.js
and can be adapted if needed.
Run npx run build
to bundle all four applications.