HealthShare

InterSystems HealthShare is a healthcare informatics platform for hospitals, integrated delivery networks (IDNs) and regional and national health information exchanges (HIE).[1]

InterSystems HealthShare
Developer(s)InterSystems
Stable release
2015.1 / March 17, 2015
Operating systemmultiple
TypeStrategic Healthcare Informatics Platform
WebsiteInterSystems.com/HealthShare

About

HealthShare includes health information exchange, data aggregation, workflow, text analysis, and analytics technology.[2] It connects to internal and external systems for HIE, and offers an integrated, universal view of all the data.[3] HealthShare enables healthcare professionals to leverage their existing systems and the vast amounts of untapped health information contained within them to support secure data exchange and messaging and connections to other HIEs.[4] The software also offers a real-time analytics component, called Active Analytics, that continuously collects, aggregates, normalizes, and presents data from across and beyond the organization.[5] Because it is designed as a series of components that work securely together, HealthShare can be configured in a variety of ways, from clinical document sharing to fully integrated private or public health information exchange.[6][7] HealthShare components include:[8]

  • Foundation
  • Composite Health Record
  • Clinician Viewer
  • Patient Index
  • Provider Directory
  • Terminology Engine
  • Consent Management
  • Clinical Message Delivery
  • Active Analytics

InterSystems HealthShare has been implemented in the State of Missouri,[9][10] State of Illinois,[11][12] State of Rhode Island,[13][14] New York eHealth Collaborative,[15] Brooklyn Health Information Exchange (BHIX) [16] HealthIX, Health Information Xchange of New York (Hixny),[17][18] Beaumont Health System [19]

Architecture

The HealthShare standards-based interoperability framework provides a scalable, foundation for health information exchange. It connects data, applications, processes, and users internally and externally of an organization.[20]

Supported standards include:

Competitors

The main competitors are vendors of other integration engines for healthcare such as Optum, eClinical Works, dbMotion, and MEDecision.

gollark: Um, no, that's not how it works.
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?
gollark: <@151391317740486657> Only digitally signed ones are run unsandboxed. You cannot sign a disk without the private key or probably utterly impractical hackery.

References

  1. "InterSystems and eHealth Technologies announce partnership". Healthcare IT News. Retrieved October 15, 2012.
  2. "InterSystems Launches Next Generation of HealthShare". InterSystems. Retrieved May 14, 2012.
  3. "Health Information Exchanges to Combine Analytics, 'Actionable' Data: IDC". eWEEK. Retrieved July 18, 2012.
  4. "Texas Chooses InterSystems for Statewide HIE". Healthcare Informatics. Retrieved April 3, 2013.
  5. "7 Big Data Solutions Try To Reshape Healthcare". Information Week. Retrieved January 3, 2013.
  6. "IDNS LOOKING BEYOND THE EMR TO BRIDGE CARE COORDINATION GAP". HIE Watch. Archived from the original on August 21, 2013. Retrieved May 22, 2012.
  7. "Midwest HIEs Transmitting Among States". Health Data Management. Retrieved January 22, 2013.
  8. "HealthShare Product Specifications". InterSystems. Retrieved August 14, 2013.
  9. "Statewide medical record system rolls out this fall". St. Louis Business Journal. Retrieved August 31, 2012.
  10. "Missouri Health Connection signs up first 5 for HIE". Healthcare IT News. Retrieved September 28, 2012.
  11. "State of Illinois Selects InterSystems HealthShare For Statewide Electronic Health Records". InterSystems. Retrieved January 3, 2012.
  12. "Illinois to roll out HIE Platform". Healthcare IT News. Retrieved January 6, 2012.
  13. "Texas, Rhode Island, Florida Move Forward on HIE Database". eWEEK. Retrieved September 21, 2011.
  14. "R.I. Spreads its HIE Wings". CMIO. Retrieved August 25, 2011.
  15. "NYeC Chooses InterSystems for HIE Software". Healthcare Informatics. Retrieved June 18, 2012.
  16. "Power in Numbers". Healthcare IT News. Retrieved July 10, 2012.
  17. "Healthcare Information Xchange Of New York (Hixny) Leverages InterSystems HealthShare To Increase Provider Adoption, Community Engagement". InterSystems. Retrieved March 4, 2013.
  18. "New York RHIOs and HIEs team up to create 'model for the rest of the nation'". Healthcare IT News. Retrieved June 7, 2012.
  19. "Beaumont Health System Uses InterSystems HealthShare to Gain Actionable Insights on Hospital-Acquired Infections and Improve Patient Safety". InterSystems. Retrieved March 4, 2013.
  20. "A change for exchange". Healthcare IT News. Retrieved July 10, 2012.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.