SlideShare a Scribd company logo
1 of 47
Big Data for Healthcare:
Usage, Architecture and Technologies
Presenters

Pete Stiglich – Sr. Technical Architect
       Over 20 years IT experience

       Enterprise Data Architecture, Data Management, Data Modeling, Data Quality, DW/BI,
        MDM, Metadata Management, Data Quality, Database Administration (DBA)

       President of DAMA Phoenix, writer, speaker, former editor Real World Decision Support,
        listed expert for SearchDataManagement – Data Warehousing and Data Modeling

       Certified Data Management Professional (CDMP) and Certified Business Intelligence
        Professional (CBIP), both at master level



    Email: Pete.Stiglich@Perficient.com

    Phone: 602-284-0992

    Twitter: @pstiglich

    Blog: http://blogs.perficient.com/healthcare/blog/author/pstiglich/
Presenters

Hari Rajagopal – Sr. Solution Architect
   •   Over 15 years IT experience

   •   SOA solutions, Enterprise Service Bus technologies, Data Architecture, Algorithms

   •   Presenter at conferences, Author and Blogger

   •   IBM certified SOA solutions designer



   Email: Hari.Rajagopal@Perficient.com

   Phone: 303-517-9634
Key Takeaway Points


•   Big Data technologies represent a major paradigm shift – and is
    here to stay!

•   Big Data enables “all” the data to be leveraged for new insight–
    clinical notes, medical literature, OR videos, X-rays, consultation
    recordings, streaming medical device data, etc.

•   More intelligent enterprise – more efficient and prevalent
    advanced analytics (predictive data mining, text mining, etc.)

•   Big Data will affect application development and data
    management
Agenda


•   What is Big Data?

 How Big Data can enable better healthcare

 Types of Big Data processing

 Key technologies

 Impacts of Big Data on:

      Application Development

      Data Management

 Q&A
What is Big Data?
What is “Big Data”


•   Datasets which are too large, grow too rapidly, or are too
    varied to handle using traditional techniques

•   Volume, Velocity, Variety

•   Volume – 100’s of TB’s, petabytes, and beyond

•   Velocity – e.g., machine generated data, medical devices,
               sensors

•   Variety – unstructured data, many formats, varying
              semantics



•   Not every data problem is a “Big Data” problem!!
MPP enables Big Data


                                            100’s, 1,000’s of nodes



                    Scalability                    Scalability

                                  Cluster (homogenous) or Grid (heterogeneous)




     SMP – Symmetric                      MPP – Massively Parallel
      Multiprocessing                           Processing
    “Shared Everything”                     “Shared Nothing”
CPU, memory, disk (SAN, NAS)                Nodes do not share
                                          CPU, memory, disk (DAS)
Cost Factor


 Cost of storing and analyzing Big Data can be driven down
  by:

      Low cost commodity hardware

      Open source software

      Public Cloud? Yes, But for really massive amounts of data with many
       accesses, may be cost prohibitive

      Learning curve? You bet!
Hadoop / MapReduce


•   Hadoop and MapReduce – key Big Data technologies
    developed at Google, now open source

•   “Divide and conquer” approach

•   Highly fault tolerant – nodes are expected to fail

•   Every data block (by default) replicated on 3 nodes
    (is also rack aware)

•   MapReduce – component of Hadoop, programming
    framework for distributed processing

•   Not the only Big Data technology…
NoSQL


•   Stands for “Not only SQL” – really s/b “Not only Relational”

 New(ish) paradigms for storing and retrieving data

 Many Big Data platforms don’t use a RDBMS

        Might take too long to setup / change

        Problems with certain types of queries (e.g., social media, ragged
         hierarchies)

 Key Types of NoSQL Data Stores
          •   Key-Value Pair
          •   Wide Column
          •   Graph
          •   Document
          •   Object
          •   XML
How can “Big Data” improve Healthcare?
Healthcare “Big Data” opportunities


•   Examples of Big Data opportunities
        Patient Monitoring – inpatient, ICU, ER, home health

        Personalized Medicine

        Population health management / ACO

        Epidemiology

        Keeping abreast of medical literature

        Research

        Many more…
Healthcare “Big Data” opportunities


•   Patient Monitoring

        Big Data can enable Complex Event Processing (CEP) – dealing with
         multiple, large streams of data in real-time from medical devices,
         sensors, RFID, etc.

        Proactively address risk, improve quality, improve processes, etc.

        Data might not be persisted – Big Data can be used for distributed
         processing with the data located only in memory

        Example – an HL7 A01 message (admit a patient) received for an
         inpatient visit – but no PV1 Assigned Patient Location received within X
         hours. Is the patient on a gurney in a hallway somewhere???

        Example – home health sensor in a bed indicates patient hasn’t gotten
         out of bed for X number of hours
Healthcare “Big Data” opportunities


•   Personalized Medicine
        Genomic, proteomic, and metabolic data is large, complex, and varied

        Can have gigabytes of data for a single patient

        Use case examples - protein footprints, gene expression

        Difficult to use with a relational database, XML performance problematic

        Use wide-column stores, graphs, key-value stores (or combinations) for better
         scalability and performance




                                                                                    Source:
                                                                                    wikipedia
Healthcare “Big Data” opportunities


•   Population Management
        Preventative care for ACO – micro-segmentation of patients

              Identify most at risk patients – allocate resources wisely to help these
               patients (e.g., 1% of 100,000 patients had 30% of the costs)*

              Reduce admits/re-admits, ER visits, etc.

        Identify potential causes for infections, readmissions (e.g., which two
         materials when used together are correlated with high rates of infection)



        Even with structured data, data mining can be time consuming – distributed
         processing can speed up data mining




                                                                    * http://nyr.kr/L8o1Ag (New
                                                                    Yorker article)
Healthcare “Big Data” opportunities


•   Epidemiology
        Analysis of patterns and trends in health issues across a geography

        Tracking of the spread of disease based on streaming data

        Visualization of global outbreaks enabling the determination of ‘source’ of infection




                                                                                                 17
Healthcare “Big Data” opportunities


•   Unstructured data analysis
        Most data (80%) resides in unstructured or semi-structured sources – and a wealth
         of information might be gleaned

        One company allows dermatology patients to upload pictures on a regular basis to
         analyze moles in an automated fashion to check for melanoma based on redness,
         asymmetry, thickness, etc.

        A lot of information contained in clinical notes, but hard to extract

        Providers can’t keep abreast of medical literature – even specialists! Use Big Data
         and Semantic Web technologies to identify highly relevant literature

        Sentiment analysis – using surveys, social media

        Etc…
Poll


•   What Healthcare Big Data use case do you see as being most
    important for your organization?



    •   Patient Monitoring
    •   Personalized Medicine
    •   Population Management (e.g., for ACO)
    •   Epidemiology
    •   More effective use of medical literature
    •   Medical research
    •   Unstructured data analysis
    •   Quality Improvement
    •   Other




                                                                   19
Types of Big Data processing
Analytics


•   Big Data ideal for experimental / discovery analytics

•   Faster setup, data quality not as critical

•   Enables Data Scientists to formulate and investigate
    hypotheses more rapidly, with less expense

•   May discover useful knowledge . . . or not

•   Fail faster – so as to move on to the next hypothesis !
Unstructured Data Mining


•   Big Data can make mining unstructured sources(text, audio,
    video, image) more prevalent - more cost effective, with better
    performance

•   E.g., extract structured information, categorize documents,
    analyze shapes, coloration, how long was a video viewed, etc.

•   Text Mining capabilities
     •   Entity Extraction – extracting names, locations, dates, products, diseases, Rx,
         conditions, etc., from text

     •   Topic Tracking – track information of interest to a user

     •   Categorization – categorize a document based on wordcounts/synonyms, etc.

     •   Clustering – grouping similar documents

     •   Concept Linking – related documents based on shared concepts

     •   Question Answering – try to find best answer based on user’s environment
Data Mining

                                                                     Text
•   Can enable much faster data mining

•   Can bypass some setup and modeling                          Text Mining
    effort
                                                         Other use              Entity
                                                         cases                  Extraction
•   Data Mining is “the automatic or semi-automatic
    analysis of large quantities of data to extract
    previously unknown interesting patterns” Wikipedia                            Data
                                                             Structured
                                                             Data                 Mining
•   Examples of data mining:

     •   Association analysis - e.g., which 2 or 3                            Something
         materials when used together are correlated                          Interesting?
         with a high degree of infection

     •   Cluster analysis – e.g., patient micro-
         segmentation

     •   Anomaly / Outlier Detection –e.g., network
         breaches
Transaction Processing


•   Some Big Data platforms can be used for some types of
    transaction processing

•   Where performance is more important than consistency e.g.,
    a Facebook user updating his/her status

•   More on this later…
Poll


•   What type of Big Data use case would be most beneficial for
    your client?

     •   Complex Event Processing (using massive/numerous
         streams of real-time data)

     •   Unstructured Data Analysis

     •   Predictive Data Mining

     •   Transaction Processing (where performance more
         important than consistency)




                                                                    25
Big Data Architecture and Key Technologies
Big Data Stack
Hadoop

•   Used for batch processing – inserts/appends only – no updates

•   Single master – works across many nodes, but only a single data
    center

•   Key components

     •   HDFS – Hadoop Distributed File System

     •   MapReduce – Distributes data in key value pairs across nodes, parallel
         processing, summarize results

     •   Hbase – database built on top of Hadoop (with interactive capabilities)

     •   Hive – SQL like query tool (converts to MapReduce)

     •   Pig – Higher level execution language (vs. having to use Java, Python) –
         converts to MapRduce




                                                                                       28
Cassandra


•   Used for real-time processing / transaction processing

•   Multiple masters – works across many nodes and many data
    centers

•   Key components

     •   CFS – Cassandra File Systems

     •   CQL – Cassandra Query Language (SQL like)

•   Tunable consistency for writes or reads. E.g., option to ensure a write
    succeeds to each replica in all data centers before returning control to
    program …. or can be much less restrictive




                                                                               29
In memory processing


•   To support real-time operations, an IMDB (In-Memory Database)
    may be used

     •   Solo – or in conjunction with a disk based DBMS

•   I/O most expensive part of computing – using in memory database /cache
    reduces bottlenecks

•   Can be distributed (e.g., memcache, Terracotta, Kx)

•   Relational or non-relational

     •   E.g., for a DW, current values might reside in an IMDB, historical data on disk




                                                                                           30
MPP RDBMS


•   Have been in around for 15+ years

•   Used for large scale Data Warehousing

•   Ideal where lots of joins are needed on massive amount of data

•   Many NoSQL DB’s rely on 100% denormalization. Many do not
    support join operations (e.g., wide column stores) or updates




                                                                     31
Semantic Web


•   Semantic Web – web of data, not documents

•   Machine learning (inferencing) can be enabled via Semantic Web
    technologies. May use a graph database/triplestore (e.g.,
    Neo4j, Allegrograph, Meronymy)

•   Bridge the semantic divide (varying vocabularies) with
    ontologies – helps address the “Variety” aspect of Big Data

•   Encapsulate data values, metadata, joins, logic, business rules,
    ontologies, access methods in the data via common logical model
    (e.g., RDF triples) – very powerful for automation, federated
    queries




                                                                       32
Semantic Web
Find Jane Doe’s relatives (with machine inferencing)

           System X                            System Y                   System Z


                      a:JoeDoe                    :isInLaw

            :hasBrother          :hasBrother

                                                             :marriedTo
x:DebDoe                                       y:JohnDoe                    z:JaneDoe
                  :hasBrother



                                          :isInLaw
                                                                            Original data
                                                                            Inferred data


                                                                                        33
No One Size Fits All


 Many types of solutions will require multiple data
  paradigms

 E.g. Facebook uses MySQL (relational), Hadoop, Cassandra,
  Hive, etc., for the different types of processing required

 Be sure to have a solid use case before deciding to use Big
  Data / NoSQL technology

 Provide solid business and technical justification
What type of data store to use??
Big Data impact on Application Development
           and Data Management
ACID / CAP / BASE


 If your transaction processing application must be ACID compliant, you must
  use an RDBMS (or ODBMS)

 ACID – Atomic, Consistent, Isolated, Durable

        Atomic – All tasks in a transaction succeed – or none do
        Consistent – Adheres to db rules, no partially completed transactions
        Isolated – Transactions can’t see data from other uncommitted transactions
        Durable – Committed transaction persists even if system fails



 Not all transactions require ACID – eventual consistency may be adequate



                                       Vs..
ACID / CAP / BASE


 Brewer’s CAP theorum for distributed database

      Consistency, Availability, Partition Tolerance - Pick 2!

 For Big Data, BASE is alternative for ACID


     Basically Available – data will be available for requests, might not be consistent

     Soft state – due to eventual consistency, the system might be continually changing

     Eventually consistent – the system will eventually be consistent when input stops

•   Example: HBase every transaction will execute, but only the most recent for a
    key will persist (LILO – last in, last out) – no locking
Data Management


 Security not as mature with NoSQL – might use OS level encryption (e.g.,, IBM
  Guardium Encryption Expert, Gazzanga) - encyrpt/decrypt at IO level

 Data Governance needs to oversee Big Data – new knowledge uncovered can
  lead to risks - privacy, intellectual property, regulatory compliance, etc.

•   Physical Data Modeling less important – due to “schema-less” nature of NoSQL

     •   Conceptual Modeling still important for understanding business objects and
         relationships
     •   Semantic modeling – inform ontologies which enable inferencing
     •   Logical Data Modeling still useful for reasoning and communicating about how
         data will be organized

•   Due to schema-less nature of NoSQL – metadata management will be more
    important!
      • E.g., wide-column store with billions of records and millions of variable columns
        – useless unless you have the metadata to understand the data
Getting started


•   Data Scientist is a key role in Big Data – requires statistics, data modeling, and
    programming skills. Not many around and expect to pay $$$’s.

•   Big Data technologies represent a significant paradigm shift. Be sure to allow budget
    for training, sandbox environment, etc.

•   Start small with Big Data . Start with a single use case – allocate significant
    amount of time for learning curve, and environment setup, testing, tuning,
    management.

•   Working with open source software can present challenges. Investigate purchase of
    value added software for simplification. Tools such as IBM Big Insights, EMC
    Greenplum UAP (Unified Analytics Platform) adds analytical, administration, workflow,
    security, and other functionality.




                                                                                         40
Summary
Summary


 Big Data presents significant opportunities

 Big Data is distinguished by volume, velocity, and variety

 Big Data is not just Hadoop / MapReduce and not just NoSQL

 Key enabler for Big Data is Massively Parallel Processing (MPP)

 Using commodity hardware and open source software are options to drive
  down cost of Big Data

 Big Data and NoSQL technologies require a learning curve, and will continue to
  mature
Resources


 Perficient Healthcare: http://healthcare.perficient.com

 Perficient Healthcare IT blog: http://blogs.perficient.com/healthcare/

 Perficient Healthcare Twitter: @Perficient_HC

 Apache – download and learn more about Hadoop, Cassandra, etc.

     http://hadoop.apache.org/

     http://cassandra.apache.org/

 Comprehensive list with description of NoSQL databases: http://nosql-
  database.org/links.html

 Translational Medicine Ontology (TMO) - applying Semantic Web for
  personalized medicine: http://www.w3.org/wiki/HCLSIG/PharmaOntology
Q&A
About Perficient




Perficient is a leading information technology consulting firm serving
clients throughout North America.

We help clients implement business-driven technology solutions that
integrate business processes, improve worker productivity, increase
customer loyalty and create a more agile enterprise to better respond
to new business opportunities.
PRFT Profile
   Founded in 1997

   Public, NASDAQ: PRFT

   2011 Revenue of $260 million

   20 major market locations throughout North America
     — Atlanta, Austin, Charlotte, Chicago, Cincinnati, Cleveland,
       Columbus, Dallas, Denver, Detroit, Fairfax, Houston,
       Indianapolis, Minneapolis, New Orleans, Philadelphia, San
       Francisco, San Jose, St. Louis and Toronto


   1,800+ colleagues

   Dedicated solution practices

   600+ enterprise clients (2011) and 85% repeat business
    rate

   Alliance partnerships with major technology vendors

   Multiple vendor/industry technology and growth awards
Our Solutions Expertise & Services

Business-Driven Solutions              Perficient Services
• Enterprise Portals                    End-to-End Solution Delivery
• SOA and Business Process              IT Strategic Consulting
  Management                            IT Architecture Planning
• Business Intelligence                 Business Process & Workflow
• User-Centered Custom Applications       Consulting
• CRM Solutions                         Usability and UI Consulting
• Enterprise Performance Management     Custom Application Development
• Customer Self-Service                 Offshore Development
• eCommerce & Product Information       Package Selection, Implementation
  Management                              and Integration
• Enterprise Content Management         Architecture & Application Migrations
• Industry-Specific Solutions           Education
• Mobile Technology
• Security Assessments
                       Perficient brings deep solutions expertise and offers
                       a complete set of flexible services to help clients
                       implement business-driven IT solutions                  47

More Related Content

What's hot

Big Data & Hadoop Introduction
Big Data & Hadoop IntroductionBig Data & Hadoop Introduction
Big Data & Hadoop IntroductionJayant Mukherjee
 
Big-Data in HealthCare _ Overview
Big-Data in HealthCare _ OverviewBig-Data in HealthCare _ Overview
Big-Data in HealthCare _ OverviewHamdaoui Younes
 
Big Data PPT by Rohit Dubey
Big Data PPT by Rohit DubeyBig Data PPT by Rohit Dubey
Big Data PPT by Rohit DubeyRohit Dubey
 
Building a Big Data Pipeline
Building a Big Data PipelineBuilding a Big Data Pipeline
Building a Big Data PipelineJesus Rodriguez
 
Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...
Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...
Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...Neo4j
 
Big Data applications in Health Care
Big Data applications in Health CareBig Data applications in Health Care
Big Data applications in Health CareLeo Barella
 
The Data Science Process
The Data Science ProcessThe Data Science Process
The Data Science ProcessVishal Patel
 
Big data analytics in healthcare industry
Big data analytics in healthcare industryBig data analytics in healthcare industry
Big data analytics in healthcare industryBhagath Gopinath
 
Big implications of Big Data in healthcare
Big implications of Big Data in healthcareBig implications of Big Data in healthcare
Big implications of Big Data in healthcareGuires
 
Data Mining in Health Care
Data Mining in Health CareData Mining in Health Care
Data Mining in Health CareShahDhruv21
 
Analysing of big data using map reduce
Analysing of big data using map reduceAnalysing of big data using map reduce
Analysing of big data using map reducePaladion Networks
 
Data Mining : Healthcare Application
Data Mining : Healthcare ApplicationData Mining : Healthcare Application
Data Mining : Healthcare Applicationosman ansari
 
Building a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsBuilding a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsDATAVERSITY
 

What's hot (20)

Big Data & Hadoop Introduction
Big Data & Hadoop IntroductionBig Data & Hadoop Introduction
Big Data & Hadoop Introduction
 
Big-Data in HealthCare _ Overview
Big-Data in HealthCare _ OverviewBig-Data in HealthCare _ Overview
Big-Data in HealthCare _ Overview
 
Big Data PPT by Rohit Dubey
Big Data PPT by Rohit DubeyBig Data PPT by Rohit Dubey
Big Data PPT by Rohit Dubey
 
Real time analytics
Real time analyticsReal time analytics
Real time analytics
 
Building a Big Data Pipeline
Building a Big Data PipelineBuilding a Big Data Pipeline
Building a Big Data Pipeline
 
Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...
Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...
Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...
 
Chapter 1: Introduction to Data Mining
Chapter 1: Introduction to Data MiningChapter 1: Introduction to Data Mining
Chapter 1: Introduction to Data Mining
 
What is big data?
What is big data?What is big data?
What is big data?
 
Big Data applications in Health Care
Big Data applications in Health CareBig Data applications in Health Care
Big Data applications in Health Care
 
Big Data
Big DataBig Data
Big Data
 
Big Data: Issues and Challenges
Big Data: Issues and ChallengesBig Data: Issues and Challenges
Big Data: Issues and Challenges
 
The Data Science Process
The Data Science ProcessThe Data Science Process
The Data Science Process
 
Big data analytics in healthcare industry
Big data analytics in healthcare industryBig data analytics in healthcare industry
Big data analytics in healthcare industry
 
Big Data Analytics
Big Data AnalyticsBig Data Analytics
Big Data Analytics
 
Big implications of Big Data in healthcare
Big implications of Big Data in healthcareBig implications of Big Data in healthcare
Big implications of Big Data in healthcare
 
Data Mining in Health Care
Data Mining in Health CareData Mining in Health Care
Data Mining in Health Care
 
Chapter 1 big data
Chapter 1 big dataChapter 1 big data
Chapter 1 big data
 
Analysing of big data using map reduce
Analysing of big data using map reduceAnalysing of big data using map reduce
Analysing of big data using map reduce
 
Data Mining : Healthcare Application
Data Mining : Healthcare ApplicationData Mining : Healthcare Application
Data Mining : Healthcare Application
 
Building a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsBuilding a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business Goals
 

Viewers also liked

How Big Data is Transforming Medical Information Insights - DIA 2014
How Big Data is Transforming Medical Information Insights - DIA 2014How Big Data is Transforming Medical Information Insights - DIA 2014
How Big Data is Transforming Medical Information Insights - DIA 2014CREATION
 
Big Medical Data – Challenge or Potential?
Big Medical Data – Challenge or Potential?Big Medical Data – Challenge or Potential?
Big Medical Data – Challenge or Potential?Matthieu Schapranow
 
Big Data
Big DataBig Data
Big DataNGDATA
 
Data Infrastructure at LinkedIn
Data Infrastructure at LinkedInData Infrastructure at LinkedIn
Data Infrastructure at LinkedInAmy W. Tang
 
Data Infrastructure at LinkedIn
Data Infrastructure at LinkedInData Infrastructure at LinkedIn
Data Infrastructure at LinkedInAmy W. Tang
 
Personal branding playbook
Personal branding playbookPersonal branding playbook
Personal branding playbookOnline Business
 
LinkedIn Segmentation & Targeting Platform: A Big Data Application
LinkedIn Segmentation & Targeting Platform: A Big Data ApplicationLinkedIn Segmentation & Targeting Platform: A Big Data Application
LinkedIn Segmentation & Targeting Platform: A Big Data ApplicationAmy W. Tang
 
Resume- William Myers FD2016.1.4
Resume- William Myers FD2016.1.4Resume- William Myers FD2016.1.4
Resume- William Myers FD2016.1.4William Myers
 
Strata SG 2015: LinkedIn Self Serve Reporting Platform on Hadoop
Strata SG 2015: LinkedIn Self Serve Reporting Platform on Hadoop Strata SG 2015: LinkedIn Self Serve Reporting Platform on Hadoop
Strata SG 2015: LinkedIn Self Serve Reporting Platform on Hadoop Shirshanka Das
 
Apache Gobblin: Bridging Batch and Streaming Data Integration. Big Data Meetu...
Apache Gobblin: Bridging Batch and Streaming Data Integration. Big Data Meetu...Apache Gobblin: Bridging Batch and Streaming Data Integration. Big Data Meetu...
Apache Gobblin: Bridging Batch and Streaming Data Integration. Big Data Meetu...Shirshanka Das
 
Unlocking the Experts
Unlocking the ExpertsUnlocking the Experts
Unlocking the ExpertsLinkedIn
 
Participatory Design: Bringing Users Into Your Process
Participatory Design: Bringing Users Into Your ProcessParticipatory Design: Bringing Users Into Your Process
Participatory Design: Bringing Users Into Your ProcessDavid Sherwin
 
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...Edureka!
 
What to Upload to SlideShare
What to Upload to SlideShareWhat to Upload to SlideShare
What to Upload to SlideShareSlideShare
 
Making Great User Experiences, Pittsburgh Scrum MeetUp, Oct 17, 2017
Making Great User Experiences, Pittsburgh Scrum MeetUp, Oct 17, 2017Making Great User Experiences, Pittsburgh Scrum MeetUp, Oct 17, 2017
Making Great User Experiences, Pittsburgh Scrum MeetUp, Oct 17, 2017Carol Smith
 
Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...
Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...
Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...Edureka!
 
Taming the ever-evolving Compliance Beast : Lessons learnt at LinkedIn [Strat...
Taming the ever-evolving Compliance Beast : Lessons learnt at LinkedIn [Strat...Taming the ever-evolving Compliance Beast : Lessons learnt at LinkedIn [Strat...
Taming the ever-evolving Compliance Beast : Lessons learnt at LinkedIn [Strat...Shirshanka Das
 

Viewers also liked (20)

Big data ppt
Big  data pptBig  data ppt
Big data ppt
 
How Big Data is Transforming Medical Information Insights - DIA 2014
How Big Data is Transforming Medical Information Insights - DIA 2014How Big Data is Transforming Medical Information Insights - DIA 2014
How Big Data is Transforming Medical Information Insights - DIA 2014
 
Big Medical Data – Challenge or Potential?
Big Medical Data – Challenge or Potential?Big Medical Data – Challenge or Potential?
Big Medical Data – Challenge or Potential?
 
Big data ppt
Big data pptBig data ppt
Big data ppt
 
Big Data
Big DataBig Data
Big Data
 
Data Infrastructure at LinkedIn
Data Infrastructure at LinkedInData Infrastructure at LinkedIn
Data Infrastructure at LinkedIn
 
Data Infrastructure at LinkedIn
Data Infrastructure at LinkedInData Infrastructure at LinkedIn
Data Infrastructure at LinkedIn
 
Personal branding playbook
Personal branding playbookPersonal branding playbook
Personal branding playbook
 
LinkedIn Segmentation & Targeting Platform: A Big Data Application
LinkedIn Segmentation & Targeting Platform: A Big Data ApplicationLinkedIn Segmentation & Targeting Platform: A Big Data Application
LinkedIn Segmentation & Targeting Platform: A Big Data Application
 
Resume- William Myers FD2016.1.4
Resume- William Myers FD2016.1.4Resume- William Myers FD2016.1.4
Resume- William Myers FD2016.1.4
 
Strata SG 2015: LinkedIn Self Serve Reporting Platform on Hadoop
Strata SG 2015: LinkedIn Self Serve Reporting Platform on Hadoop Strata SG 2015: LinkedIn Self Serve Reporting Platform on Hadoop
Strata SG 2015: LinkedIn Self Serve Reporting Platform on Hadoop
 
Apache Gobblin: Bridging Batch and Streaming Data Integration. Big Data Meetu...
Apache Gobblin: Bridging Batch and Streaming Data Integration. Big Data Meetu...Apache Gobblin: Bridging Batch and Streaming Data Integration. Big Data Meetu...
Apache Gobblin: Bridging Batch and Streaming Data Integration. Big Data Meetu...
 
Unlocking the Experts
Unlocking the ExpertsUnlocking the Experts
Unlocking the Experts
 
Participatory Design: Bringing Users Into Your Process
Participatory Design: Bringing Users Into Your ProcessParticipatory Design: Bringing Users Into Your Process
Participatory Design: Bringing Users Into Your Process
 
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
Introduction To TensorFlow | Deep Learning Using TensorFlow | TensorFlow Tuto...
 
What to Upload to SlideShare
What to Upload to SlideShareWhat to Upload to SlideShare
What to Upload to SlideShare
 
What is Big Data?
What is Big Data?What is Big Data?
What is Big Data?
 
Making Great User Experiences, Pittsburgh Scrum MeetUp, Oct 17, 2017
Making Great User Experiences, Pittsburgh Scrum MeetUp, Oct 17, 2017Making Great User Experiences, Pittsburgh Scrum MeetUp, Oct 17, 2017
Making Great User Experiences, Pittsburgh Scrum MeetUp, Oct 17, 2017
 
Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...
Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...
Big Data Tutorial For Beginners | What Is Big Data | Big Data Tutorial | Hado...
 
Taming the ever-evolving Compliance Beast : Lessons learnt at LinkedIn [Strat...
Taming the ever-evolving Compliance Beast : Lessons learnt at LinkedIn [Strat...Taming the ever-evolving Compliance Beast : Lessons learnt at LinkedIn [Strat...
Taming the ever-evolving Compliance Beast : Lessons learnt at LinkedIn [Strat...
 

Similar to Using Big Data for Improved Healthcare Operations and Analytics

BIMCV, Banco de Imagen Medica de la Comunidad Valenciana. María de la Iglesia
BIMCV, Banco de Imagen Medica de la Comunidad Valenciana. María de la IglesiaBIMCV, Banco de Imagen Medica de la Comunidad Valenciana. María de la Iglesia
BIMCV, Banco de Imagen Medica de la Comunidad Valenciana. María de la IglesiaMaria de la Iglesia
 
BIMCV: The Perfect "Big Data" Storm.
BIMCV: The Perfect "Big Data" Storm. BIMCV: The Perfect "Big Data" Storm.
BIMCV: The Perfect "Big Data" Storm. maigva
 
Big Data is the Future of Healthcare
Big Data is the Future of HealthcareBig Data is the Future of Healthcare
Big Data is the Future of HealthcareCognizant
 
Introduction to Big Data and its Potential for Dementia Research
Introduction to Big Data and its Potential for Dementia ResearchIntroduction to Big Data and its Potential for Dementia Research
Introduction to Big Data and its Potential for Dementia ResearchDavid De Roure
 
Big data
Big dataBig data
Big dataCisco
 
Bigdata and Hadoop with applications
Bigdata and Hadoop with applicationsBigdata and Hadoop with applications
Bigdata and Hadoop with applicationsPadma Metta
 
Big data unit 2
Big data unit 2Big data unit 2
Big data unit 2RojaT4
 
2016 09 cxo forum
2016 09 cxo forum2016 09 cxo forum
2016 09 cxo forumChris Dwan
 
Big data in healthcare
Big data in healthcareBig data in healthcare
Big data in healthcareBYTE Project
 
Big Data, The Community and The Commons (May 12, 2014)
Big Data, The Community and The Commons (May 12, 2014)Big Data, The Community and The Commons (May 12, 2014)
Big Data, The Community and The Commons (May 12, 2014)Robert Grossman
 
1 PSUT Big Data Class, introduction
1 PSUT Big Data Class,  introduction1 PSUT Big Data Class,  introduction
1 PSUT Big Data Class, introductionAkram Al-Kouz
 
Data minig with Big data analysis
Data minig with Big data analysisData minig with Big data analysis
Data minig with Big data analysisPoonam Kshirsagar
 

Similar to Using Big Data for Improved Healthcare Operations and Analytics (20)

Big data analystics
Big data analysticsBig data analystics
Big data analystics
 
Big Data
Big Data Big Data
Big Data
 
2015 04-18-wilson cg
2015 04-18-wilson cg2015 04-18-wilson cg
2015 04-18-wilson cg
 
BIMCV, Banco de Imagen Medica de la Comunidad Valenciana. María de la Iglesia
BIMCV, Banco de Imagen Medica de la Comunidad Valenciana. María de la IglesiaBIMCV, Banco de Imagen Medica de la Comunidad Valenciana. María de la Iglesia
BIMCV, Banco de Imagen Medica de la Comunidad Valenciana. María de la Iglesia
 
Big Data for Library Services (2017)
Big Data for Library Services (2017)Big Data for Library Services (2017)
Big Data for Library Services (2017)
 
BIMCV: The Perfect "Big Data" Storm.
BIMCV: The Perfect "Big Data" Storm. BIMCV: The Perfect "Big Data" Storm.
BIMCV: The Perfect "Big Data" Storm.
 
Big Data in Clinical Research
Big Data in Clinical ResearchBig Data in Clinical Research
Big Data in Clinical Research
 
Big Data is the Future of Healthcare
Big Data is the Future of HealthcareBig Data is the Future of Healthcare
Big Data is the Future of Healthcare
 
Data mining with big data
Data mining with big dataData mining with big data
Data mining with big data
 
Big data ppt
Big data pptBig data ppt
Big data ppt
 
Introduction to Big Data and its Potential for Dementia Research
Introduction to Big Data and its Potential for Dementia ResearchIntroduction to Big Data and its Potential for Dementia Research
Introduction to Big Data and its Potential for Dementia Research
 
Big data
Big dataBig data
Big data
 
Bigdata and Hadoop with applications
Bigdata and Hadoop with applicationsBigdata and Hadoop with applications
Bigdata and Hadoop with applications
 
BIG DATA.ppt
BIG DATA.pptBIG DATA.ppt
BIG DATA.ppt
 
Big data unit 2
Big data unit 2Big data unit 2
Big data unit 2
 
2016 09 cxo forum
2016 09 cxo forum2016 09 cxo forum
2016 09 cxo forum
 
Big data in healthcare
Big data in healthcareBig data in healthcare
Big data in healthcare
 
Big Data, The Community and The Commons (May 12, 2014)
Big Data, The Community and The Commons (May 12, 2014)Big Data, The Community and The Commons (May 12, 2014)
Big Data, The Community and The Commons (May 12, 2014)
 
1 PSUT Big Data Class, introduction
1 PSUT Big Data Class,  introduction1 PSUT Big Data Class,  introduction
1 PSUT Big Data Class, introduction
 
Data minig with Big data analysis
Data minig with Big data analysisData minig with Big data analysis
Data minig with Big data analysis
 

More from Perficient, Inc.

Driving Strong 2020 Holiday Season Results
Driving Strong 2020 Holiday Season ResultsDriving Strong 2020 Holiday Season Results
Driving Strong 2020 Holiday Season ResultsPerficient, Inc.
 
Transforming Pharmacovigilance Workflows with AI & Automation
Transforming Pharmacovigilance Workflows with AI & Automation Transforming Pharmacovigilance Workflows with AI & Automation
Transforming Pharmacovigilance Workflows with AI & Automation Perficient, Inc.
 
The Secret to Acquiring and Retaining Customers in Financial Services
The Secret to Acquiring and Retaining Customers in Financial ServicesThe Secret to Acquiring and Retaining Customers in Financial Services
The Secret to Acquiring and Retaining Customers in Financial ServicesPerficient, Inc.
 
Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.
Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.
Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.Perficient, Inc.
 
Content, Commerce, and... COVID
Content, Commerce, and... COVIDContent, Commerce, and... COVID
Content, Commerce, and... COVIDPerficient, Inc.
 
Centene's Financial Transformation Journey: A OneStream Success Story
Centene's Financial Transformation Journey: A OneStream Success StoryCentene's Financial Transformation Journey: A OneStream Success Story
Centene's Financial Transformation Journey: A OneStream Success StoryPerficient, Inc.
 
Automate Medical Coding With WHODrug Koda
Automate Medical Coding With WHODrug KodaAutomate Medical Coding With WHODrug Koda
Automate Medical Coding With WHODrug KodaPerficient, Inc.
 
Preparing for Your Oracle, Medidata, and Veeva CTMS Migration Project
Preparing for Your Oracle, Medidata, and Veeva CTMS Migration ProjectPreparing for Your Oracle, Medidata, and Veeva CTMS Migration Project
Preparing for Your Oracle, Medidata, and Veeva CTMS Migration ProjectPerficient, Inc.
 
Accelerating Partner Management: How Manufacturers Can Navigate Covid-19
Accelerating Partner Management: How Manufacturers Can Navigate Covid-19Accelerating Partner Management: How Manufacturers Can Navigate Covid-19
Accelerating Partner Management: How Manufacturers Can Navigate Covid-19Perficient, Inc.
 
The Critical Role of Audience Intelligence with Eric Enge and Rand Fishkin
The Critical Role of Audience Intelligence with Eric Enge and Rand FishkinThe Critical Role of Audience Intelligence with Eric Enge and Rand Fishkin
The Critical Role of Audience Intelligence with Eric Enge and Rand FishkinPerficient, Inc.
 
Cardtronics Future Ready with Oracle EPM Cloud
Cardtronics Future Ready with Oracle EPM CloudCardtronics Future Ready with Oracle EPM Cloud
Cardtronics Future Ready with Oracle EPM CloudPerficient, Inc.
 
Teams Summit - What is New and Coming
Teams Summit -  What is New and ComingTeams Summit -  What is New and Coming
Teams Summit - What is New and ComingPerficient, Inc.
 
Empower Your Organization with Teams & Remote Work Crisis Management
Empower Your Organization with Teams & Remote Work Crisis ManagementEmpower Your Organization with Teams & Remote Work Crisis Management
Empower Your Organization with Teams & Remote Work Crisis ManagementPerficient, Inc.
 
Adoption & Change Management Overview
Adoption & Change Management OverviewAdoption & Change Management Overview
Adoption & Change Management OverviewPerficient, Inc.
 
Microsoft Teams: Measuring Activity of Employees Working from Home
Microsoft Teams: Measuring Activity of Employees Working from HomeMicrosoft Teams: Measuring Activity of Employees Working from Home
Microsoft Teams: Measuring Activity of Employees Working from HomePerficient, Inc.
 
Securing Teams with Microsoft 365 Security for Remote Work
Securing Teams with Microsoft 365 Security for Remote WorkSecuring Teams with Microsoft 365 Security for Remote Work
Securing Teams with Microsoft 365 Security for Remote WorkPerficient, Inc.
 
Infrastructure Best Practices for Teams Remote Workers
Infrastructure Best Practices for Teams Remote WorkersInfrastructure Best Practices for Teams Remote Workers
Infrastructure Best Practices for Teams Remote WorkersPerficient, Inc.
 
Accelerate Adoption for Microsoft Teams
Accelerate Adoption for Microsoft TeamsAccelerate Adoption for Microsoft Teams
Accelerate Adoption for Microsoft TeamsPerficient, Inc.
 
Preparing for Project Cortex and the Future of Knowledge Management
Preparing for Project Cortex and the Future of Knowledge ManagementPreparing for Project Cortex and the Future of Knowledge Management
Preparing for Project Cortex and the Future of Knowledge ManagementPerficient, Inc.
 
Utilizing Microsoft 365 Security for Remote Work
Utilizing Microsoft 365 Security for Remote Work Utilizing Microsoft 365 Security for Remote Work
Utilizing Microsoft 365 Security for Remote Work Perficient, Inc.
 

More from Perficient, Inc. (20)

Driving Strong 2020 Holiday Season Results
Driving Strong 2020 Holiday Season ResultsDriving Strong 2020 Holiday Season Results
Driving Strong 2020 Holiday Season Results
 
Transforming Pharmacovigilance Workflows with AI & Automation
Transforming Pharmacovigilance Workflows with AI & Automation Transforming Pharmacovigilance Workflows with AI & Automation
Transforming Pharmacovigilance Workflows with AI & Automation
 
The Secret to Acquiring and Retaining Customers in Financial Services
The Secret to Acquiring and Retaining Customers in Financial ServicesThe Secret to Acquiring and Retaining Customers in Financial Services
The Secret to Acquiring and Retaining Customers in Financial Services
 
Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.
Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.
Oracle Strategic Modeling Live: Defined. Discussed. Demonstrated.
 
Content, Commerce, and... COVID
Content, Commerce, and... COVIDContent, Commerce, and... COVID
Content, Commerce, and... COVID
 
Centene's Financial Transformation Journey: A OneStream Success Story
Centene's Financial Transformation Journey: A OneStream Success StoryCentene's Financial Transformation Journey: A OneStream Success Story
Centene's Financial Transformation Journey: A OneStream Success Story
 
Automate Medical Coding With WHODrug Koda
Automate Medical Coding With WHODrug KodaAutomate Medical Coding With WHODrug Koda
Automate Medical Coding With WHODrug Koda
 
Preparing for Your Oracle, Medidata, and Veeva CTMS Migration Project
Preparing for Your Oracle, Medidata, and Veeva CTMS Migration ProjectPreparing for Your Oracle, Medidata, and Veeva CTMS Migration Project
Preparing for Your Oracle, Medidata, and Veeva CTMS Migration Project
 
Accelerating Partner Management: How Manufacturers Can Navigate Covid-19
Accelerating Partner Management: How Manufacturers Can Navigate Covid-19Accelerating Partner Management: How Manufacturers Can Navigate Covid-19
Accelerating Partner Management: How Manufacturers Can Navigate Covid-19
 
The Critical Role of Audience Intelligence with Eric Enge and Rand Fishkin
The Critical Role of Audience Intelligence with Eric Enge and Rand FishkinThe Critical Role of Audience Intelligence with Eric Enge and Rand Fishkin
The Critical Role of Audience Intelligence with Eric Enge and Rand Fishkin
 
Cardtronics Future Ready with Oracle EPM Cloud
Cardtronics Future Ready with Oracle EPM CloudCardtronics Future Ready with Oracle EPM Cloud
Cardtronics Future Ready with Oracle EPM Cloud
 
Teams Summit - What is New and Coming
Teams Summit -  What is New and ComingTeams Summit -  What is New and Coming
Teams Summit - What is New and Coming
 
Empower Your Organization with Teams & Remote Work Crisis Management
Empower Your Organization with Teams & Remote Work Crisis ManagementEmpower Your Organization with Teams & Remote Work Crisis Management
Empower Your Organization with Teams & Remote Work Crisis Management
 
Adoption & Change Management Overview
Adoption & Change Management OverviewAdoption & Change Management Overview
Adoption & Change Management Overview
 
Microsoft Teams: Measuring Activity of Employees Working from Home
Microsoft Teams: Measuring Activity of Employees Working from HomeMicrosoft Teams: Measuring Activity of Employees Working from Home
Microsoft Teams: Measuring Activity of Employees Working from Home
 
Securing Teams with Microsoft 365 Security for Remote Work
Securing Teams with Microsoft 365 Security for Remote WorkSecuring Teams with Microsoft 365 Security for Remote Work
Securing Teams with Microsoft 365 Security for Remote Work
 
Infrastructure Best Practices for Teams Remote Workers
Infrastructure Best Practices for Teams Remote WorkersInfrastructure Best Practices for Teams Remote Workers
Infrastructure Best Practices for Teams Remote Workers
 
Accelerate Adoption for Microsoft Teams
Accelerate Adoption for Microsoft TeamsAccelerate Adoption for Microsoft Teams
Accelerate Adoption for Microsoft Teams
 
Preparing for Project Cortex and the Future of Knowledge Management
Preparing for Project Cortex and the Future of Knowledge ManagementPreparing for Project Cortex and the Future of Knowledge Management
Preparing for Project Cortex and the Future of Knowledge Management
 
Utilizing Microsoft 365 Security for Remote Work
Utilizing Microsoft 365 Security for Remote Work Utilizing Microsoft 365 Security for Remote Work
Utilizing Microsoft 365 Security for Remote Work
 

Recently uploaded

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 

Using Big Data for Improved Healthcare Operations and Analytics

  • 1. Big Data for Healthcare: Usage, Architecture and Technologies
  • 2. Presenters Pete Stiglich – Sr. Technical Architect  Over 20 years IT experience  Enterprise Data Architecture, Data Management, Data Modeling, Data Quality, DW/BI, MDM, Metadata Management, Data Quality, Database Administration (DBA)  President of DAMA Phoenix, writer, speaker, former editor Real World Decision Support, listed expert for SearchDataManagement – Data Warehousing and Data Modeling  Certified Data Management Professional (CDMP) and Certified Business Intelligence Professional (CBIP), both at master level Email: Pete.Stiglich@Perficient.com Phone: 602-284-0992 Twitter: @pstiglich Blog: http://blogs.perficient.com/healthcare/blog/author/pstiglich/
  • 3. Presenters Hari Rajagopal – Sr. Solution Architect • Over 15 years IT experience • SOA solutions, Enterprise Service Bus technologies, Data Architecture, Algorithms • Presenter at conferences, Author and Blogger • IBM certified SOA solutions designer Email: Hari.Rajagopal@Perficient.com Phone: 303-517-9634
  • 4. Key Takeaway Points • Big Data technologies represent a major paradigm shift – and is here to stay! • Big Data enables “all” the data to be leveraged for new insight– clinical notes, medical literature, OR videos, X-rays, consultation recordings, streaming medical device data, etc. • More intelligent enterprise – more efficient and prevalent advanced analytics (predictive data mining, text mining, etc.) • Big Data will affect application development and data management
  • 5. Agenda • What is Big Data?  How Big Data can enable better healthcare  Types of Big Data processing  Key technologies  Impacts of Big Data on:  Application Development  Data Management  Q&A
  • 6. What is Big Data?
  • 7. What is “Big Data” • Datasets which are too large, grow too rapidly, or are too varied to handle using traditional techniques • Volume, Velocity, Variety • Volume – 100’s of TB’s, petabytes, and beyond • Velocity – e.g., machine generated data, medical devices, sensors • Variety – unstructured data, many formats, varying semantics • Not every data problem is a “Big Data” problem!!
  • 8. MPP enables Big Data 100’s, 1,000’s of nodes Scalability Scalability Cluster (homogenous) or Grid (heterogeneous) SMP – Symmetric MPP – Massively Parallel Multiprocessing Processing “Shared Everything” “Shared Nothing” CPU, memory, disk (SAN, NAS) Nodes do not share CPU, memory, disk (DAS)
  • 9. Cost Factor  Cost of storing and analyzing Big Data can be driven down by:  Low cost commodity hardware  Open source software  Public Cloud? Yes, But for really massive amounts of data with many accesses, may be cost prohibitive  Learning curve? You bet!
  • 10. Hadoop / MapReduce • Hadoop and MapReduce – key Big Data technologies developed at Google, now open source • “Divide and conquer” approach • Highly fault tolerant – nodes are expected to fail • Every data block (by default) replicated on 3 nodes (is also rack aware) • MapReduce – component of Hadoop, programming framework for distributed processing • Not the only Big Data technology…
  • 11. NoSQL • Stands for “Not only SQL” – really s/b “Not only Relational”  New(ish) paradigms for storing and retrieving data  Many Big Data platforms don’t use a RDBMS  Might take too long to setup / change  Problems with certain types of queries (e.g., social media, ragged hierarchies)  Key Types of NoSQL Data Stores • Key-Value Pair • Wide Column • Graph • Document • Object • XML
  • 12. How can “Big Data” improve Healthcare?
  • 13. Healthcare “Big Data” opportunities • Examples of Big Data opportunities  Patient Monitoring – inpatient, ICU, ER, home health  Personalized Medicine  Population health management / ACO  Epidemiology  Keeping abreast of medical literature  Research  Many more…
  • 14. Healthcare “Big Data” opportunities • Patient Monitoring  Big Data can enable Complex Event Processing (CEP) – dealing with multiple, large streams of data in real-time from medical devices, sensors, RFID, etc.  Proactively address risk, improve quality, improve processes, etc.  Data might not be persisted – Big Data can be used for distributed processing with the data located only in memory  Example – an HL7 A01 message (admit a patient) received for an inpatient visit – but no PV1 Assigned Patient Location received within X hours. Is the patient on a gurney in a hallway somewhere???  Example – home health sensor in a bed indicates patient hasn’t gotten out of bed for X number of hours
  • 15. Healthcare “Big Data” opportunities • Personalized Medicine  Genomic, proteomic, and metabolic data is large, complex, and varied  Can have gigabytes of data for a single patient  Use case examples - protein footprints, gene expression  Difficult to use with a relational database, XML performance problematic  Use wide-column stores, graphs, key-value stores (or combinations) for better scalability and performance Source: wikipedia
  • 16. Healthcare “Big Data” opportunities • Population Management  Preventative care for ACO – micro-segmentation of patients  Identify most at risk patients – allocate resources wisely to help these patients (e.g., 1% of 100,000 patients had 30% of the costs)*  Reduce admits/re-admits, ER visits, etc.  Identify potential causes for infections, readmissions (e.g., which two materials when used together are correlated with high rates of infection)  Even with structured data, data mining can be time consuming – distributed processing can speed up data mining * http://nyr.kr/L8o1Ag (New Yorker article)
  • 17. Healthcare “Big Data” opportunities • Epidemiology  Analysis of patterns and trends in health issues across a geography  Tracking of the spread of disease based on streaming data  Visualization of global outbreaks enabling the determination of ‘source’ of infection 17
  • 18. Healthcare “Big Data” opportunities • Unstructured data analysis  Most data (80%) resides in unstructured or semi-structured sources – and a wealth of information might be gleaned  One company allows dermatology patients to upload pictures on a regular basis to analyze moles in an automated fashion to check for melanoma based on redness, asymmetry, thickness, etc.  A lot of information contained in clinical notes, but hard to extract  Providers can’t keep abreast of medical literature – even specialists! Use Big Data and Semantic Web technologies to identify highly relevant literature  Sentiment analysis – using surveys, social media  Etc…
  • 19. Poll • What Healthcare Big Data use case do you see as being most important for your organization? • Patient Monitoring • Personalized Medicine • Population Management (e.g., for ACO) • Epidemiology • More effective use of medical literature • Medical research • Unstructured data analysis • Quality Improvement • Other 19
  • 20. Types of Big Data processing
  • 21. Analytics • Big Data ideal for experimental / discovery analytics • Faster setup, data quality not as critical • Enables Data Scientists to formulate and investigate hypotheses more rapidly, with less expense • May discover useful knowledge . . . or not • Fail faster – so as to move on to the next hypothesis !
  • 22. Unstructured Data Mining • Big Data can make mining unstructured sources(text, audio, video, image) more prevalent - more cost effective, with better performance • E.g., extract structured information, categorize documents, analyze shapes, coloration, how long was a video viewed, etc. • Text Mining capabilities • Entity Extraction – extracting names, locations, dates, products, diseases, Rx, conditions, etc., from text • Topic Tracking – track information of interest to a user • Categorization – categorize a document based on wordcounts/synonyms, etc. • Clustering – grouping similar documents • Concept Linking – related documents based on shared concepts • Question Answering – try to find best answer based on user’s environment
  • 23. Data Mining Text • Can enable much faster data mining • Can bypass some setup and modeling Text Mining effort Other use Entity cases Extraction • Data Mining is “the automatic or semi-automatic analysis of large quantities of data to extract previously unknown interesting patterns” Wikipedia Data Structured Data Mining • Examples of data mining: • Association analysis - e.g., which 2 or 3 Something materials when used together are correlated Interesting? with a high degree of infection • Cluster analysis – e.g., patient micro- segmentation • Anomaly / Outlier Detection –e.g., network breaches
  • 24. Transaction Processing • Some Big Data platforms can be used for some types of transaction processing • Where performance is more important than consistency e.g., a Facebook user updating his/her status • More on this later…
  • 25. Poll • What type of Big Data use case would be most beneficial for your client? • Complex Event Processing (using massive/numerous streams of real-time data) • Unstructured Data Analysis • Predictive Data Mining • Transaction Processing (where performance more important than consistency) 25
  • 26. Big Data Architecture and Key Technologies
  • 28. Hadoop • Used for batch processing – inserts/appends only – no updates • Single master – works across many nodes, but only a single data center • Key components • HDFS – Hadoop Distributed File System • MapReduce – Distributes data in key value pairs across nodes, parallel processing, summarize results • Hbase – database built on top of Hadoop (with interactive capabilities) • Hive – SQL like query tool (converts to MapReduce) • Pig – Higher level execution language (vs. having to use Java, Python) – converts to MapRduce 28
  • 29. Cassandra • Used for real-time processing / transaction processing • Multiple masters – works across many nodes and many data centers • Key components • CFS – Cassandra File Systems • CQL – Cassandra Query Language (SQL like) • Tunable consistency for writes or reads. E.g., option to ensure a write succeeds to each replica in all data centers before returning control to program …. or can be much less restrictive 29
  • 30. In memory processing • To support real-time operations, an IMDB (In-Memory Database) may be used • Solo – or in conjunction with a disk based DBMS • I/O most expensive part of computing – using in memory database /cache reduces bottlenecks • Can be distributed (e.g., memcache, Terracotta, Kx) • Relational or non-relational • E.g., for a DW, current values might reside in an IMDB, historical data on disk 30
  • 31. MPP RDBMS • Have been in around for 15+ years • Used for large scale Data Warehousing • Ideal where lots of joins are needed on massive amount of data • Many NoSQL DB’s rely on 100% denormalization. Many do not support join operations (e.g., wide column stores) or updates 31
  • 32. Semantic Web • Semantic Web – web of data, not documents • Machine learning (inferencing) can be enabled via Semantic Web technologies. May use a graph database/triplestore (e.g., Neo4j, Allegrograph, Meronymy) • Bridge the semantic divide (varying vocabularies) with ontologies – helps address the “Variety” aspect of Big Data • Encapsulate data values, metadata, joins, logic, business rules, ontologies, access methods in the data via common logical model (e.g., RDF triples) – very powerful for automation, federated queries 32
  • 33. Semantic Web Find Jane Doe’s relatives (with machine inferencing) System X System Y System Z a:JoeDoe :isInLaw :hasBrother :hasBrother :marriedTo x:DebDoe y:JohnDoe z:JaneDoe :hasBrother :isInLaw Original data Inferred data 33
  • 34. No One Size Fits All  Many types of solutions will require multiple data paradigms  E.g. Facebook uses MySQL (relational), Hadoop, Cassandra, Hive, etc., for the different types of processing required  Be sure to have a solid use case before deciding to use Big Data / NoSQL technology  Provide solid business and technical justification
  • 35. What type of data store to use??
  • 36. Big Data impact on Application Development and Data Management
  • 37. ACID / CAP / BASE  If your transaction processing application must be ACID compliant, you must use an RDBMS (or ODBMS)  ACID – Atomic, Consistent, Isolated, Durable Atomic – All tasks in a transaction succeed – or none do Consistent – Adheres to db rules, no partially completed transactions Isolated – Transactions can’t see data from other uncommitted transactions Durable – Committed transaction persists even if system fails  Not all transactions require ACID – eventual consistency may be adequate Vs..
  • 38. ACID / CAP / BASE  Brewer’s CAP theorum for distributed database  Consistency, Availability, Partition Tolerance - Pick 2!  For Big Data, BASE is alternative for ACID Basically Available – data will be available for requests, might not be consistent Soft state – due to eventual consistency, the system might be continually changing Eventually consistent – the system will eventually be consistent when input stops • Example: HBase every transaction will execute, but only the most recent for a key will persist (LILO – last in, last out) – no locking
  • 39. Data Management  Security not as mature with NoSQL – might use OS level encryption (e.g.,, IBM Guardium Encryption Expert, Gazzanga) - encyrpt/decrypt at IO level  Data Governance needs to oversee Big Data – new knowledge uncovered can lead to risks - privacy, intellectual property, regulatory compliance, etc. • Physical Data Modeling less important – due to “schema-less” nature of NoSQL • Conceptual Modeling still important for understanding business objects and relationships • Semantic modeling – inform ontologies which enable inferencing • Logical Data Modeling still useful for reasoning and communicating about how data will be organized • Due to schema-less nature of NoSQL – metadata management will be more important! • E.g., wide-column store with billions of records and millions of variable columns – useless unless you have the metadata to understand the data
  • 40. Getting started • Data Scientist is a key role in Big Data – requires statistics, data modeling, and programming skills. Not many around and expect to pay $$$’s. • Big Data technologies represent a significant paradigm shift. Be sure to allow budget for training, sandbox environment, etc. • Start small with Big Data . Start with a single use case – allocate significant amount of time for learning curve, and environment setup, testing, tuning, management. • Working with open source software can present challenges. Investigate purchase of value added software for simplification. Tools such as IBM Big Insights, EMC Greenplum UAP (Unified Analytics Platform) adds analytical, administration, workflow, security, and other functionality. 40
  • 42. Summary  Big Data presents significant opportunities  Big Data is distinguished by volume, velocity, and variety  Big Data is not just Hadoop / MapReduce and not just NoSQL  Key enabler for Big Data is Massively Parallel Processing (MPP)  Using commodity hardware and open source software are options to drive down cost of Big Data  Big Data and NoSQL technologies require a learning curve, and will continue to mature
  • 43. Resources  Perficient Healthcare: http://healthcare.perficient.com  Perficient Healthcare IT blog: http://blogs.perficient.com/healthcare/  Perficient Healthcare Twitter: @Perficient_HC  Apache – download and learn more about Hadoop, Cassandra, etc.  http://hadoop.apache.org/  http://cassandra.apache.org/  Comprehensive list with description of NoSQL databases: http://nosql- database.org/links.html  Translational Medicine Ontology (TMO) - applying Semantic Web for personalized medicine: http://www.w3.org/wiki/HCLSIG/PharmaOntology
  • 44. Q&A
  • 45. About Perficient Perficient is a leading information technology consulting firm serving clients throughout North America. We help clients implement business-driven technology solutions that integrate business processes, improve worker productivity, increase customer loyalty and create a more agile enterprise to better respond to new business opportunities.
  • 46. PRFT Profile  Founded in 1997  Public, NASDAQ: PRFT  2011 Revenue of $260 million  20 major market locations throughout North America — Atlanta, Austin, Charlotte, Chicago, Cincinnati, Cleveland, Columbus, Dallas, Denver, Detroit, Fairfax, Houston, Indianapolis, Minneapolis, New Orleans, Philadelphia, San Francisco, San Jose, St. Louis and Toronto  1,800+ colleagues  Dedicated solution practices  600+ enterprise clients (2011) and 85% repeat business rate  Alliance partnerships with major technology vendors  Multiple vendor/industry technology and growth awards
  • 47. Our Solutions Expertise & Services Business-Driven Solutions Perficient Services • Enterprise Portals  End-to-End Solution Delivery • SOA and Business Process  IT Strategic Consulting Management  IT Architecture Planning • Business Intelligence  Business Process & Workflow • User-Centered Custom Applications Consulting • CRM Solutions  Usability and UI Consulting • Enterprise Performance Management  Custom Application Development • Customer Self-Service  Offshore Development • eCommerce & Product Information  Package Selection, Implementation Management and Integration • Enterprise Content Management  Architecture & Application Migrations • Industry-Specific Solutions  Education • Mobile Technology • Security Assessments Perficient brings deep solutions expertise and offers a complete set of flexible services to help clients implement business-driven IT solutions 47

Editor's Notes

  1. Avro – data serialization (keeps schema (JSON) with data)Kafka – real time streaming, coordination via Zookeeper. Hcatalog – metadata for all the data stored in Hadoop. Read data from Pig or Hive or HbaseOozie – scheduling system (Azkhaban – not Apache – more graphical scheduler)Flume – Log aggregation – ship to HadoopWhirr – Hadoop on Cloud – Whirr helps to automateSqoop – transfers data from RDBMS to HadoopMRUnit – unit testingMahout – Machine learning on HadoopBigTop – integrate Hadoop based software so it all works togetherCrunch – Library on top of Java Giraph – large scale distributed graph
  2. In this case the properties would have to be associated with rules to describe entailments (i.e., the inferences that can be drawn). These could be encoded using SWRL (Semantic web Rule Language), which also uses RDF.