Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions input/pagecontent/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This is the log of changes made to the eHealth Implementation Guide.

## 9.0.1 (2026-05-05)
Comment thread
BastianTrifork marked this conversation as resolved.
### ValueSets
- Removed http://ehealth.sundhed.dk/cs/poa-privilege CodeSystem and http://ehealth.sundhed.dk/vs/relatedperson-relationshiptype ValueSet include of the CodeSystem, since they were causing some issues during release, and are not strictly needed until 2026.3.

## 9.0.0 (2026-05-05)
### General changes
- dk.core updated from 1.1.0 to 3.5.0
Expand Down
25 changes: 0 additions & 25 deletions input/resources/CodeSystem-ehealth-poa-privilege.json

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
{ "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "O", "display": "Operator Proficiency" },
{ "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "CHILD", "display": "child" },
{ "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "SPS", "display": "spouse" },
{ "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "POWATT", "display": "power of attorney" },
{ "system": "http://ehealth.sundhed.dk/cs/poa-privilege", "abstract": true, "display": "Vendor-specific PoA privilege codes (externally governed, not enumerated)" }
{ "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "POWATT", "display": "power of attorney" }
]
},
"compose": {
Expand Down Expand Up @@ -73,10 +72,6 @@
"code": "POWATT"
}
]
},
{
"system": "http://ehealth.sundhed.dk/cs/poa-privilege",
"version": "0.0.1"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ canonical: http://ehealth.sundhed.dk/fhir
name: eHealth Infrastructure
title: eHealth Infrastructure
status: active # draft | active | retired | unknown
version: 9.0.0
version: 9.0.1
fhirVersion: 4.0.1
copyrightYear: 2021+

Expand Down