Hi,

I've successfully installed and configured the custom MESH API supplied by intersystems. I'm able to send HTML rendered documents directly to GP's using Kettering.xml.

Ideally, I'd like to be able to send PDF/RTF files rather than HTML. Is this possible and if so can I still use Kettering xml? I know FHIR is the preferred method of transmission but i've tried sending a test FHIR message through MESH to EMIS but it's not displaying so I'm not sure if EMIS is able to display FHIR formatted messages.

Thanks.

Anthony Breen

0 21
0 1.3K

Hi everyone!

The other day I was reflecting on the possibilities that FHIR brings us in the world of interoperability and electronic medical records and it gave me mixed feelings, let me explain, first a small introduction.

Introduction

As you well know, FHIR is based on parameterizing a series of concepts that it calls resources in JSON or XML format with the intention of covering the most common cases within the healthcare environment, relying on HTTP communications to cover CRUD and query functionalities.

5 15
1 766

Hey Community,

Please join the next InterSystems online programming competition:

🏆 InterSystems FHIR Accelerator Programming Contest 🏆

Submit an application that uses InterSystems FHIR-as-a-service on AWS or helps to develop solutions using InterSystems IRIS FHIR Accelerator.

    Duration: May 10 - June 06, 2021

    Total prize: $8,750

    👉 Landing page 👈

    6 15
    1 2.8K

    Working on implementation FHIR to my project, I found interesting project HAPI-FHIR, which could help me to quickly launch my FHIR api server with InterSystems Caché as a storage, because this projects uses Hibernate to connect to database, as an example they use DerbyDB. I tried to change settings to use InterSystems Caché, but unfortunately it does not work and throw some errors inside HIbernate. As I found in Caché documentation, I have not some many options, I just have to set Cache dialect, and set database url.

    2 13
    0 1.8K
    Question
    · Sep 5, 2017
    Create Patient via FHIR?

    Hi,

    I've been trying to create a patient using FHIR, but all I seem to get back is:

    {"resourceType":"OperationOutcome","issue":[{"severity":"error","code":"invalid","details":{"text":"FHIR create interaction invalid for this end point"},"diagnostics":"FHIR create interaction invalid for this end point"}]}

    I've tried a variety of requests and read operations work, but create doesn't seem to. Has anyone run into this? Any ideas? Thanks.

    0 10
    0 2.4K

    Hi Developers,

    We have exciting news! The new InterSystems online programming contest dedicated to all things health-related will start very soon!

    🏆 InterSystems FHIR and Digital Health Interoperability Contest 🏆

    Duration: January 15 - February 4, 2024

    Prize pool: $14,000

    10 10
    0 1.6K

    Hi folks!

    Examining FHIR profile validation with InterSystems FHIR server. FHIR profiles is a very useful feature of FHIR standard that helps an organization or solution to establish constraints to a very disperse FHIR standards that are relevant to a particular business solution. Learn more on FHIR profiles.

    I created a very simple FHIR profile with the following JSON:

    0 9
    0 708
    Question
    · Nov 2, 2016
    Healthshare FHIR Subscriptions

    Hello All,

    Having a recent project to create a FHIR repository, I want to know (as looking at the code) if HealthShare FHIR implementaton supports subscriptions?. I know it records the subscriptions ok, BUT does it handle sending the subscription out (based on the tags) to an endpoint (i.e. when a new FHIR request commits data that would trigger the subscription) ?, I'm 50% it doesn't, but would rather find out for sure before shoe horning something in.

    Regards

    1 9
    0 1.1K

    I'm working on FHIR project and using this code to convert an incoming request to FHIR

    Method OnRequest(request As HS.FHIRServer.Interop.Request, Output response As HS.FHIRServer.Interop.Response) As %Status

    {

    #dim tSC As %Status = $$$OK

    Try {

    // Process incoming request

    set stream = ##class(HS.SDA3.QuickStream).%OpenId(request.QuickStreamId)

    set bundle = ##class(HS.FHIR.DTL.vR4.Model.Resource.Bundle).FromJSON(stream,"vR4")

    1 9
    0 102

    Hi community,

    I am looking for an implementation strategy to create/update organizations in a local ISC based FHIR server. Thoase organizations do have a certain dependancy to one another. For Organization resources the "partOf" property symbolizes that. It is planned, that a Interoperability Production (supporting FHIR Server) receives a bundle which contains a batch export of all organizations of a customer (Hospital). The task is to bring those data into the FHIR server create and/or update organization.

    0 9
    1 422

    Hello Community,

    I'm a beginner and currently working on a project to convert CCDA files to FHIR using InterSystems IRIS. I have developed a web form to upload CCDA files, and I'm attempting to convert the uploaded CCDA files to FHIR. However, I am encountering an issue where the conversion process results in an empty entry.
    Here's the Output it displays on HTML page:

    0 9
    0 152

    In article

    https://community.intersystems.com/print/518106

    Traceback (most recent call last):
    File "c:\Users\rochesterd\PythonScripts\fhir_stuff\fhir-client-python-main\fhir-client-python-main\src\client.py", line 57, in <module>
    patient0 = Patient.parse_obj(patients_resources.search(
    AttributeError: 'NoneType' object has no attribute 'serialize'

    0 8
    0 294

    Hey Community,

    We're excited to announce that Community webinars are back!

    Let us invite you all to @sween's webinar on Scaling InterSystems FHIR Server on Amazon Web Services with ECP.

    Join this webinar to make a technical deep dive, see a demonstration, and benchmark horizontal scaling InterSystems FHIR Server on Amazon Web Services with Enterprise Cache Protocol (ECP).

    Date & Time: Thursday, August 18, 8 AM ET | 2:00 PM CEST
    👨‍🏫 Speaker: @sween, Full Stack Architect at Integration Required

    https://www.youtube.com/embed/DBGvt0jd4yI
    [This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]

    3 8
    0 771

    Hello Community,

    I've created my FHIR patient profile and POST into FHIR endpoint in Intersystems FHIR Server.

    http:localhost:52773/fhirr4/StructureDefinition

    I use the profile url into my Patient resource without the meet the profile requirements.

    http:localhost:52773/fhirr4/Paient

    The resource is stored successfully in the FHIR Server instead of a FHIR exception.

    Why the resource doesn't validate with the mentioned profile?

    0 8
    0 260

    Hi,

    We have a PAS that accepts HL7v2 QBP^Q21 requests, and returns patient details in an RSP^K21.

    We have a clinical system that wants to sent an http GET request of the form http://server/getpatientbyid?pid=M1234567

    So I think I need to convert the query url into a QBP^Q21 (HL7) message, then take the response in HL7v2, convert to SDA, convert to FHIR, and put that in the response to the original GET.

    Does anyone have any experience doing this? is there an approach you would recomend?

    0 7
    0 2.2K