Skip to content

Commit dbb2342

Browse files
authored
Merge pull request #30 from IHE/3.5.0-release
3.5.0 release
2 parents 311193d + b8c0bcd commit dbb2342

11 files changed

+24
-216
lines changed

.gitignore

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@ fsh-generated
77
www
88

99
# macos
10-
.DS_Store
10+
.DS_Store
11+
/_genonce.sh
12+
/_updatePublisher.sh
13+
/_gencontinuous.bat
14+
/_gencontinuous.sh
15+
/_genonce.bat

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Advanced work on converting mCSD to an IG build. This is NOT normative or approv
55
Currently conformance resources have been created, but no text has been migrated.
66

77
Mobile Care Services Discovery
8-
* https://profiles.ihe.net/ITI/
9-
* https://www.ihe.net/uploadedFiles/Documents/ITI/IHE_ITI_Suppl_mCSD.pdf
8+
* https://profiles.ihe.net/ITI/mCSD
9+
* historic https://www.ihe.net/uploadedFiles/Documents/ITI/IHE_ITI_Suppl_mCSD.pdf
1010

1111
* continuous build https://build.fhir.org/ig/IHE/ITI.mCSD/branches/main/
1212

_gencontinuous.bat

-2
This file was deleted.

_gencontinuous.sh

-2
This file was deleted.

_genonce.bat

-27
This file was deleted.

_genonce.sh

-28
This file was deleted.

_updatePublisher.sh

-129
This file was deleted.

ig.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[IG]
22
ig = fsh-generated\resources\ImplementationGuide-ihe.iti.mcsd.json
33
template = #ihe-template-no-numbers
4-
usage-stats-opt-out = false
4+

package-list.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"package-id" : "ihe.iti.mcsd",
33
"title" : "IHE ITI Mobile Care Services Discovery",
4-
"canonical" : "http://profiles.ihe.net/ITI/mCSD",
4+
"canonical" : "https://profiles.ihe.net/ITI/mCSD",
55
"introduction" : "## The IHE Mobile Care Services Discovery (mCSD)\r\nThis IG provides a transaction for mobile and lightweight browser-based applications to find and update care services resources.",
66
"category": "Administration",
77
"list" : [{
@@ -12,20 +12,20 @@
1212
"current" : true
1313
},
1414
{
15-
"version" : "3.4.1",
16-
"date" : "2022-01-12",
17-
"desc" : "Public Comment - Converted to IG publisher",
18-
"path" : "http://profiles.ihe.net/ITI/mCSD/3.4.0",
19-
"status" : "ballot",
15+
"version" : "3.5.0",
16+
"date" : "2022-03-01",
17+
"desc" : "Normative release for Trial Implementation - Converted to IG publisher and google analytics",
18+
"path" : "https://profiles.ihe.net/ITI/mCSD/3.5.0",
19+
"status" : "trial-use",
2020
"fhirversion": "4.0.1",
21-
"sequence" : "Public-Comment",
21+
"sequence" : "Trial Implementation",
2222
"current": true
2323
},
2424
{
2525
"version" : "3.4.0",
2626
"date" : "2022-01-12",
2727
"desc" : "Public Comment - Converted to IG publisher",
28-
"path" : "http://profiles.ihe.net/ITI/mCSD/3.4.0",
28+
"path" : "https://profiles.ihe.net/ITI/mCSD/3.4.0",
2929
"status" : "ballot",
3030
"fhirversion": "4.0.1",
3131
"sequence" : "Public-Comment",
@@ -35,7 +35,7 @@
3535
"version" : "3.3.0",
3636
"date" : "2021-07-02",
3737
"desc" : "Last PDF Trial Implementation",
38-
"path" : "https://www.ihe.net/uploadedFiles/Documents/ITI/IHE_ITI_Suppl_mCSD.pdf",
38+
"path" : "https://www.ihe.net/uploadedFiles/Documents/ITI/IHE_ITI_Suppl_mCSD_Rev3-3_TI_2021-07-02.pdf",
3939
"status" : "trial-use",
4040
"fhirversion" : "4.0.1",
4141
"sequence" : "Trial Implementation",

publish.ini

-10
This file was deleted.

sushi-config.yaml

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
id: ihe.iti.mcsd
2-
canonical: http://profiles.ihe.net/ITI/mCSD
3-
version: 3.4.1
4-
name: IHE_mCSD
2+
canonical: https://profiles.ihe.net/ITI/mCSD
3+
version: 3.5.0
4+
name: IHE_ITI_mCSD
55
title: "Mobile Care Services Discovery (mCSD)"
6-
releaseLabel: ci-build
7-
#date: 2022-01-12
6+
#releaseLabel: ci-build
7+
releaseLabel: Trial-Implementation
8+
date: 2022-03-01
89
status: active
910
publisher:
1011
- name: IHE IT Infrastructure Technical Committee

0 commit comments

Comments
 (0)