From f48b8d74684ee7ba05f16db3c16375413c241741 Mon Sep 17 00:00:00 2001 From: "Bart Decuypere (eHealth)" <90335317+bdc-ehealth@users.noreply.github.com> Date: Fri, 5 Jul 2024 18:58:03 +0200 Subject: [PATCH 1/4] modify version --- publication-request.json | 4 ++-- sushi-config.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/publication-request.json b/publication-request.json index 108234c..e2afa4b 100644 --- a/publication-request.json +++ b/publication-request.json @@ -1,7 +1,7 @@ { "package-id": "hl7.fhir.be.core", - "version": "2.1.1", - "path": "https://www.ehealth.fgov.be/standards/fhir/core/2.1.1", + "version": "2.1.2", + "path": "https://www.ehealth.fgov.be/standards/fhir/core/2.1.2", "mode" : "milestone", "milestone" : true, "status": "release", diff --git a/sushi-config.yaml b/sushi-config.yaml index f1e09a9..1145a79 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -17,7 +17,7 @@ description: "eHealth Platform Federal Core Profiles" status: active license: CC0-1.0 date: 2024-06-14 -version: 2.1.1 +version: 2.1.2 # Although fhirVersions is 0..* in the ImplementationGuide resource # it can be a single item OR and array here (but so far SUSHI only From 30cc8aebc2f6ecf482669dbb0446b7522cb87af2 Mon Sep 17 00:00:00 2001 From: "Bart Decuypere (eHealth)" <90335317+bdc-ehealth@users.noreply.github.com> Date: Fri, 30 Aug 2024 16:00:05 +0200 Subject: [PATCH 2/4] updated v2.1.2 by build script --- input/pagecontent/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/pagecontent/changes.xml b/input/pagecontent/changes.xml index 0df69fe..99ed7b5 100644 --- a/input/pagecontent/changes.xml +++ b/input/pagecontent/changes.xml @@ -2,7 +2,7 @@ This provides a list of changes to the specification since its initial release -

2024-06-14 v2.1.1 - eHealth Platform Federal Core Profiles based on FHIR 4.0.1

2024-05-03 v2.1.0 - eHealth Platform Federal Core Profiles based on FHIR 4.0.1

+

2024-06-14 v2.1.2 - eHealth Platform Federal Core Profiles based on FHIR 4.0.1

2024-06-14 v2.1.1 - eHealth Platform Federal Core Profiles based on FHIR 4.0.1

2024-05-03 v2.1.0 - eHealth Platform Federal Core Profiles based on FHIR 4.0.1

2022-09-16 v2.0.1 - Published based on FHIR R4 From d84046d936982d82b6f4ee9e5b80ed3350bc5d31 Mon Sep 17 00:00:00 2001 From: "Bart Decuypere (eHealth)" <90335317+bdc-ehealth@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:31:10 +0200 Subject: [PATCH 3/4] set status to draft on master --- sushi-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sushi-config.yaml b/sushi-config.yaml index f4f231e..0cc5d5a 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -14,7 +14,7 @@ url: https://www.ehealth.fgov.be/standards/fhir/core name: hl7.fhir.be.core title: "eHealth Platform Federal Core Profiles" description: "eHealth Platform Federal Core Profiles" -status: active +status: draft license: CC0-1.0 date: 2024-06-14 version: 2.1.2 From f2c8eb23d3b4eb6a4263f72a9571d0b080befee0 Mon Sep 17 00:00:00 2001 From: "Bart Decuypere (eHealth)" <90335317+bdc-ehealth@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:43:28 +0200 Subject: [PATCH 4/4] modify erroneous context --- input/fsh/extensions/BeExtCodeableReference.fsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input/fsh/extensions/BeExtCodeableReference.fsh b/input/fsh/extensions/BeExtCodeableReference.fsh index 8d2800c..097a06c 100644 --- a/input/fsh/extensions/BeExtCodeableReference.fsh +++ b/input/fsh/extensions/BeExtCodeableReference.fsh @@ -3,7 +3,7 @@ Id: be-ext-codeable-reference Title: "BeExtCodeableReference" Description: "Extension able to hold a reference and a concept (Temporary solution until https://jira.hl7.org/browse/FHIR-44661 is solved and see Zulip: https://chat.fhir.org/#narrow/stream/179280-fhir.2Finfrastructure-wg/topic/Backporting.20CodeableReference )" * ^context.type = #element -* ^context.expression = "Extension" +* ^context.expression = "Element" * extension contains reference 0..1 and concept 0..1