arkhn / fhir-store

Serve FHIR standard in json, yml, etc.
Apache License 2.0
13 stars 2 forks source link

[WIP] ENH: RESTful API to serve the data format #4 #9

Closed jblemoine closed 5 years ago

jblemoine commented 5 years ago

Description

This is a RESTful API to serve the data format. Implementation of #4

Usage

Store

You must send a post request to: http://localhost:5000/store The body of your request must match the following template

{ "output_format": "json", "fhir_resource_name": "patient" }

Mapping

You must send a post request to: http://localhost:5000/mapping The body of your request must match the following template

{ "output_format": "json", "fhir_resource_name": "patient" "database": "CW" }

Type of change

Please delete options that are not relevant.

Checklist: