generated from IHE/supplement-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sushi-config.yaml
121 lines (115 loc) · 4.41 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
# 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.svcm
canonical: https://profiles.ihe.net/ITI/SVCM
name: IHE_ITI_SVCM
title: "Sharing Valuesets, Codes, and Maps (SVCM)"
description: "The Sharing Valuesets, Codes, and Maps (SVCM) Profile defines a lightweight interface through which healthcare systems may retrieve centrally managed uniform nomenclature and mappings between code systems based on the HL7 Fast Healthcare Interoperability Resources (FHIR) specification."
#date: 2022-10-21
version: 1.5.2-current
releaseLabel: ci-build
#releaseLabel: ballot
#releaseLabel: Trial-Implementation
status: active
publisher:
- name: IHE IT Infrastructure Technical Committee
- url: https://www.ihe.net/ihe_domains/it_infrastructure/
- email: iti@ihe.net
contact:
- name: IHE IT Infrastructure Technical Committee
telecom:
- system: email
value: iti@ihe.net
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:
ihe.iti.balp: 1.1.x # current # 1.1.1
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'
#resources:
# list every example here 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
pages:
# itemize here each narrative page. Include assigned section numbers when appropriate
index.md:
title: Sharing Valuesets, Codes, and Maps (SVCM)
generation: markdown
volume-1.md:
title: 1:51 Sharing Valuesets, Codes, and Maps Volume 1
generation: markdown
ITI-95.md:
title: 2:3.95 Query Value Set [ITI-95]
generation: markdown
ITI-96.md:
title: 2:3.96 Query Code System [ITI-96]
generation: markdown
ITI-97.md:
title: 2:3.97 Expand Value Set [ITI-97]
generation: markdown
ITI-98.md:
title: 2:3.98 Lookup Code [ITI-98]
generation: markdown
ITI-99.md:
title: 2:3.99 Validate Code [ITI-99]
generation: markdown
ITI-100.md:
title: 2:3.100 Query Concept Map [ITI-100]
generation: markdown
ITI-101.md:
title: 2:3.101 Translate Code [ITI-101]
generation: markdown
testplan.md:
title: "Test Plan"
generation: markdown
other.md:
title: Changes to Other Specifications
generation: markdown
issues.md:
title: Significant Changes & Issues
generation: markdown
download.md:
title: "Download and Analysis"
generation: markdown
menu:
SVCM Home: index.html
Volume 1:
"Introduction": volume-1.html
"Actors and Transactions": volume-1.html#1511-svcm-actors-transactions-and-content-modules
"Actor Options": volume-1.html#1512-svcm-actor-options
"Required Actor Groupings": volume-1.html#1513-svcm-required-actor-groupings
"Overview": volume-1.html#1514-svcm-overview
"Security Considerations": volume-1.html#1515-svcm-security-considerations
"Cross-Profile Considerations": volume-1.html#1516-svcm-cross-profile-considerations
Volume 2:
"Query Value Set [ITI-95]": ITI-95.html
"Query Code System [ITI-96]": ITI-96.html
"Expand Value Set [ITI-97]": ITI-97.html
"Lookup Code [ITI-98]": ITI-98.html
"Validate Code [ITI-99]": ITI-99.html
"Query Concept Map [ITI-100]": ITI-100.html
"Translate Code [ITI-101]": ITI-101.html
Artifacts: artifacts.html
Other:
Test Plan: testplan.html
Changes to Other IHE Specifications: other.html
Download and Analysis: download.html