Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Thursday 16th Nov 2023

Feature updates

1. Symptoms

We have added 2 new symptoms:

  • Stiffness in hip

  • Stiffness in knee

2. Test results

Only a preview of a textual test result will be displayed in the notifications panel, where the full length value would spread over multiple lines. Previously, the full text was displayed.

...

Bugs

1. HL7 ADT A28 message processing

We have resolved an issue which prevented diagnoses or allergies being added to the record when received via an HL7 ADT A28 message or an HL7 ADT A31 message, if the messages are from more than one partner for the same organisation and are pending processing at the same time. This has now been resolved so that the most recently received message is now shown.

Wednesday 8th Nov 2023

Feature updates

1. NHS App

We have updated the styling of the error message shown within the NHS App when PKB is unavailable:

...

Code Block
"name": [
  {
   "given": [
    "Dennis",
    "Kenneth"
   ],
"family": "test"

Wednesday 1st Nov 2023

Feature updates

1. Email footer for unregistered patients

...

We can now aggregate and show medications in the UI that were sent in either MedicationStatement Resources or MedicationRequest Resources. Previously, we supported the MedicationStatement Resource only.

Wednesday 25th Oct 2023

Feature updates

1. Plans - new columns in plan export CSV

On the Plans page, if a coordinator or professional clicks to export 'All' plan responses, the resulting CSV now includes columns for primary email, Plan ID, and national ID type e.g. NHS number.

Bugs

1. Plans

We have resolved an issue that meant non-ASCII characters ( e.g. á) would show as '?' in the plan export. Non ASCII characters will now show in exported plans.

...

We have removed non-numeric measurements from the dropdown list of measurements that can be added as these were not fully supported and values were not displayed in PKB.

Wednesday 18th Oct 2023

Feature updates

1. HL7 Appointment specialty

...

When sending a laboratory result or measurement via an HL7 ORU R01 message, the ORC-3 or OBR-3 field now must be populated with the filler order number. If both fields are populated, they must contain the same filler order number.

Wednesday 4th Oct 2023

Feature updates

1. REST API Medications

We have updated the v1/medications REST API endpoint as follows:

  • When calling the API

    • Medication.orderDate has been removed, along with ApiMedication.notedTimestamp

    • Calls to POST /v1/medications will continue to work if notedTimstamp has been provided; the value will be silently ignored

  • What is returned

    • notedTimestamp will no longer be returned from any API call

Bugs

1. Measurements

We have resolved an issue which meant that ‘Weight (kg)’ measurements over 100kg could not be recorded to the precision of 1 decimal point. Previously, these weights were being rounded to the nearest kg, but are now rounded to the nearest 0.1kg.