CAIPA POC

CAIPA POC EXT

ما هو CAIPA POC؟

CAIPA POC هو إضافة Chrome تم تطويرها بواسطة spang، والميزة الرئيسية لها هي "CAIPA POC EXT".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة CAIPA POC

قم بتنزيل ملفات الامتداد CAIPA POC بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        CAIPA POC EXT is CAIPA's point of care platform designed to help clinic identify patient with care gaps. By installing you agree to the Privacy Policy and Disclaimer at https://member.caipa.net/docs/PrivacyPolicyAndDisclaimer.pdf

CAIPA POC OVERVIEW
CAIPA has always look for innovative way to assist our providers with care management. We listened to our providers feedback and used modern technology to create a streamlined practice-based tool to allow for the delivery of content at the clinician’s fingertips at the time it is acutely needed, enabling better decisions, better outcomes, and better care.

Our provider no longer needs to gather patient list from multiple payor portals, or navigating through multiple applications to close care gaps. The CAIPA POC is an interactive application linked to the provider’s current EHR system. Whenever there is a patient with open care gaps, our application will automatically generate a clinical decision alert to remind providers. We also included coding and compliance tips under each measure for guidance on how to properly close these care gaps.

THE BENEFITS OF POC
The use of POC will connect our providers with their patients for:
• Improved quality of care and enhanced health outcomes
• Improved efficiency by timely patient preventive screening, and care managements
• Cost-benefits
• Updated risk score accuracy
• Improved provider and patient satisfaction

USER ACCESS
We recognize that providers have supporting clinical staff who assist them in collecting patient information during normal workflow. These clinical office personnel can have access to the CAIPA POC application, which allows entry of patient information collected in the normal workflow.
Each clinic is assigned with an administrator account. The administrator can login to CAIPA POC Dashboard to add additional clinic staffs to the POC application and dashboard. For security purpose, all user transactions are recorded and is trackable by the application.

DATA
The data within the POC application is aggregated from various CAIPA payors. This information is updated on a monthly basis or whenever the payors provides us with an updated dataset. Data input into the POC application is also send back to the payor on a regular basis.                    

معلومات أساسية عن التمديد

الاسم CAIPA POC CAIPA POC
ID ipcgahnfjeekgcmhclomfmeibdajgloc
عنوان URL الرسمي https://chromewebstore.google.com/detail/caipa-poc/ipcgahnfjeekgcmhclomfmeibdajgloc
الوصف CAIPA POC EXT
حجم الملف 8.13 MB
عدد التثبيتات 2,058
النسخة الحالية 1.0.28
آخر تحديث 2022-03-08
تاريخ النشر 2020-08-23
تقييم 5.00/5 مجموع تقييمات 1
المطور spang
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://member.caipa.net/docs/PrivacyPolicyAndDisclaimer.pdf
اللغات المدعومة en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CAIPA POC",
    "version": "1.0.28",
    "description": "CAIPA POC EXT",
    "icons": {
        "16": "images\/POC-icon.png",
        "48": "images\/POC-icon.png",
        "128": "images\/POC-icon.png"
    },
    "options_page": "",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/POC-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.practicefusion.com\/*",
                "https:\/\/*.mdland.com\/*",
                "https:\/\/poc.caipa.net\/*",
                "https:\/\/poc.yideguan.com\/*",
                "https:\/\/*.elationemr.com\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "res_common\/third\/vue\/dist\/vue.min.js",
                "res_common\/third\/element-ui\/lib\/index.js",
                "res_common\/oui\/system\/util.js",
                "res_common\/oui\/system\/component-adapter.js",
                "res_common\/third\/jquery\/jquery-3.2.1.min.js",
                "res_common\/third\/template\/template_debug_3_0_0.js",
                "res_common\/oui\/system\/oui-jsclazz.js",
                "res_common\/oui\/system\/oui-define.js",
                "res_common\/oui\/system\/oui-tags.js",
                "res_common\/oui\/system\/parser.js",
                "res_common\/oui\/system\/oui-datautils.js",
                "res_common\/oui\/system\/oui-common.js",
                "res_common\/oui\/system\/oui-checkform.js",
                "res_common\/oui\/ui\/tpl-type.js",
                "res_common\/oui\/ui\/base-control.js",
                "res_common\/oui\/ui\/form-control.js",
                "res_common\/oui\/ui\/ui_common\/controls\/oui-view\/oui-view.js",
                "res_common\/third\/watch\/watch.min.js",
                "res_common\/third\/template\/simple-virtual-dom\/dist\/bundle.js",
                "res_common\/oui\/system\/oui-biz-ext.js",
                "res_common\/third\/progress\/nprogress.js",
                "context\/context.js",
                "js\/rightPanelClick.js",
                "js\/tool.js"
            ],
            "css": [
                "res_common\/third\/progress\/nprogress.css",
                "css\/content.css",
                "res_common\/third\/element-ui\/lib\/theme-chalk\/index-chrome-extension.css"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.practicefusion.com\/*",
                "https:\/\/*.mdland.com\/*",
                "https:\/\/*.caipa.net\/*",
                "https:\/\/*.yideguan.com\/*",
                "https:\/\/*.elationemr.com\/*",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "res_common\/third\/jquery\/jquery-3.2.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.practicefusion.com\/",
        "https:\/\/*.caipa.net\/",
        "https:\/\/*.mdland.com\/",
        "https:\/\/*.yideguan.com\/",
        "https:\/\/*.elationemr.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/*.practicefusion.com\/",
        "https:\/\/*.caipa.net\/",
        "https:\/\/*.mdland.com\/",
        "https:\/\/*.yideguan.com\/",
        "https:\/\/*.elationemr.com\/",
        "index.html",
        "res_engine\/*",
        "poc\/Measure\/*",
        "webrobot-components\/*",
        "tpl\/*",
        "res_common\/*",
        "images\/*",
        "img\/*",
        "*.woff",
        "*.ttf",
        "*.woff2",
        "*.png",
        "*.gif"
    ],
    "homepage_url": "https:\/\/www.caipa.net",
    "omnibox": {
        "keyword": "go"
    },
    "default_locale": "en"
}