Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terminalkitten/fhirebase-core-json-schema
Validate FHIR resource field of JSONB type with JSON Schema
https://github.com/terminalkitten/fhirebase-core-json-schema
fhir json json-schema postgres sql
Last synced: 1 day ago
JSON representation
Validate FHIR resource field of JSONB type with JSON Schema
- Host: GitHub
- URL: https://github.com/terminalkitten/fhirebase-core-json-schema
- Owner: terminalkitten
- Created: 2018-08-01T20:35:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T21:46:38.000Z (over 6 years ago)
- Last Synced: 2024-11-30T02:07:47.282Z (2 months ago)
- Topics: fhir, json, json-schema, postgres, sql
- Homepage: https://github.com/fhir-fuel/fhir-storage-and-analytics-track/issues/5
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prepare container
```
source .envdocker-compose up -d
docker ps
```## Install packages and postgres extension
```
docker exec -i -t /bin/bash
``````
$ apt-get install git make postgresql-server-dev-10
$ git clone https://github.com/gavinwahl/postgres-json-schema.git
$ cd postgres-json-schema
$ make install
$ exit
``````
psql
```