Search

Clear filter
Question
Vivek Nayak · Mar 8, 2022

Patient resource not added in FHIR repository.

Hi Paul, I am using below patient resource. As I mentioned got fhirResponse.Status=404 in below log.
Announcement
Anastasia Dyubaylo · Jan 8, 2025

[Video] Healthcare Use-Case: Patient Portal Messages

The study addresses the overwhelming volume of patient messages by using AI to help patients craft better initial messages.
Question
Oleksandr Kyrylov · Apr 1, 2022

##class(EnsLib.HL7.Schema).GetFieldNameFromNumber() Bug

I want to get field name in "PID" segment by field number in HL7 Message using following object script expession: set nl = $CHAR(10) set str = "MSH|^~\&|MIHIN PATIENT GEN|
Article
Vitaliy Serdtsev · Jun 29, 2017

SQL index for array property elements

Let’s take a look at a simple example:Class User.eav Extends %Persistent { Index idx1 On attributes(ELEMENTS) [ Data = entity ]; Index idx2 On (attributes(KEYS), attributes(ELEMENTS
Question
Uri Shmueli · Aug 10, 2017

Custom Index for Not Null Values Only

Adding an index doesn't built it for existing data. Only data added after the index is created is indexed automatically. You need to rebuild the index: w ##class(Package.Class).
Question
sween · Dec 10, 2018

Multiple Claims and Removal of a Claim by Index

before it by using:Set tNumClaims = pTargetDocument.GetValueAt("loop2000A(*)")so I really don't think its the schema.Can anybody give me some advice on how I remove a single claim by index
Question
Güvenal · Nov 10, 2021

SQL Search index on JSON objects.

Indexing a JSON ObjectYou can create an iFind index for text stored in a JSON object.
Question
Yuri Marx · Sep 5, 2021

Rebuild table index using ObjectScript

%BuildIndices($lb("indexName1", "indexName2")) BUILD INDEX (via SQL) %BuildIndicesXXX()
Question
Yone Moreno Jiménez · Aug 5, 2025

Validate Global Indexes and Rebuild them

%BuildIndices($LB("TimeLogged")) You can also rebuild indices using SQL from 2021 version Rebuild all indices BUILD INDEX FOR TABLE Ens_Util.Log Rebuild a specific index BUILD INDEX
Question
Keshav Iyer · Apr 11, 2022

Is it possible to add an index to a %SerialObject property?

I want to add an index to a property of the %SerialObject class. Is this possible? Yes.
Question
Tim Casey · Nov 3, 2017

Anyone have a DTL that will de-identify HL7 patient demographics?

I thought there used to be some code in the manuals to do this couldn't find it in my latest release manuals. In other words, turn prod data into test data. Searching on "anonymization
Question
Shashvati Dash · Jun 25, 2025

Difference between Index ZipIDX On ZipCode [ Data = (City,State) ]; and Index ZipIDX On (City,State)

Whats the significance of creating an Index with Data Keyword in Index Creating an index with the `Data` keyword specifies a list of properties whose values are stored within the index
Question
Devin Gilmore · Sep 16, 2020

Create Custom DTL to List multiple Patients

Hello Developers, I am pretty new to developing using HealthShare, I am working on a project and need to create a custom DTL that will List multiple patients.
Question
Ahmad Bukhtiar · Nov 12, 2020

is there a command to delete patient from Edge Production

So everytime we have to generate differnet patient data or change MRNs etc.