-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsushi-config.yaml
More file actions
176 lines (172 loc) · 7.75 KB
/
sushi-config.yaml
File metadata and controls
176 lines (172 loc) · 7.75 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
# ╭─────────────────────────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: fhir.gidsopenstandaarden.welldata
canonical: https://gidsopenstandaarden.github.io/welldata-implementation-guide
url: https://gidsopenstandaarden.github.io/welldata-implementation-guide
name: welldata-implementation-guide
title: WellData Implementation Guide
# description: Example Implementation Guide for getting started with SUSHI
status: draft # draft | active | retired | unknown
version: 0.1.2
fhirVersion: 4.0.1
FSHOnly: false
applyExtensionMetadataToRoot: false
copyrightYear: 2024+
releaseLabel: ci-build # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use
license: GPL-3.0-or-later # https://www.hl7.org/fhir/valueset-spdx-license.html
# jurisdiction: urn:iso:std:iso:3166#US "United States of America" # https://www.hl7.org/fhir/valueset-jurisdiction.html
publisher:
name: gidsopenstandaarden
url: https://www.gidsopenstandaarden.org
# email: test@example.org
# 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: false
excludexml: true
# 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:
# id: nlcore
# uri: https://simplifier.net/packages/nictiz.fhir.nl.r4.nl-core
# version: 0.10.0-beta.1
#
# dependencies:
# hl7.fhir.us.core: 3.1.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: Example Home
# implementation.xml:
# examples.xml:
# title: Examples Overview
# simpleExamples.xml:
# complexExamples.xml:
pages:
index.md:
title: Home
overview.md:
title: Overview
primary-use-case.md:
title: Primary Use Case
identity.md:
title: Identity and Idp
identity-anonymous-login.md:
title: Anonymous Login
pod-access.md:
title: Pod Access
logging.md:
title: Audit Logging
research-data-overview.md:
title: Research Data Overview
launch.md:
title: Launch & SSO
static-data.md:
title: Static Data (questionnaires)
dynamic-data.md:
title: Shared Dynamic Data
technical-pod-access.md:
title: Accessing the Pod
technical-anonymous-login.md:
title: Anonymous Login
technical-anonymous-login-web-id.md:
title: Anonymous Login with WEB-ID
technical-hti-launch-compose.md:
title: HTI - Composing a launch
technical-hti-launch-receive.md:
title: HTI - Receiving a launch
technical-user-authentication.md:
title: User Authentication
technical-client-authentication.md:
title: Client Authentication
technical-research-data.md:
title: Research Data Access
technical-ephemeral-fhir-service.md:
title: Ephemeral FHIR Service
hackathon-hti-launch.md:
title: HTI Launch
#
#
# 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]
#
# ╭────────────────────────────────────────────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
Overview:
Overview: overview.html
Primary Use Case: primary-use-case.html
Standards and Specification:
Identity and IdP: identity.html
Anonymous Login: identity-anonymous-login.html
Pod Access: pod-access.html
Launch: launch.html
Audit logging: logging.html
Research Data:
Research Data Overview: research-data-overview.html
Data models:
Static Data: static-data.html
Dynamic Data: dynamic-data.html
FHIR Artifacts:
Profiles: artifacts.html#2
Extensions: artifacts.html#3
Value Sets: artifacts.html#4
Code Systems: artifacts.html#5
Examples: artifacts.html#6
Technical Walkthrough:
Authenticating the user: technical-user-authentication.html
Authenticating the application: technical-client-authentication.html
Accessing the Pod: technical-pod-access.html
Anonymous Login: technical-anonymous-login.html
Anonymous Login with WEB-ID: technical-anonymous-login-web-id.html
HTI, composing a launch: technical-hti-launch-compose.html
HTI, receiving a launch: technical-hti-launch-receive.html
Research Data Access: technical-research-data.html
Ephemeral FHIR Service: technical-ephemeral-fhir-service.html
Hackathon:
HTI Launch: hackathon-hti-launch.html