1
0

Upload files to "/"

This commit is contained in:
hmk
2026-08-12 11:00:46 +00:00
parent 6c84825631
commit 5b5713cb92
5 changed files with 330 additions and 0 deletions
+29
View File
@@ -0,0 +1,29 @@
<svg xmlns="http://www.w3.org/2000/svg" width="1000" height="320" viewBox="0 0 1000 320" font-family="Segoe UI, Arial, sans-serif">
<rect width="1000" height="320" fill="#ffffff"/>
<text x="500.0" y="30" font-size="22" font-weight="700" fill="#1a1a2e" text-anchor="middle">FHIR date-Suchparameter: OHNE Präfix (impliziert 'eq')</text>
<text x="500.0" y="52" font-family="Segoe UI, Arial" font-size="15" fill="#555" text-anchor="middle">Ohne Präfix wird 'eq' angenommen — die Genauigkeit (Precision) des Suchwerts bestimmt das Intervall</text>
<text x="60" y="88" font-size="15" font-weight="700" fill="#111">Suchwert mit Tages-Genauigkeit</text>
<text x="960" y="88" font-size="13" fill="#6a1b9a" text-anchor="end" font-family="Consolas, Menlo, monospace">date=2023-06-15</text>
<rect x="485.0" y="115" width="50.0" height="20" fill="#2e7d32" opacity="0.22"/>
<line x1="60" y1="125" x2="960" y2="125" stroke="#333" stroke-width="2"/>
<polygon points="960,125 952,120 952,130" fill="#333"/>
<text x="960" y="153" font-size="11" fill="#888" text-anchor="end">Zukunft →</text>
<text x="60" y="153" font-size="11" fill="#888" text-anchor="start">← Vergangenheit</text>
<line x1="485.0" y1="111" x2="485.0" y2="139" stroke="#2e7d32" stroke-width="3" />
<line x1="535.0" y1="111" x2="535.0" y2="139" stroke="#2e7d32" stroke-width="3" />
<line x1="510.0" y1="101" x2="510.0" y2="149" stroke="#c62828" stroke-width="2" stroke-dasharray="5,3"/>
<circle cx="510.0" cy="125" r="4.5" fill="#c62828"/>
<text x="510.0" y="95" font-size="12" fill="#c62828" text-anchor="middle" font-weight="600">2023-06-15</text>
<text x="60" y="171" font-size="12" fill="#444" font-style="italic">Intervall = genau dieser Tag (00:0024:00). Resource-Datum muss vollständig in diesem Intervall liegen.</text><text x="60" y="198" font-size="15" font-weight="700" fill="#111">Suchwert mit Monats-Genauigkeit</text>
<text x="960" y="198" font-size="13" fill="#6a1b9a" text-anchor="end" font-family="Consolas, Menlo, monospace">date=2023-06</text>
<rect x="420.0" y="225" width="180.0" height="20" fill="#1565c0" opacity="0.22"/>
<line x1="60" y1="235" x2="960" y2="235" stroke="#333" stroke-width="2"/>
<polygon points="960,235 952,230 952,240" fill="#333"/>
<text x="960" y="263" font-size="11" fill="#888" text-anchor="end">Zukunft →</text>
<text x="60" y="263" font-size="11" fill="#888" text-anchor="start">← Vergangenheit</text>
<line x1="420.0" y1="221" x2="420.0" y2="249" stroke="#1565c0" stroke-width="3" />
<line x1="600.0" y1="221" x2="600.0" y2="249" stroke="#1565c0" stroke-width="3" />
<line x1="510.0" y1="211" x2="510.0" y2="259" stroke="#c62828" stroke-width="2" stroke-dasharray="5,3"/>
<circle cx="510.0" cy="235" r="4.5" fill="#c62828"/>
<text x="510.0" y="205" font-size="12" fill="#c62828" text-anchor="middle" font-weight="600">Juni 2023</text>
<text x="60" y="281" font-size="12" fill="#444" font-style="italic">Intervall = ganzer Monat (2023-06-01 00:00 bis 2023-07-01 00:00). Je gröber die Precision, desto breiter das Intervall.</text></svg>

After

Width:  |  Height:  |  Size: 3.0 KiB