Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Prepare container

```
source .env

docker-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
```