#HealthShare

17 Followers · 1.4K Posts

InterSystems HealthShare is a healthcare informatics platform for hospitals, integrated delivery networks (IDNs) and regional and national health information exchanges (HIE). HealthShare includes health information exchange, data aggregation, workflow, text analysis, and analytics technology.

Learn more

Article Developer Community Admin · Oct 21, 2015 2m read

Introduction

Australia's recent launch of the Personally Controlled Electronic Health Record (PCEHR) - a significant step towards establishing a national e-Health infrastructure - has simultaneously provided a boost to shared Electronic Patient Record (EPR) projects and delivered a wake-up call to healthcare providers about their readiness for connected care initiatives. In countries around the world, the era of connected care is here.

The PCEHR has increased both the push and pull factors that will lead to widespread shared EPR adoption.

0
0 200
Article Developer Community Admin · Oct 21, 2015 1m read

Changes in reimbursement approaches in healthcare are unleashing unprecedented business forces in the industry. As a result, providers are consolidating into larger integrated delivery networks, hoping to achieve economies of scale and operating efficiency.

But it’s difficult to truly integrate organizations, and that’s particularly true when it comes to getting disparate information systems to work together. Overall, consolidation has become more difficult because providers now have a variety of IT systems in place.

0
0 133
Article Developer Community Admin · Oct 21, 2015 1m read

Introduction

Tying quality of care to reimbursements has been proposed in the last few years as a solution to increase the efficiency and quality of care and replace the costly and ineffective fee-for-service model. Provisions within the Affordable Care Act of 2010 have given accountable care organizations (ACOs) the foundation upon which to build real-world, value based care models.

0
0 115
Article Developer Community Admin · Oct 21, 2015 1m read

Introduction

This document is intended to provide a survey of various High Availability (HA) strategies that can be used in conjunction with InterSystems Caché, Ensemble, and HealthShare Foundation. This document also provides an overview of the various types of system outages that can occur, as well as how each strategy would handle a given outage, with the goal of helping you choose the right strategy for your specific deployment.

0
0 359
Article Developer Community Admin · Oct 21, 2015 2m read

Goals of the project

North Shore-LIJ is a health system serving the needs of over seven million people through 17 hospitals, 400 ambulatory practices, and three skilled nursing facilities as well as home and hospice care. Our healthcare system, including its CareConnect insurance company, is at the forefront of payment reform and population health management.

With our rapid and ongoing growth, the operational complexity of being so large and diverse, and the changes driven by accountable care reforms such as bundled payment, we’ve had to overcome several challenges.

0
0 193
Article Developer Community Admin · Oct 21, 2015 2m read

Executive Summary

InterSystems HealthShareÆ and InterSystems EnsembleÆ both provide a rapid integration and development platform with built-in capabilities for the high-speed processing of HL7 messages. For the purposes of HL7 v2 message routing the two products are equivalent in performance. For brevity, this document will just say Ensemble in many places but it should be taken to apply equally to both products.

We have recently completed a performance and scalability benchmark of Ensemble version 2015.1, focusing on HL7 version 2 messaging.

0
0 565
Article Developer Community Admin · Oct 21, 2015 1m read

Featuring the results of the HIMSS Analytics Interoperability Study

Introduction

Interoperability - the ability of health information systems to exchange, transform and interpret shared data across multiple systems and devices, and across organizational boundaries, in order to advance the health status of, and the effective delivery of healthcare for, individuals and communities - gained widespread attention in the United States when President Bush called for interoperable electronic health records (EHRs) in his 2004 State of the Union Address.

0
0 276
Edit
Question Nupur kumar · Aug 23, 2016

For message bank implementation, in Ensemble->Enterprise Portal->Message Bank Viewer the Search based on basic or extended criteria is not working, for instance if i have to find a message with some known session Id, & i add this in my extended criteria, the search shows no results , whereas that message exists in the portal.

Please suggest why is it  not working.

Thanks

0
0 33
Edit
Question Raghu Kodumuri · Sep 9, 2016

Hello,

We have exposed a REST service for external vendors to call and post the data. The content type is 
application/x-www-form-urlencoded. Service reads the data from Form variable (strData).
 
This service works as long as data in the Form variable is less than 32KB anything more than that 
size CSP gateway is sending the truncated request to superserver.
 
Is there any configuration that I am missing? or is there any size restriction on 
Form variable or there is an issue.
0
0 0
Edit
Question Scott Beeson · Oct 11, 2016

I've worked with our Healthshare instance for almost 2 years now and I still can't answer so many basic questions like "How many searches were performed today".  

Two of the reasons (and there are many) are simply the size and complexity of the ATNA table.

To avoid this issue, I'm considering a custom Ensemble/Cache class that would log each ATNA event type to a separate and simpler reporting table.

I wanted to see if anyone had any experience or advice on this front.

0
0 18
Edit
Question Scott Beeson · Mar 13, 2017

Okay, maybe not like I'm 5, but can anyone explain it like I'm a Javascript/SQL developer?

From one of our contracted developers:

ISC built this custom XUA Creator class and the MHC Customized Role to pass messages around from instance/server to instance/server (BUS to REG, etc.
The user’s roles have either HSGroup_WrittenAuthorization or HSGroup_InformedOptOut, plus one of the 4 %HS_ roles.
Based on the user’s roles, it turns the HS roles text into a number, by adding 1, 2, 4, 8, 16, 32 to the value.
0
0 120
Edit
Question Scott Beeson · Mar 21, 2017
cvc-complex-type.2.4.a: Invalid content was found starting with element 'sdtc:raceCode'. One of '{"urn:hl7-org:v3":ethnicGroupCode, "urn:hl7-org:v3":guardian, "urn:hl7-org:v3":birthplace, "urn:hl7-org:v3":languageCommunication}' is expected.

 

I'm getting the error above while trying to use the NIST validation tool on a CCD created by Healthshare.

Here is the full <patient> element:

      <patient>
        <name use="L">
          <family>TESTPATIENT</family>
          <given>ZZKIDJULY</given>
        </name>
        <administrativeGenderCode code="F" codeSystem="2.16.840.1.113883.5.
0
0 0
Edit
Question Amit Kumar · May 15, 2017

Our requirement is to fetch the SDA to get the some clinical data from aggregated SDA. Will this soap service work for our requirement. "HS.Gateway.Access.WebServicesClient"?

Please review the code and let me know.  Also while I am running testing the code in sand box getting this error "<ZSOAP>zInvokeClient+203^%SOAP.WebClient.1"

Set tSearchRequest = ##class(HS.Message.SearchAndFetchRequest).%New()
Set tGatewaySearch = ##class(HS.Gateway.Access.WebServicesClient).%New()
#DIM tResponse AS HS.Message.SearchAndFetchResponse
Set tSearchRequest.MPIID = tMPIID 
#DIM tSDA As HS.SDA3.

0
0 15
Edit
Question Jenna Makin · Jun 1, 2016

I have been experimenting with the concept of transforming HL7 input into a CDA document and am running into a little problem.  Let me describe my setup

First I have a HealthShare production with three simple components.

1.  I have a Enslib.HL7.FileService which looks in a specified directory for files containing HL7 messages to process.  That service picks up the message and passes it to a custom business operation which is setup to transform it to CDA.

2.  I have a custom business operation that I wrote that accepts the a Enslib.HL7.

2
0 29