Skip to content

Commit 7c9bccd

Browse files
committed
change canonical to https
1 parent 3507c02 commit 7c9bccd

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

input/implementationguide-IHE.FormatCode.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ImplementationGuide for <a href="https://wiki.ihe.net/index.php/IHE_Format_Codes
1010
<extension url="http://hl7.org/fhir/StructureDefinition/resource-approvalDate">
1111
<valueDate value="2022-03-01"/>
1212
</extension>
13-
<url value="http://profiles.ihe.net/fhir/ihe.formatcode.fhir/ImplementationGuide/ihe.formatcode.fhir" />
13+
<url value="https://profiles.ihe.net/fhir/ihe.formatcode.fhir/ImplementationGuide/ihe.formatcode.fhir" />
1414
<version value="1.1.0" />
1515
<name value="IHE_FORMATCODE" />
1616
<title value="IHE FormatCode Vocabulary" />

input/resources/Bundle-history-IHE-formatcode.valueset.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<type value="collection"/>
66
<!-- includes Provenance record for each revision of the IHE FormatCode ValueSet-->
77
<entry xmlns="http://hl7.org/fhir">
8-
<fullUrl value="http://profiles.ihe.net/fhir/ihe.formatcode.fhir/Provenance/20201028"/>
8+
<fullUrl value="https://profiles.ihe.net/fhir/ihe.formatcode.fhir/Provenance/20201028"/>
99
<resource>
1010
<Provenance>
1111
<id value="formatcode-provenance-20201028"/>

input/resources/codesystem-formatcode.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The actual list of codes is intended to be extensible.
7474
<!-- could define our own property as we are actually including the cda-template ID as a comment, it is really not a comment
7575
<property>
7676
<code value="CDA-Template" />
77-
<uri value="http://profiles.ihe.net/fhir/formatcode#CDA-Template"/>
77+
<uri value="https://profiles.ihe.net/fhir/formatcode#CDA-Template"/>
7878
<description value="Indicates the CDA-Template to use with the given formatCode, when CDA mime-type is used."/>
7979
<type value="string" />
8080
</property>

package-list.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"package-id":"ihe.formatcode.fhir",
33
"title":"IHE FormatCode Vocabulary",
4-
"canonical":"http://profiles.ihe.net/fhir/ihe.formatcode.fhir",
4+
"canonical":"https://profiles.ihe.net/fhir/ihe.formatcode.fhir",
55
"introduction":"## The IHE FormatCode Terminology\r\nThis IHE Implementation Guide defines the IHE FormatCode vocabulary used in Document Sharing.",
66
"category":"EHR Access",
77
"list":[{
88
"version":"current",
99
"desc":"Continuous Integration Build (latest in version control)",
10-
"path":"http://build.fhir.org/ig/IHE/FormatCode",
10+
"path":"https://build.fhir.org/ig/IHE/FormatCode",
1111
"status":"ci-build",
1212
"current":true
1313
},
@@ -16,7 +16,7 @@
1616
"version":"1.1.0",
1717
"date":"2022-03-01",
1818
"desc":"Release version with minor fixes and google analytics",
19-
"path":"http://profiles.ihe.net/fhir/ihe.formatcode.fhir/1.1.0",
19+
"path":"https://profiles.ihe.net/fhir/ihe.formatcode.fhir/1.1.0",
2020
"status":"release",
2121
"current":true,
2222
"fhirversion":"4.0.1",
@@ -26,7 +26,7 @@
2626
"version":"1.0.0",
2727
"date":"2021-06-03",
2828
"desc":"Release version with missing Pharmacy codes",
29-
"path":"http://profiles.ihe.net/fhir/ihe.formatcode.fhir/1.0.0",
29+
"path":"https://profiles.ihe.net/fhir/ihe.formatcode.fhir/1.0.0",
3030
"status":"release",
3131
"current":false,
3232
"fhirversion":"4.0.1",
@@ -36,7 +36,7 @@
3636
"version":"0.2.4",
3737
"date":"2021-03-17",
3838
"desc":"Second release version with new 360X codes",
39-
"path":"http://profiles.ihe.net/fhir/ihe.formatcode.fhir/0.2.4",
39+
"path":"https://profiles.ihe.net/fhir/ihe.formatcode.fhir/0.2.4",
4040
"status":"release",
4141
"current":false,
4242
"fhirversion":"4.0.1",
@@ -46,7 +46,7 @@
4646
"version":"0.2.2",
4747
"date":"2020-08-14",
4848
"desc":"Initial release version",
49-
"path":"http://profiles.ihe.net/fhir/ihe.formatcode.fhir/0.2.2",
49+
"path":"https://profiles.ihe.net/fhir/ihe.formatcode.fhir/0.2.2",
5050
"status":"release",
5151
"current":false,
5252
"fhirversion":"4.0.1",

publish.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[website]
22
style=fhir.layout
33
server=apache
4-
url=http://profiles.ihe.net/fhir/ihe.formatcode.fhir
4+
url=https://profiles.ihe.net/fhir/ihe.formatcode.fhir
55
org=IHE
66

77

0 commit comments

Comments
 (0)