From e2b4d9c985113199b41684b240475e0b3ef76c76 Mon Sep 17 00:00:00 2001 From: Jens Kristian Villadsen Date: Tue, 13 Sep 2022 09:18:37 +0200 Subject: [PATCH] Preparing for release 2.0.0 --- package-list.json | 23 +++++++++-------------- sushi-config.yaml | 4 ++-- 2 files changed, 11 insertions(+), 16 deletions(-) diff --git a/package-list.json b/package-list.json index bdbc09e7c..4cff6e5a1 100644 --- a/package-list.json +++ b/package-list.json @@ -1,29 +1,24 @@ { "package-id": "hl7.fhir.dk.core", "title": "HL7 FHIR Implementation Guide: DK Core", - "canonical": "http://hl7.dk/fhir/core/ImplementationGuide/hl7.fhir.dk.core", + "canonical": "http://hl7.dk/fhir/core", "introduction": "Intro text", - "category": null, + "category": "National Core", "list": [ { "version": "current", "desc": "Continuous Integration Build", - "path": "http://localhost/", - "status": "ci-build", - "current": true + "path": "http://build.fhir.org/ig/hl7dk/dk-core", + "status": "ci-build" }, { - "version": "1.1.0", + "version": "2.0.0", + "desc": "Release version 2.0.0 contains three DKcore profiles. In DkCorePatient the cardinality of the extensions dk-core-RegionalSubDivisionCodes and dk-core-municipalityCodes is changed from 0..* to 0..1 and the MustSupport flags are removed from Patient.id and Patient.name. DkCoreCprIdentifier.system is changed from a ValueSet to a fixed value, where both solutions contain the same OID. In DkCoreOrganization the binding strength of the ValueSet attached to the element Organization.type is changed from required to preferred.", "status": "release", - "date": "2021-12-18", - "desc": "DK Code", + "date": "2022-09-07", "sequence": "Release", - "history_template_repo": "https://github.com/openhie/fhir-ig-history-template.git", - "intro": "Intro text", - "category": "test", - "ci_url": "http://localhost/", - "org": "HL7DK", - "path": "http://build.fhir.org/ig/hl7dk/dk-core", + "history_template_repo": "https://github.com/hl7dk/fhir-ig-history-template.git", + "path": "http://hl7.dk/fhir/core/2.0.0", "fhirversion": "4.0.1", "current": true } diff --git a/sushi-config.yaml b/sushi-config.yaml index ea965821f..59bbc9524 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -7,12 +7,12 @@ canonical: http://hl7.dk/fhir/core name: DKCore title: "HL7 FHIR Implementation Guide: DK Core" description: A FHIR Implementation Guide for the Danish common needs across healthcare sectors -status: draft +status: active version: 2.0.0 fhirVersion: 4.0.1 copyrightYear: 2021+ license: CC0-1.0 -releaseLabel: ci-build +releaseLabel: release publisher: name: HL7 Denmark url: http://www.hl7.dk