From 9b46a9c86069f4b213279e111c55673f4df2d2cb Mon Sep 17 00:00:00 2001
From: f-peverali <112709306+f-peverali@users.noreply.github.com>
Date: Wed, 25 Oct 2023 10:10:35 +0200
Subject: [PATCH] Fix/rendering table terminology bindings (#309)

* added Account Table  (#288)
* add VS table by FQL
solves ticket ANFISK-129
---
 .../Abrechnungsfall/Abrechnungsfall_Profil.md  | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/ImplementationGuide/markdown/Abrechnungsfall/Abrechnungsfall_Profil.md b/ImplementationGuide/markdown/Abrechnungsfall/Abrechnungsfall_Profil.md
index f52cfa76..f99ab7ef 100644
--- a/ImplementationGuide/markdown/Abrechnungsfall/Abrechnungsfall_Profil.md
+++ b/ImplementationGuide/markdown/Abrechnungsfall/Abrechnungsfall_Profil.md
@@ -8,4 +8,22 @@ from StructureDefinition where url = 'https://gematik.de/fhir/isik/v3/Basismodul
 
 Weitere Hinweise zu den Abgrenzungen der Begrifflichkeiten Fall und Kontakt finden sie unter [Deutsche Basisprofile - Abschnitt Ambulanter/stationärer Fall / Kontakt (Encounter)](https://ig.fhir.de/basisprofile-de/1.2.0/Ressourcen-AmbulanterStationaererFall.html).
 
+---
+
+**Terminology Bindings**
+
+@```
+from StructureDefinition
+where url in ('https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKAbrechnungsfall' )
+for differential.element
+select
+Path: path,
+join binding.where(valueSet.exists())
+{
+  Name: valueSet.substring((9 + valueSet.indexOf('ValueSet/'))),
+  Strength: strength,
+  URL: valueSet
+}
+```
+
 ---
\ No newline at end of file