Search

Clear filter
Announcement
Janine Perkins · May 31, 2016

Featured InterSystems Online Course: HealthShare Information Exchange Basics*

Learn the basics about HealthShare Information Exchange, the architecture and common ways it is used.Find out how to perform a patient search, identify the main parts of HealthShare
Article
Alberto Fuentes · Feb 19, 2016

Object Generators: a homemade RuleEngine

set p = ##class(Patient).
Question
Nicky Zhu · Jul 1, 2018

How to add Chained parameters on search operation to FHIRServer?

For instance, given that the resource DiagnosticReport has a search parameter named subject, which is usually a reference to a Patient resource, and the Patient resource includes a
Article
José Pereira · Nov 29, 2022

IS technologies supporting the Pregnancy Symptoms Tracker app

Patients and doctors are linked together using regular relational tables, referring to IDs of [Patient](https://build.fhir.org/patient.html) and [Practitioner](https://www.hl7.org/fhir
Article
Kyle Baxter · Feb 2, 2016

Creating an IDKEY with a chosen name

are used to build the IdKey index.
Article
sween · Sep 19, 2024

eBPF - Cilium on FHIR® - A Star Wars Story

Json: Patient|09/19/2024 10:48:20.833454AM" ...
Article
Dmitry Maslennikov · Jun 5, 2021

Google Data Studio Connector to FHIRaaS

Resource field can be selected from the list, and at the moment only Patient, Practitioner and Encounter is available. Resource Id is optional and works only for Patient.
Question
Prasanth Annamreddy · Nov 20, 2023

Error on FHIR resource publish through Process to FHIR repository

I have received 2 errors while publishing Patient data to repository. Message viewer displays like below and the Application log found bold content.
Question
Vivek Nayak · Feb 8, 2022

Duplicate Resource added in FHIR Repository

to FHIR with no duplication of patient.
Question
Jessica Ting Wing Yuen · Oct 12, 2017

Send back RSP_K22 message in response to QBP_Q22

The workflow is the following:- User scans patient number with the monitor.- The monitor sends a QBP_Q22 message to request patient information- Ensemble (or TrakCare) sends back a
Article
Evgeny Shvarov · Jan 18, 2020

Installing Samples BI module with ObjectScript Package Manager

Complete Elapsed time: 0.009120s Source expression time: 0.000307s Defining term list Patients Pivots... Defining term list Patients RowSpecs...
Question
Paul Rick · Jan 14, 2018

Find last in a list of objects

Property Change As %TimeStamp;} and Class DC.listItem Extends (%Persistent){Property Title As %String;Property Changes As List Of Rick.ChangeItem ;/// where & how create the index
Question
José Pereira · Dec 11, 2022

Can't get a valid access token in FHIR Server with OAuth2

patient/*.read", "redirect_uri": "https://localhost:9090/index.html", "iss": "https://fhirauth.chmkcc9xgiqu.workload-prod-fhiraas.isccloud.io/oauth2" }); </script&
Question
Stephen Canzano · Apr 13, 2016

XMLExport and Validation

The similar way of looking at this is suppose in Patient there isProperty Gender As %String(VALUELIST=',M,F');if a Patient object is created and then the Gender property is set to XYZ
Question
Virat Sharma · Sep 5, 2021

how to optimize a SQL query using Query plan

Beginners see the query plan first and then create the index on items in WHERE clause.Experts mostly reverse the sequence.