Monday 28th August 2023
Feature updates
1. PKB Logo
We have changed the PKB logo used on our web application and in our email notifications to be the latest version of our logo.
2. NHS login in Wales
Users registered with a GP practice in Wales will temporarily be unable to use NHS login to register or log-in to PKB. Users can continue to log in with their PKB username and password and users can continue to register via all other methods (email invitation / token registration).
Technical improvements
1. Data version control
We have started a process of formalising our versioning strategy to ensure the most recently received value is considered to be the most recent version. Data sent in HL7 messages will have their entered timestamps populated from MSH-7. The entered timestamp will not be used to determine the latest version of a data point, the time when the data was saved in our database will be used for this.
Wednesday 16th August 2023
New features
1. New test result view
We have created a new tabular view of test results that will appear on the landing page of the ‘Tests’ section. This week we are releasing the new view and over the next few weeks, we will be enhancing this feature with some further updates. We now default to the tab with the tabular view, called ‘Latest’. Users can still navigate to the ‘Trend’ view to see graphs. The ‘Latest’ view has a list of test results for the most recent date in the first section and all other tests are in the section below in date order. Both sections will indicate whether results are in or out of range (if the range was sent)
Over the next few weeks, we will be making the following updates:
Adding an ‘About test’ link beside each result to allow the patients to read further information about the test on the Lab Tests Online website.
Showing how the latest test result value has changed (increased/decreased) since the last test.
When there are two results on the same day, relabelling the most recent result from ‘Last’ to ‘Latest’
Making tweaks to the font sizes
Adding new icons and styling for the ‘in range’ & ‘out of range’ boxes
Adding the first line of textual reports to the main page if no value has been included alongside the report
If the team has applied their brand colours to hyperlinks, we will overwrite this with black for the test hyperlink to improve accessibility
Adding a link to load more tests on the tabular view. For the first release, only tests with a measurement in the last 500 measurements that were taken for a patient are shown.
Feature updates
1. Email notification for Plans
Unregistered patients who have an email address in their record will now receive an email notification when a new Plan is added to their record. Previously, only registered patients received these email notifications.
2. REST API: GET /v1/users/self/patients
We have updated the GET /v1/users/self/patients endpoint within our REST API to refine the attributes that are returned in the response:
Removed
genderMF
jobTitle
organizationName
teamName
patient
userType
heightCm, weightKg
heightFeet, heightInches, heightInchesTotal, weightLbs
orgLevelIds, teamLevelIds
Added
middleNames
nationalIds
For full details on the updated specification please see GET /v1/users/self/patients.
3. New error message
We have added a new error message to appear when there is an error loading patient data from our FHIR datastore. The error advises the patient how to resolve the issue and what to do if the issue persists.
4. NHS login
We have updated the NHS login feature to check whether the patient’s GP practice is in an area where NHS login can be used to access Patients Know Best when the patient tries to log in with NHS login. If the patient is not in an area where NHS login should be enabled for use with PKB, the patient will be shown an error message and asked to log in with their PKB username and password instead.
Wednesday 2nd August 2023
Feature updates
1. Medications and conditions
We have converted medications and conditions to FHIR structures and these are now being fetched directly from our FHIR store and shown in the User Interface. This also enables customers to send us these data types as FHIR resources in order to populate the PKB record.
Wednesday 26th July 2023
Feature updates
1. Freeze record
If a patient’s record has been frozen, they are now shown a message stating ‘Access to this record is currently unavailable’ when they attempt to log in. Previously, they were shown a message stating that their record had been frozen. We have made this change following consultation with clinical teams using the Freeze Record feature. You can read more about this feature in our manual.
Thursday 20th July 2023
Feature updates
1. Symptoms screen
When a patient records the same symptom multiple times in one day, the highest severity that the patient recorded is now shown. This has been changed from the average severity, to ensure that clinicians are always aware of a patient’s most severe symptoms.
2. Swagger documentation
We have updated the Get Allergies for patient endpoint link to take users to the allergy entity page. We have also removed the 'Diagnosis.Entered' link.
3. MedMij documents
Patients in the Netherlands who have had documents added to their record via the MedMij integration can now delete these documents from their PKB record. The documents will be re-added to their records as long as the sending organisation re-sends the document when the patient clicks ‘Update my record’.
Bugs
1. Session timeout
We have resolved an issue where user actions, such as typing in a message field, were not extending the user’s session correctly, so users were being logged out after 30 minutes regardless of whether they were actively typing.
2. EMIS updates
We have resolved an issue where we were sometimes processing the latest updates received from EMIS before processing older updates. This has now been changed to ensure the latest updates are always processed last to ensure the most up-to-date version is displayed in the record.
Technical improvements
1. FHIR API - Date of last data point
We have optimised our database retrieval mechanism for requests to our date of last data point FHIR API so that results are returned quicker.
Wed 5th July 2023
Feature updates
1. Custom REST API - Diagnoses
Our GET Diagnoses REST API endpoint: /v2-beta/diagnoses/forPatient/{patientId}, will no longer return the severity element. This has been removed as PKB does not support the concept of severity for diagnoses.
2. Freeze record
Team professionals can now use the ‘Freeze record’ feature to freeze access to any patient’s record, regardless of their age. Previously, the feature was only available for patients who were under 18. When a record is frozen, patients cannot log into their PKB record and their carers cannot access their record. The ‘Freeze record’ feature can be used to block access where it would be unsafe for a patient to access their record. For example, during a mental health crisis or when there are safeguarding concerns.
Bugs
1. Coordinators - multiple teams
We have resolved a bug where team coordinators that are in multiple teams were to be unable to log in if they had been deactivated from one of their teams. Coordinators in multiple teams can now log in even after being deactivated by any of their teams.