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 20
0 668

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,641

    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,570
    Question
    Tom M · 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 1,977
    Question
    Paul Hula · 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 887

    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 106

    Hey Community,

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

    Let us invite you all to @Ron Sweeney'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: @Ron Sweeney, Full Stack Architect at Integration Required

    3 8
    0 566

    The InterSystems Iris Fhirserver running on a Raspberry Pi Raspberry running as a FHIRserver

    Raspberry running as FHIRserver

    About a year ago I wrote some articles about the installation of the HAPI FHIRserver on a Raspberry Pi. At that time, I only knew the basics of the FHIR standard, little about the technology behind FHIR-servers and not much more about the Raspberry. By trying, failing, giving up and trying again I learned a lot.

    13 7
    4 645

    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 1,737

    Hi Community!

    We'd like to invite you to join our next contest to share your FHIR knowledge:

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

    Submit an application that uses InterSystems FHIR or InterSystems Healthcare Interoperability!

      Duration: November 14 - December 4, 2022

      Prizes: $13,500!

      >> Submit your application here <<

      7 7
      0 3,079

      Hi,

      I am trying to configure OAuth2 server to connect to Cerner Auth server to get FHIR API access token but I am getting the error "Discovery response not valid".

      I can get the access token back okay from Cerner endpoint used in the OAuth configuration below via Postman and Manually sending the request via HTTP Operation from HealthShare, so the URLs I am using looks correct but the OAuth configuration is not working.

      0 6
      0 134

      Hey Developers!

      This week is a voting week for the InterSystems IRIS for Health FHIR Contest!

      So, it's time to give your vote to the best FHIR solutions built with InterSystems IRIS for Health.

      🔥 You decide: VOTING IS HERE 🔥

      How to vote? This is easy: you will have one vote, and your vote goes either in Experts Nomination or in Community Nomination.

      4 6
      0 307

      Hello Developers!

      Have you ever had to convert HL7v2 messages to FHIR (Fast Healthcare Interoperability Resources) and found the process complicated and confusing? InterSystems is rolling out a new cloud based SaaS offering called InterSystems FHIR Transformation Service, which makes the process easy. We are excited to announce an Early Access Preview Program for our new offering, and we would love to have you kick the tires and let us know what you think! All you need is a free AWS account, with an S3 bucket to drop in your HL7v2 messages, and another S3 bucket to get your FHIR output.

      25 5
      0 688
      Article
      Henrique Dias · Aug 22, 2020 2m read
      My experience working with FHIR

      Hi Community,

      I want to share my experience creating the iris-fhir-portal with FHIR.

      I decided to take a step forward and join the IRIS for Health FHIR contest, but I had never worked with FHIR before.

      After the FHIR Contest Kick-Off Webinar, where we got an overview of how the IRIS for Health works with FHIR, I started to looking at the FHIR documentation to create my Patient Chart project.

      3 5
      1 705

      Hi guys.

      Recently, I get interest in FHIR in order to run for the IRIS for Health FHIR
      contest
      . As a beginner on this topic, I've heard somewhat about it, but I didn't know how complex and powerful was FHIR. As pointed out by @Henrique Dias here, you can model several aspects of the patient history and other related entities.

      4 5
      0 269

      Hi folks!

      Researching FHIR bundle transactions.

      The idea is that you can post a bundle to a FHIR server with a set of resources. And you can send it as a transaction, so only all the resources will be published or neither.

      E.g. I send a bundle of two resources: patient and its observation.

      The observation resource should reference an existing patient. But it probably doesn't exist yet on the server and goes within the same bundle.

      For this purpose there is a way to have a temporary id in the bundle, to let resources reference ids.

      0 5
      0 49

      Is there any good documentation/tutorials on creating gateways in both directions between FHIR and Hl7v2 (for Health Connect)?

      the scenarios I'm most interested in

      1. Client application sends a FHIR demographic query to Health Connect - and the interface has to convert this to Hl7v2 QBP^Q11 message to the PAS.

      2. Health connect sends a PDF document (from a file or HL7v2 interface) to an EPR over FHIR.

      Thanks

      Stephen

      UPDATE

      0 5
      1 971

      Hi Developers!

      InterSystems FHIR contest has been started and in this post, I want to introduce several topics you may find interesting and use to build FHIR applications with InterSystems IRIS for Health.

      Amongst them are:

      • a frontend mobile or web app for FHIR server FHIR REST API or SQL;
      • Backend apps to perform complex queries and maintain rules;
      • work with different HL7 data standards.

      See the details below.

      2 5
      0 192