louisfb01 / fhir-store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FHIR data store

Overview

  • Description: This repository deploys DevBox/AidBox, a FHIR database server.
  • Primary author(s): Louis Mullie [@louismullie].
  • Contributors: none.
  • License: The code in this repository is released under the GNU General Public License, V3.

Usage

To load the Synthea dataset, open the DevBox console and execute the following REST query:

POST /fhir/$load
Accept: text/yaml
Content-Type: text/yaml

source: 'https://storage.googleapis.com/aidbox-public/synthea/100/all.ndjson.gz'

About

License:GNU General Public License v3.0


Languages

Language:Dockerfile 56.3%Language:JavaScript 43.7%