Skip to content

Commit e3becde

Browse files
committed
prep for release
1 parent d6bcda5 commit e3becde

File tree

3 files changed

+38
-34
lines changed

3 files changed

+38
-34
lines changed

input/pagecontent/download.md

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
You can also download:
3+
4+
- [this entire guide](full-ig.zip),
5+
- the definition resources in [json](definitions.json.zip), [xml](definitions.xml.zip), or [ttl](definitions.ttl.zip)
6+
- the example resources in [json](examples.json.zip), [xml](examples.xml.zip) or [ttl](examples.ttl.zip) format.
7+
8+
The source code for this Implementation Guide can be found on [IHE GitHub](https://github.com/IHE/ITI.mCSD).
9+
10+
#### Cross Version Analysis
11+
12+
{% include cross-version-analysis.xhtml %}
13+
14+
#### Dependency Table
15+
16+
{% include dependency-table.xhtml %}
17+
18+
#### Globals Table
19+
20+
{% include globals-table.xhtml %}
21+
22+
#### IP Statements
23+
24+
{% include ip-statements.xhtml %}

input/pagecontent/index.md

+5-29
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ The loosely coupled design and flexible querying capability of the mCSD
66
Profile means it can be deployed within a variety of eHealth
77
architectures and support a wide array of care workflows.
88

9-
109
<div markdown="1" class="stu-note">
1110

1211
| [Significant Changes, Open, and Closed Issues](issues.html) |
@@ -17,6 +16,7 @@ architectures and support a wide array of care workflows.
1716
</div>
1817

1918
### Organization of This Guide
19+
2020
This guide is organized into the following four main sections:
2121

2222
1. Volume 1: Profiles
@@ -32,8 +32,10 @@ This guide is organized into the following four main sections:
3232
2. Volume 2: Transaction Detail
3333
1. [Find Matching Care Services \[ITI-90\]](ITI-90.html)
3434
2. [Request Care Services Updates \[ITI-91\]](ITI-91.html)
35-
3. [Test Plan](testplan.html)
36-
4. [Changes to other Profiles](other.html)
35+
3. Other
36+
1. [Test Plan](testplan.html)
37+
2. [Changes to Other IHE Specifications](other.html)
38+
3. [Download and Analysis](download.html)
3739

3840
Click on any of the links above, navigate the contents using the [table of contents](toc.html), or
3941
if you are looking for a specific artifact, check out the [index](artifacts.html).
@@ -43,29 +45,3 @@ if you are looking for a specific artifact, check out the [index](artifacts.html
4345
IHE uses the normative words: Shall, Should, and May according to [standards conventions](https://profiles.ihe.net/GeneralIntro/ch-E.html).
4446

4547
mCSD uses ```Must Support``` in StructureDefinition profiles. This is equivalent to the IHE use of **R2** as defined in [Appendix Z](https://profiles.ihe.net/ITI/TF/Volume2/ch-Z.html#z.10-profiling-conventions-for-constraints-on-fhir).
46-
47-
### Download
48-
49-
You can also download:
50-
51-
* [this entire guide](full-ig.zip),
52-
* the definition resources in [json](definitions.json.zip), [xml](definitions.xml.zip), [ttl](definitions.ttl.zip), or [csv](csvs.zip) format, or
53-
* the example resources in [json](examples.json.zip), [xml](examples.xml.zip) or [ttl](examples.ttl.zip) format.
54-
55-
The source code for this Implementation Guide can be found on [IHE GitHub](https://github.com/IHE/ITI.mCSD).
56-
57-
#### Cross Version Analysis
58-
59-
{% include cross-version-analysis.xhtml %}
60-
61-
#### Dependency Table
62-
63-
{% include dependency-table.xhtml %}
64-
65-
#### Globals Table
66-
67-
{% include globals-table.xhtml %}
68-
69-
#### IP Statements
70-
71-
{% include ip-statements.xhtml %}

sushi-config.yaml

+9-5
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: "Mobile Care Services Discovery (mCSD)"
66
#releaseLabel: ci-build
77
releaseLabel: Trial-Implementation
88
#releaseLabel: ballot
9-
#date: 2022-08-12
9+
date: 2024-12-12
1010
status: active
1111
publisher:
1212
- name: IHE IT Infrastructure Technical Committee
@@ -24,7 +24,7 @@ jurisdiction: 'http://unstats.un.org/unsd/methods/m49/m49.htm#001'
2424
#copyright: IHE http://www.ihe.net/Governance/#Intellectual_Property
2525
copyrightYear: 2022+
2626
dependencies:
27-
ihe.iti.balp: current # 1.1.1
27+
ihe.iti.balp: 1.1.x # 1.1.1
2828

2929

3030

@@ -70,7 +70,9 @@ pages:
7070
other.md:
7171
title: Changes to Other Documents
7272
generation: markdown
73-
73+
download.md:
74+
title: "Download and Analysis"
75+
generation: markdown
7476

7577
menu:
7678
mCSD Home: index.html
@@ -87,6 +89,8 @@ menu:
8789
Volume 2:
8890
"Find Matching Care Services [ITI-90]": ITI-90.html
8991
"Request Care Services Updates [ITI-91]": ITI-91.html
90-
Test Plan: testplan.html
9192
Artifacts: artifacts.html
92-
Other: other.html
93+
Other:
94+
Changes to Other IHE Specifications: other.html
95+
Download and Analysis: download.html
96+
Test Plan: testplan.html

0 commit comments

Comments
 (0)