Skip to content

Commit

Permalink
added remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
SvenSommer committed Jul 30, 2024
1 parent fc2057c commit ff33fe0
Show file tree
Hide file tree
Showing 14 changed files with 430 additions and 144 deletions.
18 changes: 9 additions & 9 deletions projects/erp/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"profiles_to_compare": [
{
"id": "10ac71f3-3204-4b82-b8a3-f7ecc4a7a98a",
"version": "1.0",
"version": "1.1",
"status": "active",
"mappings": {
"sourceprofiles": [
Expand Down Expand Up @@ -47,7 +47,7 @@
},
{
"id": "477e227a-6664-437d-8084-325bc9d25405",
"version": "1.0",
"version": "1.1",
"status": "active",
"mappings": {
"sourceprofiles": [
Expand Down Expand Up @@ -86,7 +86,7 @@
},
{
"id": "615205d2-7288-47ce-a65a-009c37ed8447",
"version": "1.0",
"version": "1.1",
"status": "active",
"mappings": {
"sourceprofiles": [
Expand All @@ -107,7 +107,7 @@
},
{
"id": "5208113a-6fcc-45ba-a9f7-d8fdb14a1ed9",
"version": "1.0",
"version": "1.1",
"status": "active",
"mappings": {
"sourceprofiles": [
Expand All @@ -128,7 +128,7 @@
},
{
"id": "0760ae49-8551-459b-bc65-39bfb47697f8",
"version": "1.0",
"version": "1.1",
"status": "active",
"mappings": {
"sourceprofiles": [
Expand All @@ -149,7 +149,7 @@
},
{
"id": "79595f0e-d292-4c12-9413-cb8836d7de34",
"version": "1.0",
"version": "1.1",
"status": "active",
"mappings": {
"sourceprofiles": [
Expand All @@ -170,7 +170,7 @@
},
{
"id": "aeeb2f06-297e-4ed9-b189-d0030fd883fe",
"version": "1.0",
"version": "1.1",
"status": "active",
"mappings": {
"sourceprofiles": [
Expand All @@ -191,7 +191,7 @@
},
{
"id": "86750842-3975-4344-9656-48d74c5d8a00",
"version": "1.0",
"version": "1.1",
"status": "active",
"mappings": {
"sourceprofiles": [
Expand All @@ -212,7 +212,7 @@
},
{
"id": "db59e5db-b93d-4a34-82b3-948bb1656392",
"version": "1.0",
"version": "1.1",
"status": "active",
"mappings": {
"sourceprofiles": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ <h2>Mapping: GEM_ERP_PR_MedicationDispense|1.3.1 in EPAMedicationDispense|1.1.0-


<p>Target Profile: <a href="https://simplifier.net/packages/de.gematik.epa.medication/1.1.0-rc1/files/2465056" target="_blank">EPAMedicationDispense|1.1.0-rc1</a></p>
<p>Version: 1.0, Status: active</p>
<p>Last updated on: 2024-07-30 17:55:12</p>
<p>Version: 1.1, Status: active</p>
<p>Last updated on: 2024-07-30 21:27:43</p>
</div>
<div style="flex: 1; display: flex; justify-content: flex-end;">
<div>
Expand Down Expand Up @@ -1111,7 +1111,7 @@ <h3>Color Legend:</h3>

</tr>

<tr class="row-use">
<tr class="row-manual">
<td>MedicationDispense.subject.identifier

</td>
Expand All @@ -1132,7 +1132,7 @@ <h3>Color Legend:</h3>

</td>

<td>Property and value(s) will be retained</td>
<td>Ist mit der Krankenversichertennummer des Versicherten im System "<a href="http://fhir.de/sid/gkv/kvid-10" target="_blank">http://fhir.de/sid/gkv/kvid-10</a>" zu befüllen.</td>

</tr>

Expand Down Expand Up @@ -1440,17 +1440,19 @@ <h3>Color Legend:</h3>
</table>
<script>
$(document).ready(function () {
var warningsVisible = true;
var warningsVisible = false;
var numberOfWarnings = 0;

$('#resultsTable').DataTable({
'pageLength': -1,
'lengthMenu': [[10, 25, 50, 100, 500, -1], [10, 25, 50, 100, 500, 'All']],
'dom': '<"top"f>rt<"bottom"ilp><"clear">',
'initComplete': function() {
var buttonHtml = '<button id="toggleWarnings"><i class="fas fa-exclamation-triangle"></i> hide warnings (' + numberOfWarnings + ')</button>';
var buttonHtml = '<button id="toggleWarnings"><i class="fas fa-exclamation-triangle"></i> show warnings (' + numberOfWarnings + ')</button>';
$('#resultsTable_filter').prepend(buttonHtml);

$('.warning-column').hide(); // Hide warnings by default

$('#toggleWarnings').click(function () {
$('.warning-column').toggle();
warningsVisible = !warningsVisible;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ <h2>Mapping: GEM_ERP_PR_MedicationDispense|1.3.1 in GEM_ERP_PR_MedicationDispens


<p>Target Profile: <a href="https://simplifier.net/packages/de.gematik.erezept-workflow.r4/1.4.0/files/2521494" target="_blank">GEM_ERP_PR_MedicationDispense|1.4.0</a></p>
<p>Version: 1.0, Status: active</p>
<p>Last updated on: 2024-07-30 17:55:12</p>
<p>Version: 1.1, Status: active</p>
<p>Last updated on: 2024-07-30 21:27:43</p>
</div>
<div style="flex: 1; display: flex; justify-content: flex-end;">
<div>
Expand Down Expand Up @@ -1448,17 +1448,19 @@ <h3>Color Legend:</h3>
</table>
<script>
$(document).ready(function () {
var warningsVisible = true;
var warningsVisible = false;
var numberOfWarnings = 0;

$('#resultsTable').DataTable({
'pageLength': -1,
'lengthMenu': [[10, 25, 50, 100, 500, -1], [10, 25, 50, 100, 500, 'All']],
'dom': '<"top"f>rt<"bottom"ilp><"clear">',
'initComplete': function() {
var buttonHtml = '<button id="toggleWarnings"><i class="fas fa-exclamation-triangle"></i> hide warnings (' + numberOfWarnings + ')</button>';
var buttonHtml = '<button id="toggleWarnings"><i class="fas fa-exclamation-triangle"></i> show warnings (' + numberOfWarnings + ')</button>';
$('#resultsTable_filter').prepend(buttonHtml);

$('.warning-column').hide(); // Hide warnings by default

$('#toggleWarnings').click(function () {
$('.warning-column').toggle();
warningsVisible = !warningsVisible;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ <h2>Mapping: GEM_ERP_PR_MedicationDispense|1.4.0 in EPAMedicationDispense|1.1.0-


<p>Target Profile: <a href="https://simplifier.net/packages/de.gematik.epa.medication/1.1.0-rc1/files/2465056" target="_blank">EPAMedicationDispense|1.1.0-rc1</a></p>
<p>Version: 1.0, Status: active</p>
<p>Last updated on: 2024-07-30 17:55:12</p>
<p>Version: 1.1, Status: active</p>
<p>Last updated on: 2024-07-30 21:27:43</p>
</div>
<div style="flex: 1; display: flex; justify-content: flex-end;">
<div>
Expand Down Expand Up @@ -1146,7 +1146,7 @@ <h3>Color Legend:</h3>

</tr>

<tr class="row-use">
<tr class="row-manual">
<td>MedicationDispense.subject.identifier

</td>
Expand All @@ -1173,7 +1173,7 @@ <h3>Color Legend:</h3>

</td>

<td>Property and value(s) will be retained</td>
<td>Ist mit der Krankenversichertennummer des Versicherten im System "<a href="http://fhir.de/sid/gkv/kvid-10" target="_blank">http://fhir.de/sid/gkv/kvid-10</a>" zu befüllen.</td>

</tr>

Expand Down Expand Up @@ -1481,17 +1481,19 @@ <h3>Color Legend:</h3>
</table>
<script>
$(document).ready(function () {
var warningsVisible = true;
var warningsVisible = false;
var numberOfWarnings = 1;

$('#resultsTable').DataTable({
'pageLength': -1,
'lengthMenu': [[10, 25, 50, 100, 500, -1], [10, 25, 50, 100, 500, 'All']],
'dom': '<"top"f>rt<"bottom"ilp><"clear">',
'initComplete': function() {
var buttonHtml = '<button id="toggleWarnings"><i class="fas fa-exclamation-triangle"></i> hide warnings (' + numberOfWarnings + ')</button>';
var buttonHtml = '<button id="toggleWarnings"><i class="fas fa-exclamation-triangle"></i> show warnings (' + numberOfWarnings + ')</button>';
$('#resultsTable_filter').prepend(buttonHtml);

$('.warning-column').hide(); // Hide warnings by default

$('#toggleWarnings').click(function () {
$('.warning-column').toggle();
warningsVisible = !warningsVisible;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ <h2>Mapping: GEM_ERP_PR_Medication|1.4.0 in EPAMedication|1.1.0-rc1</h2>


<p>Target Profile: <a href="https://simplifier.net/packages/de.gematik.epa.medication/1.1.0-rc1/files/2465055" target="_blank">EPAMedication|1.1.0-rc1</a></p>
<p>Version: 1.0, Status: active</p>
<p>Last updated on: 2024-07-30 17:55:12</p>
<p>Version: 1.1, Status: active</p>
<p>Last updated on: 2024-07-30 21:27:43</p>
</div>
<div style="flex: 1; display: flex; justify-content: flex-end;">
<div>
Expand Down Expand Up @@ -3594,17 +3594,19 @@ <h3>Color Legend:</h3>
</table>
<script>
$(document).ready(function () {
var warningsVisible = true;
var warningsVisible = false;
var numberOfWarnings = 0;

$('#resultsTable').DataTable({
'pageLength': -1,
'lengthMenu': [[10, 25, 50, 100, 500, -1], [10, 25, 50, 100, 500, 'All']],
'dom': '<"top"f>rt<"bottom"ilp><"clear">',
'initComplete': function() {
var buttonHtml = '<button id="toggleWarnings"><i class="fas fa-exclamation-triangle"></i> hide warnings (' + numberOfWarnings + ')</button>';
var buttonHtml = '<button id="toggleWarnings"><i class="fas fa-exclamation-triangle"></i> show warnings (' + numberOfWarnings + ')</button>';
$('#resultsTable_filter').prepend(buttonHtml);

$('.warning-column').hide(); // Hide warnings by default

$('#toggleWarnings').click(function () {
$('.warning-column').toggle();
warningsVisible = !warningsVisible;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ <h2>Mapping: KBV_PR_ERP_Medication_Compounding|1.1.0, KBV_PR_ERP_Medication_Free


<p>Target Profile: <a href="https://simplifier.net/packages/de.gematik.epa.medication/1.1.0-rc1/files/2465055" target="_blank">EPAMedication|1.1.0-rc1</a></p>
<p>Version: 1.0, Status: active</p>
<p>Last updated on: 2024-07-30 17:55:12</p>
<p>Version: 1.1, Status: active</p>
<p>Last updated on: 2024-07-30 21:27:43</p>
</div>
<div style="flex: 1; display: flex; justify-content: flex-end;">
<div>
Expand Down Expand Up @@ -1945,6 +1945,12 @@ <h3>Color Legend:</h3>

<td class="warning-column">

<ul>

<li>The maximum cardinality of one of the source profiles exceeds the maximum cardinality of the target profile</li>

</ul>

</td>

<td>Property and value(s) will NOT be retained</td>
Expand Down Expand Up @@ -1984,6 +1990,12 @@ <h3>Color Legend:</h3>

<td class="warning-column">

<ul>

<li>The maximum cardinality of one of the source profiles exceeds the maximum cardinality of the target profile</li>

</ul>

</td>

<td>Property and value(s) will NOT be retained</td>
Expand Down Expand Up @@ -2214,6 +2226,12 @@ <h3>Color Legend:</h3>

<td class="warning-column">

<ul>

<li>The maximum cardinality of one of the source profiles exceeds the maximum cardinality of the target profile</li>

</ul>

</td>

<td>Property and value(s) will NOT be retained</td>
Expand Down Expand Up @@ -3648,12 +3666,6 @@ <h3>Color Legend:</h3>

<td class="warning-column">

<ul>

<li>The minimum cardinality of one of the source profiles is less than the minimum cardinality of the target profile</li>

</ul>

</td>

<td>Property and value(s) will be retained</td>
Expand Down Expand Up @@ -4903,12 +4915,6 @@ <h3>Color Legend:</h3>

<td class="warning-column">

<ul>

<li>The minimum cardinality of one of the source profiles is less than the minimum cardinality of the target profile</li>

</ul>

</td>

<td>Property and value(s) will be retained</td>
Expand Down Expand Up @@ -4985,7 +4991,7 @@ <h3>Color Legend:</h3>

</tr>

<tr class="row-use">
<tr class="row-manual">
<td>Medication.ingredient.strength.numerator

</td>
Expand Down Expand Up @@ -5026,7 +5032,14 @@ <h3>Color Legend:</h3>

</td>

<td>Property and value(s) will be retained</td>
<td>If Property and value exists, it will be retained. If it is missing please add a new extension with the following content:
"extension": [
{
"url": "<a href="http://hl7.org/fhir/StructureDefinition/data-absent-reason" target="_blank">http://hl7.org/fhir/StructureDefinition/data-absent-reason</a>",
"valueCode": "unknown"
}
]
</td>

</tr>

Expand Down Expand Up @@ -5063,6 +5076,12 @@ <h3>Color Legend:</h3>

<td class="warning-column">

<ul>

<li>The minimum cardinality of one of the source profiles is less than the minimum cardinality of the target profile</li>

</ul>

</td>

<td>If Property and value exists, it will be retained. If it is missing please add a new extension with the following content:
Expand Down Expand Up @@ -5144,6 +5163,12 @@ <h3>Color Legend:</h3>

<td class="warning-column">

<ul>

<li>The minimum cardinality of one of the source profiles is less than the minimum cardinality of the target profile</li>

</ul>

</td>

<td>If Property and value exists, it will be retained. If it is missing please add a new extension with the following content:
Expand Down Expand Up @@ -5787,17 +5812,19 @@ <h3>Color Legend:</h3>
</table>
<script>
$(document).ready(function () {
var warningsVisible = true;
var numberOfWarnings = 3;
var warningsVisible = false;
var numberOfWarnings = 6;

$('#resultsTable').DataTable({
'pageLength': -1,
'lengthMenu': [[10, 25, 50, 100, 500, -1], [10, 25, 50, 100, 500, 'All']],
'dom': '<"top"f>rt<"bottom"ilp><"clear">',
'initComplete': function() {
var buttonHtml = '<button id="toggleWarnings"><i class="fas fa-exclamation-triangle"></i> hide warnings (' + numberOfWarnings + ')</button>';
var buttonHtml = '<button id="toggleWarnings"><i class="fas fa-exclamation-triangle"></i> show warnings (' + numberOfWarnings + ')</button>';
$('#resultsTable_filter').prepend(buttonHtml);

$('.warning-column').hide(); // Hide warnings by default

$('#toggleWarnings').click(function () {
$('.warning-column').toggle();
warningsVisible = !warningsVisible;
Expand Down
Loading

0 comments on commit ff33fe0

Please sign in to comment.