Closed jblemoine closed 5 years ago
This is a RESTful API to serve the data format. Implementation of #4
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" }
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" }
Please delete options that are not relevant.
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: