Search

Clear filter
Announcement
Irène Mykhailova · May 13

FHIR France Meetup #13

.: Presentations and discussions: "How do the FHIR APIs of the ANS Multi-Terminology Server (SMT) help manage Europe's terminological artifacts?"
Announcement
Anthony Jackson · Jun 3

InterSystems HealthShare developer interoperability Developer/Lead

Develop and maintain data mappings and transformations to ensure accurate data exchange between systems, leveraging IRIS API’s, HL7, FHIR, and other healthcare data standards.
Article
Shanshan Yu · Jan 31, 2024

Quick verification/generation of FHIR messages

So, through fhir server of IntereSystems’fhirserver API, I created this application for quickly generating/validating FHIR messages. 2、Usage process 1.
Question
Elisha Gould · Nov 7, 2024

how to get notification that a web client has disconnected when using EnsLib.SOAP.Service/EnsLib.REST.Service

I'm aware that an API manager may help with this situation, but need a stopgap measure.
Question
Flávio Lúcio Naves Júnior · Nov 17, 2019

Call a Procedure with PHP

I don't see Classmethod API call there but there is 'xecute' command, so you can call the procedure.
Question
Eduard Lebedyuk · Jun 18, 2018

Using iKnow metadata to get aggregate metadata values

Hi Eduard,for this sort of querying (and many other uses outside straight API calls), you can use the SQL projections generated for your domain, as documented in %iKnow.Tables.Utils
Announcement
Jeff Fried · Jun 10, 2019

InterSystems IRIS 2019.2 released

It has many new capabilities including:Addition of the IRIS Native API for Python and Node.js and relational access for Node.jsSimplified sharding architecture and flexible sharded
Question
Murillo Braga · May 14, 2019

Deployment process - File deletion scenario

Thanks Hi MurilloWhile no UI exists to create a deployment file to specify host items to remove it is possible to use the APIs to create such a deployment file - see the last example
Question
Vivek Nayak · Aug 8, 2019

How to debug Rest service ClassMethod on postman call

colleague @Sourabh.Sethi created a pretty great video on this subject yesterday which may also help: https://community.intersystems.com/post/new-coding-talk-informative-and-fast-web-api-objectscript-and-ensemblehealthshare
Question
Jean-Charles Cano · Dec 7, 2023

Python version compatible

Thanks in advance Regards If you're using Python with IRIS through the traditional client/server model - such as DB-API driver or the NativeAPI, you can update from the minimum Python
Question
Ashok Kumar T · Dec 17, 2023

Remove the validation part in the disp class on spec-first approach by default

I've added the resource with path parameter as integer in swagger 2.0 open API.
Article
Muhammad Waseem · Jun 4, 2022

Creating Patient and Patient Observations by using iris-fhir-client application

tabulate from fhirpy.base.searchset import Raw import requests def CreatePatient(givenName,familyName,birthDate,gender,url,api_key): headers = {"Content-Type":contentType,"x-api-key
Announcement
Evgeny Shvarov · Nov 15, 2021

Technology Bonuses for InterSystems Security Contest 2021

The backend can be e.g. a REST-API web application.
Announcement
Anastasia Dyubaylo · Oct 10, 2022

InterSystems IRIS for Health Contest: FHIR for Women's Health

on Open Exchange HL7 applications on Open Exchange ✓ Online courses: FHIR Integrations HL7 Integrations Learn FHIR for Software Developers Exploring FHIR Resource APIs Using
Question
Stephen Wilson · Aug 13, 2019

Adding custom claims to in OAuth 2.0?

A web application consuming this REST API can then process this unauthorized status and return them to the login screen.