Skip to content

Da Vinci Payor Data Exchange - Plan Network (Provider, Organization and Location registry) reference implementation

License

Notifications You must be signed in to change notification settings

TransparentHealth/davinci-pdex-plan-net

 
 

Repository files navigation

Da Vinci Plan-Net Reference Implementation

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/FHIR/davinci-pdex-plan-net
cd davinci-pdex-plan-net
bundle install
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 https://plan-net-client.herokuapp.com

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/FHIR/davinci-pdex-plan-net
cd davinci-pdex-plan-net
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.

About

Da Vinci Payor Data Exchange - Plan Network (Provider, Organization and Location registry) reference implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 66.6%
  • HTML 28.4%
  • CSS 2.3%
  • JavaScript 1.4%
  • Dockerfile 1.3%