From a09d04b49860dc6825f551c2ec2b02e0c8f4e36f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Rinnetm=C3=A4ki?= Date: Tue, 14 Feb 2023 19:12:49 +0200 Subject: [PATCH 1/4] Fix code systems @mikajylha OK like this? Please check. --- input/examples/organization-Toimintayksikko | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/input/examples/organization-Toimintayksikko b/input/examples/organization-Toimintayksikko index 94a7362..5b27996 100644 --- a/input/examples/organization-Toimintayksikko +++ b/input/examples/organization-Toimintayksikko @@ -13,7 +13,7 @@ { "coding": [ { - "system": "http://terminology.hl7.org/3.1.0/CodeSystem-organization-type", + "system": "http://hl7.org/fhir/ValueSet/organization-type", "code": "govt" } ] @@ -22,7 +22,8 @@ "name": "Esko-Testi pp HVA", "telecom": [ { - "system": "phone", + "system": "http://hl7.org/fhir/contact-point-system", + "code": "phone", "value": "0404040404" } ], From 9218f2de0943c2f82d9eeaa21f0e8639a3a96ac1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Rinnetm=C3=A4ki?= Date: Tue, 14 Feb 2023 19:16:14 +0200 Subject: [PATCH 2/4] Fix coding OK like this @Marvasuo? Please check. --- input/fsh/examples/patientOfMunicipality.fsh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/input/fsh/examples/patientOfMunicipality.fsh b/input/fsh/examples/patientOfMunicipality.fsh index 1d67c70..6d1cd78 100644 --- a/input/fsh/examples/patientOfMunicipality.fsh +++ b/input/fsh/examples/patientOfMunicipality.fsh @@ -12,8 +12,10 @@ Usage: #example * name * given = "Testi" * family = "Henkilö" -* telecom.system = #phone -* telecom.value = "+358401234657" +* telecom + * system = "http://hl7.org/fhir/contact-point-system" + * code = #phone + * value = "+358401234657" * address.use = #home * address.line[0] = "Testikatu 1" * address.line[+] = "37910 Akaa" From b6b407124783e71242819dc8a289ac649a48b25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Rinnetm=C3=A4ki?= Date: Fri, 17 Feb 2023 13:11:24 +0200 Subject: [PATCH 3/4] Revert "Fix coding" This reverts commit 9218f2de0943c2f82d9eeaa21f0e8639a3a96ac1. --- input/fsh/examples/patientOfMunicipality.fsh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/input/fsh/examples/patientOfMunicipality.fsh b/input/fsh/examples/patientOfMunicipality.fsh index 6d1cd78..1d67c70 100644 --- a/input/fsh/examples/patientOfMunicipality.fsh +++ b/input/fsh/examples/patientOfMunicipality.fsh @@ -12,10 +12,8 @@ Usage: #example * name * given = "Testi" * family = "Henkilö" -* telecom - * system = "http://hl7.org/fhir/contact-point-system" - * code = #phone - * value = "+358401234657" +* telecom.system = #phone +* telecom.value = "+358401234657" * address.use = #home * address.line[0] = "Testikatu 1" * address.line[+] = "37910 Akaa" From 8dac075c3ad57aeb4f0ce8b12fcf3572976ffc3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Rinnetm=C3=A4ki?= Date: Fri, 17 Feb 2023 13:13:50 +0200 Subject: [PATCH 4/4] Revert "Fix code systems" This reverts part of the commit a09d04b49860dc6825f551c2ec2b02e0c8f4e36f. --- input/examples/organization-Toimintayksikko | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/input/examples/organization-Toimintayksikko b/input/examples/organization-Toimintayksikko index 5b27996..da1079a 100644 --- a/input/examples/organization-Toimintayksikko +++ b/input/examples/organization-Toimintayksikko @@ -22,8 +22,7 @@ "name": "Esko-Testi pp HVA", "telecom": [ { - "system": "http://hl7.org/fhir/contact-point-system", - "code": "phone", + "system": "phone", "value": "0404040404" } ],