HL7-DaVinci / plan-net_client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Da Vinci Plan-Net Reference Implementation

Foundry

A live demo is hosted by HL7 FHIR Foundry.

Installation and Deployment

The client reference implementation can installed and run locally on your machine. Install the following dependencies first:

And run the following commands from the terminal:

# MacOS or Linux
git clone https://github.com/HL7-DaVinci/plan-net_client
cd plan-net_client
bundle install

Start PostgreSQL

Create the zipcode database:

rake db:create
rake db:migrate

Initialize the zipcode database once:

ruby db/seed_zipcodes.rb

Install and start memcached

instructions

Now you are ready to start the client.

rails s

The client can then be accessed at http://localhost:3000 in a web browser.

If you would like to use a different port it can be specified when calling rails. For example, the following command would host the client on port 4000:

rails s -p 4000

Reference Implementation

While it is recommended that users install the client locally, an instance of the client is hosted at Stay Tuned.

Users that would like to try out the client before installing locally can use that reference implementation.

Docker Container

If you prefer, you can also build the client application within a Docker container. When you run the Docker container, it will indicate the local port that should be used to access the client.

git clone https://github.com/HL7-DaVinci/plan-net_client
cd plan-net_client
docker build -t plan-net .
docker run -itP plan-net

Supported Browsers

The client has been tested on the latest versions of Chrome and Safari.

License

Copyright 2019 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.

Questions and Contributions

Questions about the project can be asked in the Da Vinci Plan-net stream on the FHIR Zulip Chat.

This project welcomes Pull Requests. Any issues identified with the RI should be submitted via the GitHub issue tracker.

As of October 1, 2022, The Lantana Consulting Group is responsible for the management and maintenance of this Reference Implementation. In addition to posting on FHIR Zulip Chat channel mentioned above you can contact Corey Spears for questions or requests.

About

License:Apache License 2.0


Languages

Language:Ruby 98.8%Language:HTML 1.0%Language:JavaScript 0.2%Language:SCSS 0.1%Language:Dockerfile 0.0%Language:CoffeeScript 0.0%Language:CSS 0.0%