Versions Compared

Key

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

History

Mon 20th Mar 2023

Feature updates

  1. GP data from EMIS Extract Service

We have processed all historical data for GP practices sending data to PKB via the EMIS Extract Service. This means that patients, and their clinical teams, can see allergies, diagnoses, medications and Physical Health Check measurements and tests in their records. Processing is continuing now on a daily basis. More information on the data we receive from EMIS and how to view it in PKB can be found in our manual: https://manual.patientsknowbest.com/integrations/emis/data#h.p_vgY8G8jM97Y5

  1. FHIR Questionnaire

Questionnaires can now be sent to one or many patients using their NHS number, an example of this is shown below:

Code Block
      {
         "name":"target",
         "valueReference":{
            "identifier":{
               "system":"https://fhir.nhs.uk/Id/nhs-number",
               "value":"5193233945"
            }
         }
      }

For more information please see our developer wiki: https://wiki.patientsknowbest.com/space/api/3365012087/Send+questionnaire+request

Thurs 9th Mar 2023

Feature updates

1. Contact Details CSV - registration status

...

This week's release includes backend changes to our FHIR storage of conditions and appointment data.

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:

...

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

...