-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'rc/main-stufe-4' of github.com:gematik/Spec-ISiK-Basism…
…odul into feature/ANFISK-151-ISiK-Binary-NativeForm
- Loading branch information
Showing
30 changed files
with
149 additions
and
213 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ImplementationGuide/markdown/Datenobjekte/Datenobjekte_Lebenszustand.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## Lebenszustand [(Observation)](https://hl7.org/fhir/R4/observation.html) | ||
## Spezifische Lebenszustände [(Observation)](https://hl7.org/fhir/R4/observation.html) | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
...ionGuide/markdown/Observation/Observation_AnmerkungenZuDenMustSupportFeldern.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
ImplementationGuide/markdown/Observation/Observation_Motivation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
### Motivation | ||
|
||
Dieses Seite dient der generischen Festlegung und Darstellung von Interaktionen, die verschiedene Observations im Kontext von ISiK erfüllen MÜSSEN. | ||
Entsprechend wird hier ein generisches Profil ISiKLebenszustand abgebildet. | ||
Zu spezifischen Observation-Profilen siehe {{pagelink:ImplementationGuide/markdown/Datenobjekte/Datenobjekte_Lebenszustand.md, text:spezifische Lebenszustände}}. |
37 changes: 37 additions & 0 deletions
37
ImplementationGuide/markdown/Observation/Observation_Profil.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
### Profil | ||
|
||
#### ISiKLebenszustand | ||
|
||
@``` | ||
from StructureDefinition where url = 'https://gematik.de/fhir/isik/StructureDefinition/ISiKLebenszustand' select Name: name, Canonical: url | ||
``` | ||
{{tree:https://gematik.de/fhir/isik/StructureDefinition/ISiKLebenszustand, hybrid}} | ||
--- | ||
**Constraints** | ||
Folgende FHIRPath-Constraints sind im Profil zu beachten: | ||
@``` from StructureDefinition where url = 'https://gematik.de/fhir/isik/StructureDefinition/ISiKLebenszustand' for differential.element.constraint select key, severity, human, expression``` | ||
--- | ||
**Terminology Bindings** | ||
@``` | ||
from StructureDefinition | ||
where url in ('https://gematik.de/fhir/isik/StructureDefinition/ISiKLebenszustand' ) | ||
for differential.element | ||
select | ||
Path: path, | ||
join binding.where(valueSet.exists()) | ||
{ | ||
Name: valueSet.substring((9 + valueSet.indexOf('ValueSet/'))), | ||
Strength: strength, | ||
URL: valueSet | ||
} | ||
``` | ||
|
||
---- |
Oops, something went wrong.