Skip to content

standardhealth/fhit-app

Repository files navigation

FHIT App

A web app for comparing FHIR Profiles using a FHIR Interoperability Table (FHIT).

Note: This app is in development and many features are not fully built yet.

Development Environment Set Up

To run the project locally, Node.js must be installed on the user's system.

Clone the repository and install the required dependencies:

npm install

Once the dependencies are installed, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result. The page auto-updates as you edit the files in pages/.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Next.js

This is a Next.js project bootstrapped with create-next-app.

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

License

Copyright 2022+ The MITRE Corporation

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Online tool for creating a FHIR Interoperability Table (FHIT).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published