FHIR Chat · docs / Issue #55 Attributes with dot in their name are a ... · fhircast-github

Stream: fhircast-github

Topic: docs / Issue #55 Attributes with dot in their name are a ...


view this post on Zulip Github Notifications (FHIRcast) (Jan 05 2019 at 22:04):

mbellehumeur opened Issue #55

"hub.topic" and other similar attribute names need special handling and are an implementation problem in C#, JavaScript, swift and probably other languages as well. We should consider sacrificing full conformance to websub and change these to "hub_topic" , "hubTopic" or just "topic".
I checked and have not found any variables with dots in the name in the FHIR standard. Maybe there is already a rule for naming attributes that could superseed websub.

view this post on Zulip Github Notifications (FHIRcast) (Jan 08 2019 at 14:20):

isaacvetter commented on Issue #55

As @mbellehumeur notes, this syntax comes from WebSub.

@lbergnehr points out that in .Net, at least,, the string "hub" is recognized as a prefix.


Last updated: Apr 12 2022 at 19:14 UTC