当前位置: 首页 > article >正文

工作记录 2017-01-06

工作记录 2017-01-06

序号

工作

相关人员

1

协助BPO进行Billing的工作。

修改CSV、EDI837的导入。

修改邮件上的问题。

更新RD服务器。

修改的问题:

1、

In “Full Job Summary” (patient info.), sometime, the Visit->Facility is missed, then biller manually select the “Facility”, and the job summary displays this new selected facility.? However, “New Claim” won’t bring the facility into CMS 1500 item 32.? Please check.

BillingJobPoster修改了4个地方:

   1.1 导入SAMS 数据时,修改了GENEDBS..BillingJobPool的service_dt字段处理。

   1.2 导入Amazing chart 数据时,修改了GENEDBS..BillingJobPool的service_dt字段处理。

   1.3 导入Amazing chart 数据时,修改了Facility的处理。

   1.4 导入Amazing chart 数据时,当CPT的Total amt为0时,从Fee Schedules取了Fee。

2、As listed before: Add ‘Service Date’ column (Right after Job# column) in ‘To Be Billed’ (Pending Pool), ‘Online Billing’ and ‘Missing Info’ list (Same as Historical Jobs).? And also add search criteria for ‘Service Date’ same as in Historical Jobs. ?(Also allow sorting by service date in the list same as other column).? Also move “Job Date” to the end of the list.

   Pending Pool、Online Billing、Missing Infos加了Service Date。

3、As listed before: ?In Job Summary -> patient Insurance (patinsurance table), we will need to add a new button to allow users to upload the patient insurance card (image/pdf file). And also in Job Summary page, in the insurance section, need to have link to launch this upload image.? This feature will be used right now for account 0851.  

   patient Insurance增加upload files,summary加了显示。

4、Sometime, the Service Date is missed in Job Summary, Visit page, so biller filled in manually, but the service date did not display in the “Historical Job List” or maybe “To Be Billed” etc.

   修改了  

5、As listed before, Throughout the system, change Payer # to “Payer ID”.  

   修改了  

6、As in the separated email, Add Upload button in patient demography to upload CCDA and link in Job Summary page to display the CCDA

   发布时需要在WebI下放置CDA.xsl文件

服务器更新

RD服务器更新了,更新的文件放在190的D:\Temp\CHTeam\fnehr_update_20170106\下了。

数据库更新:

1、在Hosp库中执行hosp.sql。

另: Hosp库中执行下面的sql语句,调整service_dt。注意set @acct_code 。

update BillingJob set service_dt= srve_dt from PatVisit where PatVisit.case_no=BillingJob.case_no and PatVisit.mr_no=BillingJob.mr_no and  srve_dt is not null and PatVisit.srve_dt<>BillingJob.service_dt

declare @acct_code varchar(4)

set  @acct_code ='0009'

update GENEDBS..BillingJobPool set service_dt=BillingJob.service_dt from BillingJob, GENEDBS..BillingJobPool as BillingJobPool where acct_code=@acct_code and BillingJob.job_no=BillingJobPool.job_no

更新的文件:
├─BillingJobPoster
│  │  
│  └─bin
│          BillingJobPoster.exe
│          BillingJobPoster.pdb
│          Business.dll
│          Business.pdb
│          DataAccess.dll
│          DataAccess.pdb
│          
├─patientinfo
│      CDA.xsl
│      
├─sql
│      hosp.sql
│      readme.txt
│      
└─web
    │  main.aspx
    │  
    ├─bin
    │      Business.dll
    │      Business.pdb
    │      DataAccess.dll
    │      DataAccess.pdb
    │      Web.dll
    │      Web.pdb
    │      
    └─scripts
        └─billingservice
                billing.js
                claim.js
                demographic.js
                manager.js
                pat_insurance.js
                pay.js


http://www.kler.cn/a/589052.html

相关文章:

  • N皇后问题——dfs解法(回溯+减枝+深搜)
  • 7、基于osg引擎实现读取vtk数据通过着色器实现简单体渲染(1)
  • go 安装swagger
  • 1.Qt SDK 的下载和安装
  • matlab 三维桥式起重机系统数学模型
  • 2025高频面试算法总结篇【递归回溯动态规划】
  • windows 下用docker 部署nginx
  • unity基础——Navigation导航系统
  • 网络安全设备系统集成方案 系统集成和网络安全
  • 命令行参数和环境变量【Linux操作系统】
  • 【论文笔记】Best Practices and Lessons Learned on Synthetic Data for Language Models
  • BigEvent项目后端学习笔记(一)用户管理模块 | 注册登录与用户信息全流程解析(含优化)
  • 数据增强常见问题与解决方案:提升AI模型性能的关键技巧
  • PyCharm如何有效地添加源与库?
  • CSS中固定定位
  • 错误记录: git 无法连接到github
  • Apache Pol (excel)
  • 算法——图论——关键活动
  • Python的那些事第四十五篇:继承自Nose的测试框架Nose2
  • 区间预测 | Matlab实现QRBiTCN分位数回归双向时间卷积神经网络注意力机制时序区间预测