Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 137 #138

Merged
merged 6 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion input/fsh/extensions/BeExtCodeableReference.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion input/pagecontent/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html:p>
This provides a list of changes to the specification since its initial release
</html:p>
<a name="2.1.1"> </a><p><b>2024-06-14 v2.1.1 - eHealth Platform Federal Core Profiles</b> based on FHIR 4.0.1</p><ul><li><a href="https://github.com/hl7-be/core/releases/tag/v2.1.1">Release notes on GitHub</a></li></ul><a name="2.1.0"> </a><p><b>2024-05-03 v2.1.0 - eHealth Platform Federal Core Profiles</b> based on FHIR 4.0.1</p><ul><li><a href="https://github.com/hl7-be/core/releases/tag/v2.1.0">Release notes on GitHub</a></li></ul><html:p>
<a name="2.1.2"> </a><p><b>2024-06-14 v2.1.2 - eHealth Platform Federal Core Profiles</b> based on FHIR 4.0.1</p><ul><li><a href="https://github.com/hl7-be/core/releases/tag/v2.1.2">Release notes on GitHub</a></li></ul><a name="2.1.1"> </a><p><b>2024-06-14 v2.1.1 - eHealth Platform Federal Core Profiles</b> based on FHIR 4.0.1</p><ul><li><a href="https://github.com/hl7-be/core/releases/tag/v2.1.1">Release notes on GitHub</a></li></ul><a name="2.1.0"> </a><p><b>2024-05-03 v2.1.0 - eHealth Platform Federal Core Profiles</b> based on FHIR 4.0.1</p><ul><li><a href="https://github.com/hl7-be/core/releases/tag/v2.1.0">Release notes on GitHub</a></li></ul><html:p>
<html:b>2022-09-16 v2.0.1 - Published </html:b> based on FHIR R4
</html:p>
<html:ul>
Expand Down
4 changes: 2 additions & 2 deletions publication-request.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ 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.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
Expand Down