Skip to content

Commit

Permalink
Fix/rendering table terminology bindings (#309)
Browse files Browse the repository at this point in the history
* added Account Table  (#288)
* add VS table by FQL
solves ticket ANFISK-129
  • Loading branch information
f-peverali authored Oct 25, 2023
1 parent 6e2131d commit 9b46a9c
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
```

---

0 comments on commit 9b46a9c

Please sign in to comment.