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.
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.
This is a Next.js project bootstrapped with create-next-app
.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.