Skip to content

Commit e2b4d9c

Browse files
committed
Preparing for release 2.0.0
1 parent a4868a9 commit e2b4d9c

File tree

2 files changed

+11
-16
lines changed

2 files changed

+11
-16
lines changed

package-list.json

+9-14
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,24 @@
11
{
22
"package-id": "hl7.fhir.dk.core",
33
"title": "HL7 FHIR Implementation Guide: DK Core",
4-
"canonical": "http://hl7.dk/fhir/core/ImplementationGuide/hl7.fhir.dk.core",
4+
"canonical": "http://hl7.dk/fhir/core",
55
"introduction": "Intro text",
6-
"category": null,
6+
"category": "National Core",
77
"list": [
88
{
99
"version": "current",
1010
"desc": "Continuous Integration Build",
11-
"path": "http://localhost/",
12-
"status": "ci-build",
13-
"current": true
11+
"path": "http://build.fhir.org/ig/hl7dk/dk-core",
12+
"status": "ci-build"
1413
},
1514
{
16-
"version": "1.1.0",
15+
"version": "2.0.0",
16+
"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.",
1717
"status": "release",
18-
"date": "2021-12-18",
19-
"desc": "DK Code",
18+
"date": "2022-09-07",
2019
"sequence": "Release",
21-
"history_template_repo": "https://github.com/openhie/fhir-ig-history-template.git",
22-
"intro": "Intro text",
23-
"category": "test",
24-
"ci_url": "http://localhost/",
25-
"org": "HL7DK",
26-
"path": "http://build.fhir.org/ig/hl7dk/dk-core",
20+
"history_template_repo": "https://github.com/hl7dk/fhir-ig-history-template.git",
21+
"path": "http://hl7.dk/fhir/core/2.0.0",
2722
"fhirversion": "4.0.1",
2823
"current": true
2924
}

sushi-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ canonical: http://hl7.dk/fhir/core
77
name: DKCore
88
title: "HL7 FHIR Implementation Guide: DK Core"
99
description: A FHIR Implementation Guide for the Danish common needs across healthcare sectors
10-
status: draft
10+
status: active
1111
version: 2.0.0
1212
fhirVersion: 4.0.1
1313
copyrightYear: 2021+
1414
license: CC0-1.0
15-
releaseLabel: ci-build
15+
releaseLabel: release
1616
publisher:
1717
name: HL7 Denmark
1818
url: http://www.hl7.dk

0 commit comments

Comments
 (0)