Search

Clear filter
Question
Jeffrey Semmens · Mar 3, 2016

Load balancing multiple Ensemble operations to handle bulk load of data

Unfortunately all of this work takes time and the first thing that happens in the web service is a lock taken out on the Patien in SQL Server.
Question
Jonathan Harris · Jul 7, 2022

Delete first part of HL7 field up to first "(" character

$EXTRACT(input,$FIND(input,"(")-1,*) $EXTRACT(string,index1,index2) creates a substring out of the initial string from index1 to index2.
Question
Blake Beeman · Jul 9, 2018

Clinical Viewer/TrakCare - Encounter Timeline Graph

Instead of the timeline auto-expanding, I would simply like for it to be collapsed when opening up a patient's record. Fantastic. It worked.
Announcement
Bill McCormick · Mar 3, 2016

Compatibility Blog Post - Zen Reports Direct Printing and Windows 10

Maybe I just need to be more patient... Hi John - Apologies. Our WordPress site is having difficulty. The index shows the text but no individual posts appear.
Announcement
Anastasia Dyubaylo · Jul 10, 2020

New Video: Reducing Readmissions with Machine Learning

YouTube: ⏯ Reducing Readmissions with Machine Learning In this video, we will demonstrate using InterSystems IRIS for Health for notification and analytics to identify patients
Article
Ramil TK · Jul 29, 2022

Concept of Using Python to Detect Human Faces and Emotions

Anyway, in the Hospital Information system, every patient's at least 1 photo is available, using that photo we can identify the patient, then once the patient reached the hospital using
Question
Michael Fortunato · Oct 25, 2022

Is there a way to prevent building indices when inserting records via `%Save()`

the index related to %Save() is no "build" but just setting a value to the index global. setting an index is mostly less load than saving an object.
Announcement
Mike Morrissey · Dec 22, 2020

December 22, 2020 - Alert: HS2020-09: Multiple HealthShare Alerts

Versions Affected Risk Category & Score HS2020-09-01: Internal Web Traffic between Productions in a Federation may be Insecure or Blocked Unified Care Record 2020.2Patient Index
Article
Kristina Lauer · Dec 20, 2024

Get certified in InterSystems technology

Index implementers: HealthShare Patient Index Technical Specialist Reach out to certification@intersystems.com or visit the InterSystems Certification website for more information
Question
Steven LeBlanc · Jul 6, 2016

Any examples of DTL where create='existing'?

create a new patient.
Question
Victor Castanon · Jul 9

Why isn't my SearchTable Generating Anything When I Run BuildTable

It's not going to index messages that don't have those assigned in the message object's properties.
Article
Luis Angel Pérez Ramos · May 16, 2024

Installation and adaptation of EMPI in Standalone mode - Notifying registrations and linkages to external systems

Reviewing the different articles that I have published, I realized that I needed to explain a very practical functionality within our EMPI (Enterprise Master Patient Index) and it is
Article
Zacchaeus Chok · Nov 28, 2023

InterLang: Technical Implementation of Streamlit Chatbot and LangChain FHIR Tool

@Tool("Fetches a FHIR Patient resource using a GET request by ID") Patient getPatientById(String patientId) { return client.read() .resource(Patient.class
Announcement
Mike Morrissey · Mar 1, 2022

Alert: HS2022-01: Multiple IRIS for Health & HealthShare Alerts

Index All versions of: Patient Index (through 2021.2) Security If you have any questions regarding this advisory, please contact support@intersystems.com, and reference
Article
Luis Angel Pérez Ramos · Oct 25, 2023

Using FHIR Adapter to offer FHIR services on legacy systems - Posting a Resource

Since what we want is to record a new patient, we must make a POST call with our patient's data in the body of the call.