Search

Clear filter
Article
José Pereira · Nov 29, 2022

IS technologies supporting the Pregnancy Symptoms Tracker app

/services/csp/docbook/DocBook.UI.Page.cls?KEY=PAGE_fas). Patients and doctors are linked together using regular relational tables, referring to IDs of [Patient](https
Question
Paul Riker · Aug 9, 2021

Custom SAML Attributes

How do you determine what namespace to use for your custom SAML attributes? We want to receive patient context (first name, last name, dob, gender, etc.) OASIS has resource-id
Announcement
Anastasia Dyubaylo · Jun 26, 2020

New Video: IntegratedML - Predicting Readmissions

, a set of patient data is used to predict readmissions. To learn more about IntegratedML, check out the IntegratedML Resource Guide. Stay tuned! 👍🏼
Announcement
Mike Morrissey · Mar 7, 2018

InterSystems Launches FHIR® Sandbox at HIMSS18

The InterSystems FHIR® Sandbox is a virtual testing environment that combines HealthShare technology with synthetic patient data and open source and commercial SMART on FHIR apps
Question
Scott Roth · Jul 2

Building Query String for FHIR Request

the following... I was wondering.... if my source had variable number of fields if there was a way to automate the build for the QueryString when doing a Patient Search? I am trying
Question
Lucas Macori · May 7, 2021

Separate list results of persistent classes from SQL

Property numDossiersMER As list Of %Integer; Index titreIdx On (numTitre, millesime, codeProduit) [ PrimaryKey ]; /// Old index Index numDossierMERIdx On numDossierMER
Question
ED Coder · Jul 16, 2019

How to separate OBX segments based

segments based on a '.'I would like to separate the segment where the . [marked in red] is into another OBX segment. So the next segment would be:OBX|2|TX|R^REPORT^L|1|Patient had lumbar
Article
Sergey Kamenev · May 28, 2020

Entity-attribute-value model in relational databases. Should globals be emulated on tables? Part 2

store the directory structure. In the second global, ^good, we’ll store goods. And in the global ^index, we’ll store indexes. Since our properties are tied to a hierarchical
Article
Dmitry Maslennikov · Sep 18, 2023

Vectors support, well almost

(embedding) values ('[4,5,6]'); Similarity functions, there are different algorithms for similarity, suitable for a simple search on a small amount of data, without using indexes
Question
Henrique Dias · Dec 16, 2020

Fact Table 1 x SQL Select 100k

As %TimeStamp; Property estimatedDelivery As %TimeStamp; Index OrderStatusIndex On orderStatus; Index customerIndex On customerID; Index purchaseIndex On purchaseTimeStamp
Question
Sergey Pavlov · Jul 3, 2019

Is Indices rebuild should be journaled

class Class tmp.A As %Persistent; Index IP1 On P1; Property P1 As %String; for example there is one object which have P1 = 1, so ^tmp.AI("IP1",1,1) = "" If I
Article
Benjamin De Boe · Nov 9, 2015

iFind Search Portal

etc and just works off any table you point it to that has an iFind index by appending ?t=MyPackage.TableName to the URL.See also https://github.com/bdeboe/isc-iknow-ifindportal
Article
HMI Corporation · Jan 27, 2021

Medical Coding with Artificial Intelligence: The New Frontier of Medical Coding

. AI could aid computer-based medical coding systems, identifying errors, enhancing patient care, and optimizing revenue cycles, among other benefits.Today, we’re highlighting some
Announcement
Anastasia Dyubaylo · Jun 4, 2020

New Video: InterSystems Health Connect – New and Next

talk about recent and upcoming advances for InterSystems HealthShare Health Connect. Takeaway: Health Connect lets me easily connect to all patient information sources. Presenter
Question
Jeferson Amorim · Aug 17, 2018

Call javaScript used by Zen Component Page / Zen Page from a external javascript

I have edited the Clinical Viewer portal. I made a new timeline with Patient Encounters. Did this using a external javascript outside Zen Component used for current chartbook.So