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

Corrected Package id error - issue #75 #78

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
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 ig.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
; * ig.ini, create an ig.ini file in the ig-data folder with required properties: ig, template. *
; * See: https://build.fhir.org/ig/FHIR/ig-guidance/using-templates.html#root *
; ***********************************************************************************************
ig = fsh-generated/resources/ImplementationGuide-hl7se.fhir.base.json
ig = fsh-generated/resources/ImplementationGuide-hl7.fhir.se.base.json
template = se-template
1 change: 1 addition & 0 deletions input/fsh/patient.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Title: "SE CodeSystem for marital status"
Description: "This is the CodeSystem for marital status in accordance with the Swedish authorities (Skatteverket Navet)"
* ^status = #active
* ^experimental = false
* ^caseSensitive = true
* insert SEStandardRuleSet
* #G "Gift"
* #OG "Ogift"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/se-standard-ruleset.fsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
RuleSet: SEStandardRuleSet
* ^status = #draft
* ^experimental = true
* ^experimental = true
1 change: 1 addition & 0 deletions input/fsh/sekretess.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Title: "SE CodeSystem security labels"
Description: "This is the CodeSystem for security labels in accordance with the swedish authorities"
* ^status = #active
* ^experimental = false
* ^caseSensitive = false
* #sekretessmarkering "Sekretessmarkering"
"Protected demographic information according to 22 kap. 1 § OSL (Offentlighets- och sekretesslagen)"
* #skyddadFolkbokforing "Skyddad folkbokföring"
Expand Down
2 changes: 1 addition & 1 deletion publication-request.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"package-id" : "hl7se.fhir.base",
"package-id" : "hl7.fhir.se.base",
"version" : "1.0.0",
"path" : "http://hl7.se/fhir/ig/base/1.0.0",
"milestone" : false,
Expand Down
2 changes: 1 addition & 1 deletion published/package-feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<language>en</language>
<ttl>600</ttl>
<item>
<title>hl7se.fhir.base#1.0.0</title>
<title>hl7.fhir.se.base#1.0.0</title>
<description>Implementation Guide for Swedish Base Profiles (built Wed, Mar 8, 2023 16:20+0100+01:00)</description>
<link>http://hl7.se/fhir/ig/base/1.0.0/package.tgz</link>
<guid isPermaLink="true">http://hl7.se/fhir/ig/base/1.0.0/package.tgz</guid>
Expand Down
2 changes: 1 addition & 1 deletion published/publish.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ style=fhir.layout
url=http://hl7.se/fhir/ig
server=apache
org=HL7 Sweden
layout=hl7se.fhir.[code]|http://hl7.se/fhir/ig/[code]
layout=hl7.fhir.se.[code]|http://hl7.se/fhir/ig/[code]

[feeds]
package=package-feed.xml
Expand Down
4 changes: 2 additions & 2 deletions sushi-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# │ supported properties, see: │
# │ http://build.fhir.org/ig/HL7/fhir-shorthand/branches/beta/sushi.html#ig-development │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
# id: hl7.fhir.se.base
id: hl7se.fhir.base
id: hl7.fhir.se.base
#id: hl7se.fhir.base
canonical: http://hl7.se/fhir/ig/base
version: 1.0.0
name: SEBaseProfileImplementationGuide
Expand Down