Skip to content
Open
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
2 changes: 2 additions & 0 deletions input/fsh/ehealth-skrs-patient.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Parent: Patient
* address[officialHomeAddress].extension contains http://hl7.dk/fhir/core/StructureDefinition/dk-core-municipalityCodes named municipalityCodes 0..*
* address[officialHomeAddress].extension contains http://hl7.dk/fhir/core/StructureDefinition/dk-core-RegionalSubDivisionCodes named regionalSubDivisionCodes 0..*

* generalPractitioner 0..1


Instance: 291
InstanceOf: Patient
Expand Down
1 change: 1 addition & 0 deletions input/pagecontent/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This is the log of changes made to the eHealth Implementation Guide.
- Added a `date` search parameter on RelatedPerson that searches `RelatedPerson.period`.
### Profiles
- Documented the update rules for ehealth-relatedperson, covering the managed variant and its locked master-data fields.
- Constrained `generalPractitioner` on `ehealth-skrs-patient` to `0..1`, matching the `ehealth-patient` profile and the fut-patient server's enforcement that a citizen has at most one active GP.

## 10.0.0 (2026-08-26)
### General changes
Expand Down