generated from IHE/supplement-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsushi-config.yaml
111 lines (105 loc) · 4.37 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
# 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.pcc.fiio
canonical: https://profiles.ihe.net/PCC/FIIO
version: 0.0.1-current
name: IHE_PCC_FIIO
title: "FHIR International Patient Summary Implmentation Options"
description: Additional options for implementing the HL7 International Patient Summary FHIR document and associated testing requirements.
releaseLabel: ci-build
#releaseLabel: ballot
#releaseLabel: trial-use
#releaseLabel: release
#date: 2022-01-02
status: draft
publisher:
- name: IHE Patient Care Coordination Committee
- url: https://www.ihe.net/ihe_domains/patient_care_coordination/
- email: [email protected]
contact:
- name: IHE Patient Care Coordination 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: 2021+
dependencies:
hl7.fhir.uv.ips:
id: hl7ips
uri: http://hl7.org/fhir/uv/ips/ImplementationGuide/hl7.fhir.uv.ips
version: 1.1.x
ihe.pcc.odh:
id: ihepccodh
version: 1.0.0-comment
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'
# valueSets and codeSystems should be given OIDs, this is especially required if that codeSystem or valueSet is going to be used by CDA. IHE has an OID root that is managed https://wiki.ihe.net/index.php/OID_Registration, with a branch assigned to each IHE domain. Each IHE domain should have a page where they manage assignments within their branch. an OID should be assigned to each IG, and that OID placed below so that the IG publisher will manage OID assignment to all valueSets and codeSystems defined in that IG. The IG publisher will create an ./oids.ini in the project root that will need to be checked into your github repository.
# auto-oid-root: 1.3.6.1.4.1.19376.1.5....
#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. The order they appear here is the order they will appear in the TOC and on the next/prev navigation.
index.md:
title: ToDo Home
generation: markdown
volume-1.md:
title: 1:XX ToDo Volume 1
generation: markdown
domain-YY.md:
title: 2:3.YY Transaction one [Domain-YY]
generation: markdown
domain-ZZ.md:
title: 3:?.ZZ Content one [Domain-ZZ]
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:
Home: index.html
Volume 1:
Introduction: volume-1.html
Actors and Transactions: volume-1.html#actors-and-transactions
Actor Options: volume-1.html#actor-options
Required Actor Groupings: volume-1.html#required-groupings
Overview: volume-1.html#overview
Security Considerations: volume-1.html#security-considerations
Cross-Profile Considerations: volume-1.html#other-grouping
Volume 2:
"Transaction one [Domain-YY]": domain-YY.html
Volume 3:
"Content one [Domain-ZZ]": domain-ZZ.html
Artifacts: artifacts.html
Other:
Changes to Other IHE Specifications: other.html
Download and Analysis: download.html
Test Plan: testplan.html