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 997

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.7K

    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 568

    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.6K

    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.4K
    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.1K

    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 279
    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 1K

    I have received 2 errors while publishing Patient data to repository. Message viewer displays like below and the Application log found bold content.

    Could you please help me on this to resolve the errors.

    An error occurred with the web application.
    It has been logged to system error log (System Operation>System Logs>Application Error Log).

    "<METHOD DOES NOT EXIST>OnPage+42^EnsPortal.MessageContents.1 *%Id,HS.FHIRServer.API.Data.Request : CSP Error"

    0 8
    0 296

    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 190

    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

    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 672
    Question
    · Oct 17, 2023
    FHIR Profile Validation Issues

    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 139

    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 821

    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 2K

    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.3K

      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 339