FHIR Chat · snomed-fhir · snomed

Stream: snomed

Topic: snomed-fhir


view this post on Zulip Rein Zustand (Oct 26 2017 at 05:41):

cogito

view this post on Zulip Rein Zustand (Oct 26 2017 at 05:46):

cogito&

view this post on Zulip Grahame Grieve (Oct 26 2017 at 05:52):

hi

view this post on Zulip Grahame Grieve (Oct 26 2017 at 05:52):

;-)

view this post on Zulip snomed (Oct 26 2017 at 06:04):

rht: Oh, to explain what's going on: I'm testing a mirror/bridge to FHIR

view this post on Zulip snomed (Oct 26 2017 at 06:05):

rht: \[\partial^2\phi\]

view this post on Zulip snomed (Oct 26 2017 at 06:07):

rht: ~strike~

view this post on Zulip Rein Zustand (Oct 26 2017 at 06:07):

strike

view this post on Zulip snomed (Oct 26 2017 at 06:10):

Rory Davidson: I assumed that was it ;-)

view this post on Zulip Rory Davidson (Oct 26 2017 at 06:35):

That looks like a success

view this post on Zulip Rein Zustand (Oct 26 2017 at 06:41):

If necessary, all the public channels can be mirrored in, too, within the #snomed stream from here.

view this post on Zulip snomed (Oct 26 2017 at 06:43):

Rory Davidson: That could end up being a lot of noise into a single channel... let's see how this one evolves and go from there? Maybe the terminology channel would be interesting...

view this post on Zulip snomed (Oct 26 2017 at 06:45):

rht: I was thinking of the bot to post it in each of their own respective channel, so there shouldn't be any flooding.

view this post on Zulip snomed (Oct 26 2017 at 06:45):

Rory Davidson: so replicating the channels here? We could do that, at least for those that are relevant

view this post on Zulip snomed (Oct 26 2017 at 06:46):

rht: IC. Also, what's currently missing is to map the markdown syntax used in Rocket.Chat to Zulip's bugdown.

view this post on Zulip snomed (Oct 26 2017 at 06:46):

Rory Davidson: stanbards... standards... ;-)

view this post on Zulip Grahame Grieve (Oct 26 2017 at 06:48):

happy if snomed wants to bridge the terminology track, but I don't think any others here are of interest to snomed

view this post on Zulip snomed (Oct 26 2017 at 06:48):

Rory Davidson: also... doesn't look like it's picking up directly follow-on chats from the same author?

view this post on Zulip snomed (Oct 26 2017 at 06:49):

rht: Yeah, Rocket.Chat's API is limited so the edit can't be transported through.

view this post on Zulip Grahame Grieve (Oct 26 2017 at 06:50):

that sounds like a pretty serious limitation?

view this post on Zulip snomed (Oct 26 2017 at 06:50):

rht: There is a beta version of the new R.C API of actually subscribing to a channel. What I'm currently doing right now is to check channel history every n seconds.

view this post on Zulip snomed (Oct 26 2017 at 06:52):

Rory Davidson: I think the lack of edits coming across is one that we can live with... half the other chat solutions out there don't even allow editing so many are unaware it's even possible.

view this post on Zulip Grahame Grieve (Oct 26 2017 at 06:53):

edits != follow-on chats?

view this post on Zulip snomed (Oct 26 2017 at 06:53):

Rory Davidson: Yes, that one I agree

view this post on Zulip snomed (Oct 26 2017 at 06:53):

Rory Davidson: so just testing that with this follow on message

view this post on Zulip snomed (Oct 26 2017 at 06:54):

Rory Davidson: ah... that one got through

view this post on Zulip snomed (Oct 26 2017 at 06:54):

Rory Davidson: but that one didn't...

view this post on Zulip snomed (Oct 26 2017 at 06:55):

Rory Davidson: any thought @rht why some are being missed? I thought even if it was 2s it would still get all the messages?

view this post on Zulip Rob Hausam (Oct 26 2017 at 06:57):

so it looks like we're getting somewhere with it

view this post on Zulip snomed (Oct 26 2017 at 06:58):

Rory Davidson: :thumbsup:

view this post on Zulip snomed (Oct 26 2017 at 06:58):

rht: Hmmm, did you mean some of the messages didn't get delivered to the other end? https://docs.rocket.chat/developer-guides/rest-api/channels/history#query-parameters, I set "inclusive" to be false.

view this post on Zulip snomed (Oct 26 2017 at 06:59):

rht: To avoid duplication of messages

view this post on Zulip Rein Zustand (Oct 26 2017 at 09:02):

:cat:

view this post on Zulip Grahame Grieve (Oct 29 2017 at 22:56):

ok so is this all go now?

view this post on Zulip snomed (Oct 29 2017 at 23:49):

rht: Uh-huh?

view this post on Zulip snomed (Oct 30 2017 at 06:56):

Rory Davidson: yes, looks good to go

view this post on Zulip Grahame Grieve (Oct 30 2017 at 07:03):

so just to be clear: the limitations are that messages cannot be edited after sending? @Rein Zustand should we create a task asking for Zulip to be able to prevent that for a stream? Any other limitations?

view this post on Zulip snomed (Oct 30 2017 at 07:05):

Rory Davidson: I don't think that is a blocker really.

view this post on Zulip snomed (Oct 30 2017 at 07:05):

rht: Yes, due to the same reason that message uid in this instance != message uid in another instance. Unless there is a way to uniquely identify a message that is cross realm (a solution I have seen in email is using Message-ID metadata), it is not possible to edit.

view this post on Zulip Grahame Grieve (Oct 30 2017 at 07:06):

agree it's not a blocker; just making sure I am clear what issues are likely to arise

view this post on Zulip snomed (Oct 30 2017 at 07:06):

rht: Another thing is Zulip's markdown syntax is more restricted than Rocket.Chat's.

view this post on Zulip Grahame Grieve (Oct 30 2017 at 07:06):

that will degrade gracefully?

view this post on Zulip snomed (Oct 30 2017 at 07:07):

rht: In Rocket.Chat, emoji without ':' will render directly, but if you use ':' strictly, the emoji will appear in both end.

view this post on Zulip snomed (Oct 30 2017 at 07:10):

rht: A ~strike~ in Rocket.Chat requires only one '~', but two '' for Zulip's strike~~.

view this post on Zulip snomed (Oct 30 2017 at 07:11):

Rory Davidson: hopefully most people will recognize the emojis even without the colon

view this post on Zulip Grahame Grieve (Oct 30 2017 at 08:34):

right. there's no catastrophic loss there

view this post on Zulip Rob Hausam (Oct 31 2017 at 12:02):

I'm testing what happens with editing on both sides. Adding this text.

view this post on Zulip snomed (Oct 31 2017 at 12:52):

rht: There was a connection time out to snomedtools.org "requests.exceptions.ReadTimeout: HTTPSConnectionPool(host='chat.snomedtools.org', port=443): Read timed out. (read timeout=30)"

view this post on Zulip snomed (Oct 31 2017 at 12:54):

rht: I will make the bridge more robust and retry for this particular error.

view this post on Zulip snomed (Oct 31 2017 at 12:58):

rht: Oh well I run either client as a separate UNIX process so it is hard to track down which HTTPS timeout on which client.

view this post on Zulip snomed (Oct 31 2017 at 13:17):

Rory Davidson: I saw this the other day but it happened only once

view this post on Zulip snomed (Oct 31 2017 at 13:28):

Robert Hausam: I'll try it again.

view this post on Zulip snomed (Oct 31 2017 at 13:29):

Robert Hausam: So, it did work for me this time.

view this post on Zulip snomed (Oct 31 2017 at 13:31):

Robert Hausam: So, do we think this timeout problem is now solved?

view this post on Zulip snomed (Oct 31 2017 at 13:32):

Rory Davidson: I can'

view this post on Zulip snomed (Oct 31 2017 at 13:32):

Rory Davidson: t say if it has been solved, but I think we just need to keep an eye for it, and then dig deeper if necessary

view this post on Zulip snomed (Oct 31 2017 at 13:33):

Robert Hausam: ok

view this post on Zulip Rob Hausam (Nov 07 2017 at 18:57):

Just a reminder that we're having the inaugural "SNOMED on FHIR" call joint with HL7 and SNOMED International at 20:00 UTC / 4:00 PM Eastern today (in just over an hour). Here are the planned agenda and meeting details:
https://confluence.ihtsdotools.org/display/FHIR/2017-11-07+-+SNOMED+on+FHIR+Meeting

view this post on Zulip Rob Hausam (Nov 07 2017 at 18:59):

And I'll add that this is the "re-branded" TermInfo call - we're trying to broaden the reach and participation so that we can accelerate the progress on this work. Looking forward to talking with everyone!

view this post on Zulip snomed (Nov 08 2017 at 04:45):

rht: Having a scribe note for the summary of the meeting would be nice.

view this post on Zulip Grahame Grieve (Nov 08 2017 at 04:47):

+1

view this post on Zulip snomed (Dec 11 2017 at 21:30):

Suzy Roy: suzy.roy

view this post on Zulip Rob Hausam (Apr 04 2018 at 16:49):

Cross-posting to this topic (and hopefully also snochat): https://chat.fhir.org/#narrow/stream/snomed/subject/http.3A.2F.2Fsnomed.2Einfo.2Fsct


Last updated: Apr 12 2022 at 19:14 UTC