Stream: subscriptions
Topic: Feb 2020 Connectathon
Jenni Syed (Jan 14 2020 at 15:38):
The track orientation for the February Connectathon will be Wednesday, January 22nd from 11:00-12:00 America/Chicago. An ics is attached to the track description page: https://confluence.hl7.org/display/FHIR/2020-02+Subscriptions+Track
Jenni Syed (Jan 14 2020 at 15:39):
Jenni Syed (Jan 14 2020 at 15:39):
+1 816-384-1534 United States, Kansas City (Toll)
Conference ID: 761 816 114#
Jenni Syed (Jan 14 2020 at 15:39):
Local Numbers: https://dialin.teams.microsoft.com/a5964490-e017-43ed-867f-b2242ac3f535?id=761816114
Jenni Syed (Jan 14 2020 at 15:39):
The meeting will be recorded, and slides and video will be uploaded after the call.
Jenni Syed (Jan 22 2020 at 16:59):
The track overview is getting ready to kick off!
Jenni Syed (Jan 22 2020 at 17:22):
And it's done :) I'll post the recording to wiki in a bit.
Jenni Syed (Jan 22 2020 at 17:52):
The recording is now out on the wiki as well. Remember to post here with any questions leading up to the connectathon!
Jenni Syed (Jan 22 2020 at 17:55):
If you haven't, make sure you fill out the Pre-Connectathon Survey so we have enough seating for everyone!
Jenni Syed (Feb 01 2020 at 22:12):
For those of you planning on using it, @Gino Canessa posted some information about the argonaut test app over here
Jenni Syed (Feb 02 2020 at 00:07):
Cerner server: https://fhir-open.stagingcerner.com/beta/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca/
Jenni Syed (Feb 02 2020 at 00:07):
no auth needed - but I need to update the resources a bit still
Jenni Syed (Feb 02 2020 at 03:13):
http://build.fhir.org/branches/argonaut-subscription/subscription.html is the "working state" for Subscriptions for those curious to see changes
Jenni Syed (Feb 02 2020 at 03:19):
Public test servers: https://confluence.hl7.org/display/FHIR/Public+Test+Servers
Jenni Syed (Feb 02 2020 at 03:19):
Not all will implement subscriptions
Jenni Syed (Feb 02 2020 at 03:49):
If you want to trigger a notification for the Cerner server: curl --location --request POST 'https://fhir-open.stagingcerner.com/beta/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca/Subscription/notify' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-raw 'EVN|A04|20190909133613
PID|1|<patient id>|<‘encounter id>’
Jenni Syed (Feb 02 2020 at 03:50):
EG: curl --location --request POST 'https://fhir-open.stagingcerner.com/beta/0b8a0111-e8e6-4c26-a91c-5069cbc6b1ca/Subscription/notify' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-raw 'EVN|A04|20190909133613
PID|1|1316024|1621910'
Jenni Syed (Feb 02 2020 at 22:45):
I added a labs topic on the Cerner server. The trigger method is the same, except it's 'EVN|R01|20190909133613
PID|1|<patientid>|<observationid>'
Jenni Syed (Feb 02 2020 at 23:45):
hrm. Observation notify isn't going to work... I need to fix my regex :neutral:
Jenni Syed (Feb 03 2020 at 02:43):
We're getting close to wrap up time... can you all send me a quick summary of what you've accomplished?
Jenni Syed (Feb 03 2020 at 02:43):
I haven't been able to get my server to deploy with the fix for the observation notification... fun
Grahame Grieve (Feb 03 2020 at 02:43):
I read the spec!
Jenni Syed (Feb 03 2020 at 03:23):
I have a draft summary here - I just used conman for participants. Let me know what you want added for your group
Last updated: Apr 12 2022 at 19:14 UTC