CAIPA POC 2.0

CAIPA POC EXT

CAIPA POC 2.0คืออะไร?

CAIPA POC 2.0 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CAIPA MSO LLC และคุณลักษณะหลักของมันคือ "CAIPA POC EXT"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CAIPA POC 2.0

ดาวน์โหลดไฟล์ส่วนขยาย CAIPA POC 2.0 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The CAIPA POC EXT serves as CAIPA's point-of-care platform, aimed at assisting clinics in identifying patients with care gaps. By installing this platform, you agree to adhere to the Privacy Policy and Disclaimer accessible at [Privacy Policy and Disclaimer](https://member.caipa.com/docs/PrivacyPolicyAndDisclaimer.pdf).
 
CAIPA POC Overview
 
CAIPA consistently seeks innovative ways to support our providers in care management. In response to valuable feedback, we've leveraged modern technology to develop a streamlined practice-based tool. This tool ensures the delivery of crucial content to clinicians at the point it's most needed, fostering better decisions, outcomes, and care.
 
With CAIPA POC, our providers no longer need to compile patient lists from multiple payor portals or navigate various applications to address care gaps. This interactive application seamlessly integrates with the provider’s current EHR system. Whenever there are open care gaps for a patient, the application generates a clinical decision alert to prompt providers. Additionally, coding and compliance tips are provided under each measure to assist in properly closing these care gaps.
 
Benefits of POC
 
The utilization of POC facilitates several advantages for our providers and their patients:
 
- Improved care quality and enhanced health outcomes
- Enhanced efficiency through timely patient preventive screenings and care management
- Cost-benefits
- Enhanced accuracy in risk scoring
- Increased provider and patient satisfaction
 
User Access
 
We acknowledge that providers have supporting clinical staff assisting in collecting patient information during routine workflows. These clinical office personnel can access the CAIPA POC application to input patient information collected during these workflows. Each clinic is granted an administrator account, enabling access to the CAIPA POC Dashboard. Administrators can add additional clinic staff to both the POC application and dashboard. For security purposes, all user transactions are recorded and trackable within the application.
 
Data
 
The data within the POC application is aggregated from various CAIPA payors and is updated either monthly or upon receipt of an updated dataset from the payors. Additionally, data input into the POC application is regularly sent back to the payors.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CAIPA POC 2.0 CAIPA POC 2.0
ID dmmildkgnkpdfiabjoddfdoodneaklhm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/caipa-poc-20/dmmildkgnkpdfiabjoddfdoodneaklhm
คำอธิบาย CAIPA POC EXT
ขนาดไฟล์ 8.59 MB
จำนวนการติดตั้ง 566
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2024-01-30
วันที่เผยแพร่ 2024-01-23
ผู้พัฒนา CAIPA MSO LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://member.caipa.com/docs/PrivacyPolicyAndDisclaimer.pdf
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "CAIPA POC 2.0",
    "version": "1.0.1",
    "description": "CAIPA POC EXT",
    "icons": {
        "16": "images\/POC-icon.png",
        "48": "images\/POC-icon.png",
        "128": "images\/POC-icon.png"
    },
    "options_page": "",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "images\/POC-icon.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self' ",
        "sandbox": "sandbox allow-scripts; script-src 'unsafe-inline'; object-src 'unsafe-inline' ",
        "web_accessible_resources": ""
    },
    "sandbox": {
        "pages": [
            ""
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.practicefusion.com\/*",
                "https:\/\/*.mdland.com\/*",
                "https:\/\/poc.caipa.com\/*",
                "https:\/\/poc2024.caipa.net\/*",
                "https:\/\/poc.yideguan.com\/*",
                "https:\/\/*.elationemr.com\/*",
                "https:\/\/*.ecwcloud.com\/",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "res_common\/third\/jquery\/jquery-3.2.1.min.js",
                "res_common\/oui\/system\/util.js",
                "res_common\/oui\/system\/component-adapter.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\/oui\/system\/oui-biz-ext.js",
                "js\/rightPanelClick.js",
                "js\/tool.js"
            ],
            "css": [
                "css\/content.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\/*",
                "https:\/\/*.ecwcloud.com\/",
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "res_common\/third\/jquery\/jquery-3.2.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "cookies",
        "webRequest",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.practicefusion.com\/",
        "https:\/\/*.caipa.net\/",
        "https:\/\/*.mdland.com\/",
        "https:\/\/*.yideguan.com\/",
        "https:\/\/*.elationemr.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/*.practicefusion.com\/",
                "https:\/\/*.caipa.net\/",
                "https:\/\/*.mdland.com\/",
                "https:\/\/*.yideguan.com\/",
                "https:\/\/*.elationemr.com\/",
                "index.html",
                "login-page.html",
                "login-success.html",
                "patient-search.html",
                "patient-page.html",
                "patient-detail.html",
                "welcome.html",
                "about-iframe.html",
                "js\/login-page.js",
                "about.html",
                "js\/*",
                "css\/*",
                "res_engine\/*",
                "poc\/Measure\/*",
                "webrobot-components\/*",
                "tpl\/*",
                "res_common\/*",
                "images\/*",
                "img\/*",
                "*.woff",
                "*.ttf",
                "*.woff2",
                "*.png",
                "*.gif"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "homepage_url": "https:\/\/poc.caipa.com",
    "omnibox": {
        "keyword": "go"
    },
    "default_locale": "en"
}