Roadmap
Note
The Production environment is only accessible on Helsenettet (the Norwegian Health Network). Your organization must be connected to Helsenettet to consume the API: https://www.nhn.no/tjenester/Helsenettforbindelse
The IKJ service is under continuous development. New functionality is deployed to the Test environment as it becomes available.
- Status: Functionality available now.
- In progress: Functionality currently being developed (available for testing soon).
- Planned: Functionality intended for future implementation (work not yet started).
Status
In progress
Patient resources:
- Write endpoint: Submit Patient resources (
POST /v1/Patient). - Update endpoint: Replace Patient resources (
PUT /v1/Patient/{resourceId}). - Read endpoint:
- Search Patient resources (
GET /v1/Patient) with_lastUpdatedfiltering, keyset pagination, and sorting. - Get a single Patient resource by resource id (
GET /v1/Patient/{resourceId}). - Get a single Patient resource by identifier (
GET /v1/Patient) with parameteridentifier=<system>|<value>.
- Search Patient resources (
- Status endpoint: Check status of the async operations created by the write endpoint (
GET /v1/Task/{id}).
EpisodeOfCare resources:
- Write endpoint: Submit EpisodeOfCare resources (
POST /v1/EpisodeOfCare). - Read endpoint:
- Search EpisodeOfCare resources (
GET /v1/EpisodeOfCare) with_lastUpdatedandpatientfiltering, keyset pagination, and sorting. - Get a single EpisodeOfCare resource by resource id (
GET /v1/EpisodeOfCare/{resourceId}).
- Search EpisodeOfCare resources (
- Status endpoint: Check status of the async operations created by the write endpoint (
GET /v1/Task/{id}).
Planned
Q3
- EpisodeOfCare:
- Update endpoint: Replace EpisodeOfCare resources (
PUT /v1/EpisodeOfCare/{resourceId}). - Read endpoint: Search EpisodeOfCare resources (
GET /v1/EpisodeOfCare) with filtering on start and end date.
- Update endpoint: Replace EpisodeOfCare resources (
- CarePlan: Write and read endpoints.
Q4
- Condition: Write and read endpoints.
- AllergyIntolerance: Write and read endpoints.
- MedicationStatement: Write and read endpoints.