This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "201805 FHIRcast"

From HL7Wiki
Jump to navigation Jump to search
(Created page with " May 2018 Proposals __NOTOC__ =FHIRcast= '''Dedicated [https://chat.fhir.org/#narrow/stream/subscriptions/subject/May.20...")
 
Line 16: Line 16:
  
 
==Justification==
 
==Justification==
The Imaging Integration is sponsoring a [https://docs.google.com/document/d/165BU5ZmUyuwxz4kg2dtjRWkNM7o4u2PrdcIKSxP94Ts/edit?usp=drive_web project] to create a new context synchronization profile called [https://fhircast.org FHIRcast] (FHIR-I and CDS are co-sponsors).
+
The Imaging Integration working group is sponsoring a [https://docs.google.com/document/d/165BU5ZmUyuwxz4kg2dtjRWkNM7o4u2PrdcIKSxP94Ts/edit?usp=drive_web project] to create a new context synchronization profile called [https://fhircast.org FHIRcast] (FHIR-I and CDS are co-sponsors).
 
 
We altered the draft spec from the new UserSession FHIR resource and FHIR Subscriptions following implementer feedback at the January Connectathon. This track is an important step in validating and advancing the maturity of the new interactions and resources associated with both FHIRcast.
 
  
 
We're working within the RIS/PACS community to identify a common, lightweight application synchronization standard.
 
We're working within the RIS/PACS community to identify a common, lightweight application synchronization standard.
  
This track will prototype this workflow synchronization using FHIR Subscriptions according to the draft [https://fhircast.org FHIRcast specification].
+
Following implementer feedback at the January Connectathon, we altered the draft spec from a new UserSession FHIR resource and FHIR Subscriptions. This track is an important step in validating and advancing the maturity of the new interactions and resources associated with both FHIRcast. This [https://github.com/fhircast/docs/blob/04b17fb50514666b0e8dbffb74dddc4cfef68874/docs/index.md updated specification] is under active review in the community.  
  
 +
This track will prototype this workflow synchronization using a webhooks pattern with FHIR as the underlying content data model according to the draft [https://github.com/fhircast/docs/blob/04b17fb50514666b0e8dbffb74dddc4cfef68874/docs/index.md FHIRcast specification].
  
 
==Proposed Track Lead==
 
==Proposed Track Lead==

Revision as of 16:27, 3 April 2018


FHIRcast

Dedicated Zulip chat stream for this track.

Previous FHIRcast Connectathons

Submitting WG/Project/Implementer Group

Imaging Integration, FHIR-I, CDS

Justification

The Imaging Integration working group is sponsoring a project to create a new context synchronization profile called FHIRcast (FHIR-I and CDS are co-sponsors).

We're working within the RIS/PACS community to identify a common, lightweight application synchronization standard.

Following implementer feedback at the January Connectathon, we altered the draft spec from a new UserSession FHIR resource and FHIR Subscriptions. This track is an important step in validating and advancing the maturity of the new interactions and resources associated with both FHIRcast. This updated specification is under active review in the community.

This track will prototype this workflow synchronization using a webhooks pattern with FHIR as the underlying content data model according to the draft FHIRcast specification.

Proposed Track Lead

See Connectathon_Track_Lead_Responsibilities

Isaac Vetter

FHIR version

STU3

Expected participants

Sectra, Epic,

Roles

Workflow system

The Workflow system manages user's sessions, accepts subscriptions and is responsible for notifications.

  • todo

Subscribing client

Subscribes to user's session and gets updates.

  • todo

Scenarios

Create Subscription via SMART launch

Action: Subscribing client launches from .
Precondition: n/a
Success Criteria: Subscribing client POSTs new subscription resource to FHIR server. FHIR Server persists active subscription resource. Subscribing client can read newly created Subscription.
Bonus point: Subscribing client updates Subscription instance's status element to _off_ once the subscription is no longer needed. FHIR server respects this setting.

REST Hook with payload of "payload": "application/fhir+json"

Action: FHIR Server notifies Subscribing client by pushing a FHIR resource to the endpoint identified in the subscription resource instance.
Precondition: Create FHIR Subscription scenario
Success Criteria: FHIR server pushes FHIR payload of relevant resource using REST Hook when the subscribed event occurs in the FHIR server..
Bonus point: n/a

FHIRcast

Action: FHIR Server notifies Subscribing client by pushing a FHIR resource to the endpoint identified in the subscription resource instance.
Precondition: Previous two scenarios; FHIR Server publishes workflow-type EventDefinition named "patient-chart-open" as described by FHIRcast.
Success Criteria: FHIR server pushes UserSession using REST Hook when the subscribed event occurs in the FHIR server. Subscribing client changes its UI to match the patient-chart-open event.
Bonus point: FHIR Server detects error scenario and reacts according to its own configuration.