With all the work you are doing for FHIR, if we are building or receiving a message in JSON, is there or will you be providing some way that we can validate the message against a JSON schema?
Announcement
Collapse
No announcement yet.
Updated: FHIR: Request for Feedback
Collapse
This is a sticky topic.
X
X
-
Hi all
I would like to use FHIR. I did download the Example - FHIR Listener (3.5.0).xml, but got this message when importing the channel :
"channel "FHIR listener" is invalid. Your mirth connect installation is missing required connectors for this channel : FHIR listener".
My MIRTH version is 3.5.0.8232
Can you help me on this? Is there a place to download the FHIR connector?
thanks in advance
Véro
Comment
-
-
Originally posted by riven974 View PostHi all
I would like to use FHIR. I did download the Example - FHIR Listener (3.5.0).xml, but got this message when importing the channel :
"channel "FHIR listener" is invalid. Your mirth connect installation is missing required connectors for this channel : FHIR listener".
My MIRTH version is 3.5.0.8232
Can you help me on this? Is there a place to download the FHIR connector?
thanks in advance
VéroStep 1: JAVA CACHE...DID YOU CLEAR ...wait, ding dong the witch is dead?
Nicholas Rupley
Work: 949-237-6069
Always include what Mirth Connect version you're working with. Also include (if applicable) the code you're using and full stacktraces for errors (use CODE tags). Posting your entire channel is helpful as well; make sure to scrub any PHI/passwords first.
- How do I foo?
- You just bar.
Comment
-
-
Originally posted by narupley View PostIt won't be for the appliance only, it'll be a separate extension that will be able to be used with standalone Mirth Connect instances as well!
Comment
-
-
Originally posted by jonathanlent View PostSo, are we looking at it becoming a standard connector type in 3.6+ for the OSS distribution or will it be a plugin available to commercial-support customers only?Step 1: JAVA CACHE...DID YOU CLEAR ...wait, ding dong the witch is dead?
Nicholas Rupley
Work: 949-237-6069
Always include what Mirth Connect version you're working with. Also include (if applicable) the code you're using and full stacktraces for errors (use CODE tags). Posting your entire channel is helpful as well; make sure to scrub any PHI/passwords first.
- How do I foo?
- You just bar.
Comment
-
-
Support for R4
Originally posted by longngo View PostI would like to ask when it support for R4?
Thanks
Comment
-
-
Does anyone have a solid example of how to update http://localhost:9001/r4/metadata Resource Search Parameters? I have successfully added search parameters to the "search" destinations and have tested using each new search for different resources, however I cannot figure out how/where to update this part of the Compatability Statement.
I have read the http://www.mirthcorp.com/community/w...rce+Narratives (NOTE: The link is broken to the HAPI Generation URL) and the corresponding HAPI site via google search to new URL (https://hapifhir.io/hapi-fhir/docs/m...eneration.html). I just do not get how to update:- Patient
- identifier
- Definition: http://hl7.org/fhir/SearchParameter/patient-identifier
- Type: TOKEN
- Description: A patient identifier
- name
- Definition: http://hl7.org/fhir/SearchParameter/Patient-name
- Type: STRING
- Description: Case insensitive and partial-value searching
- family
- Definition: http://hl7.org/fhir/SearchParameter/Patient-family
- Type: STRING
- Description: Case insensitive and partial-value searching
- given
- Definition: http://hl7.org/fhir/SearchParameter/Patient-given
- Type: STRING
- Description: Case insensitive and partial-value searching
- identifier
- Patient
- identifier
- Definition: http://hl7.org/fhir/SearchParameter/patient-identifier
- Type: TOKEN
- Description: A patient identifier
- name
- Definition: http://hl7.org/fhir/SearchParameter/Patient-name
- Type: STRING
- Description: Case insensitive and partial-value searching
- family
- Definition: http://hl7.org/fhir/SearchParameter/Patient-family
- Type: STRING
- Description: Case insensitive and partial-value searching
- given
- Definition: http://hl7.org/fhir/SearchParameter/Patient-given
- Type: STRING
- Description: Case insensitive and partial-value searching
- identifier
- gender
- Definition: http://hl7.org/fhir/SearchParameter/Patient-gender
- Type: STRING
- Description: Case insensitive and partial-value searching
- birthdate
- Definition: http://hl7.org/fhir/SearchParameter/Patient-gender
- Type: STRING
- Description: format yyyy-mm-dd
Comment
- Patient
-
CapabilityStatementTemplate.jpg
Ok So I seriously missed the bus on this one, but for anyone else that gets lost in looking for a back end XML or HTML to edit, our wonderful dev team at Mirth has truly silver spooned it to us.... simply click on the field in the picture above and is an easy to edit XML.... Sorry for the waste of time for anyone who may have looked at my previous post...
-
👍 1
Comment
-
-
I do believe I did in fact find a valid issue however... I have created the following channel that for testing purposes just searches PT last name and first name from my local FHIR server (attempted to upload channel but it was too large with the associated libraries, picture of the destinations attached), Which does in fact query/GET the right testing FHIR resource and does get the proper resource ID from parsing the response, however even though the "update/PUT" command was sent as seen in the second Db picture, the resource is duplicated vs. being updated. Is there something I am missing here?
Comment
-
Comment