-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from medizininformatik-initiative/v2025.rc1-c…
…lean-validation-errors V2025.rc1 clean validation errors
- Loading branch information
Showing
5 changed files
with
166 additions
and
15 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
150 changes: 150 additions & 0 deletions
150
...gemeiner-Leistungszustand/Allgemeiner-Leistungszustand-ECOG-Observation.page.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,150 @@ | ||
--- | ||
parent: | ||
topic: AllgemeinerLeistungszustandObservation | ||
subject: https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-allgemeiner-leistungszustand-ecog | ||
--- | ||
|
||
|
||
## {{page-title}} | ||
|
||
### Kontext | ||
Dieses Profil beschreibt den allgemeinen Leistungszustand eines Patienten in der Onkologie nach ECOG. | ||
|
||
Die Erfassung des allgemeine Leistungszustand wird im oBDS vorgeschrieben. | ||
Dabei wird die eigentliche Meldung als ECOG kodiert und übertragen, wobei die Antwortmöglichkeiten ein Mapping vom Karnofsky-Score ermöglichen. | ||
|
||
Im bisherigen oBDS und in den vorliegenden FHIR-Profilen ist sowohl eine Dokumentation des ECOG mit den Antwortmöglichkeiten 0-4 als auch des Karnofsky-Scores mit 10%, 20% etc. gestattet. | ||
Der aktuelle Umsetzungsleitfaden enthält jedoch einen Hinweis, dass in Zukunft ausschließlich der ECOG gemeldet werden soll. https://plattform65c.atlassian.net/wiki/spaces/UMK/pages/15532323/Allgemeiner+Leistungszustand+Typ | ||
|
||
Für den Fall, dass in den Befunden nur Bezug auf den Allgemeinzustand genommen wird, ohne dabei in ECOG oder Karnofsky zu kodieren, empfiehlt der Dokumentationsleitfaden der Plattform §65c die Entwicklung hausinterner Richtlinien zur besseren Reproduzierbarkeit. https://plattform65c.atlassian.net/wiki/spaces/Dokumentat/pages/86310992/Allgemeiner+Leistungszustand | ||
|
||
|
||
@``` | ||
from | ||
StructureDefinition | ||
where | ||
url = 'https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-allgemeiner-leistungszustand-ecog' | ||
select | ||
Name: name, Status: status, Version: version, Canonical: url, Basis: baseDefinition | ||
``` | ||
### Inhalt | ||
<tabs> | ||
<tab title="Darstellung">{{tree, buttons}}</tab> | ||
<tab title="Beschreibung"> | ||
@``` | ||
from | ||
StructureDefinition | ||
where | ||
url = 'https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-allgemeiner-leistungszustand-ecog' | ||
select | ||
Beschreibung: description | ||
with | ||
no header | ||
``` | ||
@``` | ||
from | ||
StructureDefinition | ||
where | ||
url = 'https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-allgemeiner-leistungszustand-ecog' | ||
for | ||
differential.element | ||
where | ||
mustSupport = true | ||
select Feldname: id, Kurzbeschreibung: short, Hinweise: comment | ||
``` | ||
</tab> | ||
<tab title="XML">{{xml}}</tab> | ||
<tab title="JSON">{{json}}</tab> | ||
<tab title="Link">{{link}}</tab> | ||
</tabs> | ||
|
||
--- | ||
|
||
Mapping Datensatz zu FHIR | ||
|
||
@``` | ||
from StructureDefinition | ||
where url = 'https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/LogicalModel/Onkologie' | ||
for differential.element where id.contains('AllgemeinerLeistungszustand') | ||
select | ||
Datensatz: short, | ||
Erklaerung: definition, | ||
FHIR: mapping[0].map | ||
|
||
``` | ||
--- | ||
Mapping [Einheitlicher onkologischer Basisdatensatz (oBDS)](https://basisdatensatz.de/basisdatensatz) zu FHIR | ||
@``` | ||
from StructureDefinition | ||
where url = 'https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-allgemeiner-leistungszustand-ecog' | ||
for differential.element | ||
where mapping.identity='oBDS' | ||
select | ||
oBDS: mapping.map, | ||
Definition: mapping.comment, | ||
FHIR: path | ||
``` | ||
--- | ||
**Suchparameter** | ||
Folgende Suchparameter sind für das Modul Onkologie relevant, auch in Kombination: | ||
1. Der Suchparameter ```_id``` MUSS unterstützt werden: | ||
Beispiele: | ||
```GET [base]/Observation?_id=1234``` | ||
|
||
Anwendungshinweise: Weitere Informationen zur Suche nach "_id" finden sich in der [FHIR-Basisspezifikation - Abschnitt "Parameters for all resources"](http://hl7.org/fhir/R4/search.html#all). | ||
|
||
2. Der Suchparameter "_profile" MUSS unterstützt werden: | ||
|
||
Beispiele: | ||
|
||
```GET [base]/Observation?_profile=https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-allgemeiner-leistungszustand``` | ||
|
||
Anwendungshinweise: Weitere Informationen zur Suche nach "_profile" finden sich in der [FHIR-Basisspezifikation - Abschnitt "token"](http://hl7.org/fhir/R4/search.html#all). | ||
3. Der Suchparameter "code" MUSS unterstützt werden: | ||
|
||
Beispiele: | ||
|
||
```GET [base]/Observation?code=http://fhir.de/CodeSystem/sct|184305005``` | ||
|
||
Anwendungshinweise: Weitere Informationen zur Suche nach "code" finden sich in der FHIR-Basisspezifikation - Abschnitt "token". | ||
|
||
4. Der Suchparameter "subject" MUSS unterstützt werden: | ||
|
||
Beispiele: | ||
|
||
```GET [base]/Observation?subject=Patient/example``` | ||
|
||
Anwendungshinweise: Weitere Informationen zur Suche nach "subject" finden sich in der FHIR-Basisspezifikation - Abschnitt "reference". | ||
|
||
5. Der Suchparameter "encounter" MUSS unterstützt werden: | ||
|
||
Beispiele: | ||
|
||
```GET [base]/Observation?encounter=Encounter/example``` | ||
|
||
Anwendungshinweise: Weitere Informationen zur Suche nach "encounter" finden sich in der FHIR-Basisspezifikation - Abschnitt "reference". | ||
|
||
6. Der Suchparameter "value-concept" MUSS unterstützt werden: | ||
|
||
Beispiele: | ||
|
||
```GET [base]/Observation?value-concept=https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/CodeSystem/mii-cs-onko-allgemeiner-leistungszustand-ecog|2``` | ||
|
||
Anwendungshinweise: Weitere Informationen zur Suche nach "encounter" finden sich in der FHIR-Basisspezifikation - Abschnitt "reference". | ||
|
||
**Beispiele** | ||
|
||
{{json:mii-exa-onko-allgemeiner-leistungszustand-ecog-1}} | ||
|
||
--- |
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
6 changes: 4 additions & 2 deletions
6
...dulOnkologie/TechnischeImplementierung/FHIR-Profile/Allgemeiner-Leistungszustand/toc.yaml
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,4 +1,6 @@ | ||
- name: Index | ||
filename: Index.page.md | ||
- name: 'Allgemeiner Leistungszustand: Observation' | ||
filename: Allgemeiner-Leistungszustand-Observation.page.md | ||
- name: 'Allg. Leistungszustand ECOG: Observation' | ||
filename: Allgemeiner-Leistungszustand-ECOG-Observation.page.md | ||
- name: 'Allg. Leistungszustand Karnofsky: Observation' | ||
filename: Allgemeiner-Leistungszustand-Karnofsky-Observation.page.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