From 37183339b1b3db8628202f6cc2db6d5090c433e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Rinnetm=C3=A4ki?= Date: Tue, 30 Dec 2025 17:58:42 +0200 Subject: [PATCH 1/3] Fix image url This is a copy-paste error from another definition, right? The proper url is in rendering section. --- credentials/v1/PatientSummary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/credentials/v1/PatientSummary.json b/credentials/v1/PatientSummary.json index d667d75..f2426a6 100644 --- a/credentials/v1/PatientSummary.json +++ b/credentials/v1/PatientSummary.json @@ -18,7 +18,7 @@ "background_color": "#87c9fb", "text_color": "#FFFFFF", "logo": { - "uri": "https://alennusperuste.todiste.fi/img/ips.png", + "uri": "https://ips.todiste.fi/img/ips.png", "alt_text": "IPS" }, "rendering": { From 670a5172d040b89c5cbbd430320f9cbc81ccf8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Rinnetm=C3=A4ki?= Date: Tue, 30 Dec 2025 18:00:50 +0200 Subject: [PATCH 2/3] Add missing claim The IPS also includes the History of Procedures section. --- credentials/v1/PatientSummary.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/credentials/v1/PatientSummary.json b/credentials/v1/PatientSummary.json index f2426a6..9222003 100644 --- a/credentials/v1/PatientSummary.json +++ b/credentials/v1/PatientSummary.json @@ -178,6 +178,18 @@ ], "mandatory": false }, + { + "path": ["sectionProcedures"], + "display": [ + { + "lang": "en", + "locale": "en", + "label": "History of Procedures", + "description": "IPS History of Procedures Section" + } + ], + "mandatory": false + }, { "path": ["sectionMedicalDevices"], "display": [ From 4a6a5ce678574a2080d6c70a5728e25cdf25bf37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20Rinnetm=C3=A4ki?= Date: Tue, 30 Dec 2025 18:04:07 +0200 Subject: [PATCH 3/3] Fine-tune labels and descriptions Allergies _and_ intolerances, so & seems more applicable. Let's still keep the labels short when we can. Add Section to description of Functional Status, as all other sections have it. --- credentials/v1/PatientSummary.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/credentials/v1/PatientSummary.json b/credentials/v1/PatientSummary.json index 9222003..edd6614 100644 --- a/credentials/v1/PatientSummary.json +++ b/credentials/v1/PatientSummary.json @@ -136,7 +136,7 @@ { "lang": "en", "locale": "en", - "label": "Allergies / Intolerances", + "label": "Allergies & Intolerances", "description": "IPS Allergies and Intolerances Section" } ], @@ -184,7 +184,7 @@ { "lang": "en", "locale": "en", - "label": "History of Procedures", + "label": "Procedures", "description": "IPS History of Procedures Section" } ], @@ -233,7 +233,7 @@ "lang": "en", "locale": "en", "label": "Functional Status", - "description": "IPS Functional Status" + "description": "IPS Functional Status Section" } ], "mandatory": false