https://github.com/sap-samples/openui5-fhir-sample-app
Sample app demonstrating the use of the openui5-fhir open source project.
https://github.com/sap-samples/openui5-fhir-sample-app
fhir openui5 openui5-fhir sample sample-code
Last synced: 2 months ago
JSON representation
Sample app demonstrating the use of the openui5-fhir open source project.
- Host: GitHub
- URL: https://github.com/sap-samples/openui5-fhir-sample-app
- Owner: SAP-samples
- License: apache-2.0
- Created: 2019-07-10T22:02:59.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-11T04:41:08.000Z (7 months ago)
- Last Synced: 2025-04-13T14:53:31.050Z (6 months ago)
- Topics: fhir, openui5, openui5-fhir, sample, sample-code
- Language: JavaScript
- Homepage: https://github.com/SAP/openui5-fhir
- Size: 55.9 MB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenUI5-FHIR Sample App
[](https://api.reuse.software/info/github.com/SAP-samples/openui5-fhir-sample-app)This project describes how to use the famous *OpenUI5-FHIR* project to build beautiful Fiori look and feel UI5 applications based on services using the [FHIR®](https://www.hl7.org/fhir/index.html) protocol.
## Live Demo
Just visit the [live demo](http://sap-samples.github.io/openui5-fhir-sample-app) to try out the application.## Prerequisites
- Download and install [node.js](https://nodejs.org/en/download/)## Getting started
To run the application execute following steps:
1. Clone the repository
2. Open a command prompt/bash
3. Navigate to the repository-folder
4. Execute `npm install`
5. Execute `npm run serve`
6. Open a browser on http://localhost:8080/index.html## Build
To build the application, you can either choose between the `preload` and the `self-contained` [build](https://github.com/SAP/ui5-cli#commands).
- **Preload**: `npm run build`
- **Self-Contained**: `npm run build:self-contained`To host the built application, execute `npm run serve:dist` after building the application and open a browser on http://localhost:8000/index.html.
## Support
Do you have any questions? Don't hesitate to raise a [new issue](https://github.com/SAP-samples/openui5-fhir-sample-app/issues/new/choose).
This project is provided "as-is": there is no guarantee that raised issues will be answered or addressed in future releases.
## Known Issues
The list of current issues is available [here](https://github.com/SAP-samples/openui5-fhir-sample-app/issues).
## License
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSE) file.