-
Notifications
You must be signed in to change notification settings - Fork 6
/
sushi-config.yaml
143 lines (142 loc) · 6.65 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
# ╭─────────────────────────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: hl7.fhir.au.ereq
canonical: http://hl7.org.au/fhir/ereq
name: AUeRequestingImplementationGuide
title: AU eRequesting Implementation Guide
description: This implementation guide is provided to support the use of FHIR®© for clinical requesting and ordering in an Australian context. , and defines the minimum set of constraints on the FHIR resources to create the AU eRequesting profiles.
status: draft # draft | active | retired | unknown
extension:
- url: http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status
valueCode: draft
- url: http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm #<<<<< the default FMM level for the artifacts in this IG
valueInteger: 0
version: 0.2.0-ci-build
fhirVersion: 4.0.1
copyright: Used by permission of HL7 International, all rights reserved Creative Commons License. HL7 Australia© 2024+; Licensed Under Creative Commons No Rights Reserved.
copyrightYear: 2024
releaseLabel: CI Build # ci-build | draft | qa-preview | ballot | trial-use | release | update | normative+trial-use
license: CC0-1.0
publisher:
name: HL7 Australia
url: https://confluence.hl7.org/display/HAFWG
# email: [email protected]
jurisdiction: urn:iso:std:iso:3166#AU
# 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:
hl7.fhir.au.base:
version: current
hl7.fhir.au.core:
version: current
# 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
conformance.md:
guidance.md:
future.md:
title: Future of AU eRequesting
relationship.md:
title: Relationships to Other Specifications
variance.md:
title: AU Variance Statement
auereqdi.md:
title: AU eRequesting Data for Interoperability Mappings
use-cases.md:
title: Use Cases
profiles-and-extensions.md:
capability-statements.md:
search-parameters-and-operations.md:
terminology.md:
actors.md:
title: Actor Definitions
examples.md:
support.md:
downloads.md:
license.md:
changes.md:
title: Change Log
# ImplementationGuide-hl7.fhir.au.erequesting.md:
# title: AU eRequesting ImplementationGuide Resource
parameters: # see https://confluence.hl7.org/display/FHIR/Implementation+Guide+Parameters
path-resource:
input/resources
fsh-generated/resources
path-pages:
- input/pagecontent
- input/intro-notes
- fsh-generated/includes
- input/resources
special-url:
https://ranzcr.com/fhir/ValueSet/radiology-referral
#- input/summaries
# path-expansion-params: '../../input/_resources/exp-params.json'
active-tables: false
apply-contact: true
apply-jurisdiction: true
apply-publisher: true
apply-version: true
show-inherited-invariants: false
usage-stats-opt-out: true
excludexml: false
excludejson: false
excludettl: false
excludemap: true
shownav: false
# generate: #what does this do - todo: remove and see4
# - xml
# - json
# no-validate:
# - '*/*' # does not seems to work
# - 'StructureDefinition/*'
# html-exempt:
# ipa-comparison:
# - '{current}'
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
releaselabel: CI Build
fmm-definition: https://build.fhir.org/ig/hl7au/au-fhir-base/generalguidance.html#maturity-levels
#
# 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
#
#
# ╭───────────────────────────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: HL7 Australia FHIR Work Group
telecom:
system: url # phone | fax | email | pager | url | sms | other
value: https://confluence.hl7.org/display/HAFWG
use: work