Skip to content

Commit

Permalink
Release note added. Status, lable and version updated (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmsMedcom authored May 6, 2024
1 parent 2817d12 commit 6c5db46
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 deletions.
6 changes: 3 additions & 3 deletions publication-request.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"package-id": "hl7.fhir.dk.core",
"version": "3.1.0",
"path": "http://hl7.dk/fhir/core/3.1.0",
"version": "3.2.0",
"path": "http://hl7.dk/fhir/core/3.2.0",
"status": "release",
"sequence": "Release",
"mode" : "milestone",
"title": "HL7 FHIR Implementation Guide: DK Core",
"category": "National Core",
"introduction": "A FHIR Implementation Guide for the Danish common needs across healthcare sectors",
"desc": "DK Core version 3.1.0",
"desc": "DK Core version 3.2.0",
"descmd": "@release-notes.md",
"first": false,
"ci-build": "https://build.fhir.org/ig/hl7dk/dk-core"
Expand Down
21 changes: 14 additions & 7 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
Dk-core version 3.1.0 has been approved by HL7 Denmark.
Dk-core version 3.2.0 has been approved by HL7 Denmark.

The changes between 3.0.0 and 3.1.0 are:
* Addition of the profile DkCoreBasicObservation, associated documentation and examples.
* Update of Observation-instances to accommodate update in the FHIR Validator (https://chat.fhir.org/#narrow/stream/179177-conformance/topic/Vitalsigns.20Profiles)
* Addition of patient replacement identifiers (DK: erstatningsCPR) and inclusion in DkCorePatient.
* Added description of scenarios where Patient.name is unknown or absent.
* Addition of link to hl7.dk on the index-page.
The changes between 3.1.0 and 3.2.0 are:
* Addition of the profile DkCoreRelatedPerson which includes
* Associated documentation and examples,
* ValueSet named DK Related Person Relationship Types,
* CodeSystem named DK Related Person Relationship Codes, and
* CodeSystem supplement named DK Role Code.
* Updated references in existing DkCoreCondition, DkCoreObservation, DkCorePatient from RelatedPerson resource to DkCoreRelatedPerson.
* Updated the ValueSet on Patient.contact.relationship to be DK Related Person Relationship Types.
* Added description of how to handle CPR registry civilstand and status values in DkCorePatient.
* Added the identifier ProducentId, and included it as identifier in DkCoreOrganization. An example is included to support the usage.
* Updated link to dokumentation in SORIdentifier.
* Added an example for DkCoreCondition concerning regional problem-list-items.
* Minor linguistic adjustments
4 changes: 2 additions & 2 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ name: DKCore
title: "HL7 FHIR Implementation Guide: DK Core"
description: A FHIR Implementation Guide for the Danish common needs across healthcare sectors
#Flip status to 'active' for publication. Flip to 'draft' for CI
status: draft
status: active
version: 3.2.0
fhirVersion: 4.0.1
copyrightYear: 2021+
license: CC0-1.0
#Flip releaseLabel to 'release' for publication. Flip to 'ci-build' for CI
releaseLabel: ci-build
releaseLabel: release
publisher:
name: HL7 Denmark
url: http://www.hl7.dk
Expand Down

0 comments on commit 6c5db46

Please sign in to comment.