...
Wednesday 20th Dec 2023
Feature updates
1. FHIR medication frequency
FHIR medications that include a textual frequency will now be translated and pluralised correctly.
Bugs
1. STU3 or R4 MedicationRequests UI display
We have resolved an issue to ensure a medication is shown in the UI when sending an STU3 or R4 MedicationRequest to a Customer FHIR endpoint with a status of either ‘draft’ or ‘cancelled’. For more information please the Medication Entity documentation.
2. Multi-team professional invitations
We fixed an issue where a registered team professional was not being added to a new team when invited if they had a pending invitation to the new team from before November 2023.
Wednesday 13th Dec 2023
Feature updates
1. Advanced questionnaires
...
If your organisation would like to use advanced questionnaires, please speak to your Success PM.
Bugs
1. Language selection on the ‘Choose password’ screen
We have added a missing Language selector on the ‘Choose password’ page to enable self-registering patients to change the language of the page.
...
Wednesday 6th Dec 2023
Bugs
1. Team selector
We have resolved an issue with the display of roles in the team selector affecting users who were both a professional and coordinator in the same team. It now correctly highlights the chosen role. For more info please see PKB Manual - Register as a professional.
Wednesday 29th Nov 2023
Feature updates
1. Privacy labels - FHIR API
A new privacy label of ‘not set’ will be applied to incoming FHIR data upon aggregation where a privacy label is not provided and a privacy mapping doesn’t already exist. Data with a ‘not set’ privacy label will only be visible to the patient and users who have access to all other privacy labels (general, mental, sexual, social). Datapoints with a ‘not set’ privacy label will have no privacy label beside it in the UI for the moment.
...
Bugs
1. HL7 medications
We have resolved an issue where HL7 updates containing medications were being silently ignored if the provided frequency (in the ZRX1 field of an ADT A28 message) was unsupported. If an unsupported frequency is provided, the message will no longer be ignored and the provided string (e.g. “every 96 hours”) will be displayed in the UI.
Wednesday 22nd Nov 2023
Feature updates
1. Invitation and registration improvements
...
If you cannot access the link via the 'View detailed release notes' below then please copy the following into your browser to access: https://wiki.patientsknowbest.com/space/REL/3559981075/Latest+release+notes
Thursday 16th Nov 2023
Feature updates
1. Symptoms
We have added 2 new symptoms:
...
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.