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

🐛 [BUG] - Missing Codes in ValueSets #178

Open
christmueller opened this issue Nov 13, 2024 · 1 comment · May be fixed by #179
Open

🐛 [BUG] - Missing Codes in ValueSets #178

christmueller opened this issue Nov 13, 2024 · 1 comment · May be fixed by #179
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@christmueller
Copy link

Description

Hallo zusammen,

wir bekommen Validierungsfehler in einigen spezifischen Profilen. Ursache: die in code.coding.pattern angegebenen codes sind nicht in den ValueSets enthalten, die für den jeweiligen Slice als Binding gelten.

Die Fehlenden Codes hat Tim auf unserer Seite bereits den ValueSets hinzugefügt. Ihr erkennt sie an den Änderungen (in grün): medizininformatik-initiative/kerndatensatzmodul-intensivmedizin@9ad9976#diff-71175084ad0346109ffe7b00d3002d172130e2bb9b49fb9b73a7bcb16187430cR176

Bitte fügt genannte Codes den ValueSets hinzu.

Viele Grüße, das KDS-ICU-Team.

Reproduction URL

https://simplifier.net/isik-vitalparameter-v4/sd_mii_icu_koerpertemperatur_nasen_rachen_raum

Version or Branch

No response

Reproduction Steps

Validiere folgendes Beispiel aus (https://simplifier.net/guide/MedizininformatikInitiative-ModulICU-ImplementationGuide2/MIIIGModulICU/TechnischeImplementierung/FHIR-Profile/MonitoringundVitaldaten/MonitoringundVitaldatenObservation/K%C3%B6rpertemperatur-Generisch-Observation/K%C3%B6rpertemperatur-Nasen-Rachen-Raum-Observation.page.md?version=current) gegen das IsIk Profil: 

{
    "resourceType": "Observation",
    "id": "exa-mii-icu-muv-koerpertemperatur-nasen-rachen-raum",
    "meta": {
        "profile":  [
            "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpertemperatur-nasen-rachen-raum"
        ]
    },
    "status": "final",
    "category":  [
        {
            "coding":  [
                {
                    "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                    "code": "vital-signs"
                }
            ]
        }
    ],
    "code": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "698831002",
                "display": "Core body temperature measured in nasopharynx (observable entity)",
                "version": "http://snomed.info/sct/900000000000207008/version/20241101"
            },
            {
                "system": "http://loinc.org",
                "code": "60838-0",
                "display": "Body temperature"
            },
            {
                "system": "urn:iso:std:iso:11073:10101",
                "code": "150380",
                "display": "Nasopharynx temperature"
            }
        ]
    },
    "subject": {
        "reference": "Patient/111"
    },
    "effectivePeriod": {
        "start": "2019-12-23T09:30:10+01:00",
        "end": "2019-12-23T10:30:10+01:00"
    },
    "valueQuantity": {
        "value": 37,
        "system": "http://unitsofmeasure.org",
        "code": "Cel",
        "unit": "degree Celsius"
    },
    "bodySite": {
        "coding":  [
            {
                "system": "http://snomed.info/sct",
                "code": "71836000",
                "display": "Nasopharyngeal structure (body structure)"
            }
        ]
    }
}

Stack Trace and Logs

No response

Screenshots

![DESCRIPTION](LINK.png)

Software and Environment

No response

@christmueller christmueller added bug Something isn't working invalid This doesn't seem right labels Nov 13, 2024
@patrick-werner
Copy link
Contributor

patrick-werner commented Nov 13, 2024

@christmueller
Vielen Dank für den Hinweis. Wir ergänzen die VS entsprechend (einen Teil hatten wir bereits in Zuge der QA hinzugefügt gehabt)
Wir haben im VS_MII_ICU_Code_Monitoring_und_Vitaldaten_ISO11073 noch den Code:

  • Mdc#150372 "MDC_TEMP_ESOPH"

Der fehlt bei euch noch?

@patrick-werner patrick-werner linked a pull request Nov 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working invalid This doesn't seem right
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants