-
Notifications
You must be signed in to change notification settings - Fork 1
/
sushi-config.yaml
144 lines (128 loc) · 5.8 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
# ╭────────────────────────────────────────────────────────────────────────────────────────────────╮
# │ ACTION REQUIRED: REVIEW AND EDIT THIS FILE TO ENSURE IT ACCURATELY REFLECTS YOUR PROJECT! │
# │ │
# │ This file was generated from your existing project files and will be used for SUSHI │
# │ configuration from now on. You may delete your package.json as it is no longer needed. │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
# ╭──────────────────ImplementationGuide-hl7.fhir.us.subscriptions-backport.json───────────────────╮
# │ The properties below are used to create the ImplementationGuide resource. For a list of │
# │ supported properties, see: │
# │ http://build.fhir.org/ig/HL7/fhir-shorthand/branches/beta/sushi.html#ig-development │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
id: healthedata1-sandbox
extension:
- url: >-
http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status
valueCode: trial-use
- url: 'http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm'
valueInteger: 2
canonical: http://www.fhir.org/guides/healthedata1-sandbox
version: 0.1.0
name: HealtheData_1Sandbox
title: Health eData 1 Sandbox
status: active
publisher:
name: Health eData Inc
contact:
- telecom:
- system: email
value: 'mailto:[email protected]'
description: This is a **Healthedata1** sandbox for creation of resources and examples
license: CC0-1.0
fhirVersion: 4.0.1
dependencies:
hl7.fhir.us.core: 5.0.1
hl7.fhir.uv.sdc: 3.0.0
hl7.fhir.uv.bulkdata: 2.0.0
hl7.fhir.uv.smart-app-launch: 2.0.0
us.nlm.vsac:
uri: 'http://fhir.org/packages/us.nlm.vsac/ImplementationGuide/us.nlm.vsac'
version: 0.17.0
id: vsac
us.cdc.phinvads:
id: uscdcphinvads
uri: 'http://fhir.org/packages/us.cdc.phinvads/ImplementationGuide/us.cdc.phinvads'
version: 0.12.0
groups:
TestExamples:
name: Test Examples
description: Examples for Testing Stuff Out!!!
resources:
# - Patient/deceased-example
pages:
index.md:
title: Home
extension:
- url: >-
http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status
valueCode: draft
# background.md:
# # specification.md:
# # exchanging-clinical-data.md:
guidance.md:
title: Guidance
downloads.md:
title: Downloads
ImplementationGuide-healthedata1-sandbox.md:
title: CDex ImplementationGuide Resource
changes.md:
title: Change Log
examples.md:
title: Examples
parameters:
path-expansion-params: '../../input/_resources/exp-params.json' # for using US ed of SNOMED
show-inherited-invariants: true
usage-stats-opt-out: false
path-output: output #docs
path-resource:
- input/resources
- fsh-generated/resources
- input/intro-notes
#path-pages:
#- input/pagecontent
#- fsh-generated/includes
#- code: path-liquid #yes
# value: #path #A relative path that contains liquid templates for generating narrative
path-liquid: input/images/liquid
excludexml: true
excludejson: false
excludettl: true
excludemap: true
# excludeexample: true
# custom parameter also possible too
#foo: bar
# no-narrative:
# - '*/*' # does not seems to work
# - 'Patient/*'
# no-validate:
# - '*/*' # does not seems to work
# - 'StructureDefinition/*'
# version-comparison:
# - 4.0.0
# - 3.1.1
# - 2.0.0
# - 1.0.1
# ipa-comparison:
# - '{current}'
propagate-status: true
tabbed-snapshots: false
logging:
- tx #tx: Messages describing the use of the terminology server (for debugging)
- html #html: Log when validating an html page (troubleshooting only - leave off)
- generate #generate: Log when producing an individual resource (troubleshooting only - leave off)
- init #init: Messages describing the start up process (for debugging)
- progress #progress: Overall progress messages
copyrightYear: 2020+
releaseLabel: CI Build
# ╭────────────────────────────────────────────menu.xml────────────────────────────────────────────╮
# │ To use a provided ig-data/input/includes/menu.xml file, delete the "menu" property below. │
# ╰────────────────────────────────────────────────────────────────────────────────────────────────╯
menu:
IG Home: index.html
General Guidance: guidance.html
#Table of Contents: toc.html
Artifact Index: artifacts.html
Downloads: downloads.html
Change Log: changes.html
IG Page: 'ImplementationGuide-healthedata1-sandbox.html'
Examples: examples.html