Versions Compared

Key

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

...

If the patient has restricted access to the alert information module, a reason or consent from the patient is required. The header KJ-SAMTYKKE-SPERRET-KRITISKINFO is used to set the reason. This MUST NOT be used if the patient hasn’t restricted access to the alert information module.

HTTP Header parameters

The header section of the request requires the following parameters to be set:

Parameter

Description

Value

Example

Authorization

HelseId JWT

Bearer <HelseId.bruker.JWT>

Bearer eyJraWQiOiIxMzM3IiwiYWxnIjoiUlMyNT...

X-kj-ticket

Ticket from the HelseIndikator service.

Contains the Patient national identity number

HGhktf877MpMI…

KJ-SAMTYKKE-BRUK

Reason or consent from patient to access alter information. This header overrides the consent in the ticket.

"HPMOTTATTSAMTYKKE", "HPAKUTT", " or HPUNNTAK"

KJ-SAMTYKKE-SPERRET-KRITISKINFO

Reason or consent from patient to access a blocked restricted module (Alert information)"HPMOTTATTSAMTYKKE", "HPAKUTT", "HPUNNTAK". Only to be set if the patient has restricted access.

HPMOTTATTSAMTYKKE or HPAKUTT

X-EPJ-System

Which EHR the request originated and which version of the system was used

ACME EHR system versjon 42.01

Accept

Parameter for selecting response in json or xml format

application/<format>

application/json or

application/xml

Content-Type

Must be set for POST, PUT

application/fhir+json; charset=UTF-8

...