SlideShare une entreprise Scribd logo
1  sur  12
Télécharger pour lire hors ligne
May 2019
Enterprise mHealth
Strategy 2019
White Paper
Current State of Mobile Health
The $28 billion global mobile healthcare market is
expected to grow at ~32% to become $189 billion by
2025. Although ~77% of Americans own a
smartphone, only ~25% of providers currently use
mobile for healthcare leading to a tremendous growth
opportunity.
Growth Trends
▪ By 2020, digital twins will exist for potentially
billions of things.
▪ By 2021, 33% of Enterprises will have platforms to
support mobile, web, conversational & AR, VR
development by 2021
▪ By 2022, at least 40 percent of new application
development projects will have AI co-developers on
their team
▪ 25 Billion – Number of connected devices by 2021
▪ 66% of companies doing digital transformation
expect to generate more revenue from their
operations, while 48% predict that more business
will arrive through digital channels.
OVERVIEW (1/2)
1
Technology Applications
IoT / Wearables Monitoring, staff / device tracking
AI
Virtual nursing and advanced
diagnoses
Cloud
SaaS apps and advanced analytics
services
Blockchain Increased security and simplicity
NLP / Voice
Clinical notes and care
coordination
AR / VR Training, rehab and treatment
2
Use Cases
Care Coordination Monitoring Advanced Analytics
Device Type
IoT /
Wearables
Memorial Sloan Kettering
Cancer Center uses activity
trackers to improve prognosis
University of Rochester
medical center uses IoT to
monitor room noise, lighting
and equipment
Hospitals use IoT tags for
patient pathway analytics,
process optimization and
reduction in care time
Medical
Devices
Mayo Clinic uses RFID smart-
beds to sync with Provider
apps and locate medical
equipment
Stanford Medicine uses Apple
Watch to monitor irregular
heart rhythm
Providers use AI powered
insulin and asthma devices to
improve outpatient care
mHealth
Apps
New York Presbyterian has
apps for secure messaging,
medication management and
clinical data
Trinity Health uses a telehealth
platform to monitor patient
vitals & automated alerts to
Providers
AICure App uses AI and image
analysis to identify medication
from images and adherence
patterns
OVERVIEW (2/2)
Healthcare Industry Snapshots
3
▪ Over the past few years healthcare enterprises have
developed large suite of mHealth apps to deliver
variety of healthcare use cases
▪ Mobile still remains a de-facto mechanism for
delivering rapid innovations and disruptions
▪ Enterprises should revisit their mobile strategy for
including but not limited to the following
considerations:
▪ Interoperability with FHIR and support for latest
development techniques like microservices,
containers etc.
▪ Scalability to support IoT and data streaming
apps
▪ Security governance for HIPPA Compliance and
protection of PHI data
KEY CONSIDERATIONS: mHEALTH STRATEGY
4
What does digital transformation mean for
mHealth applications?
▪ The healthcare industry is catching up to the digital
revolution that has disrupted other sectors, mobile
devices along with technologies like AI/ML, Voice,
AR/VR etc. is reshaping patient care
▪ Leading healthcare providers have started
leveraging these technologies for providing
solutions for healthcare uses cases like remote
monitoring, chronic care condition management
etc.
Recommendations: Implementing Digital Trends
Innovation involves
▪ Latest / better technologies
▪ Faster experimentation
▪ Modern marketing
▪ Cannibalization of existing apps
Optimization for
▪ Longer workflows
▪ Fewer bugs, performant
▪ Better standards support
▪ Deeper internal integration
▪ Wider external integration
Best Practices
▪ App analytics
▪ Crash reporting
▪ Improving iterations
▪ Mobile DevOps
▪ Mobile test automation & sustenance
MOBILE ENTERPRISE ARCHITECTURE: DIGITAL TRENDS
Enablers Sources App Catalogs
5
Why FHIR Backend is essential for mHealth
applications?
▪ FHIR supports microservices architecture, enabling
an ecosystem of connected healthcare applications
developed by different vendors
▪ In current healthcare systems, there exists many
legacy interoperability standards like HL7 v2
implementations, CCD documents etc. But, FHIR
makes integrations with legacy systems easier since
it has a well-documented mapping between FHIR
resources and legacy interoperability standards
Solution : FHIR Backend Implementation
▪ The recommended way of implementing FHIR
backend is via a RESTful FHIR server and a FHIR data
model (SMART-on-FHIR, UDMH etc.)
▪ The backend consumes data from two source types:
▪ Non-native: These sources send data in non-
FHIR format i.e. HL7, DICOM etc. and need to be
parsed and transformed
▪ Native: These sources can respond in FHIR APIs
and directly send FHIR payloads
▪ Once the backend data model is fixed, and
ingestion engine and APIs are established, devices
can communicate using standard API responses
Best Practices
▪ Authentication & refresh tokens usage
▪ Using a defined data model
▪ Complying with regulatory requirements
▪ Using profiles to restrict data access
▪ Having a robust error handling mechanism
▪ Implementing transport & rest encryption
MOBILE ENTERPRISE ARCHITECTURE: FHIR BACKEND
6
Why Scalability is important aspect for mHealth
enterprise applications?
▪ With the advent of new technologies such as the
Internet of Things (IoT), artificial intelligence (AI),
machine learning (ML), cloud, analytics etc. Mobile
use-cases are set to grow at a rapid pace which
would need the architecture to scale rapidly
▪ Increase in demand, growing user base, new
business ideas / features incorporation, OS releases,
tech innovations, market trends etc. are few
enablers which would require mHealth app to scale
appropriately
Solution: Scalability Implementation
▪ Adapt containerized microservices model to support
scaling services on demand
▪ Usage of HTTP2 SSE for developing apps which
handle data streaming scenarios
▪ Develop application in cloud which provides option
to pay only for bandwidth in use and is expandable
▪ DevOps matrix to gain insights into release cycles,
rollback, CPU utilizations, etc.
Best Practices
▪ Scalability testing
▪ Traffic manager configuration (routing & health
probe)
▪ Regional pairing
▪ Geo-replication
▪ Security & compliance
▪ Availability considerations
MOBILE ENTERPRISE ARCHITECTURE: DIGITAL TRENDS
7
What does security mean for mHealth
applications?
▪ With the increasing focus on consumerism in
healthcare, patients are taking more control over
their data through mobile applications which has
led to security and privacy concerns of PHI data
during transit and rest
▪ Compliance for healthcare regulatory standards as
well as managing vulnerabilities like unsafe user
session, man-in-the-middle (MITM) attacks, device
risks like unknown device, confidential data leaks,
SQL injection, unaware intrusion etc., have become
essential for m-Health applications
Solution: Security Recommendations
▪ Authentication: App accessible only to the
authenticated users, verification of password policy,
test if no unnecessary permissions are assigned to
the app
▪ Cryptography: Check data encryption algorithms,
strength, key length etc.
▪ Code security: Test if code obfuscation is in place
by prohibiting the app to be decompiled and
reverse engineered
▪ Component analysis: Verify existing vulnerabilities
in the components
Best Practices
▪ Security testing
▪ Encryption
▪ Remote wipe
▪ Auto-lock
▪ Secure password policies
▪ Master device & app management
MOBILE ENTERPRISE ARCHITECTURE: SECURITY
8
Technologies such as the Internet of Things (IoT), artificial
intelligence (AI), cloud, analytics are rapidly disrupting
healthcare business models and driving exponential
growth across verticals.
Digital transformation has enabled healthcare
organizations unlock service improvements across the
clinical value chain and improve operational efficiencies
while driving innovation.
For better part of the decade, healthcare enterprises have
adopted mobile specific use cases that require existing
apps to scale for seamless business workflows, upgrades
platforms and handle more users. But extending mobile
apps without proper architecture results in unsatisfied end
users, untimely retirement of apps and eventually losing
out on competition.
Healthcare organizations need to relook their existing
enterprise mobile strategy to proactively tackle these
issues and build a better healthcare system.
CONCLUSION
9
REFERENCES
▪ https://www.gartner.com/en/newsroom/press-releases/2018-10-15-gartner-identifies-the-top-10-strategic-
technology-trends-for-2019
▪ https://smarthealthit.org/
10
ABOUT THE AUTHORS
Harshal Sawant
Mobile Practice Lead, CitiusTech
harshal.sawant@citiustech.com
Harshal has 13+ years of experience in designing and developing enterprise applications. Additionally, he has
extensively worked on Microsoft and mobile technologies (Xamarin, Android, iOS). He has worked with some
of the biggest companies in healthcare spanning medical imaging, patient portals, personal health records,
and digital health transformations. He is also a certified HL7 v2.7 professional.
Vidhya Jain
Technical Lead, CitiusTech
vidhya.jain@citiustech.com
Vidhya has 8+ years of experience in designing, developing and deploying iOS and Android mobile
applications. She has developed m-Health applications for Referring Providers, Chronic Disease Management,
Patient Engagement and more. She is a Certified AWS Developer with technical expertise in developing and
maintaining applications on AWS platform.
CitiusTech is a specialist provider of healthcare technology services and
solutions to healthcare technology companies, providers, payers and life
sciences organizations. With over 3,500 professionals worldwide,
CitiusTech enables healthcare organizations to drive clinical value chain
excellence - across integration & interoperability, data management
(EDW, Big Data), performance management (BI/analytics), predictive
analytics & data science and digital engagement (mobile, IoT).
CitiusTech helps customers accelerate innovation in healthcare through
specialized solutions, healthcare technology platforms, proficiencies and
accelerators. With cutting-edge technology expertise, world-class service
quality and a global resource base, CitiusTech consistently delivers best-
in-class solutions and an unmatched cost advantage to healthcare
organizations worldwide.
For queries contact thoughtleaders@citiustech.com
Copyright © CitiusTech 2019. All Rights Reserved.

Contenu connexe

Tendances

The Challenge of Wi-Fi: Providing a Consistent Customer Experience over Unlic...
The Challenge of Wi-Fi: Providing a Consistent Customer Experience over Unlic...The Challenge of Wi-Fi: Providing a Consistent Customer Experience over Unlic...
The Challenge of Wi-Fi: Providing a Consistent Customer Experience over Unlic...accenture
 
Jade Global with Oracle NetSuite Give Life Sciences Companies the Gift of Spe...
Jade Global with Oracle NetSuite Give Life Sciences Companies the Gift of Spe...Jade Global with Oracle NetSuite Give Life Sciences Companies the Gift of Spe...
Jade Global with Oracle NetSuite Give Life Sciences Companies the Gift of Spe...Amber Wallace
 
Oracle Big Data Action Plan for Finance Professionals
Oracle Big Data Action Plan for Finance ProfessionalsOracle Big Data Action Plan for Finance Professionals
Oracle Big Data Action Plan for Finance ProfessionalsRich Clayton
 
Importance of Enterprise Mobility Solution in Healthcare
Importance of Enterprise Mobility Solution in HealthcareImportance of Enterprise Mobility Solution in Healthcare
Importance of Enterprise Mobility Solution in HealthcareChromeInfo Technologies
 
DIGITAL TRANSFORMATION IN THE NEXT NORMAL: How consumerism, technology and th...
DIGITAL TRANSFORMATION IN THE NEXT NORMAL: How consumerism, technology and th...DIGITAL TRANSFORMATION IN THE NEXT NORMAL: How consumerism, technology and th...
DIGITAL TRANSFORMATION IN THE NEXT NORMAL: How consumerism, technology and th...Damo Consulting Inc.
 
Infrastructure that can stand the test of time | Accenture
Infrastructure that can stand the test of time | AccentureInfrastructure that can stand the test of time | Accenture
Infrastructure that can stand the test of time | Accentureaccenture
 
CHIME LIVE Webinar: Digital Maturity in Health Systems – The DigiM Framework ...
CHIME LIVE Webinar: Digital Maturity in Health Systems – The DigiM Framework ...CHIME LIVE Webinar: Digital Maturity in Health Systems – The DigiM Framework ...
CHIME LIVE Webinar: Digital Maturity in Health Systems – The DigiM Framework ...Damo Consulting Inc.
 
Predicting Mission Success through Improved Data Collection, Reuse and Analysis
Predicting Mission Success through Improved Data Collection, Reuse and AnalysisPredicting Mission Success through Improved Data Collection, Reuse and Analysis
Predicting Mission Success through Improved Data Collection, Reuse and AnalysisBooz Allen Hamilton
 
Digital Outlook: Healthcare Industry
Digital Outlook: Healthcare IndustryDigital Outlook: Healthcare Industry
Digital Outlook: Healthcare IndustryInfosys
 
How Enterprise Architects Can Build Resilient, Reliable Software-Based Health...
How Enterprise Architects Can Build Resilient, Reliable Software-Based Health...How Enterprise Architects Can Build Resilient, Reliable Software-Based Health...
How Enterprise Architects Can Build Resilient, Reliable Software-Based Health...Cognizant
 
Best Practices in Implementing Social and Mobile CX for Utilities
Best Practices in Implementing Social and Mobile CX for UtilitiesBest Practices in Implementing Social and Mobile CX for Utilities
Best Practices in Implementing Social and Mobile CX for UtilitiesCapgemini
 
Accenture Life Sciences Technology Vision 2019
Accenture Life Sciences Technology Vision 2019Accenture Life Sciences Technology Vision 2019
Accenture Life Sciences Technology Vision 2019accenture
 
Enterprise Integration Architect
Enterprise Integration ArchitectEnterprise Integration Architect
Enterprise Integration ArchitectBooz Allen Hamilton
 
How to emrace risk-based Security management in a compliance-driven culture
How to emrace risk-based Security management in a compliance-driven cultureHow to emrace risk-based Security management in a compliance-driven culture
How to emrace risk-based Security management in a compliance-driven cultureShahid Shah
 
Choosing the Right Document Processing Solution for Healthcare Organizations
Choosing the Right Document Processing Solution for Healthcare OrganizationsChoosing the Right Document Processing Solution for Healthcare Organizations
Choosing the Right Document Processing Solution for Healthcare OrganizationsProvectus
 
Road to Digital Compliance
Road to Digital ComplianceRoad to Digital Compliance
Road to Digital Complianceaccenture
 
MT84 IoT and Smart Manufacturing Innovations
MT84 IoT and Smart Manufacturing InnovationsMT84 IoT and Smart Manufacturing Innovations
MT84 IoT and Smart Manufacturing InnovationsDell EMC World
 
Helping you get back to the workplace confidently
Helping you get back to the workplace confidentlyHelping you get back to the workplace confidently
Helping you get back to the workplace confidentlyAccenture Technology
 

Tendances (19)

The Challenge of Wi-Fi: Providing a Consistent Customer Experience over Unlic...
The Challenge of Wi-Fi: Providing a Consistent Customer Experience over Unlic...The Challenge of Wi-Fi: Providing a Consistent Customer Experience over Unlic...
The Challenge of Wi-Fi: Providing a Consistent Customer Experience over Unlic...
 
Jade Global with Oracle NetSuite Give Life Sciences Companies the Gift of Spe...
Jade Global with Oracle NetSuite Give Life Sciences Companies the Gift of Spe...Jade Global with Oracle NetSuite Give Life Sciences Companies the Gift of Spe...
Jade Global with Oracle NetSuite Give Life Sciences Companies the Gift of Spe...
 
Oracle Big Data Action Plan for Finance Professionals
Oracle Big Data Action Plan for Finance ProfessionalsOracle Big Data Action Plan for Finance Professionals
Oracle Big Data Action Plan for Finance Professionals
 
Importance of Enterprise Mobility Solution in Healthcare
Importance of Enterprise Mobility Solution in HealthcareImportance of Enterprise Mobility Solution in Healthcare
Importance of Enterprise Mobility Solution in Healthcare
 
DIGITAL TRANSFORMATION IN THE NEXT NORMAL: How consumerism, technology and th...
DIGITAL TRANSFORMATION IN THE NEXT NORMAL: How consumerism, technology and th...DIGITAL TRANSFORMATION IN THE NEXT NORMAL: How consumerism, technology and th...
DIGITAL TRANSFORMATION IN THE NEXT NORMAL: How consumerism, technology and th...
 
Infrastructure that can stand the test of time | Accenture
Infrastructure that can stand the test of time | AccentureInfrastructure that can stand the test of time | Accenture
Infrastructure that can stand the test of time | Accenture
 
CHIME LIVE Webinar: Digital Maturity in Health Systems – The DigiM Framework ...
CHIME LIVE Webinar: Digital Maturity in Health Systems – The DigiM Framework ...CHIME LIVE Webinar: Digital Maturity in Health Systems – The DigiM Framework ...
CHIME LIVE Webinar: Digital Maturity in Health Systems – The DigiM Framework ...
 
Predicting Mission Success through Improved Data Collection, Reuse and Analysis
Predicting Mission Success through Improved Data Collection, Reuse and AnalysisPredicting Mission Success through Improved Data Collection, Reuse and Analysis
Predicting Mission Success through Improved Data Collection, Reuse and Analysis
 
Digital Outlook: Healthcare Industry
Digital Outlook: Healthcare IndustryDigital Outlook: Healthcare Industry
Digital Outlook: Healthcare Industry
 
How Enterprise Architects Can Build Resilient, Reliable Software-Based Health...
How Enterprise Architects Can Build Resilient, Reliable Software-Based Health...How Enterprise Architects Can Build Resilient, Reliable Software-Based Health...
How Enterprise Architects Can Build Resilient, Reliable Software-Based Health...
 
Best Practices in Implementing Social and Mobile CX for Utilities
Best Practices in Implementing Social and Mobile CX for UtilitiesBest Practices in Implementing Social and Mobile CX for Utilities
Best Practices in Implementing Social and Mobile CX for Utilities
 
Accenture Life Sciences Technology Vision 2019
Accenture Life Sciences Technology Vision 2019Accenture Life Sciences Technology Vision 2019
Accenture Life Sciences Technology Vision 2019
 
Enterprise Integration Architect
Enterprise Integration ArchitectEnterprise Integration Architect
Enterprise Integration Architect
 
How to emrace risk-based Security management in a compliance-driven culture
How to emrace risk-based Security management in a compliance-driven cultureHow to emrace risk-based Security management in a compliance-driven culture
How to emrace risk-based Security management in a compliance-driven culture
 
Choosing the Right Document Processing Solution for Healthcare Organizations
Choosing the Right Document Processing Solution for Healthcare OrganizationsChoosing the Right Document Processing Solution for Healthcare Organizations
Choosing the Right Document Processing Solution for Healthcare Organizations
 
Accenture Cloud Healthcare Po V
Accenture Cloud Healthcare Po VAccenture Cloud Healthcare Po V
Accenture Cloud Healthcare Po V
 
Road to Digital Compliance
Road to Digital ComplianceRoad to Digital Compliance
Road to Digital Compliance
 
MT84 IoT and Smart Manufacturing Innovations
MT84 IoT and Smart Manufacturing InnovationsMT84 IoT and Smart Manufacturing Innovations
MT84 IoT and Smart Manufacturing Innovations
 
Helping you get back to the workplace confidently
Helping you get back to the workplace confidentlyHelping you get back to the workplace confidently
Helping you get back to the workplace confidently
 

Similaire à Enterprise mHealth Strategy 2019

Enterprise mobility trends 2013
Enterprise mobility trends 2013 Enterprise mobility trends 2013
Enterprise mobility trends 2013 Regalix
 
Overcoming Cloud-Based Mobility Challenges in Healthcare
Overcoming Cloud-Based Mobility Challenges in HealthcareOvercoming Cloud-Based Mobility Challenges in Healthcare
Overcoming Cloud-Based Mobility Challenges in HealthcareAnyPresence
 
SMAC effect on Healthcare
SMAC effect on HealthcareSMAC effect on Healthcare
SMAC effect on HealthcareMphasis
 
Enabling your Enterprise Mobility to tap New Growth Opportunities
Enabling your Enterprise Mobility to tap New Growth OpportunitiesEnabling your Enterprise Mobility to tap New Growth Opportunities
Enabling your Enterprise Mobility to tap New Growth OpportunitiesNIIT Technologies
 
Healthcare Maneuverability: Equipping the mobile clinician of future
Healthcare Maneuverability: Equipping the mobile clinician of futureHealthcare Maneuverability: Equipping the mobile clinician of future
Healthcare Maneuverability: Equipping the mobile clinician of futureVARUN KESAVAN
 
NTXISSACSC2 - Bring Your Own Device: The Great Debate by Brandon Swain
NTXISSACSC2 - Bring Your Own Device: The Great Debate by Brandon SwainNTXISSACSC2 - Bring Your Own Device: The Great Debate by Brandon Swain
NTXISSACSC2 - Bring Your Own Device: The Great Debate by Brandon SwainNorth Texas Chapter of the ISSA
 
Enterprise Mobility - Whitepaper
Enterprise Mobility - WhitepaperEnterprise Mobility - Whitepaper
Enterprise Mobility - WhitepaperNIIT Technologies
 
Top tech-trends-ebook-2021
Top tech-trends-ebook-2021Top tech-trends-ebook-2021
Top tech-trends-ebook-2021Learningade
 
Mobile Business Intelligence Market Growth, Demand and Challenges of the Key ...
Mobile Business Intelligence Market Growth, Demand and Challenges of the Key ...Mobile Business Intelligence Market Growth, Demand and Challenges of the Key ...
Mobile Business Intelligence Market Growth, Demand and Challenges of the Key ...IMARC Group
 
Cost and Features to develop Healthcare Application.pptx
Cost and Features to develop Healthcare Application.pptxCost and Features to develop Healthcare Application.pptx
Cost and Features to develop Healthcare Application.pptxnimbleappgenie
 
Guide to Develop a Healthcare App Like Epic Systems Corporation.pdf
Guide to Develop a Healthcare App Like Epic Systems Corporation.pdfGuide to Develop a Healthcare App Like Epic Systems Corporation.pdf
Guide to Develop a Healthcare App Like Epic Systems Corporation.pdfMariaMurphy57
 
Top 7 Healthcare Trends to Look for in 2024: Elevating Healthcare Experience ...
Top 7 Healthcare Trends to Look for in 2024: Elevating Healthcare Experience ...Top 7 Healthcare Trends to Look for in 2024: Elevating Healthcare Experience ...
Top 7 Healthcare Trends to Look for in 2024: Elevating Healthcare Experience ...AutomationEdge Technologies
 
healthcare-web-development-trends-how-to-stay-updated-with-latest-ones.pdf
healthcare-web-development-trends-how-to-stay-updated-with-latest-ones.pdfhealthcare-web-development-trends-how-to-stay-updated-with-latest-ones.pdf
healthcare-web-development-trends-how-to-stay-updated-with-latest-ones.pdfPixelQA
 
Developing more effective mobile enterprise programs
Developing more effective mobile enterprise programsDeveloping more effective mobile enterprise programs
Developing more effective mobile enterprise programsIBM Software India
 
Healthcare Flyer - Mobiloitte
Healthcare Flyer - MobiloitteHealthcare Flyer - Mobiloitte
Healthcare Flyer - MobiloitteMobiloitte
 
Exciting it trends in 2015 why you should consider shifting and upgrading yo...
Exciting it trends in 2015  why you should consider shifting and upgrading yo...Exciting it trends in 2015  why you should consider shifting and upgrading yo...
Exciting it trends in 2015 why you should consider shifting and upgrading yo...lithanhall
 
AUTOMATED TESTING OF LAB MANAGEMENT SERVICES ON CLOUD
AUTOMATED TESTING OF LAB MANAGEMENT SERVICES ON CLOUDAUTOMATED TESTING OF LAB MANAGEMENT SERVICES ON CLOUD
AUTOMATED TESTING OF LAB MANAGEMENT SERVICES ON CLOUDIndium Software
 

Similaire à Enterprise mHealth Strategy 2019 (20)

Enterprise mobility trends 2013
Enterprise mobility trends 2013 Enterprise mobility trends 2013
Enterprise mobility trends 2013
 
Technologies that will change The Future of Healthcare
Technologies that will change The Future of Healthcare Technologies that will change The Future of Healthcare
Technologies that will change The Future of Healthcare
 
Overcoming Cloud-Based Mobility Challenges in Healthcare
Overcoming Cloud-Based Mobility Challenges in HealthcareOvercoming Cloud-Based Mobility Challenges in Healthcare
Overcoming Cloud-Based Mobility Challenges in Healthcare
 
SMAC effect on Healthcare
SMAC effect on HealthcareSMAC effect on Healthcare
SMAC effect on Healthcare
 
Enabling your Enterprise Mobility to tap New Growth Opportunities
Enabling your Enterprise Mobility to tap New Growth OpportunitiesEnabling your Enterprise Mobility to tap New Growth Opportunities
Enabling your Enterprise Mobility to tap New Growth Opportunities
 
Healthcare Maneuverability: Equipping the mobile clinician of future
Healthcare Maneuverability: Equipping the mobile clinician of futureHealthcare Maneuverability: Equipping the mobile clinician of future
Healthcare Maneuverability: Equipping the mobile clinician of future
 
NTXISSACSC2 - Bring Your Own Device: The Great Debate by Brandon Swain
NTXISSACSC2 - Bring Your Own Device: The Great Debate by Brandon SwainNTXISSACSC2 - Bring Your Own Device: The Great Debate by Brandon Swain
NTXISSACSC2 - Bring Your Own Device: The Great Debate by Brandon Swain
 
Enterprise Mobility - Whitepaper
Enterprise Mobility - WhitepaperEnterprise Mobility - Whitepaper
Enterprise Mobility - Whitepaper
 
Top tech-trends-ebook-2021
Top tech-trends-ebook-2021Top tech-trends-ebook-2021
Top tech-trends-ebook-2021
 
Mobile Business Intelligence Market Growth, Demand and Challenges of the Key ...
Mobile Business Intelligence Market Growth, Demand and Challenges of the Key ...Mobile Business Intelligence Market Growth, Demand and Challenges of the Key ...
Mobile Business Intelligence Market Growth, Demand and Challenges of the Key ...
 
Cost and Features to develop Healthcare Application.pptx
Cost and Features to develop Healthcare Application.pptxCost and Features to develop Healthcare Application.pptx
Cost and Features to develop Healthcare Application.pptx
 
Guide to Develop a Healthcare App Like Epic Systems Corporation.pdf
Guide to Develop a Healthcare App Like Epic Systems Corporation.pdfGuide to Develop a Healthcare App Like Epic Systems Corporation.pdf
Guide to Develop a Healthcare App Like Epic Systems Corporation.pdf
 
Top 7 Healthcare Trends to Look for in 2024: Elevating Healthcare Experience ...
Top 7 Healthcare Trends to Look for in 2024: Elevating Healthcare Experience ...Top 7 Healthcare Trends to Look for in 2024: Elevating Healthcare Experience ...
Top 7 Healthcare Trends to Look for in 2024: Elevating Healthcare Experience ...
 
Healthcare
HealthcareHealthcare
Healthcare
 
Healthcare
HealthcareHealthcare
Healthcare
 
healthcare-web-development-trends-how-to-stay-updated-with-latest-ones.pdf
healthcare-web-development-trends-how-to-stay-updated-with-latest-ones.pdfhealthcare-web-development-trends-how-to-stay-updated-with-latest-ones.pdf
healthcare-web-development-trends-how-to-stay-updated-with-latest-ones.pdf
 
Developing more effective mobile enterprise programs
Developing more effective mobile enterprise programsDeveloping more effective mobile enterprise programs
Developing more effective mobile enterprise programs
 
Healthcare Flyer - Mobiloitte
Healthcare Flyer - MobiloitteHealthcare Flyer - Mobiloitte
Healthcare Flyer - Mobiloitte
 
Exciting it trends in 2015 why you should consider shifting and upgrading yo...
Exciting it trends in 2015  why you should consider shifting and upgrading yo...Exciting it trends in 2015  why you should consider shifting and upgrading yo...
Exciting it trends in 2015 why you should consider shifting and upgrading yo...
 
AUTOMATED TESTING OF LAB MANAGEMENT SERVICES ON CLOUD
AUTOMATED TESTING OF LAB MANAGEMENT SERVICES ON CLOUDAUTOMATED TESTING OF LAB MANAGEMENT SERVICES ON CLOUD
AUTOMATED TESTING OF LAB MANAGEMENT SERVICES ON CLOUD
 

Plus de CitiusTech

Member Engagement Using Sentiment Analysis for Health Plans
Member Engagement Using Sentiment Analysis for Health PlansMember Engagement Using Sentiment Analysis for Health Plans
Member Engagement Using Sentiment Analysis for Health PlansCitiusTech
 
Evolving Role of Digital Biomarkers in Healthcare
Evolving Role of Digital Biomarkers in HealthcareEvolving Role of Digital Biomarkers in Healthcare
Evolving Role of Digital Biomarkers in HealthcareCitiusTech
 
Virtual Care: Key Challenges & Opportunities for Payer Organizations
Virtual Care: Key Challenges & Opportunities for Payer Organizations Virtual Care: Key Challenges & Opportunities for Payer Organizations
Virtual Care: Key Challenges & Opportunities for Payer Organizations CitiusTech
 
Provider-led Health Plans (Payviders)
Provider-led Health Plans (Payviders)Provider-led Health Plans (Payviders)
Provider-led Health Plans (Payviders)CitiusTech
 
CMS Medicare Advantage 2021 Star Ratings: An Analysis
CMS Medicare Advantage 2021 Star Ratings: An AnalysisCMS Medicare Advantage 2021 Star Ratings: An Analysis
CMS Medicare Advantage 2021 Star Ratings: An AnalysisCitiusTech
 
Accelerate Healthcare Technology Modernization with Containerization and DevOps
Accelerate Healthcare Technology Modernization with Containerization and DevOpsAccelerate Healthcare Technology Modernization with Containerization and DevOps
Accelerate Healthcare Technology Modernization with Containerization and DevOpsCitiusTech
 
FHIR for Life Sciences
FHIR for Life SciencesFHIR for Life Sciences
FHIR for Life SciencesCitiusTech
 
Leveraging Analytics to Identify High Risk Patients
Leveraging Analytics to Identify High Risk PatientsLeveraging Analytics to Identify High Risk Patients
Leveraging Analytics to Identify High Risk PatientsCitiusTech
 
FHIR Adoption Framework for Payers
FHIR Adoption Framework for PayersFHIR Adoption Framework for Payers
FHIR Adoption Framework for PayersCitiusTech
 
Payer-Provider Engagement
Payer-Provider Engagement Payer-Provider Engagement
Payer-Provider Engagement CitiusTech
 
COVID19: Impact & Mitigation Strategies for Payer Quality Improvement 2021
COVID19: Impact & Mitigation Strategies for Payer Quality Improvement 2021COVID19: Impact & Mitigation Strategies for Payer Quality Improvement 2021
COVID19: Impact & Mitigation Strategies for Payer Quality Improvement 2021CitiusTech
 
Demystifying Robotic Process Automation (RPA) & Automation Testing
Demystifying Robotic Process Automation (RPA) & Automation TestingDemystifying Robotic Process Automation (RPA) & Automation Testing
Demystifying Robotic Process Automation (RPA) & Automation TestingCitiusTech
 
Progressive Web Apps in Healthcare
Progressive Web Apps in HealthcareProgressive Web Apps in Healthcare
Progressive Web Apps in HealthcareCitiusTech
 
RPA in Healthcare
RPA in HealthcareRPA in Healthcare
RPA in HealthcareCitiusTech
 
6 Epilepsy Use Cases for NLP
6 Epilepsy Use Cases for NLP6 Epilepsy Use Cases for NLP
6 Epilepsy Use Cases for NLPCitiusTech
 
Opioid Epidemic - Causes, Impact and Future
Opioid Epidemic - Causes, Impact and FutureOpioid Epidemic - Causes, Impact and Future
Opioid Epidemic - Causes, Impact and FutureCitiusTech
 
Rising Importance of Health Economics & Outcomes Research
Rising Importance of Health Economics & Outcomes ResearchRising Importance of Health Economics & Outcomes Research
Rising Importance of Health Economics & Outcomes ResearchCitiusTech
 
ICD 11: Impact on Payer Market
ICD 11: Impact on Payer MarketICD 11: Impact on Payer Market
ICD 11: Impact on Payer MarketCitiusTech
 
Testing Strategies for Data Lake Hosted on Hadoop
Testing Strategies for Data Lake Hosted on HadoopTesting Strategies for Data Lake Hosted on Hadoop
Testing Strategies for Data Lake Hosted on HadoopCitiusTech
 
Driving Home Health Efficiency through Data Analytics
Driving Home Health Efficiency through Data AnalyticsDriving Home Health Efficiency through Data Analytics
Driving Home Health Efficiency through Data AnalyticsCitiusTech
 

Plus de CitiusTech (20)

Member Engagement Using Sentiment Analysis for Health Plans
Member Engagement Using Sentiment Analysis for Health PlansMember Engagement Using Sentiment Analysis for Health Plans
Member Engagement Using Sentiment Analysis for Health Plans
 
Evolving Role of Digital Biomarkers in Healthcare
Evolving Role of Digital Biomarkers in HealthcareEvolving Role of Digital Biomarkers in Healthcare
Evolving Role of Digital Biomarkers in Healthcare
 
Virtual Care: Key Challenges & Opportunities for Payer Organizations
Virtual Care: Key Challenges & Opportunities for Payer Organizations Virtual Care: Key Challenges & Opportunities for Payer Organizations
Virtual Care: Key Challenges & Opportunities for Payer Organizations
 
Provider-led Health Plans (Payviders)
Provider-led Health Plans (Payviders)Provider-led Health Plans (Payviders)
Provider-led Health Plans (Payviders)
 
CMS Medicare Advantage 2021 Star Ratings: An Analysis
CMS Medicare Advantage 2021 Star Ratings: An AnalysisCMS Medicare Advantage 2021 Star Ratings: An Analysis
CMS Medicare Advantage 2021 Star Ratings: An Analysis
 
Accelerate Healthcare Technology Modernization with Containerization and DevOps
Accelerate Healthcare Technology Modernization with Containerization and DevOpsAccelerate Healthcare Technology Modernization with Containerization and DevOps
Accelerate Healthcare Technology Modernization with Containerization and DevOps
 
FHIR for Life Sciences
FHIR for Life SciencesFHIR for Life Sciences
FHIR for Life Sciences
 
Leveraging Analytics to Identify High Risk Patients
Leveraging Analytics to Identify High Risk PatientsLeveraging Analytics to Identify High Risk Patients
Leveraging Analytics to Identify High Risk Patients
 
FHIR Adoption Framework for Payers
FHIR Adoption Framework for PayersFHIR Adoption Framework for Payers
FHIR Adoption Framework for Payers
 
Payer-Provider Engagement
Payer-Provider Engagement Payer-Provider Engagement
Payer-Provider Engagement
 
COVID19: Impact & Mitigation Strategies for Payer Quality Improvement 2021
COVID19: Impact & Mitigation Strategies for Payer Quality Improvement 2021COVID19: Impact & Mitigation Strategies for Payer Quality Improvement 2021
COVID19: Impact & Mitigation Strategies for Payer Quality Improvement 2021
 
Demystifying Robotic Process Automation (RPA) & Automation Testing
Demystifying Robotic Process Automation (RPA) & Automation TestingDemystifying Robotic Process Automation (RPA) & Automation Testing
Demystifying Robotic Process Automation (RPA) & Automation Testing
 
Progressive Web Apps in Healthcare
Progressive Web Apps in HealthcareProgressive Web Apps in Healthcare
Progressive Web Apps in Healthcare
 
RPA in Healthcare
RPA in HealthcareRPA in Healthcare
RPA in Healthcare
 
6 Epilepsy Use Cases for NLP
6 Epilepsy Use Cases for NLP6 Epilepsy Use Cases for NLP
6 Epilepsy Use Cases for NLP
 
Opioid Epidemic - Causes, Impact and Future
Opioid Epidemic - Causes, Impact and FutureOpioid Epidemic - Causes, Impact and Future
Opioid Epidemic - Causes, Impact and Future
 
Rising Importance of Health Economics & Outcomes Research
Rising Importance of Health Economics & Outcomes ResearchRising Importance of Health Economics & Outcomes Research
Rising Importance of Health Economics & Outcomes Research
 
ICD 11: Impact on Payer Market
ICD 11: Impact on Payer MarketICD 11: Impact on Payer Market
ICD 11: Impact on Payer Market
 
Testing Strategies for Data Lake Hosted on Hadoop
Testing Strategies for Data Lake Hosted on HadoopTesting Strategies for Data Lake Hosted on Hadoop
Testing Strategies for Data Lake Hosted on Hadoop
 
Driving Home Health Efficiency through Data Analytics
Driving Home Health Efficiency through Data AnalyticsDriving Home Health Efficiency through Data Analytics
Driving Home Health Efficiency through Data Analytics
 

Dernier

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGSujit Pal
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 

Dernier (20)

GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Google AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAGGoogle AI Hackathon: LLM based Evaluator for RAG
Google AI Hackathon: LLM based Evaluator for RAG
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 

Enterprise mHealth Strategy 2019

  • 2. Current State of Mobile Health The $28 billion global mobile healthcare market is expected to grow at ~32% to become $189 billion by 2025. Although ~77% of Americans own a smartphone, only ~25% of providers currently use mobile for healthcare leading to a tremendous growth opportunity. Growth Trends ▪ By 2020, digital twins will exist for potentially billions of things. ▪ By 2021, 33% of Enterprises will have platforms to support mobile, web, conversational & AR, VR development by 2021 ▪ By 2022, at least 40 percent of new application development projects will have AI co-developers on their team ▪ 25 Billion – Number of connected devices by 2021 ▪ 66% of companies doing digital transformation expect to generate more revenue from their operations, while 48% predict that more business will arrive through digital channels. OVERVIEW (1/2) 1 Technology Applications IoT / Wearables Monitoring, staff / device tracking AI Virtual nursing and advanced diagnoses Cloud SaaS apps and advanced analytics services Blockchain Increased security and simplicity NLP / Voice Clinical notes and care coordination AR / VR Training, rehab and treatment
  • 3. 2 Use Cases Care Coordination Monitoring Advanced Analytics Device Type IoT / Wearables Memorial Sloan Kettering Cancer Center uses activity trackers to improve prognosis University of Rochester medical center uses IoT to monitor room noise, lighting and equipment Hospitals use IoT tags for patient pathway analytics, process optimization and reduction in care time Medical Devices Mayo Clinic uses RFID smart- beds to sync with Provider apps and locate medical equipment Stanford Medicine uses Apple Watch to monitor irregular heart rhythm Providers use AI powered insulin and asthma devices to improve outpatient care mHealth Apps New York Presbyterian has apps for secure messaging, medication management and clinical data Trinity Health uses a telehealth platform to monitor patient vitals & automated alerts to Providers AICure App uses AI and image analysis to identify medication from images and adherence patterns OVERVIEW (2/2) Healthcare Industry Snapshots
  • 4. 3 ▪ Over the past few years healthcare enterprises have developed large suite of mHealth apps to deliver variety of healthcare use cases ▪ Mobile still remains a de-facto mechanism for delivering rapid innovations and disruptions ▪ Enterprises should revisit their mobile strategy for including but not limited to the following considerations: ▪ Interoperability with FHIR and support for latest development techniques like microservices, containers etc. ▪ Scalability to support IoT and data streaming apps ▪ Security governance for HIPPA Compliance and protection of PHI data KEY CONSIDERATIONS: mHEALTH STRATEGY
  • 5. 4 What does digital transformation mean for mHealth applications? ▪ The healthcare industry is catching up to the digital revolution that has disrupted other sectors, mobile devices along with technologies like AI/ML, Voice, AR/VR etc. is reshaping patient care ▪ Leading healthcare providers have started leveraging these technologies for providing solutions for healthcare uses cases like remote monitoring, chronic care condition management etc. Recommendations: Implementing Digital Trends Innovation involves ▪ Latest / better technologies ▪ Faster experimentation ▪ Modern marketing ▪ Cannibalization of existing apps Optimization for ▪ Longer workflows ▪ Fewer bugs, performant ▪ Better standards support ▪ Deeper internal integration ▪ Wider external integration Best Practices ▪ App analytics ▪ Crash reporting ▪ Improving iterations ▪ Mobile DevOps ▪ Mobile test automation & sustenance MOBILE ENTERPRISE ARCHITECTURE: DIGITAL TRENDS Enablers Sources App Catalogs
  • 6. 5 Why FHIR Backend is essential for mHealth applications? ▪ FHIR supports microservices architecture, enabling an ecosystem of connected healthcare applications developed by different vendors ▪ In current healthcare systems, there exists many legacy interoperability standards like HL7 v2 implementations, CCD documents etc. But, FHIR makes integrations with legacy systems easier since it has a well-documented mapping between FHIR resources and legacy interoperability standards Solution : FHIR Backend Implementation ▪ The recommended way of implementing FHIR backend is via a RESTful FHIR server and a FHIR data model (SMART-on-FHIR, UDMH etc.) ▪ The backend consumes data from two source types: ▪ Non-native: These sources send data in non- FHIR format i.e. HL7, DICOM etc. and need to be parsed and transformed ▪ Native: These sources can respond in FHIR APIs and directly send FHIR payloads ▪ Once the backend data model is fixed, and ingestion engine and APIs are established, devices can communicate using standard API responses Best Practices ▪ Authentication & refresh tokens usage ▪ Using a defined data model ▪ Complying with regulatory requirements ▪ Using profiles to restrict data access ▪ Having a robust error handling mechanism ▪ Implementing transport & rest encryption MOBILE ENTERPRISE ARCHITECTURE: FHIR BACKEND
  • 7. 6 Why Scalability is important aspect for mHealth enterprise applications? ▪ With the advent of new technologies such as the Internet of Things (IoT), artificial intelligence (AI), machine learning (ML), cloud, analytics etc. Mobile use-cases are set to grow at a rapid pace which would need the architecture to scale rapidly ▪ Increase in demand, growing user base, new business ideas / features incorporation, OS releases, tech innovations, market trends etc. are few enablers which would require mHealth app to scale appropriately Solution: Scalability Implementation ▪ Adapt containerized microservices model to support scaling services on demand ▪ Usage of HTTP2 SSE for developing apps which handle data streaming scenarios ▪ Develop application in cloud which provides option to pay only for bandwidth in use and is expandable ▪ DevOps matrix to gain insights into release cycles, rollback, CPU utilizations, etc. Best Practices ▪ Scalability testing ▪ Traffic manager configuration (routing & health probe) ▪ Regional pairing ▪ Geo-replication ▪ Security & compliance ▪ Availability considerations MOBILE ENTERPRISE ARCHITECTURE: DIGITAL TRENDS
  • 8. 7 What does security mean for mHealth applications? ▪ With the increasing focus on consumerism in healthcare, patients are taking more control over their data through mobile applications which has led to security and privacy concerns of PHI data during transit and rest ▪ Compliance for healthcare regulatory standards as well as managing vulnerabilities like unsafe user session, man-in-the-middle (MITM) attacks, device risks like unknown device, confidential data leaks, SQL injection, unaware intrusion etc., have become essential for m-Health applications Solution: Security Recommendations ▪ Authentication: App accessible only to the authenticated users, verification of password policy, test if no unnecessary permissions are assigned to the app ▪ Cryptography: Check data encryption algorithms, strength, key length etc. ▪ Code security: Test if code obfuscation is in place by prohibiting the app to be decompiled and reverse engineered ▪ Component analysis: Verify existing vulnerabilities in the components Best Practices ▪ Security testing ▪ Encryption ▪ Remote wipe ▪ Auto-lock ▪ Secure password policies ▪ Master device & app management MOBILE ENTERPRISE ARCHITECTURE: SECURITY
  • 9. 8 Technologies such as the Internet of Things (IoT), artificial intelligence (AI), cloud, analytics are rapidly disrupting healthcare business models and driving exponential growth across verticals. Digital transformation has enabled healthcare organizations unlock service improvements across the clinical value chain and improve operational efficiencies while driving innovation. For better part of the decade, healthcare enterprises have adopted mobile specific use cases that require existing apps to scale for seamless business workflows, upgrades platforms and handle more users. But extending mobile apps without proper architecture results in unsatisfied end users, untimely retirement of apps and eventually losing out on competition. Healthcare organizations need to relook their existing enterprise mobile strategy to proactively tackle these issues and build a better healthcare system. CONCLUSION
  • 11. 10 ABOUT THE AUTHORS Harshal Sawant Mobile Practice Lead, CitiusTech harshal.sawant@citiustech.com Harshal has 13+ years of experience in designing and developing enterprise applications. Additionally, he has extensively worked on Microsoft and mobile technologies (Xamarin, Android, iOS). He has worked with some of the biggest companies in healthcare spanning medical imaging, patient portals, personal health records, and digital health transformations. He is also a certified HL7 v2.7 professional. Vidhya Jain Technical Lead, CitiusTech vidhya.jain@citiustech.com Vidhya has 8+ years of experience in designing, developing and deploying iOS and Android mobile applications. She has developed m-Health applications for Referring Providers, Chronic Disease Management, Patient Engagement and more. She is a Certified AWS Developer with technical expertise in developing and maintaining applications on AWS platform.
  • 12. CitiusTech is a specialist provider of healthcare technology services and solutions to healthcare technology companies, providers, payers and life sciences organizations. With over 3,500 professionals worldwide, CitiusTech enables healthcare organizations to drive clinical value chain excellence - across integration & interoperability, data management (EDW, Big Data), performance management (BI/analytics), predictive analytics & data science and digital engagement (mobile, IoT). CitiusTech helps customers accelerate innovation in healthcare through specialized solutions, healthcare technology platforms, proficiencies and accelerators. With cutting-edge technology expertise, world-class service quality and a global resource base, CitiusTech consistently delivers best- in-class solutions and an unmatched cost advantage to healthcare organizations worldwide. For queries contact thoughtleaders@citiustech.com Copyright © CitiusTech 2019. All Rights Reserved.