Skip to content

Merge main in dev for workflow harmonization #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/workflows/buildIG.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Build IG after a push

on:
push:
branches: [dev , main]
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run bash script
run: bash ./_genonce.sh
Binary file added Dokumente/HL7_IOT_2024_GH_TH.pptx
Binary file not shown.
Binary file added Dokumente/PathoWorkshop_CommunityDays_24.pptx
Binary file not shown.
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## Cancer Reporting Interoperability and Synoptic Protocol (CRISP)
* [CRISP Implementierungsleitfaden](https://bih-cei.github.io/CRISP/)

### Übersicht
Der vorliegende Implementierungsleitfaden beinhaltet Beschreibungen zur strukturierten Datenerfassung im Kontext der Pathologie mit Hilfe von FHIR.

### Vergangene Veranstaltungen

#### Interoperabilitätsforum - 10.06.24
* [Präsentation](https://wiki.hl7.de/images/20240610-10_MII_Questionnaires-und-SDC-in-der-Pathologie.pdf)

#### Deutscher Interoperabilitätstag - 07.09 - 09.09.24
* [Präsentation](Dokumente/HL7_IOT_2024_GH_TH.pptx)

#### HL7 Deutschland Community Days - 09.10.24
* [Präsentation](Dokumente/PathoWorkshop_CommunityDays_24.pptx)
* [Repository](https://github.com/ThimoHoelter/SDC-Workshop)

### Wichtige Dokumente und Links

#### FHIR SDC STU3.0.0
* [Offizieller HL7 Implementierungsleitfaden](https://hl7.org/fhir/uv/sdc/)

#### MII Erweiterungsmodul Pathologie-Befund
* [Simplifier-Seite](https://simplifier.net/MedizininformatikInitiative-ModulPathologie/~introduction)
* [Aktueller Implementierungsleitfaden](https://www.medizininformatik-initiative.de/Kerndatensatz/Modul_Pathologie_Befund/MII-IG-KDS-Modul-Pathologie-Befund-BeschreibungModulPathologie-Befund.html)
* [Github Repository](https://github.com/medizininformatik-initiative/kerndatensatzmodul-PathologieBefund)

#### SNOMED CT Clinical Implementation Guide for Cancer Synoptic Reporting
* [Aktueller Implementierungsleitfaden](https://confluence.ihtsdotools.org/display/DOCCANSIG/SNOMED+CT+Clinical+Implementation+Guide+for+Cancer+Synoptic+Reporting)

#### ICCR
* [Webseite](https://www.iccr-cancer.org/)

#### SDC-Prototyping Area
* [Github Repository](https://github.com/ThimoHoelter/QuestionnairesSDC)

### Autoren
* [Thomas Debertshäuser](https://github.com/ThomasDeBe)
* [Thimo Andre Hölter](https://github.com/ThimoHoelter)