diff --git a/.gitignore b/.gitignore
index 448abcc..cda3fd6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,4 @@ temp/**
template/**
.vscode/**
*.jar
-www/*
-!www/package-list.json
-!www/publish.ini
fsh-generated/**
\ No newline at end of file
diff --git a/input/ch.fhir.ig.ch-epr-mhealth.xml b/input/ch.fhir.ig.ch-epr-mhealth.xml
index 7ea3524..035b997 100644
--- a/input/ch.fhir.ig.ch-epr-mhealth.xml
+++ b/input/ch.fhir.ig.ch-epr-mhealth.xml
@@ -9,12 +9,12 @@
-
+
-
+
@@ -37,12 +37,12 @@
-
+
-
+
@@ -456,8 +456,8 @@
-
-
+
+
diff --git a/input/pagecontent/index.md b/input/pagecontent/index.md
index ea1b2ae..954c5f6 100644
--- a/input/pagecontent/index.md
+++ b/input/pagecontent/index.md
@@ -10,12 +10,13 @@ and [Italian](https://www.admin.ch/opc/it/classified-compilation/20111795/index.
-| [Significant Changes, Open, and Closed Issues](openissues.html) |
-{: .grid}
+This implementation guide is under ballot for DSTU 2 by [HL7 Switzerland](https://www.hl7.ch/) until September 30th, 2022 midnight. Please add your feedback via the 'Propose a change'-link in the footer on the page where you have comments.
+
+[Significant Changes, Open and Closed Issues](openissues.html)
-**Download**: You can download this implementation guide in npm format from [here](package.tgz).
+**Download**: You can download this implementation guide in [NPM format](https://confluence.hl7.org/display/FHIR/NPM+Package+Specification) from [here](package.tgz).
### Conformance Expectations
diff --git a/www/package-list.json b/package-list.json
similarity index 84%
rename from www/package-list.json
rename to package-list.json
index fa64901..faedb61 100644
--- a/www/package-list.json
+++ b/package-list.json
@@ -12,15 +12,24 @@
"status": "ci-build",
"current": true
},
+ {
+ "version": "1.1.0",
+ "date": "2022-07-07",
+ "desc": "HL7 Switzerland Informative Ballot DSTU 2",
+ "path": "http://fhir.ch/ig/ch-epr-mhealth/1.1.0",
+ "status": "trial-use",
+ "sequence" : "DSTU 2",
+ "fhirversion": "4.0.1",
+ "current": true
+ },
{
"version": "1.0.0",
"date": "2021-12-22",
"desc": "eHealth Suisse DSTU 1",
- "path": "http://fhir.ch/ig/ch-epr-mhealth",
+ "path": "http://fhir.ch/ig/ch-epr-mhealth/1.0.0",
"status": "trial-use",
"sequence" : "DSTU 1",
- "fhirversion": "4.0.1",
- "current": true
+ "fhirversion": "4.0.1"
},
{
"version": "0.2.0",
diff --git a/www/publish.ini b/www/publish.ini
deleted file mode 100644
index 83f16e0..0000000
--- a/www/publish.ini
+++ /dev/null
@@ -1,10 +0,0 @@
-[website]
-style=fhir.layout
-server=apache
-url=http://fhir.ch/ig/ch-epr-mhealth
-org=eHealth Suisse
-no-registry=1
-
-[feeds]
-package=package-feed.xml
-publication=publication-feed.xml
\ No newline at end of file