...
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.
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
...
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:
...