Releases: medizininformatik-initiative/fhir-ontology-generator
v3.0.1
What's Changed
- Change fixed FHIRPath expression to inlcude missing elements currently not generated by sq2cql by @paulolaup in #134
Full Changelog: v3.0.0...v3.0.1
v3.0.1-alpha.0
What's Changed
- Change fixed FHIRPath expression to inlcude missing elements currently not generated by sq2cql by @paulolaup in #134
Full Changelog: v3.0.0-alpha.1...v3.0.1-alpha.0
v3.0.0
Modul | Version | Changelog |
---|---|---|
MII_DIAGNOSE | "de.medizininformatikinitiative.kerndatensatz.diagnose 2025.0.0-alpha2" | Added orphanet, alpha-id, sct |
MII_LAB | "de.medizininformatikinitiative.kerndatensatz.laborbefund 2025.0.0-alpha1" | Extended to all lab loinc codes |
MII_MEDICATION | "de.medizininformatikinitiative.kerndatensatz.medikation 2025.0.0-alpha5" | Added MedicationStatement and MedicationRequest |
MII_PERSON | "de.medizininformatikinitiative.kerndatensatz.person 2025.0.0-alpha4" | Added vital status |
MII_PROCEDURE | "de.medizininformatikinitiative.kerndatensatz.prozedur 2025.0.0-alpha2" | Added sct |
MII_FALL | "de.medizininformatikinitiative.kerndatensatz.fall 2025.0.0-alpha4" | Added - new module |
MII_SPECIMEN | "de.medizininformatikinitiative.kerndatensatz.biobank 2025.0.0" | Extend to full specimen type value set |
MII_CONSENT | "de.medizininformatikinitiative.kerndatensatz.consent 1.0.7" | Added combined consent |
What's Changed
- #29 - Add Elastic Search ontology generation by @michael-82 in #38
- Added Vitalstatus. by @geloro94 in #47
- #18 - Merging of multiple ontologies by @michael-82 in #40
- Referenced Critieria Sets are now written to critieria-sets, selected… by @geloro94 in #45
- 48 add dse file generation by @juliangruendner in #50
- First Impelementation of TreeMap and ContextualizedTermCode. by @juliangruendner in #54
- 55 adjust ontology merge and es generation to new UI trees by @juliangruendner in #56
- Implemented composite support for FHIR Search and CQL. by @geloro94 in #39
- remove generated dse files, exclude old consent dir from profile gene… by @juliangruendner in #58
- filter fields and adjust name of fields by @juliangruendner in #60
- 63 add dse profile name and field translations by @juliangruendner in #65
- Feature/17 composite attributes by @juliangruendner in #67
- #69 - Modify tokenizer for termcodes by @michael-82 in #70
- 66 add merge and load of availability by @juliangruendner in #71
- #72 - Add modified tokenizer to codeable concept index by @michael-82 in #73
- exclude simple fields from dse selection, resolve field reference in … by @juliangruendner in #75
- Init extensive README by @juliangruendner in #77
- Refactoring by @juliangruendner in #79
- #88 - Consider "-" when searching for codes by @michael-82 in #89
- 86 add translations from cds profiles by @juliangruendner in #87
- 91 generate mapping tree for dse by @paulolaup in #94
- Add combined consent generation by @juliangruendner in #85
- Diagnosis recorded date encounter one crit by @juliangruendner in #95
- Release v3.0.0 alpha by @juliangruendner in #100
- Fix composite generation by @BoehmDo in #97
- add required and recommended to profile details, include mustSupport,… by @juliangruendner in #107
- Resolve isssue 110 by @paulolaup in #111
- [issue:113] by @paulolaup in #114
- Add field names of profile to profile tree by @juliangruendner in #116
- [issue:112] by @paulolaup in #118
- resolve reference to create code filter by @juliangruendner in #99
- Change attribute type CodeableConcept to Coding by @juliangruendner in #123
- Add CI workflow for fdpg ontology generation by @EmteZogaf in #120
- Release v3.0.0 alpha.1 by @juliangruendner in #124
- 125 atc parents and levels missing by @paulolaup in #127
- add referenced profiles and resolve referenced mii profiles by type f… by @juliangruendner in #128
- improve dse logging, exlcude reference fields with no mii target prof… by @juliangruendner in #131
- Release v.3.0.0 by @juliangruendner in #132
New Contributors
- @michael-82 made their first contribution in #38
- @geloro94 made their first contribution in #47
- @BoehmDo made their first contribution in #97
- @EmteZogaf made their first contribution in #120
Full Changelog: v2.2.0...v3.0.0
v3.0.0-alpha.1
Modul | Version | Changelog |
---|---|---|
MII_DIAGNOSE | "de.medizininformatikinitiative.kerndatensatz.diagnose 2025.0.0-alpha1" | Added Orphanet |
MII_LAB | "de.medizininformatikinitiative.kerndatensatz.laborbefund 2025.0.0-alpha1" | |
MII_MEDICATION | "de.medizininformatikinitiative.kerndatensatz.medikation 2025.0.0-alpha3" | Added MedicationStatement and MedicationRequest |
MII_PERSON | "de.medizininformatikinitiative.kerndatensatz.person 2025.0.0-alpha1" | |
MII_PROCEDURE | "de.medizininformatikinitiative.kerndatensatz.prozedur 2025.0.0-alpha1" | |
MII_FALL | "de.medizininformatikinitiative.kerndatensatz.fall 2025.0.0-alpha1" | |
MII_SPECIMEN | "de.medizininformatikinitiative.kerndatensatz.biobank 2025.0.0" | |
MII_CONSENT | "de.medizininformatikinitiative.kerndatensatz.consent 1.0.7" | Added combined consent |
What's Changed
- Fix composite generation by @BoehmDo in #97
- add required and recommended to profile details, include mustSupport,… by @juliangruendner in #107
- Resolve isssue 110 by @paulolaup in #111
- [issue:113] by @paulolaup in #114
- Add field names of profile to profile tree by @juliangruendner in #116
- [issue:112] by @paulolaup in #118
- resolve reference to create code filter by @juliangruendner in #99
- Change attribute type CodeableConcept to Coding by @juliangruendner in #123
- Add CI workflow for fdpg ontology generation by @EmteZogaf in #120
- Release v3.0.0 alpha.1 by @juliangruendner in #124
New Contributors
- @BoehmDo made their first contribution in #97
- @EmteZogaf made their first contribution in #120
Full Changelog: v3.0.0-alpha...v3.0.0-alpha.1
v3.0.0-alpha
[3.0.0-alpha] - 2024-10-20
Modul | Version | Changelog |
---|---|---|
MII_DIAGNOSE | "de.medizininformatikinitiative.kerndatensatz.diagnose 2025.0.0-alpha1" | |
MII_LAB | "de.medizininformatikinitiative.kerndatensatz.laborbefund 2025.0.0-alpha1" | |
MII_MEDICATION | "de.medizininformatikinitiative.kerndatensatz.medikation 2025.0.0-alpha1" | |
MII_PERSON | "de.medizininformatikinitiative.kerndatensatz.person 2025.0.0-alpha1" | |
MII_PROCEDURE | "de.medizininformatikinitiative.kerndatensatz.prozedur 2025.0.0-alpha1" | |
MII_FALL | "de.medizininformatikinitiative.kerndatensatz.fall 2025.0.0-alpha1" | |
MII_SPECIMEN | "de.medizininformatikinitiative.kerndatensatz.biobank 1.0.8" | |
MII_CONSENT | "de.medizininformatikinitiative.kerndatensatz.consent 1.0.7" |
Added
- Generation for Dataselection Ontology
- Merging of multiple ontologies
- Generation of combined Consent
- Generation of Elastic Search ontology files
- Parceling of ontology files
- Add script for merging and loading availability files from fhir data evaluator
Changed
- Refactored cohort selection ontology generation to on script with configs and own ontologies per FHIR (CDS) module
- ui-trees and mapping-trees are now changed to a implicit tree structure by reference to parents and children, instead of duplicating subtrees.
- Change date field to recorded date for diagnosis
Fixed
- Use a requests session for repeated calls to speed up terminology server access
v2.2.0
Updated FHIR KDS Profiles to match the latest MII Release:
Modul | Version | Changelog |
---|---|---|
MII_DIAGNOSE | "de.medizininformatikinitiative.kerndatensatz.diagnose 2024.0.0" | ICD10 v2024 |
MII_LAB | "de.medizininformatikinitiative.kerndatensatz.laborbefund 1.0.6" | Laboratory values do no longer support value filters but are still restricted to the TOP300 |
MII_MEDICATION | "de.medizininformatikinitiative.kerndatensatz.medikation 2.0.0" | ATC v2024 |
MII_PERSON | "de.medizininformatikinitiative.kerndatensatz.person 2024.0.0" | |
MII_PROCEDURE | "de.medizininformatikinitiative.kerndatensatz.prozedur 2024.0.0" | With the latest Terminology Update, the readability of OPS v2024 Code displays has significantly improved. |
MII_SPECIMEN | "de.medizininformatikinitiative.kerndatensatz.biobank 1.0.1" | Specimen now encompasses all concept referenced (n = 1790) in the valueset binding instead of the most commonly used (n = 50) |
v2.2.0-RC2
Updated FHIR KDS Profiles to match the latest MII Release:
MII_DIAGNOSE = "de.medizininformatikinitiative.kerndatensatz.diagnose 2024.0.0"
MII_LAB = "de.medizininformatikinitiative.kerndatensatz.laborbefund 1.0.6"
MII_MEDICATION = "de.medizininformatikinitiative.kerndatensatz.medikation 2.0.0"
MII_PERSON = "de.medizininformatikinitiative.kerndatensatz.person 2024.0.0"
MII_PROCEDURE = "de.medizininformatikinitiative.kerndatensatz.prozedur 2024.0.0"
MII_SPECIMEN = "de.medizininformatikinitiative.kerndatensatz.biobank 1.0.1"
Laboratory values do no longer support value filters but are still restricted to the TOP300
Specimen now encompasses all concept referenced in the valueset binding instead of the most commonly used.
v2.2.0-RC
Updated FHIR KDS Profiles to match the latest MII Release:
MII_DIAGNOSE = "de.medizininformatikinitiative.kerndatensatz.diagnose 2.0.0-alpha3"
MII_LAB = "de.medizininformatikinitiative.kerndatensatz.laborbefund 1.0.7-alpha1"
MII_MEDICATION = "de.medizininformatikinitiative.kerndatensatz.medikation 2.0.0-ballot1"
MII_PERSON = "de.medizininformatikinitiative.kerndatensatz.person 2.0.0-ballot2"
MII_PROCEDURE = "de.medizininformatikinitiative.kerndatensatz.prozedur 2.0.0-alpha5"
MII_SPECIMEN = "de.medizininformatikinitiative.kerndatensatz.biobank 1.0.3"
MII_CONSENT = "de.medizininformatikinitiative.kerndatensatz.consent 1.0.1"
Laboratory values do no longer support value filters but are still restricted to the TOP300
Due to missing 2024 terminology ressources the ontology generation might default back to 2023 terminology ressources.
Specimen now encompasses all concept referenced in the valueset binding instead of the most commonly used.
v2.1.27
Search ontology based on the fdpg+ profiles:
https://simplifier.net/packages/fdpg.query_profiles