Sunday, July 23, 2017

OpenIZ Disconnected Client Community Technology Previews Released

Well, after about two years of toiling away, the team at MEDIC has finally released the OpenIZ Disconnected Client. As of this writing you can find the Community Technology Preview 2. There will be more coming soon, but for now you can access:
  • The Disconnected Client Vanilla Application
  • The Software Development Kit (SDK) for writing your own applications
  • Some tutorials and wiki articles (more are coming)
  • The OpenIZ IMS Server

Disconnected Client

The disconnected client is the user interface for OpenIZ. The disconnected client is a complete clinical software solution that does not require internet and can operate for days or even weeks without connectivity before synchronizing its local data to the server. All business rules are executed locally, so even server logic operates on the client.

The disconnected client works on
  • Microsoft Windows 7+ Operating Systems with .NET 4.5.2
  • Android 4.4 Tablets (running System Web View 44 or higher)
  • Ubuntu Operating Systems with Mono 4.x and GTK+
The main features that work for this CTP release of the Disconnected Client are:
  • Synchronization and conflict resolution with an OpenIZ IMS server
  • Over the air updates of applets, rules, reports, and protocols
  • Offline reporting engine
  • OpenIZ's care planning engine
  • JavaScript business rules engine
  • OpenIZ JavaScript bridge 0.9.8 (allowing you to query the data in the client)
  • Full RIM database running on the client
  • Auditing on the mobile client
  • Act/Entity templates and display
You can download from: 0.9.7.2 (CTP 2)

Software Development Kit (SDK)

The OpenIZ SDK allows jurisdictions or independent firms to extend the platform to a variety of use cases. The OpenIZ database is based on a simplified version of the powerful HL7 Reference Information Model. This means that in addition to immunizations, it can be used for general encounter tracking, disease surveillance, general practice, etc.

The software development features the following tooling:
  • An applet compiler for bundling and signing your applets
  • LogViewer which is handy for sifting through large OpenIZ device logs
  • BrainBug which is a windows tool that can interpret Android ab files easily
  • OIZDT which includes tooling for debugging business rules and clinical protocols
  • MiniIms which allows developers to quickly test their applets on a self-hosted IMS in Linux, Windows or MacOS X.
You can download from: 0.9.7.2 (CTP2)

Immunization Management Service (IMS)

The IMS is the main integration point for the OpenIZ solution. It is currently available in binary form for Microsoft Windows operating systems. Unfortunately this CTP doesn't include graphical configuration tools. We are preparing more documentation for the configuration of the IMS which should be available before the Edmonton release ships in September.

The current CTP IMS supports the following features:
  • Base IMSI, RISI, and AMI interfaces which OpenIZ tooling uses to communicate with the IMS
  • Full implementation of the simplified reference information model with versioning support for objects.
  • Base dataset for common materials, codes.
  • Persistence storage plugins for
    • PostgreSQL
    • Microsoft SQL Server (deprecated)
  • Support for fast no-SQL memory caching either in-memory or via REDIS
  • Full import capability from GIIS
  • Server side execution of applet business rules, and clinical protocols
  • Integration with Jasper Reports 6
  • Two factor authentication
    • Email supported via SMTP
    • SMS supported via Twilio
  • Standards based integration (please note these have not been taken to an integration testing event yet):
    • HL7 FHIR STU3 : Patient, Immunization, Immunization Recommendation, Condition, Adverse Event, Allergy Intolerance, Medication Administration, Observation, Substance, and Medication.
    • IHE CSD : Import facilities, villages, and relationships between from a CSD document
    • IHE ATNA : Supports DICOM and RFC-3881 audits. Note that the content of these audits are not standard
    • IHE PIX/PDQv2 & v3 : Supports the broadcasting of new patient registrations to a central EMPI, and can also receive ITI-10 and ITI-8 notifications from a central EMPI.
    • IHE SVS : For importing concept terminologies into the IMS data store
    • GS1 BMS : For order & shipping support.
      • Broadcasts: order, receivingAdvice
      • Receives: orderResposne, despatchAdvice, logisticsInventoryReportRequest
    • OAUTH 2.0 + JWT for authentication
We're currently updating http://demo.openiz.org so you can join a working OpenIZ realm.

You can download the CTP here: v.0.9.6 (CTP)

No comments:

Post a Comment

OpenIZ 2.0 / SanteDB Announcement

Well, it has been quite some time since the last OpenIZ blog post, and that is because we've been quite busy rolling our lessons learned...