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:
2. Safeguarding - freeze record
Patients will not be able to view data from their PKB record in the NHS App if their record has been frozen. You can read more about the freeze record feature in our manual: PKB Manual - How can I restrict access to a patient's record
3. FHIR Patient and Practitioner Resources
If multiple given names are provided in a Patient or Practitioner FHIR Resource, we will use the first entry in the “given” array as the user's first name in PKB. For instance in the example below, the value “Dennis“ will be used.
"name": [ { "given": [ "Dennis", "Kenneth" ], "family": "test"
Wednesday 1st Nov 2023
Feature updates
1. Email footer for unregistered patients
We have updated the email notifications sent to unregistered patients to make it easier for them to register. The footer prompting the patient to register now says:
'You need to register to see your record. To see your registration options, visit https://patientsknowbest.com/register/ .
Alternatively, you will have previously been sent a registration link by email that you can use. If you are unable to find this email, please contact the organisation who invited you to register and they can send you a new registration link.'
2. FHIR medications
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.
2. Measurements
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
The ‘Specialty’ field PV1-10 will now be updated when updating an appointment via an HL7 SIU S13/S14 message. If an organisation is using a code set to map privacy labels to speciality then updating the specialty will also update the privacy label. For more details on this please see our developer wiki: https://wiki.patientsknowbest.com/space/api/3365012136/Code+sets#Hospital-Service-(Specialty).
2. HL7 Test results and measurements
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.