Search

Clear filter
Question
Chip Gore · May 26, 2017

Can someone please explain what a Proxy user in HealthShare can and can not do

then defined a relationship of "Primary" with 4 test patients. When I login as UserA and go to his Clinician Portal, if I click on Relationships and choose Primary from the drop-down, I
Question
Derrek Kegler · Mar 29, 2017

Dollar Ranges

How to setup dollar ranges to get the number of patient accounts. So, I want to capture the number of patient accounts based on the original balance of: 0 to 499 500 to 999
Article
Luis Angel Pérez Ramos · Oct 25, 2023

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

like this: http://localhost:52774/Adapter/r4/Patient 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. In our
Article
Daryl Flaming · Jan 31

Implement a REST Dispatch Class with optional number of arguments to multiple endpoints

://www.intersystems.com/urlmap" ] { <Routes> <Route Url="/Patient" Method="GET" Call="GetPatient" Cors="true"/> <!-- 0 parameters, returns an error -->
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
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
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
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
Julian Matthews · Feb 7, 2018

Message viewer search not bringing back results that do exist

I seem to be getting some odd behavior from Ensemble when searching using the extended Criteria options (VDoc Segment Field).I'm searching for a specific range of test patients
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
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
Jane Yan · Sep 19, 2022

We are Longevica, a digital senior healthcare ecosystem

is not number one. Still, top-3 problems, along with falls and lack of patient-HCP communication and responsible for 25 hospitalizations and direct $300B cost every year, could
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
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
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