FHIRcast logo

FHIRcast
3.0.0-ballot - STU 3 Ballot International flag

FHIRcast, published by HL7 International / Infrastructure And Messaging. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhircast-docs/ and changes regularly. See the Directory of published versions

Home-open Event

Home-open

eventMaturity 1 - Submitted

Workflow

The user has opened or switched back to the application’s home page or tab which does not have any FHIR related context.

Unlike most of FHIRcast events, Home-open is representing the lack of a FHIR resource context and therefore does not fully follow the FHIR-resource-[open|close] syntax.

The order of patients can be different between different applications (like a late application joining being temporarily out of sync).

Context

The context is empty.

Example

{
  "timestamp": "2019-11-25T13:16:00.00",
  "id": "35d0b1d4-de45-4b5b-a0e9-9c51b21ee71a",
  "event": {
  "hub.topic": "fdb2f928-5546-4f52-87a0-0648e9ded065", 
  "hub.event": "home-open", 
  "context": [] 
  }
}

Change Log

Version Description
1.0 Initial Release