Release Notes - PaRek
Her kommer endringslogg av Pasientens Rekvisisjoner fortløpende.
2025
Proof-of-concept publisering
06.10.2025
test
Proof-of-concept FHIR API available through an unauthorized backdoor. Supports in-memory CRUD operations on ServiceRequest and Specimen paths.
- test : 06.10.2025
Proof-of-concept SpecimenCollected events via AMQPS
13.11.2025
test
Events are now sent via AMQPS when a Specimen receives a collected date at the /v1/Specimen endpoint. The events contain `SpecimenId` & `CollectedTime`.
- test : 13.11.2025
Extend SpecimenCollected events
17.11.2025
test
The events sent through AMQPS now have two additional fields; `ExternalRequisitionId` & `ExternalDeviceId`.
- test : 17.11.2025
Change in search
18.11.2025
test
Deprecated search by GET /v1/ServiceRequest. Added POST /v1/ServiceRequest/_search as a replacement.
- test : 18.11.2025
Added body parameters to search
19.11.2025
test
POST /v1/ServiceRequest/_search now supports new entries in schema body; `_include`, `_include:iterate`, `_revinclude` & `_revinclude:iterate`.
- test : 19.11.2025
Added requisition search param
27.11.2025
test
POST /v1/ServiceRequest/_search now supports a body parameter for searching based on requisition for ServiceRequests.
- test : 27.11.2025
HelseID endpoint with DPoP
03.12.2025
test
Authenticated endpoint for the FHIR API.
- test : 03.12.2025
Metadata endpoint
05.12.2025
test
Metadata endpoint that documents current capabilities of the FHIR API.
- test : 05.12.2025
Initial v2 endpoint
17.12.2025
test
Added POST /v2/ServiceRequest, GET /v2/ServiceRequest/{id}, and GET /v2/metadata endpoints.
- test : 17.12.2025
2026
Specimen endpoints for devices
08.01.2026
test
New endpoints POST /v2/Specimen/$create-with-devices and GET /v2/Specimen/{id}.
- test : 08.01.2026
Require patient identifier of synthetic patient
08.01.2026
test
Patient national identifiaction number must belong to a valid SyntPop patient.
- test : 08.01.2026
ServiceRequest identifier search support
19.01.2026
test
Added support for searching by `identifier` on `/v2/ServiceRequest/_search`.
- test : 19.01.2026
ServiceRequest identifier search support
20.01.2026
test
Enables identifier-based search on `/v2/ServiceRequest/_search` with additional system/value support and AND/OR joins.
- test : 20.01.2026
Specimen created event support for v2 endpoint
27.01.2026
test
New release adds support for event-sending of Specimen created on the v2 endpoint.
- test : 27.01.2026
Persistent datastore for v2 endpoint
03.02.2026
test
New release of the v2 endpoint includes persistent storage to retain submitted data. This means that data from this point onward will not be automatically reset upon further releases.
- test : 03.02.2026
Automatic update of ServiceRequest status
05.02.2026
test
When a new Specimen is created, `ServiceRequest.status` is automatically set to `completed` if the total number of Specimens for that ServiceRequest is equal to or greater than the declared `ServiceRequest.orderDetail` count.
- test : 05.02.2026
Deprecating the v1 endpoints
06.02.2026
test
The v1 endpoints are marked deprecated and will be removed soon.
- test : 06.02.2026
ServiceRequest status search support
10.02.2026
test
Added support for searching by `status` on `/v2/ServiceRequest/_search`, either by specifying statuses to include or statuses to exclude.
- test : 10.02.2026
V1 endpoints removed. Also: Small fixes to HTTP headers.
13.02.2026
test
The v1 endpoints have been removed in favor of the v2 endpoints. Additionally, the `Last-Modified` header format has been fixed, and the `Location` header has been removed from `GET` endpoints, so that it only remains on the `POST /v2/ServiceRequest` endpoint.
- test : 13.02.2026