Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

History

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.

  • No labels