-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FHIR36082 #482
base: master
Are you sure you want to change the base?
FHIR36082 #482
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some non-trivial questions we should discuss.
@@ -105,10 +120,9 @@ FHIRcast supports all events that follow this format. The most common events def | |||
|
|||
#### Infrastructure events |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should UserHubernate and UserLogout events be here?
@@ -116,10 +116,9 @@ In addition to distributing [`SyncError`](3-2-1-SyncError.html) events sent by o | |||
|
|||
Upon communicating a `SyncError` resulting from an unresponsive Subscriber, the Hub SHALL unsubscribe the Subscriber. | |||
|
|||
The Hub SHALL NOT generate [`SyncError`](3-2-1-SyncError.html) events in the following situations: | |||
The Hub SHALL NOT generate [`syncerror`](3-2-1-SyncError.html) events in the following situation: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be "SyncError" to be consistent with the sentences immediately above?
* Does a Hub send an `SyncError` for each Subscriber that cannot be reached or refused, or is the Hub allowed to combine them in one. | ||
* When the Hub/Subscriber resends an context change event, is the `Heartbeat.html` still needed? | ||
* Should a Subscriber get all syncerror's or only those related to events to which it subscribed? | ||
* Does a Hub send an `syncerror` for each Subscriber that cannot be reached or refused, or is the Hub allowed to combine them in one. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confused about which we are going for: "SyncError" or "syncerror".
In 2.5.5, most of the occurrences are SyncError; however, here it seems like it was consciously changed to syncerror.
**Anchor Context** | a context that is used as a container for shared content, typical anchor contexts are FHIR resources such as `ImagingStudy` and `DiagnosticReport` | ||
|
||
**Anchor Context** | a context that is used as a container for shared content, typical anchor contexts are FHIR resources such as Patient, Encounter, ImagingStudy, and DiagnosticReport | ||
**Anchor resource** | a FHIR resource that is used as a container for shared content, typical anchor resource are resources such as Patient, Encounter, ImagingStudy, and DiagnosticReport |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is there an Anchor resource? I thought throughout the spec we were using Anchor Context and it was fine. For what is Anchor resource used?
Reformat event definition section and added specifiaction language on the names of keys in context-change events.