insurance/openimis
最新稳定版本:1.0.0
Composer 安装命令:
composer require insurance/openimis
包简介
Insurance Package for dolphin project for claiming insurace of patient
README 文档
README
Installation
Run composer require insurance/openimis.
In your config/app.php file, add the Laravel API Key service provider to the end of the providers array.
Insurance\Openimis\OpenImisServiceProvider::class,
Publish the migration and config fiels
$ php artisan openimis:install
Run the migrations
$ php artisan migrate --path=database/migrations/openimis
Route List
$ {host}/openimis/eligbility-request Method=> POST Request=> {"insurance_no":"1234123123"}
$ {host}/openimis/submit/claim Method=> POST Request=> {"diagnosis":[{"diagnosisCodeableConcept": {"coding":[{"code":"FA01"}]},"sequence":1,"type":[{"text":"icd_0"}]}],"identifier":[{"type":{"coding":[{"code":"ACSN","system":"https:\/\/hl7.org\/fhir\/valueset-identifier-type.html"}]},"use":"usual","value":"9E8616DB-D9DA-458C-9A9E-6F9682241C10"},{"type":{"coding":[{"code":"MR","system":"https:\/\/hl7.org\/fhir\/valueset-identifier-type.html"}]},"use":"usual","value":"366844"}],"item":[{"category":{"text":"service"},"quantity":{"value":1},"sequence":1,"service":{"text":"OPD 2"},"unitPrice":{"value":200}}],"total_amount":2000,"insurance_uuid":"1273asdjnlkasjdlas","type":"0"}
$ {host}/openimis/locations Method=> GET
Developed by: Roshan Shrestha Senior Team Lead (Software Enigineer)
统计信息
- 总下载量: 45
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-05-03