Stream: new zealand
Topic: Developers on FHIR Challenge 2018
Peter Jordan (Dec 19 2017 at 00:18):
Following today's Orientation Webinar, we've decided to use this Stream & Topic for discussion relating to HL7NZ's first event of 2018...
http://www.hl7.org.nz/news/2018developersonfhirchallenge
In a nutshell, this challenge (including cash prizes) is for developers of digital health solutions to create a client application, around the the use case of adverse event reporting, that interacts, via a FHIR API, with a server supplied by the event sponsors. Basically we are seeking to promote the use of FHIR within in NZ (and overseas) by engaging with a broad section of potential implementers.
Martin Entwistle (Dec 19 2017 at 00:41):
Updated versions of the Developers on FHIR Challenge Briefing Document and the PPT from todays webinar will be circulated to registered participants and made available online asap.
Please provide feedback on other information, resources or assistance you would like us to provide
Use this Topic to post questions or email them to us at admin@hl7.org.nz
Chandan Datta (Jan 16 2018 at 00:16):
Following today's Orientation Webinar, we've decided to use this Stream & Topic for discussion relating to HL7NZ's first event of 2018...
http://www.hl7.org.nz/news/2018developersonfhirchallenge
In a nutshell, this challenge (including cash prizes) is for developers of digital health solutions to create a client application, around the the use case of adverse event reporting, that interacts, via a FHIR API, with a server supplied by the event sponsors. Basically we are seeking to promote the use of FHIR within in NZ (and overseas) by engaging with a broad section of potential implementers.
Hi Peter
Chandan Datta (Jan 16 2018 at 00:16):
Is the FHIR server in NZ ready?
Peter Jordan (Jan 16 2018 at 00:18):
Not quite yet, Chandan. We have a catch-up meeting with Microsoft this week to progress this.
Chandan Datta (Jan 16 2018 at 00:18):
Or can we use a FHIR server of our choice?
Chandan Datta (Jan 16 2018 at 00:18):
Ok
Peter Jordan (Jan 16 2018 at 00:22):
The challenge is constrained to use of the Server provided by our sponsor, plus the Patients First NZ Terminology Server. It's not about creating FHIR structure - in some ways a bit like Masterchef, we supply some of the basic ingredients and you produce a dish (client-facing application using those ingredients - we don't allow you to dash off to the supermarket to buy more:simple_smile:).
David Hay (Jan 16 2018 at 00:42):
You should be able to develop against any FHIR server though...
David Hay (Jan 16 2018 at 00:43):
then use the MS one once it's available...
Chandan Datta (Jan 18 2018 at 23:11):
Is there any breakup of the adverse events reported by different roles to the HSQC and how they are currently reported?
Chandan Datta (Jan 18 2018 at 23:12):
another question - does clinfhir show the linked data model for the adverseevent resource?
Chandan Datta (Jan 18 2018 at 23:12):
I am trying to search for the adverseevent resource in the builder: http://clinfhir.com/builder.html
David Hay (Jan 19 2018 at 02:11):
Make sure you're talking to an STU-3 server - and start from http://clinfhir.com/. The AdverseEvent resource is there - and if you add resource instances via the builder and link them up correctly, they should show in the graph view...
Jason Marshall (Feb 01 2018 at 03:18):
Hello, I may have missed the memo, but when is the next update conference call scheduled for?
Peter Jordan (Feb 09 2018 at 09:09):
@Jason Marshall Next Webinar is on Tuesday 13th Feb at 12:00 pm (NZ time). Hopefully, you've received an email invitation by now. If not please let me know.
Jason Marshall (Feb 16 2018 at 09:20):
Hello is there any documentation provided to assist with accessing the "Microsoft Azure on FHIR server: https://nzlfhirsrvt7ss7ccrrakte.azurewebsites.net".?
When trying to access using a GET to the URI it returns 403 forbidden.
Grahame Grieve (Feb 16 2018 at 09:24):
try /metadata, and check the accept type. FHIR doesn't define the result of a get on the root URL directly - it's up to the server
Dan Lord (Feb 19 2018 at 21:40):
The server is actually down. Looks like the process is stopped in Azure. Last I saw it working was on Wednesday 14th Feb. @Peter Jordan is any one looking at it?
Peter Jordan (Feb 19 2018 at 21:51):
Hi @Dan Lord - we have raised this , as a matter of some urgency with Microsoft @Steve Ordahl.
Dan Lord (Feb 20 2018 at 03:29):
looks like we're back! cheers @Peter Jordan @Jason Marshall
Peter Jordan (Feb 21 2018 at 02:23):
Event update news...
a. We've received a large set of anonymised ADR report data which we'll be converting to FHIR resources (Adverse Event, Patient, Condition & Medication) and placing on the Test Server (currently we're testing the import process on our event 'backup' server). When it's available on the Event Server they'll be a document, or blog post, containing some example URLs for requesting and posting data.
b. The Terminology Server ( http://its.patientsfirst.org.nz/RestService.svc/Terminz ) now has the 20180131 version of the International Edition of SNOMED CT and the latest version of NZMT/NZULM (this is updated at the beginning of each month).
Dan Lord (Feb 26 2018 at 22:26):
hey guys, is this right for NHI Identifier on a Patient?
"identifier": [
{
"system": "http://health.govt.nz/nhi",
"value": "QQQ0001"
}
],
David Hay (Feb 27 2018 at 01:45):
Use that for now - we expect a decision mid next month...
Peter Jordan (Mar 01 2018 at 04:35):
For participants wishing to use the Patients First Terminology Server - brief guidance can be found here...
https://www.slideshare.net/PeterJordan4/patients-first-terminology-services-a-brief-introduction-for-developers
This server also contains NamingSystem resources for the candidate NHI and HPI identifiers.... http://its.patientsfirst.org.nz/RestService.svc/Terminz/NamingSystem will return a bundle containing them, and others. It's also possible to filter searches by kind (e.d. NamingSystem?kind=identifier or NamingSystem?kind=code system) AND effectively map 'old school' OIDs (e.g. those used in GP2GP) to uris by requesting the NamingSystem where a particular oid is one of the identifier values (e.g. NamingSystem?value=2.16.840.1.113883.2.18.2 for the NHI).
David Hay (Mar 01 2018 at 18:48):
btw - here's a diagram of the relationships between the resources in the sample database: (built with [clinFHIR] )(http://clinfhir.com/)
Screen-Shot-2018-03-02-at-7.39.15-AM.png
And some sample queries (from the conman server):
Search for patients by name
conman.fhir.org:8080/baseDstu3/Patient?name=hall
Retrieve a single patient by id: (id's are p1 -> p499)
conman.fhir.org:8080/baseDstu3/Patient/p4
Adverse events for a patient, assuming you know their id
conman.fhir.org:8080/baseDstu3/AdverseEvent?subject=p4
Adverse events for a patient with all referenced resources
conman.fhir.org:8080/baseDstu3/AdverseEvent?subject=p4&_include=AdverseEvent:subject&_include=AdverseEvent:reaction&_include=AdverseEvent:substance
David Hay (Mar 01 2018 at 20:06):
You can, of course, modify or add to this data (or any other valid FHIR resource). And a reminder - this is all sample data and there is no security, so don't upload any real stuff...
Peter Jordan (Mar 04 2018 at 05:12):
The latest version of the NZ Medicines Terminology - 3.3.4.2 - released on Feb 28th is now available on the Patients First Terminology Server.
Peter Jordan (Mar 05 2018 at 00:55):
Some more useful resources for those starting their FHIR Journey...
Make Your First FHIR Client Within One Hour... https://blog.fire.ly/2015/05/10/make-your-first-fhir-client-within-one-hour/
Slightly dated guides to using the Client Reference Libraries...
https://fhirblog.com/2014/07/31/fhir-connectathon-7-for-java-dummies/
https://fhirblog.com/2014/06/29/c-fhir-client/
Step-by-step tutorial and Code Samples... https://github.com/FirelyTeam/fhirstarters
Open source implementations... http://wiki.hl7.org/index.php?title=Open_Source_FHIR_implementations
Peter Jordan (Mar 11 2018 at 03:49):
The Azure on FHIR Server is now up and loaded with 504 test patients and their associated adverse reactions... https://nzlfhirsrvt7ss7ccrrakte.azurewebsites.net/Patient
The Terminology Server now contains the 20180301 Version of the NZ (Beta) Edition of SNOMED CT. This is basically the 20180131 Version of the International Edition, plus 10 NZ subsets and 2 maps (Read to SCT and SCT to Read).
Peter Jordan (Mar 18 2018 at 05:43):
Congratulations to the Ad Rec, FHIRoholics and Medfriend teams who took out the prizes after yesterday's conclusion of our Developers on FHIR Challenge. It was a lot of fun and the high standard of the submissions very pleasing. Fantastic to see teams comprising of people from different backgrounds, with varying skill-sets, working well together with the FHIR specification. For those interested, more information about the solutions will be posted on the HL7NZ Web Site over the coming days and we're hoping that the participants will continue to work on these with a view to demonstrating them at our Implementation Showcase Event on June 18th.
Last updated: Apr 12 2022 at 19:14 UTC