🥼 Examples of calls to the Pasientens rekvisisjoner (PaRek) API (TEST environments)
This page shows examples of API calls to Pasientens rekvisisjoner (PaRek).
🚨 Please note that PaRek is under development, and the examples may not be up-to-date.
Note: This is a selection of example queries to support developers in the startup phase.
📅 Last updated December 04, 2025
🛠 Basic
🌐 Base URL
Base URLs available for our API can be found on the environments and base URLs page.
🎛️ API version
The API version is directly reflected in the endpoint urls, being prefixed to the route of the request like so: <base-url>/<api-version>/....
📬 Headers
Depending on the base URL used, see
- HelseID authorization for headers used with HelseID authorization; or
- No authorization for headers used with no authorization (backdoor base URL only).
📦 Body
no-body or application/fhir+json
🌐 OpenAPI
To find examples and more info of the API and versions, see the OpenAPI with Swagger for the PaRek API.
📊 Metadata Endpoint
🔗 Endpoint
GET <base-url>/<api-version>/metadata
📄 Description
Returns metadata about the PaRek FHIR API, including:
- Capabilities statement
- Supported resources
- Conformance information
📬 Headers
none
📦 Body
no-body