Skip to content

Commit

Permalink
Merge pull request #96 from gematik/fix/rendering
Browse files Browse the repository at this point in the history
fix rendering #95
  • Loading branch information
MaxMTheilig authored Nov 6, 2023
2 parents d287119 + 72c052c commit 8b9afa9
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions ImplementationGuide/markdown/Angehoeriger/Angehoeriger_Profil.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,25 @@
### FHIR-Profil

@```
from StructureDefinition where url = 'https://gematik.de/fhir/isip/v1/Basismodul/StructureDefinition/ISiPAngehoeriger"' select Name: name, Canonical: url
from StructureDefinition where url = 'https://gematik.de/fhir/isip/v1/Basismodul/StructureDefinition/ISiPAngehoeriger' select Name: name, Canonical: url
```
{{tree:https://gematik.de/fhir/isip/v1/Basismodul/StructureDefinition/ISiPAngehoeriger, hybrid}}
---
**Terminology Bindings**
@```
from StructureDefinition
where url in ('https://gematik.de/fhir/isip/v1/Basismodul/StructureDefinition/ISiPAngehoeriger' )
for differential.element
select
Path: path,
join binding.where(valueSet.exists())
{
Name: valueSet.substring((9 + valueSet.indexOf('ValueSet/'))),
Strength: strength,
URL: valueSet
}
```
{{tree:https://gematik.de/fhir/isip/v1/Basismodul/StructureDefinition/ISiPAngehoeriger", hybrid}}
---

0 comments on commit 8b9afa9

Please sign in to comment.