Search

Clear filter
Question
Nigel Salm · Dec 3, 2019

Extending the FHIR Resource Model and adding those extensions to SDA3 so that I can create FHIR->SDA3 and SDA3 - FHIR DTL's

I need to add some extensions to the HS.FHIR.vSTU3,Model.Resource.Patient class and then use those extensions to convert incoming FHIR JSON to the FHIR Patient Resource
Question
Ahmad Bukhtiar · Jan 26, 2021

Facility Registry in HealthShare - What is best practice

Hi we are implementing HIE and wan to get expert opinion on facility registry setup. Below are some example and which method we should adapt. 3 EMRs sending u patient data (ADT
Announcement
Pete Greskoff · Feb 11, 2021

Alert: Incomplete Query Results with ‘ORDER BY <row ID field> DESC

patient proxies and possibly customer-built custom queries. For more details on how this defect affects HealthShare, please see Advisory: Incomplete Query Results with ‘ORDER BY <row
Article
Lucas Enard · May 13, 2022

A simple example of a Fhir client in java

create a Patient using Fhir.Model and we fill it with a HumanName, following the FHIR convention, `use` and `family` are string and `given` is a list of string. The same way
Question
Nicky Zhu · Feb 12, 2023

How to optimize slow count distinct SQL

), DISEASE_CODE INTEGER, DISEASE_NAME VARCHAR(64), LastChangedTime TIMESTAMP, LastCreateTime TIMESTAMP, GROUPORG VARCHAR(50) ); CREATE INDEX
Question
Pavan Akunuri · May 21, 2018

Integration With SnapLogic

sandbox available for FHIR to download and access the data. Thanks Hi Pavan,A slight change to the comment above:The InterSystems FHIR Sandbox uses a shared synthetic patient
Article
Lucas Enard · May 13, 2022

A simple example of a Fhir client in c

of direct exchange with our server. ## 5.2. Part 2 In this part we create a Patient using Fhir.Model and we fill it with a HumanName, following the FHIR convention, `use` and `family
Article
Evgeny Shvarov · Feb 19, 2022

Creating Class With a Certain Global Name For Data Storage

;/IdLocation> <Index name="DDLBEIndex"> <Location>^Sample.Person.2</Location> </Index> <Index name="IDKEY"> <Location>
Question
Ashok S · Nov 30, 2016

Accessing Deepsee plugin in MDX

in samples namespace (patient cube). I got the same error. Below is my sample MDX from patients cube. SELECT NON EMPTY %KPI("PluginDemo","HighScoreCount",,"%CONTEXT") ON 1
Article
Lydia Huang · Mar 14, 2016

Example of using the MDX subquery flag in the DeepSee Shell

,[AgeD].[H1].[Age Bucket].Members),2000) ON 1 FROM [PATIENTS] %FILTER [GenD].[H1].[Gender].&[Female] --> %Prepare: PATIENTS: 2016-02-11 15:31:50 --> %ExecuteParameters
Article
Iryna Mykhailova · Dec 8, 2022

Types of HL7 ADT message and an example of ADT^A04

and an example of its structure. I'm talking about ADT. HL7 ADT messages (Admit, Discharge, Transfer) are used to communicate basic patient information, visit information and patient
Article
Muhammad Waseem · May 28

From Legacy to FHIR: Bridging Healthcare Data with IRIS-FHIR-Bridge

into FHIR resources using InterSystems' native FHIR object model. Currently supported FHIR resources: Patient Encounter Observation Practitioner Organization
Article
Developer Community Admin · Oct 21, 2015

Strategic Interoperability in Germany Spain and the UK: The Clinical and Business Imperative for Healthcare Organisations

from a complete patient record to deliver safe, high-quality care. Today’s model, with its silos of care and multiple unconnected records, is no longer suitable: systems
Article
Michael Braam · Feb 20, 2017

Making encrypted datafields SQL-searchable

OverviewEncryption of sensitive data becomes more and more important for applications. For example patient names, SSN, address-data or credit card-numbers etc..Cache supports
Question
Timothy Leavitt · Nov 9, 2021

SQL update with %IGNOREINDEX

I'm in a tricky situation where a new required property is being added to a class, along with an index on it. The existing data has nulls, so the index build fails. I can't run