-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsushi-config.yaml
More file actions
284 lines (273 loc) ยท 13.8 KB
/
sushi-config.yaml
File metadata and controls
284 lines (273 loc) ยท 13.8 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
# โญโโโโโโโโโโโโโโโโโโโโโโโโโCommonly Used ImplementationGuide Propertiesโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
# โ The properties below are used to create the ImplementationGuide resource. The most commonly โ
# โ used properties are included. For a list of all supported properties and their functions, โ
# โ see: https://fshschool.org/docs/sushi/configuration/. โ
# โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
id: iknl.fhir.r4.pzp
canonical: https://api.iknl.nl/docs/pzp/r4
name: PZP
title: Advance Care Planning (PZP)
description: Advance Care Planning (PZP) IG for FHIR R4 based on zib release 2020
status: active # draft | active | retired | unknown
version: 1.0.0-rc2
fhirVersion: 4.0.1 # https://www.hl7.org/fhir/valueset-FHIR-version.html
copyrightYear: 2026+
releaseLabel: trial-use
# license: CC0-1.0 # https://www.hl7.org/fhir/valueset-spdx-license.html
# jurisdiction: urn:iso:std:iso:3166#NL "Netherlands" # https://www.hl7.org/fhir/valueset-jurisdiction.html -- this drives the SNOMED version selection too.
publisher:
name: IKNL
url: https://iknl.nl/
email: info@iknl.nl
# The dependencies property corresponds to IG.dependsOn. The key is the
# package id and the value is the version (or dev/current). For advanced
# use cases, the value can be an object with keys for id, uri, and version.
dependencies:
nictiz.fhir.nl.r4.nl-core: 0.12.0-beta.4
nictiz.fhir.nl.r4.zib2020: 0.12.0-beta.4
# IG publisher adds this dependency automatically, so it's not usually needed here but it may be needed for the Java and the DotNet validator in the GitHub Actions workflows.
hl7.fhir.uv.extensions.r4: 5.2.0
# hl7.fhir.us.mcode:
# id: mcode
# uri: http://hl7.org/fhir/us/mcode/ImplementationGuide/hl7.fhir.us.mcode
# version: 1.0.0
#
#
# 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
information-standard.md:
title: Information Standard
data-model.md:
title: Data Model Overview
data-exchange.md:
title: Data Exchange Overview
changelog.md:
title: Change Log
downloads.md:
title: Downloads
#
#
# 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 parameters defined by core FHIR see:
# http://build.fhir.org/codesystem-guide-parameter-code.html
# For parameters defined by the FHIR Tools IG see:
# http://build.fhir.org/ig/FHIR/fhir-tools-ig/branches/master/CodeSystem-ig-parameters.html
#
# parameters:
# excludettl: true
# validation: [allow-any-extensions, no-broken-links]
parameters:
path-expansion-params: ..\..\input\_resources\Parameters-expansion.json
pin-canonicals: pin-all
display-warnings: true
# currently we don't have a CI build
no-cibuild-issues: true
suppress-mappings: '*'
# โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโmenu.xmlโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
# โ 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. To use a provided input/includes/menu.xml file, delete the "menu" โ
# โ property below. โ
# โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
menu:
Home: index.html
Information Standard: information-standard.html
Data Model: data-model.html
Data Exchange: data-exchange.html
Artifacts: artifacts.html
Change Log: changelog.html
Downloads: downloads.html
# โญโโโโโโโโโโโโโโโโโโโโโโโโโโโLess Common Implementation Guide Propertiesโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
# โ Uncomment the properties below to configure additional properties on the ImplementationGuide โ
# โ resource. These properties are less commonly needed than those above. โ
# โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
#
# Those who need more control or want to add additional details to the contact values can use
# contact directly and follow the format outlined in the ImplementationGuide resource and
# ContactDetail.
#
# contact:
# - name: Bob Smith
# telecom:
# - system: email # phone | fax | email | pager | url | sms | other
# value: bobsmith@example.org
# use: work
#
#
# The global property corresponds to the IG.global property, but it
# uses the type as the YAML key and the profile as its value. Since
# FHIR does not explicitly disallow more than one profile per type,
# neither do we; the value can be a single profile URL or an array
# of profile URLs. If a value is an id or name, SUSHI will replace
# it with the correct canonical when generating the IG JSON.
#
# global:
# Patient: http://example.org/fhir/StructureDefinition/my-patient-profile
# Encounter: http://example.org/fhir/StructureDefinition/my-encounter-profile
#
#
# The resources property corresponds to IG.definition.resource.
# SUSHI can auto-generate all of the resource entries based on
# the FSH definitions and/or information in any user-provided
# JSON or XML resource files. If the generated entries are not
# sufficient or complete, however, the author can add entries
# here. If the reference matches a generated entry, it will
# replace the generated entry. If it doesn't match any generated
# entries, it will be added to the generated entries. The format
# follows IG.definition.resource with the following differences:
# * use IG.definition.resource.reference.reference as the YAML key.
# * if the key is an id or name, SUSHI will replace it with the
# correct URL when generating the IG JSON.
# * specify "omit" to omit a FSH-generated resource from the
# resource list.
# * if the exampleCanonical is an id or name, SUSHI will replace
# it with the correct canonical when generating the IG JSON.
# * groupingId can be used, but top-level groups syntax may be a
# better option (see below).
# The following are simple examples to demonstrate what this might
# look like:
#
resources:
Questionnaire/ACP-zib2020:
name: ACP Questionnaire
description: Questionnaire based on structured form 'Uniform vastleggen proactieve zorgpanning advance care planning (ACP)'
exampleBoolean: false
QuestionnaireResponse/HendrikHartman-20201001:
name: ACP QuestionnaireResponse Hendrik Hartman 1
description: An example of a QuestionnaireResponse for Hendrik Hartman on 2020-10-01
exampleBoolean: false
QuestionnaireResponse/HendrikHartman-20221108:
name: ACP QuestionnaireResponse Hendrik Hartman 2
description: An example of a QuestionnaireResponse for Hendrik Hartman on 2022-11-08
exampleBoolean: false
QuestionnaireResponse/SamiraVanDerSluijs-20251117:
name: ACP QuestionnaireResponse Samira van der Sluijs
description: An example of a QuestionnaireResponse for Samira van der Sluijs on 2025-11-17
exampleBoolean: false
#
#
# Groups can control certain aspects of the IG generation. The IG
# documentation recommends that authors use the default groups that
# are provided by the templating framework, but if authors want to
# use their own instead, they can use the mechanism below. This will
# create IG.definition.grouping entries and associate the individual
# resource entries with the corresponding groupIds. If a resource
# is specified by id or name, SUSHI will replace it with the correct
# URL when generating the IG JSON.
#
groups:
AD:
name: "Requirements: Actor Definitions"
description: The following artifacts define the types of individuals and/or systems that will interact as part of the use cases covered by this implementation guide.
resources:
- ActorDefinition/ACPActorConsulter
- ActorDefinition/ACPActorProvider
NLCoreStructures:
name: "Structures: NL Core Derived Resource Profiles"
description: These are ACP profiles derived from the nl-core profiles and are based on the Dutch Health and Care Information models (Zorginformatiebouwstenen - zibs).
resources:
- StructureDefinition/ACP-Procedure
- StructureDefinition/ACP-AdvanceDirective
- StructureDefinition/ACP-ContactPerson
- StructureDefinition/ACP-Encounter
- StructureDefinition/ACP-HealthProfessional-Practitioner
- StructureDefinition/ACP-HealthProfessional-PractitionerRole
- StructureDefinition/ACP-MedicalDevice
- StructureDefinition/ACP-MedicalDevice.Product-ICD
- StructureDefinition/ACP-Patient
- StructureDefinition/ACP-TreatmentDirective
ACPStructures:
name: "Structures: Resource Profiles"
description: These are ACP profiles based on FHIR core resources.
resources:
- StructureDefinition/ACP-InformRelativesRequest
- StructureDefinition/ACP-MedicalPolicyGoal
- StructureDefinition/ACP-OrganDonationChoiceRegistration
- StructureDefinition/ACP-PositionRegardingEuthanasia
- StructureDefinition/ACP-PreferredPlaceOfDeath
- StructureDefinition/ACP-SenseOfPurpose
- StructureDefinition/ACP-SpecificCareWishes
Q-QR:
name: "Structures: Questionnaire and QuestionnaireResponses"
description: These define forms used by systems conforming to this implementation guide to capture or expose data to end users.
resources:
- Questionnaire/ACP-zib2020
- QuestionnaireResponse/HendrikHartman-20201001
- QuestionnaireResponse/HendrikHartman-20221108
- QuestionnaireResponse/SamiraVanDerSluijs-20251117
# GroupB:
# name: Group B
# description: The Beta Group
# resources:
# - StructureDefinition/bark-control
# - StructureDefinition/bee-sting
#
#
# 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:
# * date
# * meta
# * implicitRules
# * language
# * text
# * contained
# * extension
# * modifierExtension
# * experimental
# * useContext
# * copyright
# * packageId
#
#
# โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโSUSHI flagsโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ
# โ The flags below configure aspects of how SUSHI processes FSH. โ
# โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏ
# 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: true
#
#
# The instanceOptions property is used to configure certain aspects of how SUSHI processes instances.
# See the individual option definitions below for more detail.
#
instanceOptions:
# When set to true, slices must be referred to by name and not only by a numeric index in order to be used
# in an Instance's assignment rule. All slices appear in the order in which they are specified in FSH rules.
# While SUSHI defaults to false for legacy reasons, manualSliceOrding is recommended for new projects.
manualSliceOrdering: true # true | false
# Determines for which types of Instances SUSHI will automatically set meta.profile
# if InstanceOf references a profile:
#
# setMetaProfile: always # always | never | inline-only | standalone-only
#
#
# Determines for which types of Instances SUSHI will automatically set id
# if InstanceOf references a profile:
#
# setId: always # always | standalone-only