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

Set version to 1.0.0, active trial-use milestone #154

Merged
merged 3 commits into from
Nov 9, 2023
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
8 changes: 4 additions & 4 deletions input/pagecontent/Patient-patient-with-turvakielto-intro.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
The TURVAKIELTO label is the first code to be added into the
[Finnish CodeSystem for security labels](CodeSystem-SecurityLabelCS.html). Many other codes are
likely to be added, including codes for other
|data protection preferences in the Suomi.fi infrastructure](https://dvv.fi/en/data-protection) and
codes for
[Finnish CodeSystem for security labels](CodeSystem-fi-base-security-label-cs.html). Many other
codes are likely to be added, including codes for other
[data protection preferences in the Suomi.fi infrastructure](https://dvv.fi/en/data-protection)
and codes for
[permissions for health data sharing from the Kanta system](https://www.kanta.fi/en/consent-and-denials-of-consent-to-data-sharing).
Implementer feedback regarding this approach and regarding codes that should be added is
appreciated!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,5 +115,5 @@ relationship type [GUARD](http://hl7.org/fhir/R4/v3/RoleCode/cs.html#:~:text=3-,
The Digital and Population Data Services Agency DVV may grant a
[non-disclosure for personal safety](https://dvv.fi/en/non-disclosure-for-personal-safety).
This is communicated by the
[`TURVAKIELTO`](CodeSystem-fi-base-security-label-cs#fi-base-security-label-cs-TURVAKIELTO)
[`TURVAKIELTO`](CodeSystem-fi-base-security-label-cs.html#fi-base-security-label-cs-TURVAKIELTO)
security label (see [an example](Patient-patient-with-turvakielto.html)).
10 changes: 5 additions & 5 deletions publication-request.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"package-id" : "hl7.fhir.fi.base",
"version" : "1.0.0-rc24",
"path" : "https://hl7.fi/fhir/finnish-base-profiles/1.0.0-rc24",
"version" : "1.0.0",
"path" : "https://hl7.fi/fhir/finnish-base-profiles/1.0.0",
"mode" : "milestone",
"status" : "qa-preview",
"status" : "trial-use",
"sequence" : "STU 1",
"desc" : "QA preview for final STU 1 release",
"descmd" : "QA preview for final STU 1 release",
"desc" : "Release 1.0.0, STU 1",
"descmd" : "Release 1.0.0, STU 1",
"first" : "false"
}
6 changes: 3 additions & 3 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ canonical: https://hl7.fi/fhir/finnish-base-profiles
name: FinnishBaseProfiles
title: Finnish Base Profiles
description: A core set of FHIR resources profiled for use in Finland, published and maintained by HL7 Finland
status: draft # draft | active | retired | unknown
version: 1.0.0-rc24
status: active # draft | active | retired | unknown
version: 1.0.0
fhirVersion: 4.0.1 # https://www.hl7.org/fhir/valueset-FHIR-version.html
copyrightYear: 2022+
releaseLabel: qa-preview # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use
releaseLabel: trial-use # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use
license: CC0-1.0 # https://www.hl7.org/fhir/valueset-spdx-license.html
jurisdiction: urn:iso:std:iso:3166#FI "Finland" # https://www.hl7.org/fhir/valueset-jurisdiction.html
publisher:
Expand Down