Skip to content

Commit

Permalink
Merge pull request #293 from gematik/add/VS-table-stufe-2
Browse files Browse the repository at this point in the history
add table
  • Loading branch information
f-peverali authored Sep 20, 2023
2 parents 8e77eb0 + 6dfd2d0 commit 295f48c
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,21 @@ from StructureDefinition where url = 'https://gematik.de/fhir/isik/v2/Basismodul
{{tree:https://gematik.de/fhir/isik/v2/Basismodul/StructureDefinition/ISiKAbrechnungsfall, hybrid}}
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/v2/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 295f48c

Please sign in to comment.