Skip to content

Commit 6a819a6

Browse files
committed
some cleanup
1 parent 32ea0c6 commit 6a819a6

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

ig.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ig = fsh-generated\resources\ImplementationGuide-hl7.fhir.be.lab.json
55

66
#template = hl7.be.fhir.template
77

8-
template = #be-lr-template
9-
8+
#template = #be-lr-template
9+
template = hl7.fhir.be.ehealth.template
1010
#template = fhir.base.template#dev
1111
#template = fhir.base.template
1212
#template = hl7.base.template

input/fsh/codesystems/Albert.fsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Description: "This code system is to identify Albert code"
1111
* ^contact[=].telecom.value = "https://www.ehealth.fgov.be"
1212
* ^contact[+].name = "Message structure"
1313
* ^contact[=].telecom.system = #email
14-
* ^contact[=].telecom.value = "message-structure@ehealth.fgov.be"
14+
* ^contact[=].telecom.value = "support@be-ehealth-standards.atlassian.net"
1515
* ^content = #fragment
1616
* ^count = 1
1717
* ^extension[0].url = "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"

sushi-config.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ title: "HL7 BE Laboratory WG Implementation Guide"
1515
description: HL7 BE Laboratory WG Implementation Guide
1616
status: active
1717
license: CC0-1.0
18-
date: 2020-02-26
18+
date: 2022-09-09
1919
version: 1.0.0
2020
fmm: 1
2121

@@ -31,7 +31,7 @@ fhirVersion: 4.0.1
3131
# will recognize them as well. In either case, they'll be copied
3232
# to the IG JSON using the formal names.
3333
copyrightYear: 2021+
34-
releaseLabel: CI
34+
releaseLabel: STU
3535

3636
# The publisher can be a single item or a list, each with a name and
3737
# optional url and/or email. The first publisher's name will be used
@@ -46,7 +46,7 @@ contact:
4646
- name: eHealth Platform
4747
telecom:
4848
- system: email
49-
value: message-structure@ehealth.fgov.be
49+
value: support@be-ehealth-standards.atlassian.net
5050
use: work
5151

5252
# The jurisdiction can be a single item or a list. The FHIR Shorthand
@@ -69,7 +69,7 @@ jurisdiction: urn:iso:std:iso:3166#BE "Belgium"
6969

7070
dependencies:
7171
hl7.fhir.be.core: 2.0.0
72-
hl7.fhir.be.core-clinical: dev
72+
hl7.fhir.be.core-clinical: 1.0.0
7373

7474
# The global property corresponds to the IG.global property, but it
7575
# uses the type as the YAML key and the profile as its value. Since
@@ -219,6 +219,11 @@ parameters:
219219
propagate-status: true
220220
find-other-resources: true
221221
path-binary: input\cql
222+
shownav: 'true'
223+
apply-contact: 'true'
224+
apply-jurisdiction: 'true'
225+
apply-publisher: 'true'
226+
apply-version: 'true'
222227

223228

224229
# The FSHOnly flag indicates if only FSH resources should be exported.

0 commit comments

Comments
 (0)