【发布时间】:2018-09-28 04:40:32
【问题描述】:
我正在尝试通过批量 API 调用在 FHIRBASE 中加载数据。我使用了以下命令:
fhirbase --host localhost -p 5432 -d fhirbase -U postgres -W postgres --fhir=3.3.0 load -m insert http://localhost:6544/patients
此端点“http://localhost:6544/patients”有 json 数据。
得到响应:- 批量数据 API 服务器未返回任何 Content-Location 标头。
【问题讨论】:
标签: hl7-fhir