Versions Compared

Key

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

...

Field

Description

Example

Authorization

Authorization

Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkE4...u_UjgeTxzxI2g

Content-Type

Content-Type

application/json;charset=UTF-8

X-EPJ-systemSystem

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

ACME EHR system version 42.01

Table excerpt
nameHelseindikator request eks

Request example

Note. The request should include the HTTP header "X-EPJ-systemSystem" that describes which EHR the request originated from and which version of the system was used.

...

Code Block
GET /v1/ping/ HTTP/1.1
Host: api.kjernejournal.no:8000
Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IkE4...u_UjgeTxzxI2g
X-EPJ-systemSystem: ACME EHR system versjon 42.01

...