Search

Clear filter
Question
isabella Barnes · Apr 24, 2024

SDA3 Container mapping with Diagnosis, Appointment, Procedure, Referral Patient resources

#Mapping@Jenna.Poindexter8571 @Ashok.Kumar @AndreClaude.Gendron @Saul.Bloom @Anthony.Filaski8100Folks, I need help mapping following JSON elements with HS.SDA3 Container. Could you
Question
Marcus West · Feb 3, 2022

How to remove trailing/empty iterations of patient address in PID:11

I'm required to do a transformation around patient physical addresses.
Question
Mike.W · Mar 15, 2023

How to convert a FHIR Patient resource in XML format into a Cache object

We are going to have basic patient demographic data coming in to Cache via a webservice.
Question
Dmitrij Vladimirov · Feb 1, 2023

Request to /MDX2JSON/PivotVariables/Patients?Namespace=IRISAPP show 404 error

> <HEAD> <TITLE>Not Found</TITLE> </HEAD> <BODY> <H1>Not Found</H1> The requested URL /MDX2JSON/PivotVariables/Patients
Question
Evgeny Shvarov · Feb 28, 2023

FHIR Transaction Bundles: how to properly form urn patient id?

I send a bundle of two resources: patient and its observation. The observation resource should reference an existing patient.
Article
Kate Lau · Oct 9

Writing a REST api service for exporting the generated patient data in .csv

csv_buffer = StringIO() df.to_csv(csv_buffer, index=False) csv_string = csv_buffer.getvalue() return csv_string } } 4.
Question
Bruno Soares · Oct 25, 2018

HealthShare Parameters Weights

Bruno ---Please see the HealthShare Patient Index Configuration Guide for information on Rules and parameters. Section 4.5 describes parameters and their weights.
Announcement
Robert Leff · Mar 3, 2022

March 1, 2022 – Multiple InterSystems IRIS for Health and HealthShare Advisories

Index Medications with a Blank “Start Date” may not Display in the Clinical Viewer
Article
Davi Massaru Teixeira Muta · Nov 26, 2023

Sending Kafka messages via JAVA PEX for processing quarantine exam prognoses.

(Long patientId) { log.info("getAnamenisis called with id " + patientId); Patient patient = Patient.findById(patientId); return patient; } @Tool
Article
Jean-Luc Delporte · Mar 27, 2017

How to use the “Zabbix SNMP Dynamic Index” to monitor Cache information.

following synthax: YourValue[“index”, cacheSysName, {$INDEX}].It means that, before sending the SNMP request, Zabbix will add to “YourValue” the index value returned by the search
Article
Kristina Lauer · Jan 14

Unified Care Record: A Comprehensive Onboarding Guide

🏥Does your team also work with InterSystems EMPI™ (formerly Patient Index) or HealthShare® Provider Directory?
Article
Muhammad Waseem · May 30, 2022

FHIR Client to connect any open FHIR Server by using embedded python

,Observations,Practitioners and Encounters count along with Patient and Registered Servers details Index page will display FHIR Server List with active server selected.
Article
Lucas Enard · May 13, 2022

A simple example of a Fhir client in python

patient : ",patient0) print() #Save (post) our patient0, it will create it in our server client.resource('Patient',**json.loads(patient0.json())).save() ``` After that, we