#InterSystems IntelliCare

0 Followers · 5 Posts

InterSystems IntelliCare is an advanced, unified electronic health record (EHR) and healthcare information system with integral AI. Built on proven solutions — InterSystems TrakCare® and InterSystems IRIS® for Health — this next-generation health information system takes full advantage of InterSystems EHR and data management experience. It enables healthcare delivery organizations of any size to break down interoperability barriers, improve information flows, and boost clinical and business outcomes. Learn more.

InterSystems staff + admins Hide everywhere
Hidden post for admin
Announcement Celeste Canzano · Nov 10

Hello InterSystems EHR community, 

InterSystems Certification is currently developing a certification exam for InterSystems EHR integration specialists, and if you match the exam candidate description below, we would like you to beta test the exam! The exam will be available for beta testing starting November 10, 2025. 

Please note, completion of the TrakCare Healthcare Messaging Framework (HMF) course is required for non-InterSystems employees to be eligible to take the beta. Please see Required Training under Exam Details below for more information about eligibility.
0
0 0
Question Rutvik ISM · Aug 19

I would like to learn about the binary and document reference FHIR Resources. For the PDF data stored in those resources. But I think Binary Resource for the Document PDF stored in FHIR, so this resource is best for it. So sometimes Large PDF 15-page (~35md) data converts into base64 then data length is ~50 lac charecters length of base64binary data. this data store in Binary Resource on data field https://www.hl7.org/fhir/R4/binary.html follow this url this resource used in my case. so it's support the 50 lac charecter of the base64 length? This resource can be Insert into IRIS?

0
0 0
Question Rutvik ISM · Aug 21

I try the Large data Save in FHIR server in Binary Resource but it's failed 

Methed: Post , URL: fhirservers/fhir/r4/Binary 

I hit the API but the record not save and same API but base64 data length is 3 lac than it's save without faile.

I pass data on this formet

{

  "resourceType" : "Binary",

  // from Resource: id, meta, implicitRules, and language

  "contentType" : "<code>", // R!  MimeType of the binary content

  "securityContext" : { Reference(Any) }, // Identifies another resource to use as proxy when enforcing access control

  "data" : "<base64Binary>" // The actual content

}

0
0 0
Announcement Celeste Canzano · Jun 27

Hello InterSystems EHR community,

InterSystems Certification is currently developing a certification exam for InterSystems EHR Reports specialists, and if you match the exam candidate description given below, we would like you to beta test the exam! The exam will be available for beta testing starting June 30, 2025.

0
0 0
Question Toni Crooz · Jul 27

Hi all,

I’m working on a data transformation in IRIS where I need to calculate the difference in hours between two timestamps stored as %TimeStamp.

Example:

Set startTime = "2024-07-12 08:30:00"
Set endTime = "2024-07-12 15:15:00"

I’d like to calculate the number of hours (with decimals, like 6.75) between them. What's the recommended way to do this in ObjectScript? I’ve seen examples using $ZDATETIME, but I’m not sure if that’s the cleanest approach.

Any suggestions or best practices would be appreciated!

Thanks,
Jhonn Marie

0
0 0