generated from IHE/supplement-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
sushi-config.yaml
158 lines (145 loc) · 6.12 KB
/
sushi-config.yaml
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
# sushi-config.yaml is documented https://fshschool.org/docs/sushi/configuration/
# ───────────────────────────────────────────────────
# the id should be lowercase made up of "ihe." + {domain acronym} + "." + {profile acronym/short-name}
# e.g. ihe.iti.mhds, or ihe.iti.basicaudit
id: ihe.iti.dsubm
canonical: https://profiles.ihe.net/ITI/DSUBm
version: 1.0.1-current
name: IHE_ITI_DSUBm
title: "Document Subscription for Mobile (DSUBm)"
description: profile describes the use of document subscription and notification mechanisms for RESTful applications.
releaseLabel: ci-build
#releaseLabel: Trial-Implementation
#releaseLabel: ballot
#date: 2024-02-29
status: active
publisher:
## Find your domain contact on the https://www.ihe.net/ihe_domains page
- name: IHE IT Infrastructure Technical Committee
- url: https://www.ihe.net/ihe_domains/it_infrastructure/
- email: [email protected]
contact:
- name: IHE IT Infrastructure Technical Committee
telecom:
- system: email
value: [email protected]
license: CC-BY-4.0
fhirVersion: 4.0.1
jurisdiction: 'http://unstats.un.org/unsd/methods/m49/m49.htm#001'
#copyright: IHE http://www.ihe.net/Governance/#Intellectual_Property
copyrightYear: 2023+
dependencies:
hl7.fhir.uv.subscriptions-backport.r4:
version: 1.1.x
uri: http://hl7.org/fhir/uv/subscriptions-backport/ImplementationGuide/hl7.fhir.uv.subscriptions-backport
ihe.iti.mhd:
version: 4.2.x
uri: https://profiles.ihe.net/ITI/MHD/ImplementationGuide/ihe.iti.mhd
ihe.iti.balp:
id: iheitibasicaudit
uri: https://profiles.ihe.net/ITI/BALP/ImplementationGuide/ihe.iti.balp
version: 1.1.x
# hl7.terminology.r5: 5.3.0
# hl7.fhir.uv.extensions: current
parameters: # see https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters
path-resource:
- input/resources
- fsh-generated/resources
- input/examples
# path-pages:
# - input/pagecontent
# - fsh-generated/includes
show-inherited-invariants: 'false'
usage-stats-opt-out: 'false'
logging: progress
shownav: 'true'
active-tables: 'false'
apply-contact: 'true'
apply-jurisdiction: 'true'
apply-publisher: 'true'
apply-version: 'true'
# list every examplehere with a name, description and that exampleBoolean is true; These are used to populate the artifacts page, and are needed to eliminate build warnings
# You may delay filling out this section until you approach publication as it is merely a nice to have and eliminates build warnings -- If you do this then you will need above the autoload-resources true
#resources:
# Subscription/Subscription:
# Patient/my-example-patient:
# name: My Example Patient
# description: An example Patient
# exampleBoolean: true
# Patient/bad-example: omit
# Subscription/DSUBm-Subscription:
# name: my example Subscription
# description: aAn example of Subscription
groups:
CanonicalSubscriptionTopic:
name: Canonical SubscriptionTopic
description: Artifacts related to Basic resource representing the possible topic used in DSUBm
resources:
- SubscriptionTopic/DSUBm-SubscriptionTopic-Folder-Subscription-for-Full-Events
- SubscriptionTopic/DSUBm-SubscriptionTopic-SubmissionSet-MultiPatient
- SubscriptionTopic/DSUBm-SubscriptionTopic-Folder-Subscription-MinUpdateOpt
- SubscriptionTopic/DSUBm-SubscriptionTopic-Folder-Subscription-UpdateOpt
- SubscriptionTopic/DSUBm-SubscriptionTopic-DocumentReference-PatientDependent
- SubscriptionTopic/DSUBm-SubscriptionTopic-DocReference-PatientDependent-MinUpdate
- SubscriptionTopic/DSUBm-SubscriptionTopic-DocumentReference-MultiPatient
- SubscriptionTopic/DSUBm-SubscriptionTopic-DocReference-MultiPatient-MinUpdate
- SubscriptionTopic/DSUBm-SubscriptionTopic-DocReference-PatientDependent-AllEvents
- SubscriptionTopic/DSUBm-SubscriptionTopic-DocReference-MultiPatient-AllEvents
- SubscriptionTopic/DSUBm-SubscriptionTopic-Basic-Folder-Subscription
- SubscriptionTopic/DSUBm-SubscriptionTopic-SubmissionSet-PatientDependent
pages:
# itemize here each narrative page. Include assigned section numbers when appropriate. The order they appear here is the order they will appear in the TOC and on the next/prev navigation.
index.md:
title: Document Subscription for Mobile (DSUBm) Home
generation: markdown
volume-1.md:
title: 1:54 Document Subscription for Mobile (DSUBm)
generation: markdown
ITI-110.md:
title: 2:3.110 Resource Subscription [ITI-110]
generation: markdown
ITI-111.md:
title: 2:3.111 Resource Publish [ITI-111]
generation: markdown
ITI-112.md:
title: 2:3.112 Resource Notify [ITI-112]
generation: markdown
ITI-113.md:
title: 2:3.113 Resource Subscription Search [ITI-113]
generation: markdown
ITI-114.md:
title: 2:3.114 Resource SubscriptionTopic Search [ITI-114]
generation: markdown
testplan.md:
title: "Test Plan"
generation: markdown
other.md:
title: Changes to Other IHE Specifications
generation: markdown
download.md:
title: "Download and Analysis"
generation: markdown
issues.md:
title: Significant Changes and Issues
generation: markdown
menu:
DSUBm Home: index.html
Volume 1:
# Introduction: volume-1.html
Actors and Transactions: volume-1.html#1541-dsubm-actors-transactions-and-content-modules
Actor Options: volume-1.html#1542-actor-options
Required Groupings: volume-1.html#1543-required-actor-groupings
Overview: volume-1.html#1544-dsubm-overview
Security Considerations: volume-1.html#1545-security-considerations
Cross-Profile Considerations: volume-1.html#1546-cross-profile-considerations
Volume 2:
"Resource Subscription [ITI-110]": ITI-110.html
"Resource Publish [ITI-111]": ITI-111.html
"Resource Notify [ITI-112]": ITI-112.html
"Resource Subscription Search [ITI-113]": ITI-113.html
"Resource SubscriptionTopic Search [ITI-114]": ITI-114.html
Artifacts: artifacts.html
Other:
Changes to Other IHE Specifications: other.html
Download and Analysis: download.html
Test Plan: testplan.html