简体   繁体   English

将赛普拉斯数据导入到EHR中以进行QRDA类别1(CQM-捕获和导出)的有意义的使用

[英]Import cypress data to EHR for QRDA category 1(CQM - capture and export) meaningful use

I am working on Clinical Quality Measures – Capture and Export. 我正在研究临床质量度量-捕获和导出。 Which implies "Every CQM, EHR technology must be able to electronically record all of the required data" and then generate files in QRDA format. 这意味着“每个CQM,EHR技术都必须能够以电子方式记录所有必需的数据”,然后生成QRDA格式的文件。 I have review many document but no one provided clarification. 我已经审查了许多文件,但没有人提供澄清。

For QRDA Cat-1 we are provided with patient data package from Cypress(Html for Manual and XMl for automatic) to enter into EMR. 对于QRDA Cat-1,我们提供了赛普拉斯的患者数据包(Html用于手动,XM1用于自动)进入EMR。 But this data package contains 56 patient files. 但是此数据包包含56个患者文件。

Question: 题:

  1. Do we need to import all (56) patient data files for Category -1? 我们是否需要为类别-1导入所有(56)个患者数据文件?
  2. Do we need to capture all information of every file, means patient medication info, lab test info. 我们是否需要捕获每个文件的所有信息,包括患者用药信息,实验室测试信息。 etc. Or only info that we need to calculate a CQM? 等等。或者仅是我们需要计算CQM的信息?
  3. Is there any dll or somthing like which can be used in .net c# to read patient data XML files Or we need to do it manually (read xml using Xml reader and add data to EHR)? .net c#中是否可以使用任何dll或类似的东西读取患者数据XML文件?或者我们需要手动进行操作(使用Xml Reader读取xml并将数据添加到EHR中)?

Please suggest any relevant information regarding this. 请提出与此有关的任何相关信息。

Thanks in advance. 提前致谢。

  1. If you are planning to certify on every measure you will need to import all of the patients. 如果您打算对每项措施进行认证,则需要输入所有患者。 But tests generated in Cypress with fewer measures will have fewer patients. 但是在赛普拉斯中使用较少量度进行的测试将减少患者人数。 Also the tests will randomize the patients somewhat where the patients you listed sound like they're straight from the test deck. 此外,测试会将患者随机分配到您列出的患者听起来像是直接来自测试台的地方。

  2. You don't necessarily need to capture all of the information because Cypress is not going to verify all of the information. 您不必捕获所有信息,因为赛普拉斯将不会验证所有信息。 The output files only need to have the data listed in the Data Criteria sections of the measure you are calculating. 输出文件只需要在要计算的度量的“数据标准”部分中列出数据即可。

  3. Not sure if this is within the rules of Stack Overflow. 不知道这是否在堆栈溢出的规则之内。 But you did ask and I am one of the authors of CQMsolution - a tool that reads cypress data patient data in XML format and performs measure calculations. 但是您确实提出了疑问,我是CQMsolution的作者之一-该工具可以读取XML格式的赛普拉斯数据患者数据并执行度量计算。 It is a retail product but it does everything needed to calculate CQMs. 它是一种零售产品,但是可以完成计算CQM所需的所有工作。 We also offer consulting. 我们还提供咨询。 Web site in my contact info page. 我的联系信息页面中的网站。 We created it because there was a distinct lack of products that did this. 我们之所以创建它,是因为明显缺乏执行此操作的产品。 It is written in C#. 它是用C#编写的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM