Skip to content
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

Updating images #119

Merged
merged 12 commits into from
Oct 11, 2024
  •  
  •  
  •  
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@

Das vorliegende Projekt beschreibt die FHIR-Spezifikation des Basismoduls 'Onkologie'. Die hier veröffentlichten FHIR-Profile und ImplemenationGuides dienen als zentrale und verbindliche Spezifikation für die syntaktische und semantische Kodierung der Modulinhalte.

Das Modul befindet sich derzeit in der Version 2025.0.0, das der ersten offiziellen Version entspricht.


Eine Weiterentwiclung des Moduls wird derzeit geplant, wobei mit Blick auf Ressourcen eine unter anderem werden folgende Punkte diskutiert:

- Profilierung der organspezfischen Module des oBDS
- Anpassen der Modellierung des CarePlans auf neuere FHIR R5 verfügbare Ressourcenelemente, so dass Therapieempfehlungen als ServiceRequests/MedicationRequests abgebildet werden
- Ausprofilieren der wichtigsten verwendeten "weiteren" Klassifikationen
- ggfs. Anpassen der oBDS-Datenelemente oder SNOMED-Mappings






---

[![FHIR Profiles](https://github.com/medizininformatik-initiative/kerndatensatzmodul-onkologie/actions/workflows/build-profiles.yaml/badge.svg)](https://github.com/medizininformatik-initiative/kerndatensatzmodul-onkologie/actions/workflows/build-profiles.yaml)
Expand Down
2 changes: 1 addition & 1 deletion fsh-generated/fsh-index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1299,7 +1299,7 @@
"outputFile": "StructureDefinition-mii-pr-onko-diagnose-primaertumor.json",
"fshName": "MII_PR_Onko_Diagnose_Primaertumor",
"fshType": "Profile",
"fshFile": "oBDS\\05_Diagnose\\mii-pr-onko-diagnose.fsh",
"fshFile": "oBDS\\05_Diagnose\\mii-pr-onko-diagnose-primaertumor.fsh",
"startLine": 1,
"endLine": 40
},
Expand Down
2 changes: 1 addition & 1 deletion fsh-generated/fsh-index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ StructureDefinition-mii-pr-onko-anzahl-befallene-sentinel-lymphknoten.json
StructureDefinition-mii-pr-onko-anzahl-untersuchte-lymphknoten.json MII_PR_Onko_Anzahl_Untersuchte_Lymphknoten Profile oBDS\06_Histologie\mii-pr-onko-anzahl-untersuchte-lymphknoten.fsh 1 - 53
StructureDefinition-mii-pr-onko-anzahl-untersuchte-sentinel-lymphknoten.json MII_PR_Onko_Anzahl_Untersuchte_Sentinel_Lymphknoten Profile oBDS\06_Histologie\mii-pr-onko-anzahl-untersuchte-sentinel-lymphknoten.fsh 1 - 54
StructureDefinition-mii-pr-onko-befund.json MII_PR_Onko_Befund Profile oBDS\06_Histologie\mii-pr-onko-befund.fsh 1 - 34
StructureDefinition-mii-pr-onko-diagnose-primaertumor.json MII_PR_Onko_Diagnose_Primaertumor Profile oBDS\05_Diagnose\mii-pr-onko-diagnose.fsh 1 - 40
StructureDefinition-mii-pr-onko-diagnose-primaertumor.json MII_PR_Onko_Diagnose_Primaertumor Profile oBDS\05_Diagnose\mii-pr-onko-diagnose-primaertumor.fsh 1 - 40
StructureDefinition-mii-pr-onko-fernmetastasen.json MII_PR_Onko_Fernmetastasen Profile oBDS\11_Fernmetastasen\mii-pr-onko-fernmetastasen.fsh 1 - 43
StructureDefinition-mii-pr-onko-genetische-variante.json MII_PR_Onko_Genetische_Variante Profile oBDS\23_GenetischeVariante\mii-pr-onko-genetische-variante.fsh 1 - 33
StructureDefinition-mii-pr-onko-grading.json MII_PR_Onko_Grading Profile oBDS\06_Histologie\mii-pr-onko-grading.fsh 2 - 49
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "CapabilityStatement",
"id": "mii-cps-onko-capabilitystatement",
"url": "https://www.medizininformatik-initiative.de/fhir/modul-onko/CapabilityStatement/metadata",
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"name": "MII_CPS_Onkology_CapabilityStatement",
"title": "MII CPS Onkology CapabilityStatement",
"status": "active",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Allgemeiner_Leistungszustand_ECOG",
"id": "mii-cs-onko-allgemeiner-leistungszustand-ecog",
Expand Down Expand Up @@ -50,7 +50,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/ValueSet/mii-vs-onko-allgemeiner-leistungszustand-ecog",
"count": 6
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Allgemeiner_Leistungszustand_Karnofsky",
"id": "mii-cs-onko-allgemeiner-leistungszustand-karnofsky",
Expand Down Expand Up @@ -70,7 +70,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/ValueSet/mii-vs-onko-allgemeiner-leistungszustand-karnofsky",
"count": 11
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Fernmetastasen",
"id": "mii-cs-onko-fernmetastasen",
Expand Down Expand Up @@ -74,7 +74,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/ValueSet/mii-vs-onko-fernmetastasen",
"count": 12
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Genetische_Variante_Auspraegung",
"id": "mii-cs-onko-genetische-variante-auspraegung",
Expand Down Expand Up @@ -50,7 +50,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"count": 6
}
4 changes: 2 additions & 2 deletions fsh-generated/resources/CodeSystem-mii-cs-onko-grading.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Grading",
"id": "mii-cs-onko-grading",
Expand Down Expand Up @@ -79,7 +79,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/ValueSet/mii-vs-onko-grading",
"count": 13
Expand Down
4 changes: 2 additions & 2 deletions fsh-generated/resources/CodeSystem-mii-cs-onko-intention.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Intention",
"id": "mii-cs-onko-intention",
Expand Down Expand Up @@ -54,7 +54,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"count": 7
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Nebenwirkung_CTCAE_Grad",
"id": "mii-cs-onko-nebenwirkung-ctcae-grad",
Expand Down Expand Up @@ -61,7 +61,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"count": 7
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Operation_Komplikationen",
"id": "mii-cs-onko-operation-komplikation",
Expand Down Expand Up @@ -342,7 +342,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/ValueSet/mii-vs-onko-operation-komplikation",
"count": 79
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Primaertumor_Diagnosesicherung",
"id": "mii-cs-onko-primaertumor-diagnosesicherung",
Expand Down Expand Up @@ -84,7 +84,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/ValueSet/mii-vs-onko-primaertumor-diagnosesicherung",
"count": 12
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Residualstatus",
"id": "mii-cs-onko-residualstatus",
Expand Down Expand Up @@ -54,7 +54,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/ValueSet/mii-vs-onko-residualstatus",
"count": 7
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Seitenlokalisation",
"id": "mii-cs-onko-seitenlokalisation",
Expand Down Expand Up @@ -52,7 +52,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"count": 6
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Strahlentherapie_Applikationsart",
"id": "mii-cs-onko-strahlentherapie-applikationsart",
Expand Down Expand Up @@ -122,7 +122,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/ValueSet/mii-vs-onko-strahlentherapie-applikationsart",
"count": 24
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Strahlentherapie_Boost",
"id": "mii-cs-onko-strahlentherapie-boost",
Expand Down Expand Up @@ -46,7 +46,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/ValueSet/mii-vs-onko-strahlentherapie-boost",
"count": 5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Strahlentherapie_Strahlenart",
"id": "mii-cs-onko-strahlentherapie-strahlenart",
Expand Down Expand Up @@ -98,7 +98,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/ValueSet/mii-vs-onko-strahlentherapie-strahlenart",
"count": 18
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Strahlentherapie_Zielgebiet",
"id": "mii-cs-onko-strahlentherapie-zielgebiet",
Expand Down Expand Up @@ -418,7 +418,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"valueSet": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/ValueSet/mii-vs-onko-strahlentherapie-zielgebiet",
"count": 98
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "Studienteilnahme",
"id": "mii-cs-onko-studienteilnahme",
Expand Down Expand Up @@ -38,7 +38,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"count": 3
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Therapie_Ende_Grund",
"id": "mii-cs-onko-therapie-ende-grund",
Expand Down Expand Up @@ -66,7 +66,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"count": 10
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Therapie_Stellung",
"id": "mii-cs-onko-therapie-stellung",
Expand Down Expand Up @@ -50,7 +50,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"count": 6
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Therapie_Typ",
"id": "mii-cs-onko-therapie-typ",
Expand Down Expand Up @@ -90,7 +90,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"count": 16
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "CodeSystem",
"status": "draft",
"status": "active",
"content": "complete",
"name": "MII_CS_Onko_Therapieabweichung",
"id": "mii-cs-onko-therapieabweichung",
Expand Down Expand Up @@ -38,7 +38,7 @@
]
}
],
"version": "2024.0.0-ballot",
"version": "2025.0.0",
"caseSensitive": true,
"count": 3
}
Loading
Loading