-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsushi-config.yaml
More file actions
140 lines (125 loc) · 6.28 KB
/
sushi-config.yaml
File metadata and controls
140 lines (125 loc) · 6.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
# ╭─────────────────────────────────ImplementationGuide-fish.json──────────────────────────────────╮
# │ The properties below are used to create the ImplementationGuide resource. │
# │ For a list of supported properties, see: │
# │ https://fshschool.org/docs/sushi/configuration/#full-configuration │
# │ SUSHI will use id as both id and packageId in the IG unless a │
# │ specific packageId is also provided in this file. │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
id: hl7.fhir.be.childreport
canonical: https://www.ehealth.fgov.be/standards/fhir/childreport
# url: https://www.ehealth.fgov.be/standards/fhir/medication/ImplementationGuide-hl7.fhir.be.medication
name: ChildReport
title: "Child Report"
description: Child Report FHIR specifications
status: active
license: CC0-1.0
date: 2026-03-27
version: 1.0.0
dependencies:
hl7.fhir.be.core: 2.1.2
# hl7.fhir.be.patientwill: dev
hl7.fhir.be.core-clinical: 1.1.0
hl7.fhir.be.patient-dossier: 1.0.0
# Although fhirVersions is 0..* in the ImplementationGuide resource
# it can be a single item OR and array here (but so far SUSHI only
# supports 4.0.1 anyway).
fhirVersion: 4.0.1
# The following two lines correspond to items that used to be in
# ig.ini but were moved to IG.definition.parameter. For
# consistency within this file, the names are represented using
# camelcase, but if authors use the formal parameter names, SUSHI
# will recognize them as well. In either case, they'll be copied
# to the IG JSON using the formal names.
copyrightYear: 2021+
releaseLabel: STU
# The publisher can be a single item or a list, each with a name and
# optional url and/or email. The first publisher's name will be used
# as IG.publisher. The contact details and/or additional publishers
# will be translated into IG.contact values.
publisher:
name: eHealth Platform
url: https://www.ehealth.fgov.be
email: support@be-ehealth-standards.atlassian.net
# ContactDetail is required by the template.
contact:
- name: Message-Structure
telecom:
- system: email
value: support@be-ehealth-standards.atlassian.net
use: work
# The jurisdiction can be a single item or a list. The FHIR Shorthand
# code syntax can be used here.
jurisdiction: urn:iso:std:iso:3166#BE "Belgium"
#jurisdiction: http://unstats.un.org/unsd/methods/m49/m49.htm#001 "World"
# The pages property corresponds to IG.definition.page. SUSHI can
# auto-generate the page list, but if the author includes pages in
# this file, it is assumed that the author will fully manage the
# pages section and SUSHI will not generate any page entries.
# The page file name is used as the key. If title is not provided,
# then the title will be generated from the file name. If a
# generation value is not provided, it will be inferred from the
# file name extension. Any subproperties that are valid filenames
# with supported extensions (e.g., .md/.xml) will be treated as
# sub-pages.
pages:
index.md:
title: Home
changes.xml:
# guidance.md:
# The ImplementationGuide resource defines several other properties
# not represented above. These properties can be used as-is and
# should follow the format defined in ImplementationGuide:
# * meta
# * implicitRules
# * language
# * text
# * contained
# * extension
# * modifierExtension
# * experimental
# * useContext
# * copyright
# * packageId
# The menu property will be used to generate the input/menu.xml file.
# The menu is represented as a simple structure where the YAML key
# is the menu item name and the value is the URL. The IG publisher
# currently only supports one level deep on sub-menus.
# To provide a custom menu.xml file, do not include this property and
# include a `menu.xml` file in input/includes.
menu:
Home: index.html
# Guidance: guidance.html
Artifacts: artifacts.html
# Downloads: downloads.html
Changes: changes.html
History: https://www.ehealth.fgov.be/standards/fhir/childreport/history.html
# The parameters property represents IG.definition.parameter. Rather
# than a list of code/value pairs (as in the ImplementationGuide
# resource), the code is the YAML key. If a parameter allows repeating
# values, the value in the YAML should be a sequence/array. For a
# partial list of allowed parameters see:
# https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters
parameters:
pin-canonicals: pin-multiples
path-expansion-params: ../../Parameters-terminology-expansion.json
path-history: https://www.ehealth.fgov.be/standards/fhir/childreport/history.html
excludettl: true
shownav: 'true'
apply-contact: 'true'
apply-jurisdiction: 'true'
apply-publisher: 'true'
apply-version: 'true'
special-url:
- https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-child-report-documentation
- https://www.ehealth.fgov.be/standards/fhir/terminology/CodeSystem/cs-eye-movement-and-position
- https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-neonatal-hearing-screening-results
- https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-eye-screening-results
- https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-eye-movement-and-position
- https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-ophthalmologist-treatments
# The FSHOnly flag indicates if only FSH resources should be exported.
# If set to true, no IG related content will be generated.
# The default value for this property is false.
FSHOnly: false
# When set to true, the "short" and "definition" field on the root element of an Extension will
# be set to the "Title" and "Description" of that Extension. Default is true.
#applyExtensionMetadataToRoot: false