You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@lbergnehr,
I'm about to add code in our prototype to send an open-study notification to the hub.
I notice in the sandbox that when you send notification events to a subscriber, you create your context like this:
notification.Event.Context = new object[] {
clientEvent.UserIdentifier,
clientEvent.PatientIdentifier,
clientEvent.PatientIdIssuer,
clientEvent.AccessionNumber,
clientEvent.AccessionNumberGroup,
clientEvent.StudyId,
};
...whereas in http://fhircast.org/#event-catalog the context looks something like this (in json of course):
Can I assume that the publishers notification to the hub should be formatted in the same way that the hub sends the notification to the subscribers?
Can I also assume that our hub [eventually] will need to send the notifications formatted per the FHIRCast spec?
If so, where would I properly specify the patient MRN and the study's accession number?
Should have asked before... Is the FHIRCast spec solidified enough to try and follow the format provided on the previously referenced web site?
The text was updated successfully, but these errors were encountered:
gkustas
changed the title
Question about notification contexts p[er FHIRCast specs
Question about notification contexts per FHIRCast specs
Oct 28, 2018
@lbergnehr,
I'm about to add code in our prototype to send an open-study notification to the hub.
I notice in the sandbox that when you send notification events to a subscriber, you create your context like this:
notification.Event.Context = new object[] {
clientEvent.UserIdentifier,
clientEvent.PatientIdentifier,
clientEvent.PatientIdIssuer,
clientEvent.AccessionNumber,
clientEvent.AccessionNumberGroup,
clientEvent.StudyId,
};
...whereas in http://fhircast.org/#event-catalog the context looks something like this (in json of course):
The questions are:
Can I assume that the publishers notification to the hub should be formatted in the same way that the hub sends the notification to the subscribers?
Can I also assume that our hub [eventually] will need to send the notifications formatted per the FHIRCast spec?
If so, where would I properly specify the patient MRN and the study's accession number?
Should have asked before... Is the FHIRCast spec solidified enough to try and follow the format provided on the previously referenced web site?
The text was updated successfully, but these errors were encountered: