diff --git a/publication-request.json b/publication-request.json index e3565af54..aa58a5fcf 100644 --- a/publication-request.json +++ b/publication-request.json @@ -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" diff --git a/release-notes.md b/release-notes.md index bc501d448..25e44a408 100644 --- a/release-notes.md +++ b/release-notes.md @@ -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 \ No newline at end of file diff --git a/sushi-config.yaml b/sushi-config.yaml index 067964a1c..b823eca42 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -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