From f6a8a6f5dfa0b87f166e98a1265a369b9dee5306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rutt=20Lindstr=C3=B6m?= <112903984+rlindstrm@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:36:48 +0200 Subject: [PATCH] Update testserver.md --- input/pagecontent/testserver.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/input/pagecontent/testserver.md b/input/pagecontent/testserver.md index 72ca440952..00db411204 100644 --- a/input/pagecontent/testserver.md +++ b/input/pagecontent/testserver.md @@ -7,13 +7,15 @@ Data created in UNICOM project can be viewed and accessed in [Product Browser](h Product Browser uses UNICOM FHIR server ([FHIR HAPI](https://hapifhir.io/hapi-fhir/docs/server_jpa/get_started.html)) API for data queries, and [visualisers](visualiser.html) for displaying the product data. The same software package is provided as a Docker image, and anyone can set up a similar server in their own environment and use it as IDMP playground. +A small set of IDMP-compatible data is available with the server. Bigger sets of IDMP-compatible data can be uploaded to the server if needed (please read the manual). The data has been provided by Swedish, Portuguese, and Estonian NCAs. + ### Testing toolbox as a docker image UNICOM testing toolbox includes: - preconfigured HAPI FHIR JPA server, -- product browser with visualisation, +- product browser with visualisation and validation functions, - all resources provided in UNICOM Implementation Guide (including terminology and mappings), - IDMP-compatible example data. -For setting up your own little instance of UNICOM, visit [UNICOM Test Lab GitHub](https://github.com/unicom-project-eu/UNICOM-test-lab). +For setting up your own instance of UNICOM, visit [UNICOM Test Lab GitHub](https://github.com/unicom-project-eu/UNICOM-test-lab).