Thurs 2nd Mar 2023
Feature updates
1. FHIR Questionnaire
We have added a parameter to our FHIR API to allow organisations to determine if they want an email notification to be sent to a team professional if a patient completes the questionnaire. The parameter can be added the $send-questionnaire-request endpoint as follows:
Code Block |
---|
{
"name":"notificationFlag",
"valueCode":"EMAIL_NOTIFICATION_ENABLED"
} |
Email notifications turned on
Code Block |
---|
{
"name":"notificationFlag",
"valueCode":"EMAIL_NOTIFICATION_DISABLED"
} |
Email notifications turned off
2. Care plans
We can now use the ‘display’ CSS property to edit the appearance of care plans. This will allow PKB to create care plans containing tables, which will help clinical teams present the information in the care plan more flexibly.
3. Single sign-on
Organisations will be able to optionally prevent professionals from switching between patient records when they are logged in via single sign-on (SSO). When a professional launches a patient’s record using a redirection URL that contains ‘lockPatient = True', they will be prevented from leaving that patient’s record for the duration of the session, with links to other areas of PKB removed from view.
...
Wed 22nd Feb 2023
Feature updates
1. Email notifications - plans
...
We have fixed a bug which allowed team professionals to invite other team professionals as individual professionals for patients in their team. Now, the inviting team professional is shown an error message stating that the second team professional already has access to the patient’s record.
Thurs 9th Feb 2023
Feature updates
1. HL7 MDM-T02 messages
OBX-5 (Observation Value) is now mandatory in HL7 MDM-T02 messages. This will ensure that empty documents are not sent into patient records, which can cause errors to be shown within PKB for patients. For more information click here.
...
We have enriched the Appointment resources returned via the event service interface with additional display text for participants and source actors.
Fri 3rd Feb 2023
Feature updates
1. Carer details
Professionals and carers will no longer see the ‘Relevant contacts' table on the patient summary page. We have also removed the carer's date of birth from the 'Friends/Family' page of the 'Sharing’ section of a patient's record, which will now display the name of any carers only.
...
We have resolved an issue which caused the diagnoses page to fail to load when a patient had a group of past medications that were marked as inactive and had no end date set.
Wed 25th Jan 2023
Feature updates
1. FHIR Process message
A national identifier verification status is no longer mandatory when creating patients via the FHIR Process message endpoint. For more information please see Process message
...