Simple-Express-FHIR-Server:简单的FHIR服务器使用nodejs-express和mongoose实现

时间:2024-05-23 14:27:48
【文件属性】:

文件名称:Simple-Express-FHIR-Server:简单的FHIR服务器使用nodejs-express和mongoose实现

文件大小:359KB

文件格式:ZIP

更新时间:2024-05-23 14:27:48

nodejs mongoose expressjs fhir fhir-server

简单表达FHIR服务器 简单的节点ExpressJS FHIR服务器工具。 该服务器支持以下FHIR RESTFul API: 阅读(例如GET ) 更新(例如PUT ) 删除(例如DELETE ) 搜索(例如 ) 搜索API现在仅支持_id和空参数 资源没有text字段 不要在models / mongodb / FHIRTypeSchema中删除Bundle.js 安装 npm install npm build #This will generate example dotenv file and API files that you setting in config.js 配置 build\config.js的资源配置 module.exports = { resources : [ "Patient" // add the resou


【文件预览】:
Simple-Express-FHIR-Server-main
----public()
--------html()
----models()
--------FHIR()
--------mongodb()
--------user()
----server.js(2KB)
----history_model_Generator.js(3KB)
----API_Generator.js(25KB)
----web()
--------index()
----LICENSE(11KB)
----build()
--------config.js(62B)
--------init.js(632B)
----FHIR-mongoose-Models-Generator()
--------config.js(119B)
--------fhir.schema.json(3.23MB)
--------index.js(11KB)
----routes.js(632B)
----FHIRParametersClean.json(240KB)
----README.md(15KB)
----api()
--------FHIR()
--------validator.js(2KB)
----.gitignore(209B)
----package-lock.json(57KB)
----package.json(1KB)

网友评论