-
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.
Version Bump v4
- Loading branch information
Stefan Lang
committed
Feb 20, 2024
1 parent
0c88b30
commit 02bc624
Showing
57 changed files
with
769 additions
and
128 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
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
131 changes: 131 additions & 0 deletions
131
ImplementationGuide/markdown/Datenobjekte/Profile_AMTSBewertung.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,131 @@ | ||
## AMTSBewertung [(RiskAssessment)](https://www.hl7.org/fhir/R4/riskassessment.html) | ||
|
||
--- | ||
|
||
### Profil | ||
|
||
@``` | ||
from StructureDefinition where url = 'https://gematik.de/fhir/isik/v4/Medikation/StructureDefinition/ISiKAMTSBewertung' select Name: name, Canonical: url | ||
``` | ||
{{tree:https://gematik.de/fhir/isik/v4/Medikation/StructureDefinition/ISiKAMTSBewertung, hybrid}} | ||
--- | ||
**Terminology Bindings** | ||
@``` | ||
from StructureDefinition | ||
where url in ('https://gematik.de/fhir/isik/v4/Medikation/StructureDefinition/ISiKAMTSBewertung') | ||
for differential.element | ||
select | ||
Path: path, | ||
join binding.where(valueSet.exists()) | ||
{ | ||
Name: valueSet.substring((9 + valueSet.indexOf('ValueSet/'))), | ||
Strength: strength, | ||
URL: valueSet | ||
} | ||
``` | ||
|
||
--- | ||
|
||
### Anmerkungen zu Must-Support-Feldern | ||
|
||
@```from | ||
StructureDefinition | ||
where | ||
url = 'https://gematik.de/fhir/isik/v4/Medikation/StructureDefinition/ISiKAMTSBewertung' | ||
for differential.element | ||
where mustSupport = true | ||
and short.exists() | ||
select | ||
Feldname: id, Kurzbeschreibung: short, Hinweise: comment | ||
``` | ||
### Beispiele | ||
Valide Beispiele für das Profil Medikament: | ||
TODO: | ||
{{json:ExampleISiKAMTSBewertung1}} | ||
### Interaktionen | ||
Für die Ressource Medication MÜSSEN die REST-Interaktionen "READ", "CREATE" und "UPDATE" implementiert werden. | ||
Folgende Suchparameter sind für das Bestätigungsverfahren relevant, auch in Kombination: | ||
1. Der Suchparameter "_id" MUSS unterstützt werden: | ||
Beispiele: | ||
```GET [base]/RiskAssessment?_id=103270``` | ||
Anwendungshinweise: Weitere Informationen zur Suche nach "_id" finden sich in der [FHIR-Basisspezifikation - Abschnitt "Parameters for all resources"](https://hl7.org/fhir/R4/search.html#all). | ||
1. Der verkettete Suchparameter "condition.code" MUSS unterstützt werden: | ||
Beispiele: | ||
```GET [base]/RiskAssessment?condition.code=http://fhir.de/CodeSystem/bfarm/icd-10-gm|F71.0``` | ||
Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der [FHIR-Basisspezifikation - Abschnitt "Token Search"](https://hl7.org/fhir/R4/search.html#token). | ||
Weitere Informationen zur Suche nach verketteten Parametern finden sich in der [FHIR-Basisspezifikation - Abschnitt "Chained Parameters"](https://hl7.org/fhir/R4/search.html#chaining). | ||
1. Der Suchparameter "date" MUSS unterstützt werden: | ||
Beispiele: | ||
```GET [base]/RiskAssessment.date=2022-03-21``` | ||
Anwendungshinweise: Weitere Informationen zur Suche nach Date-type Parametern finden sich in der [FHIR-Basisspezifikation - Abschnitt "Date"](https://hl7.org/fhir/R4/search.html#date). | ||
1. Der Suchparameter "encounter" MUSS unterstützt werden: | ||
Beispiele: | ||
```GET [base]/RiskAssessment?encounter=Encounter/123``` | ||
Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der [FHIR-Basisspezifikation - Abschnitt "Reference Search"](https://www.hl7.org/fhir/R4/search.html#reference). | ||
1. Der verkettete Suchparameter "encounter.identifier" MUSS unterstützt werden: | ||
Beispiele: | ||
```GET [base]/RiskAssessment?encounter.identifier=http://mein-krankenhaus.example/fhir/sid/fallnummern|7567867``` | ||
```GET [base]/RiskAssessment?encounter.identifier=7567867``` | ||
Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der [FHIR-Basisspezifikation - Abschnitt "Reference Search"](https://www.hl7.org/fhir/R4/search.html#reference). | ||
Weitere Informationen zur Suche nach verketteten Parametern finden sich in der [FHIR-Basisspezifikation - Abschnitt "Chained Parameters"](https://hl7.org/fhir/R4/search.html#chaining). | ||
1. Der Suchparameter "patient" MUSS unterstützt werden: | ||
Beispiele: | ||
```GET [base]/RiskAssessment?patient=Patient/123``` | ||
Anwendungshinweise: Weitere Informationen zur Suche nach Reference-type Parametern finden sich in der [FHIR-Basisspezifikation - Abschnitt "Reference Search"](https://www.hl7.org/fhir/R4/search.html#reference). | ||
1. Der verkettete Suchparameter "patient.identifier" MUSS unterstützt werden: | ||
Beispiele: | ||
```GET [base]/RiskAssessment?patient.identifier=http://mein-krankenhaus.example/fhir/sid/patienten|1032702``` | ||
```GET [base]/RiskAssessment?patient.identifier=1032702``` | ||
Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der [FHIR-Basisspezifikation - Abschnitt "Token Search"](https://hl7.org/fhir/R4/search.html#token). | ||
Weitere Informationen zur Suche nach verketteten Parametern finden sich in der [FHIR-Basisspezifikation - Abschnitt "Chained Parameters"](https://hl7.org/fhir/R4/search.html#chaining). | ||
- | ||
1. Der Suchparameter "risk" MUSS unterstützt werden: | ||
Beispiele: | ||
```GET [base]/RiskAssessment.risk=http://terminology.hl7.org/CodeSystem/risk-probability|high``` | ||
Anwendungshinweise: Weitere Informationen zur Suche nach Token-type Parametern finden sich in der [FHIR-Basisspezifikation - Abschnitt "Token Search"](https://hl7.org/fhir/R4/search.html#token). |
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
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
Oops, something went wrong.