OTH Public Software

Release Notes

Release 2.101.0

Playbook change log from previous release

Clinician

Adds a new mandatory medical_device property under features, this is:

features:
  medical_device:
    # "Doccla Virtual Ward" | "Doccla Virtual Care" | "Doccla VitalSync" | "Doccla RPM"
    name: "Doccla Virtual Ward"
    # Is the device to be used for a clinical investigation
    clinical_investigation: false
    # Has the customer decided to take on manufacturer responsibility
    customer_responsible: false

Besides determining which label and user manuals (IFU) we need to show the user, it also makes traceability of which devices we have running where trivial by setting it in settings.yml.

How to determine which medical device:

Doccla Virtual Ward = UK (doccla-prod)
Doccla Virtual Care = EU customers using the OpenTele v2. product within its intended use. (doccla-de, doccla-it)
Doccla VitalSync = EU customer using the OpenTele v2. product outside of our intended use. (Danone, Asklepios, Charite)
Doccla RPM = Future medical device to replace all of the above.

As a side effect of creating the medical_device section above, the features.is_legal_manufacturer and features.doccla_virtual_ward boolean flags are deprecated.