From 4c1cafff8abeb82957e5fb9c0b4a0b0167e17d6b Mon Sep 17 00:00:00 2001 From: patrick-werner Date: Tue, 26 Mar 2024 11:34:40 +0100 Subject: [PATCH] added MS on method, performer and device for pre-existing resources added more backport profiles & examples --- Resources/Abweichungen.md | 5 + Resources/fsh-generated/fsh-index.json | 208 ++++++++---------- Resources/fsh-generated/fsh-index.txt | 80 ++++--- .../Observation-Beispiel-Atemfrequenz.json | 47 ---- .../Observation-Beispiel-Kopfumfang.json | 47 ---- .../resources/Observation-Koerpergewicht.json | 51 ----- .../resources/Observation-Koerpergroesse.json | 51 ----- ...lumenindex-Durch-Indikatorverduennung.json | 4 +- ...-Herzindex-Durch-Indikatorverduennung.json | 4 +- ...rvation-Linksventrikulaerer-Herzindex.json | 4 +- ...eitvolumen-durch-Indikatorverduennung.json | 4 +- .../StructureDefinition-ISiKAtemfrequenz.json | 52 ++--- .../StructureDefinition-ISiKBlutdruck.json | 52 ++--- .../StructureDefinition-ISiKEkg.json | 47 ++-- .../StructureDefinition-ISiKGCS.json | 52 ++--- .../StructureDefinition-ISiKHerzfrequenz.json | 52 ++--- ...tructureDefinition-ISiKKoerpergewicht.json | 52 ++--- ...tructureDefinition-ISiKKoerpergroesse.json | 52 ++--- ...ctureDefinition-ISiKKoerpertemperatur.json | 52 ++--- .../StructureDefinition-ISiKKopfumfang.json | 52 ++--- ...reDefinition-ISiKSauerstoffsaettigung.json | 60 +++-- ...ureDefinition-sd-mii-icu-atemfrequenz.json | 165 -------------- ...ion-sd-mii-icu-ideales-koerpergewicht.json | 32 --- ...rpergewicht-percentil-altersabhaengig.json | 32 --- ...eDefinition-sd-mii-icu-koerpergewicht.json | 187 ---------------- ...n-sd-mii-icu-koerpergroesse-percentil.json | 32 --- ...eDefinition-sd-mii-icu-koerpergroesse.json | 176 --------------- ...ctureDefinition-sd-mii-icu-kopfumfang.json | 200 ----------------- ...-links-herzindex-indikatorverduennung.json | 35 +-- ...i-herzzeitvolumen-durch-indikatorverd.json | 37 +--- ...lagvolumen-durch-indikatorverduennung.json | 32 --- ...chlagvolumenindex-durch-indikatorverd.json | 35 +-- ...-sd-mii-icu-linksventrikulaerer-druck.json | 32 --- ...mii-icu-linksventrikulaerer-herzindex.json | 35 +-- ...icu-linksventrikulaeres-schlagvolumen.json | 32 --- ...inksventrikulaeres-schlagvolumenindex.json | 32 --- ...-sd-mii-icu-monitoring-und-vitaldaten.json | 32 --- ...-arteriellen-blut-durch-pulsoxymetrie.json | 32 --- ...m-blut-postduktal-durch-pulsoxymetrie.json | 32 --- ...im-blut-preduktal-durch-pulsoxymetrie.json | 32 --- ...i-icu-pulmonalarterieller-wedge-druck.json | 32 --- ...-sonstige-pulsatile-druecke-generisch.json | 32 --- Resources/input/fsh/ISiK-Atemfrequenz.fsh | 4 + Resources/input/fsh/ISiK-Blutdruck.fsh | 4 + Resources/input/fsh/ISiK-Ekg.fsh | 4 + Resources/input/fsh/ISiK-GCS.fsh | 4 + Resources/input/fsh/ISiK-Herzfrequenz.fsh | 4 + Resources/input/fsh/ISiK-Koerpergewicht.fsh | 4 + Resources/input/fsh/ISiK-Koerpergroesse.fsh | 4 + .../input/fsh/ISiK-Koerpertemperatur.fsh | 4 + Resources/input/fsh/ISiK-Kopfumfang.fsh | 4 + .../input/fsh/ISiK-Sauerstoffsaettigung.fsh | 5 + .../mii-backport/SD_MII_ICU_Atemfrequenz.fsh | 42 ---- .../SD_MII_ICU_Herzzeitvolumen.fsh | 10 + .../SD_MII_ICU_Koerpergewicht.fsh | 42 ---- .../SD_MII_ICU_Koerpergroesse.fsh | 39 ---- .../mii-backport/SD_MII_ICU_Kopfumfang.fsh | 42 ---- ..._MII_ICU_Linksventrikulaerer_Herzindex.fsh | 1 - ...r_Herzindex_Durch_Indikatorverduennung.fsh | 1 - ...olumenindex_Durch_Indikatorverduennung.fsh | 1 - ...zeitvolumen_Durch_Indikatorverduennung.fsh | 1 - ...U_Pulmonalvaskulaerer_Widerstandsindex.fsh | 26 +++ ...temischer_Vaskulaerer_Widerstandsindex.fsh | 28 +++ ..._ICU_Unit_equivalent_UCUM_dyn_s_cm5_m2.fsh | 8 + 64 files changed, 468 insertions(+), 2128 deletions(-) delete mode 100644 Resources/fsh-generated/resources/Observation-Beispiel-Atemfrequenz.json delete mode 100644 Resources/fsh-generated/resources/Observation-Beispiel-Kopfumfang.json delete mode 100644 Resources/fsh-generated/resources/Observation-Koerpergewicht.json delete mode 100644 Resources/fsh-generated/resources/Observation-Koerpergroesse.json delete mode 100644 Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-atemfrequenz.json delete mode 100644 Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergewicht.json delete mode 100644 Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergroesse.json delete mode 100644 Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-kopfumfang.json delete mode 100644 Resources/input/fsh/mii-backport/SD_MII_ICU_Atemfrequenz.fsh create mode 100644 Resources/input/fsh/mii-backport/SD_MII_ICU_Herzzeitvolumen.fsh delete mode 100644 Resources/input/fsh/mii-backport/SD_MII_ICU_Koerpergewicht.fsh delete mode 100644 Resources/input/fsh/mii-backport/SD_MII_ICU_Koerpergroesse.fsh delete mode 100644 Resources/input/fsh/mii-backport/SD_MII_ICU_Kopfumfang.fsh create mode 100644 Resources/input/fsh/mii-backport/SD_MII_ICU_Pulmonalvaskulaerer_Widerstandsindex.fsh create mode 100644 Resources/input/fsh/mii-backport/SD_MII_ICU_Systemischer_Vaskulaerer_Widerstandsindex.fsh create mode 100644 Resources/input/fsh/mii-backport/valueSet/VS_MII_ICU_Unit_equivalent_UCUM_dyn_s_cm5_m2.fsh diff --git a/Resources/Abweichungen.md b/Resources/Abweichungen.md index 1aab8acd..0748ea7e 100644 --- a/Resources/Abweichungen.md +++ b/Resources/Abweichungen.md @@ -1,5 +1,10 @@ Kopfumfang: 363812007 (KBV, BasisDE) vs 363811000 ICU + linksventrikulaerer-druck: category nicht belegt, kein LOINC Code Sonstige pulsatile Drücke: = $sct#75367002 kann nicht gesetzt werden weil children andere sct codes setzen Selbiges für 11073 + +Designentscheidung +Max Kardinalitäten von coding slices wurden entfernt +Profile aus der MII die den bisherigen, existenten Profilen entsprechen wurden in die bisherigen Profile gemerged, Anpassungen aus der MII wurden in "comments" des elements erfasst \ No newline at end of file diff --git a/Resources/fsh-generated/fsh-index.json b/Resources/fsh-generated/fsh-index.json index ee566a42..51d5c11e 100644 --- a/Resources/fsh-generated/fsh-index.json +++ b/Resources/fsh-generated/fsh-index.json @@ -15,101 +15,85 @@ "startLine": 14, "endLine": 17 }, - { - "outputFile": "Observation-Beispiel-Atemfrequenz.json", - "fshName": "Beispiel-Atemfrequenz", - "fshType": "Instance", - "fshFile": "mii-backport/SD_MII_ICU_Atemfrequenz.fsh", - "startLine": 31, - "endLine": 42 - }, - { - "outputFile": "Observation-Beispiel-Kopfumfang.json", - "fshName": "Beispiel-Kopfumfang", - "fshType": "Instance", - "fshFile": "mii-backport/SD_MII_ICU_Kopfumfang.fsh", - "startLine": 31, - "endLine": 42 - }, { "outputFile": "Observation-ISiKAtemfrequenzExample.json", "fshName": "ISiKAtemfrequenzExample", "fshType": "Instance", "fshFile": "ISiK-Atemfrequenz.fsh", - "startLine": 22, - "endLine": 34 + "startLine": 26, + "endLine": 38 }, { "outputFile": "Observation-ISiKBlutdruckExample.json", "fshName": "ISiKBlutdruckExample", "fshType": "Instance", "fshFile": "ISiK-Blutdruck.fsh", - "startLine": 28, - "endLine": 47 + "startLine": 32, + "endLine": 51 }, { "outputFile": "Observation-ISiKEkgExample.json", "fshName": "ISiKEkgExample", "fshType": "Instance", "fshFile": "ISiK-Ekg.fsh", - "startLine": 23, - "endLine": 48 + "startLine": 27, + "endLine": 52 }, { "outputFile": "Observation-ISiKGCSExample.json", "fshName": "ISiKGCSExample", "fshType": "Instance", "fshFile": "ISiK-GCS.fsh", - "startLine": 30, - "endLine": 45 + "startLine": 34, + "endLine": 49 }, { "outputFile": "Observation-ISiKHerzfrequenzExample.json", "fshName": "ISiKHerzfrequenzExample", "fshType": "Instance", "fshFile": "ISiK-Herzfrequenz.fsh", - "startLine": 28, - "endLine": 40 + "startLine": 32, + "endLine": 44 }, { "outputFile": "Observation-ISiKKoerpergewichtExample.json", "fshName": "ISiKKoerpergewichtExample", "fshType": "Instance", "fshFile": "ISiK-Koerpergewicht.fsh", - "startLine": 28, - "endLine": 40 + "startLine": 32, + "endLine": 44 }, { "outputFile": "Observation-ISiKKoerpergroesseExample.json", "fshName": "ISiKKoerpergroesseExample", "fshType": "Instance", "fshFile": "ISiK-Koerpergroesse.fsh", - "startLine": 28, - "endLine": 40 + "startLine": 32, + "endLine": 44 }, { "outputFile": "Observation-ISiKKoerpertemperaturExample.json", "fshName": "ISiKKoerpertemperaturExample", "fshType": "Instance", "fshFile": "ISiK-Koerpertemperatur.fsh", - "startLine": 28, - "endLine": 40 + "startLine": 32, + "endLine": 44 }, { "outputFile": "Observation-ISiKKopfumfangExample.json", "fshName": "ISiKKopfumfangExample", "fshType": "Instance", "fshFile": "ISiK-Kopfumfang.fsh", - "startLine": 28, - "endLine": 40 + "startLine": 32, + "endLine": 44 }, { "outputFile": "Observation-ISiKSauerstoffsaettigungExample.json", "fshName": "ISiKSauerstoffsaettigungExample", "fshType": "Instance", "fshFile": "ISiK-Sauerstoffsaettigung.fsh", - "startLine": 21, - "endLine": 40 + "startLine": 26, + "endLine": 45 }, { "outputFile": "Observation-Ideales-Koerpergewicht.json", @@ -127,14 +111,6 @@ "startLine": 15, "endLine": 26 }, - { - "outputFile": "Observation-Koerpergewicht.json", - "fshName": "Koerpergewicht", - "fshType": "Instance", - "fshFile": "mii-backport/SD_MII_ICU_Koerpergewicht.fsh", - "startLine": 31, - "endLine": 42 - }, { "outputFile": "Observation-Koerpergroesse-Percentil.json", "fshName": "Koerpergroesse-Percentil", @@ -143,21 +119,13 @@ "startLine": 16, "endLine": 27 }, - { - "outputFile": "Observation-Koerpergroesse.json", - "fshName": "Koerpergroesse", - "fshType": "Instance", - "fshFile": "mii-backport/SD_MII_ICU_Koerpergroesse.fsh", - "startLine": 28, - "endLine": 39 - }, { "outputFile": "Observation-Linksvent-Schlagvolumenindex-Durch-Indikatorverduennung.json", "fshName": "Linksvent-Schlagvolumenindex-Durch-Indikatorverduennung", "fshType": "Instance", "fshFile": "mii-backport/SD_MII_ICU_Linksventrikulaerer_Schlagvolumenindex_Durch_Indikatorverduennung.fsh", - "startLine": 17, - "endLine": 26 + "startLine": 16, + "endLine": 25 }, { "outputFile": "Observation-Linksventrikulaerer-Druck.json", @@ -172,24 +140,24 @@ "fshName": "Linksventrikulaerer-Herzindex-Durch-Indikatorverduennung", "fshType": "Instance", "fshFile": "mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex_Durch_Indikatorverduennung.fsh", - "startLine": 17, - "endLine": 26 + "startLine": 16, + "endLine": 25 }, { "outputFile": "Observation-Linksventrikulaerer-Herzindex.json", "fshName": "Linksventrikulaerer-Herzindex", "fshType": "Instance", "fshFile": "mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex.fsh", - "startLine": 15, - "endLine": 27 + "startLine": 14, + "endLine": 26 }, { "outputFile": "Observation-Linksventrikulaeres-Herzzeitvolumen-durch-Indikatorverduennung.json", "fshName": "Linksventrikulaeres-Herzzeitvolumen-durch-Indikatorverduennung", "fshType": "Instance", "fshFile": "mii-backport/SD_MII_ICU_Linksventrikulaeres_Herzzeitvolumen_Durch_Indikatorverduennung.fsh", - "startLine": 16, - "endLine": 25 + "startLine": 15, + "endLine": 24 }, { "outputFile": "Observation-Linksventrikulaeres-Schlagvolumen-Durch-Indikatorverduennung.json", @@ -223,6 +191,14 @@ "startLine": 16, "endLine": 28 }, + { + "outputFile": "Observation-Pulmonalvaskulaerer-Widerstandsindex.json", + "fshName": "Pulmonalvaskulaerer-Widerstandsindex", + "fshType": "Instance", + "fshFile": "mii-backport/SD_MII_ICU_Pulmonalvaskulaerer_Widerstandsindex.fsh", + "startLine": 14, + "endLine": 26 + }, { "outputFile": "Observation-Sauerstoffsaettigung-im-Arteriellen-Blut-durch-Pulsoxymetrie.json", "fshName": "Sauerstoffsaettigung-im-Arteriellen-Blut-durch-Pulsoxymetrie", @@ -247,6 +223,14 @@ "startLine": 17, "endLine": 28 }, + { + "outputFile": "Observation-Systemischer-vaskulaerer-Widerstandsindex.json", + "fshName": "Systemischer-vaskulaerer-Widerstandsindex", + "fshType": "Instance", + "fshFile": "mii-backport/SD_MII_ICU_Systemischer_Vaskulaerer_Widerstandsindex.fsh", + "startLine": 16, + "endLine": 28 + }, { "outputFile": "Patient-PatientinMusterfrau.json", "fshName": "PatientinMusterfrau", @@ -261,7 +245,7 @@ "fshType": "Profile", "fshFile": "ISiK-Atemfrequenz.fsh", "startLine": 1, - "endLine": 20 + "endLine": 24 }, { "outputFile": "StructureDefinition-ISiKBlutdruck.json", @@ -269,7 +253,7 @@ "fshType": "Profile", "fshFile": "ISiK-Blutdruck.fsh", "startLine": 1, - "endLine": 26 + "endLine": 30 }, { "outputFile": "StructureDefinition-ISiKEkg.json", @@ -277,7 +261,7 @@ "fshType": "Profile", "fshFile": "ISiK-Ekg.fsh", "startLine": 1, - "endLine": 21 + "endLine": 25 }, { "outputFile": "StructureDefinition-ISiKGCS.json", @@ -285,7 +269,7 @@ "fshType": "Profile", "fshFile": "ISiK-GCS.fsh", "startLine": 1, - "endLine": 28 + "endLine": 32 }, { "outputFile": "StructureDefinition-ISiKHerzfrequenz.json", @@ -293,7 +277,7 @@ "fshType": "Profile", "fshFile": "ISiK-Herzfrequenz.fsh", "startLine": 1, - "endLine": 20 + "endLine": 24 }, { "outputFile": "StructureDefinition-ISiKKoerpergewicht.json", @@ -301,7 +285,7 @@ "fshType": "Profile", "fshFile": "ISiK-Koerpergewicht.fsh", "startLine": 1, - "endLine": 20 + "endLine": 24 }, { "outputFile": "StructureDefinition-ISiKKoerpergroesse.json", @@ -309,7 +293,7 @@ "fshType": "Profile", "fshFile": "ISiK-Koerpergroesse.fsh", "startLine": 1, - "endLine": 20 + "endLine": 24 }, { "outputFile": "StructureDefinition-ISiKKoerpertemperatur.json", @@ -317,7 +301,7 @@ "fshType": "Profile", "fshFile": "ISiK-Koerpertemperatur.fsh", "startLine": 1, - "endLine": 20 + "endLine": 24 }, { "outputFile": "StructureDefinition-ISiKKopfumfang.json", @@ -325,7 +309,7 @@ "fshType": "Profile", "fshFile": "ISiK-Kopfumfang.fsh", "startLine": 1, - "endLine": 20 + "endLine": 24 }, { "outputFile": "StructureDefinition-ISiKSauerstoffsaettigung.json", @@ -333,15 +317,15 @@ "fshType": "Profile", "fshFile": "ISiK-Sauerstoffsaettigung.fsh", "startLine": 1, - "endLine": 19 + "endLine": 24 }, { - "outputFile": "StructureDefinition-sd-mii-icu-atemfrequenz.json", - "fshName": "SD_MII_ICU_Atemfrequenz", + "outputFile": "StructureDefinition-sd-mii-icu-herzzeitvolumen.json", + "fshName": "SD_MII_ICU_Herzzeitvolumen", "fshType": "Profile", - "fshFile": "mii-backport/SD_MII_ICU_Atemfrequenz.fsh", + "fshFile": "mii-backport/SD_MII_ICU_Herzzeitvolumen.fsh", "startLine": 1, - "endLine": 29 + "endLine": 10 }, { "outputFile": "StructureDefinition-sd-mii-icu-ideales-koerpergewicht.json", @@ -359,14 +343,6 @@ "startLine": 1, "endLine": 13 }, - { - "outputFile": "StructureDefinition-sd-mii-icu-koerpergewicht.json", - "fshName": "SD_MII_ICU_Koerpergewicht", - "fshType": "Profile", - "fshFile": "mii-backport/SD_MII_ICU_Koerpergewicht.fsh", - "startLine": 1, - "endLine": 29 - }, { "outputFile": "StructureDefinition-sd-mii-icu-koerpergroesse-percentil.json", "fshName": "SD_MII_ICU_Koerpergroesse_Percentil", @@ -375,29 +351,13 @@ "startLine": 1, "endLine": 14 }, - { - "outputFile": "StructureDefinition-sd-mii-icu-koerpergroesse.json", - "fshName": "SD_MII_ICU_Koerpergroesse", - "fshType": "Profile", - "fshFile": "mii-backport/SD_MII_ICU_Koerpergroesse.fsh", - "startLine": 1, - "endLine": 26 - }, - { - "outputFile": "StructureDefinition-sd-mii-icu-kopfumfang.json", - "fshName": "SD_MII_ICU_Kopfumfang", - "fshType": "Profile", - "fshFile": "mii-backport/SD_MII_ICU_Kopfumfang.fsh", - "startLine": 1, - "endLine": 29 - }, { "outputFile": "StructureDefinition-sd-mii-icu-links-herzindex-indikatorverduennung.json", "fshName": "SD_MII_ICU_Linksventrikulaerer_Herzindex_Durch_Indikatorverduennung", "fshType": "Profile", "fshFile": "mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex_Durch_Indikatorverduennung.fsh", "startLine": 1, - "endLine": 15 + "endLine": 14 }, { "outputFile": "StructureDefinition-sd-mii-icu-linksventri-herzzeitvolumen-durch-indikatorverd.json", @@ -405,7 +365,7 @@ "fshType": "Profile", "fshFile": "mii-backport/SD_MII_ICU_Linksventrikulaeres_Herzzeitvolumen_Durch_Indikatorverduennung.fsh", "startLine": 1, - "endLine": 14 + "endLine": 13 }, { "outputFile": "StructureDefinition-sd-mii-icu-linksventri-schlagvolumen-durch-indikatorverduennung.json", @@ -421,7 +381,7 @@ "fshType": "Profile", "fshFile": "mii-backport/SD_MII_ICU_Linksventrikulaerer_Schlagvolumenindex_Durch_Indikatorverduennung.fsh", "startLine": 1, - "endLine": 15 + "endLine": 14 }, { "outputFile": "StructureDefinition-sd-mii-icu-linksventrikulaerer-druck.json", @@ -437,7 +397,7 @@ "fshType": "Profile", "fshFile": "mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex.fsh", "startLine": 1, - "endLine": 13 + "endLine": 12 }, { "outputFile": "StructureDefinition-sd-mii-icu-linksventrikulaeres-schlagvolumen.json", @@ -495,6 +455,14 @@ "startLine": 1, "endLine": 14 }, + { + "outputFile": "StructureDefinition-sd-mii-icu-pulmonalvaskulaerer-widerstandsindex.json", + "fshName": "SD_MII_ICU_Pulmonalvaskulaerer_Widerstandsindex", + "fshType": "Profile", + "fshFile": "mii-backport/SD_MII_ICU_Pulmonalvaskulaerer_Widerstandsindex.fsh", + "startLine": 1, + "endLine": 12 + }, { "outputFile": "StructureDefinition-sd-mii-icu-sonstige-pulsatile-druecke-generisch.json", "fshName": "SD_MII_ICU_Sonstige_Pulsatile_Druecke_Generisch", @@ -503,45 +471,53 @@ "startLine": 1, "endLine": 140 }, + { + "outputFile": "StructureDefinition-sd-mii-icu-systemischer-vaskulaerer-widerstandsindex.json", + "fshName": "SD_MII_ICU_Systemischer_Vaskulaerer_Widerstandsindex", + "fshType": "Profile", + "fshFile": "mii-backport/SD_MII_ICU_Systemischer_Vaskulaerer_Widerstandsindex.fsh", + "startLine": 1, + "endLine": 14 + }, { "outputFile": "ValueSet-ISiKHerzfrequenzSCTVS.json", "fshName": "ISiKHerzfrequenzSCTVS", "fshType": "ValueSet", "fshFile": "ISiK-Herzfrequenz.fsh", - "startLine": 22, - "endLine": 26 + "startLine": 26, + "endLine": 30 }, { "outputFile": "ValueSet-ISiKKoerpergewichtSCTVS.json", "fshName": "ISiKKoerpergewichtSCTVS", "fshType": "ValueSet", "fshFile": "ISiK-Koerpergewicht.fsh", - "startLine": 22, - "endLine": 26 + "startLine": 26, + "endLine": 30 }, { "outputFile": "ValueSet-ISiKKoerpergroesseSCTVS.json", "fshName": "ISiKKoerpergroesseSCTVS", "fshType": "ValueSet", "fshFile": "ISiK-Koerpergroesse.fsh", - "startLine": 22, - "endLine": 26 + "startLine": 26, + "endLine": 30 }, { "outputFile": "ValueSet-ISiKKoerpertemperaturSCTVS.json", "fshName": "ISiKKoerpertemperaturSCTVS", "fshType": "ValueSet", "fshFile": "ISiK-Koerpertemperatur.fsh", - "startLine": 22, - "endLine": 26 + "startLine": 26, + "endLine": 30 }, { "outputFile": "ValueSet-ISiKKopfumfangSCTVS.json", "fshName": "ISiKKopfumfangSCTVS", "fshType": "ValueSet", "fshFile": "ISiK-Kopfumfang.fsh", - "startLine": 22, - "endLine": 26 + "startLine": 26, + "endLine": 30 }, { "outputFile": "ValueSet-vs-mii-icu-bodysite-observation-blutdruck.json", @@ -591,6 +567,14 @@ "startLine": 1, "endLine": 14 }, + { + "outputFile": "ValueSet-vs-mii-icu-unit-equivalent-ucum-dyn-s-cm5-m2.json", + "fshName": "VS_MII_ICU_Unit_equivalent_UCUM_dyn_s_cm5_m2", + "fshType": "ValueSet", + "fshFile": "mii-backport/valueSet/VS_MII_ICU_Unit_equivalent_UCUM_dyn_s_cm5_m2.fsh", + "startLine": 1, + "endLine": 8 + }, { "outputFile": "ValueSet-vs-mii-icu-unit-equivalent-ucum-l-per-minute-and-squaremeter.json", "fshName": "VS_MII_ICU_Unit_equivalent_UCUM_L_per_minute_and_squaremeter", diff --git a/Resources/fsh-generated/fsh-index.txt b/Resources/fsh-generated/fsh-index.txt index cde6167d..480d6f40 100644 --- a/Resources/fsh-generated/fsh-index.txt +++ b/Resources/fsh-generated/fsh-index.txt @@ -1,59 +1,54 @@ Output File Name Type FSH File Lines CapabilityStatement-ISiK-capabilityStatement-vitalparameter-server.json ISiK-capabilityStatement-vitalparameter-server Instance ISiK-CapabilityStatement.fsh 1 - 111 Device-ExampleDevice.json ExampleDevice Instance instances.fsh 14 - 17 -Observation-Beispiel-Atemfrequenz.json Beispiel-Atemfrequenz Instance mii-backport/SD_MII_ICU_Atemfrequenz.fsh 31 - 42 -Observation-Beispiel-Kopfumfang.json Beispiel-Kopfumfang Instance mii-backport/SD_MII_ICU_Kopfumfang.fsh 31 - 42 -Observation-ISiKAtemfrequenzExample.json ISiKAtemfrequenzExample Instance ISiK-Atemfrequenz.fsh 22 - 34 -Observation-ISiKBlutdruckExample.json ISiKBlutdruckExample Instance ISiK-Blutdruck.fsh 28 - 47 -Observation-ISiKEkgExample.json ISiKEkgExample Instance ISiK-Ekg.fsh 23 - 48 -Observation-ISiKGCSExample.json ISiKGCSExample Instance ISiK-GCS.fsh 30 - 45 -Observation-ISiKHerzfrequenzExample.json ISiKHerzfrequenzExample Instance ISiK-Herzfrequenz.fsh 28 - 40 -Observation-ISiKKoerpergewichtExample.json ISiKKoerpergewichtExample Instance ISiK-Koerpergewicht.fsh 28 - 40 -Observation-ISiKKoerpergroesseExample.json ISiKKoerpergroesseExample Instance ISiK-Koerpergroesse.fsh 28 - 40 -Observation-ISiKKoerpertemperaturExample.json ISiKKoerpertemperaturExample Instance ISiK-Koerpertemperatur.fsh 28 - 40 -Observation-ISiKKopfumfangExample.json ISiKKopfumfangExample Instance ISiK-Kopfumfang.fsh 28 - 40 -Observation-ISiKSauerstoffsaettigungExample.json ISiKSauerstoffsaettigungExample Instance ISiK-Sauerstoffsaettigung.fsh 21 - 40 +Observation-ISiKAtemfrequenzExample.json ISiKAtemfrequenzExample Instance ISiK-Atemfrequenz.fsh 26 - 38 +Observation-ISiKBlutdruckExample.json ISiKBlutdruckExample Instance ISiK-Blutdruck.fsh 32 - 51 +Observation-ISiKEkgExample.json ISiKEkgExample Instance ISiK-Ekg.fsh 27 - 52 +Observation-ISiKGCSExample.json ISiKGCSExample Instance ISiK-GCS.fsh 34 - 49 +Observation-ISiKHerzfrequenzExample.json ISiKHerzfrequenzExample Instance ISiK-Herzfrequenz.fsh 32 - 44 +Observation-ISiKKoerpergewichtExample.json ISiKKoerpergewichtExample Instance ISiK-Koerpergewicht.fsh 32 - 44 +Observation-ISiKKoerpergroesseExample.json ISiKKoerpergroesseExample Instance ISiK-Koerpergroesse.fsh 32 - 44 +Observation-ISiKKoerpertemperaturExample.json ISiKKoerpertemperaturExample Instance ISiK-Koerpertemperatur.fsh 32 - 44 +Observation-ISiKKopfumfangExample.json ISiKKopfumfangExample Instance ISiK-Kopfumfang.fsh 32 - 44 +Observation-ISiKSauerstoffsaettigungExample.json ISiKSauerstoffsaettigungExample Instance ISiK-Sauerstoffsaettigung.fsh 26 - 45 Observation-Ideales-Koerpergewicht.json Ideales-Koerpergewicht Instance mii-backport/SD_MII_ICU_Ideales_Koerpergewicht.fsh 13 - 24 Observation-Koerpergewicht-Percentile-altersabhaengig.json Koerpergewicht-Percentile-altersabhaengig Instance mii-backport/SD_MII_ICU_Koerpergewicht_Percentil_Altersabhaengig.fsh 15 - 26 -Observation-Koerpergewicht.json Koerpergewicht Instance mii-backport/SD_MII_ICU_Koerpergewicht.fsh 31 - 42 Observation-Koerpergroesse-Percentil.json Koerpergroesse-Percentil Instance mii-backport/SD_MII_ICU_Koerpergroesse_Percentil.fsh 16 - 27 -Observation-Koerpergroesse.json Koerpergroesse Instance mii-backport/SD_MII_ICU_Koerpergroesse.fsh 28 - 39 -Observation-Linksvent-Schlagvolumenindex-Durch-Indikatorverduennung.json Linksvent-Schlagvolumenindex-Durch-Indikatorverduennung Instance mii-backport/SD_MII_ICU_Linksventrikulaerer_Schlagvolumenindex_Durch_Indikatorverduennung.fsh 17 - 26 +Observation-Linksvent-Schlagvolumenindex-Durch-Indikatorverduennung.json Linksvent-Schlagvolumenindex-Durch-Indikatorverduennung Instance mii-backport/SD_MII_ICU_Linksventrikulaerer_Schlagvolumenindex_Durch_Indikatorverduennung.fsh 16 - 25 Observation-Linksventrikulaerer-Druck.json Linksventrikulaerer-Druck Instance mii-backport/SD_MII_ICU_Linksventrikulaerer_Druck.fsh 20 - 44 -Observation-Linksventrikulaerer-Herzindex-Durch-Indikatorverduennung.json Linksventrikulaerer-Herzindex-Durch-Indikatorverduennung Instance mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex_Durch_Indikatorverduennung.fsh 17 - 26 -Observation-Linksventrikulaerer-Herzindex.json Linksventrikulaerer-Herzindex Instance mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex.fsh 15 - 27 -Observation-Linksventrikulaeres-Herzzeitvolumen-durch-Indikatorverduennung.json Linksventrikulaeres-Herzzeitvolumen-durch-Indikatorverduennung Instance mii-backport/SD_MII_ICU_Linksventrikulaeres_Herzzeitvolumen_Durch_Indikatorverduennung.fsh 16 - 25 +Observation-Linksventrikulaerer-Herzindex-Durch-Indikatorverduennung.json Linksventrikulaerer-Herzindex-Durch-Indikatorverduennung Instance mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex_Durch_Indikatorverduennung.fsh 16 - 25 +Observation-Linksventrikulaerer-Herzindex.json Linksventrikulaerer-Herzindex Instance mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex.fsh 14 - 26 +Observation-Linksventrikulaeres-Herzzeitvolumen-durch-Indikatorverduennung.json Linksventrikulaeres-Herzzeitvolumen-durch-Indikatorverduennung Instance mii-backport/SD_MII_ICU_Linksventrikulaeres_Herzzeitvolumen_Durch_Indikatorverduennung.fsh 15 - 24 Observation-Linksventrikulaeres-Schlagvolumen-Durch-Indikatorverduennung.json Linksventrikulaeres-Schlagvolumen-Durch-Indikatorverduennung Instance mii-backport/SD_MII_ICU_Linksventrikulaeres_Schlagvolumen_Durch_Indikatorverduennung.fsh 14 - 23 Observation-Linksventrikulaeres-Schlagvolumen.json Linksventrikulaeres-Schlagvolumen Instance mii-backport/SD_MII_ICU_Linksventrikulaeres_Schlagvolumen.fsh 12 - 24 Observation-Linksventrikulaeres-Schlagvolumenindex.json Linksventrikulaeres-Schlagvolumenindex Instance mii-backport/SD_MII_ICU_Linksventrikulaeres_Schlagvolumenindex.fsh 13 - 24 Observation-Pulmonalarterieller-wedge-Blutdruck.json Pulmonalarterieller-wedge-Blutdruck Instance mii-backport/SD_MII_ICU_Pulmonalarterieller_Wedge_Druck.fsh 16 - 28 +Observation-Pulmonalvaskulaerer-Widerstandsindex.json Pulmonalvaskulaerer-Widerstandsindex Instance mii-backport/SD_MII_ICU_Pulmonalvaskulaerer_Widerstandsindex.fsh 14 - 26 Observation-Sauerstoffsaettigung-im-Arteriellen-Blut-durch-Pulsoxymetrie.json Sauerstoffsaettigung-im-Arteriellen-Blut-durch-Pulsoxymetrie Instance mii-backport/SD_MII_ICU_Sauerstoffsaettigung_Im_Arteriellen_Blut_Durch_Pulsoxymetrie.fsh 20 - 33 Observation-Sauerstoffsaettigung-im-Blut-Postduktal-durch-Pulsoxymetrie.json Sauerstoffsaettigung-im-Blut-Postduktal-durch-Pulsoxymetrie Instance mii-backport/SD_MII_ICU_Sauerstoffsaettigung_Im_Blut_Postduktal_Durch_Pulsoxymetrie.fsh 17 - 28 Observation-Sauerstoffsaettigung-im-Blut-Preduktal-durch-Pulsoxymetrie.json Sauerstoffsaettigung-im-Blut-Preduktal-durch-Pulsoxymetrie Instance mii-backport/SD_MII_ICU_Sauerstoffsaettigung_Im_Blut_Preduktal_Durch_Pulsoxymetrie.fsh 17 - 28 +Observation-Systemischer-vaskulaerer-Widerstandsindex.json Systemischer-vaskulaerer-Widerstandsindex Instance mii-backport/SD_MII_ICU_Systemischer_Vaskulaerer_Widerstandsindex.fsh 16 - 28 Patient-PatientinMusterfrau.json PatientinMusterfrau Instance instances.fsh 1 - 12 -StructureDefinition-ISiKAtemfrequenz.json ISiKAtemfrequenz Profile ISiK-Atemfrequenz.fsh 1 - 20 -StructureDefinition-ISiKBlutdruck.json ISiKBlutdruck Profile ISiK-Blutdruck.fsh 1 - 26 -StructureDefinition-ISiKEkg.json ISiKEkg Profile ISiK-Ekg.fsh 1 - 21 -StructureDefinition-ISiKGCS.json ISiKGCS Profile ISiK-GCS.fsh 1 - 28 -StructureDefinition-ISiKHerzfrequenz.json ISiKHerzfrequenz Profile ISiK-Herzfrequenz.fsh 1 - 20 -StructureDefinition-ISiKKoerpergewicht.json ISiKKoerpergewicht Profile ISiK-Koerpergewicht.fsh 1 - 20 -StructureDefinition-ISiKKoerpergroesse.json ISiKKoerpergroesse Profile ISiK-Koerpergroesse.fsh 1 - 20 -StructureDefinition-ISiKKoerpertemperatur.json ISiKKoerpertemperatur Profile ISiK-Koerpertemperatur.fsh 1 - 20 -StructureDefinition-ISiKKopfumfang.json ISiKKopfumfang Profile ISiK-Kopfumfang.fsh 1 - 20 -StructureDefinition-ISiKSauerstoffsaettigung.json ISiKSauerstoffsaettigung Profile ISiK-Sauerstoffsaettigung.fsh 1 - 19 -StructureDefinition-sd-mii-icu-atemfrequenz.json SD_MII_ICU_Atemfrequenz Profile mii-backport/SD_MII_ICU_Atemfrequenz.fsh 1 - 29 +StructureDefinition-ISiKAtemfrequenz.json ISiKAtemfrequenz Profile ISiK-Atemfrequenz.fsh 1 - 24 +StructureDefinition-ISiKBlutdruck.json ISiKBlutdruck Profile ISiK-Blutdruck.fsh 1 - 30 +StructureDefinition-ISiKEkg.json ISiKEkg Profile ISiK-Ekg.fsh 1 - 25 +StructureDefinition-ISiKGCS.json ISiKGCS Profile ISiK-GCS.fsh 1 - 32 +StructureDefinition-ISiKHerzfrequenz.json ISiKHerzfrequenz Profile ISiK-Herzfrequenz.fsh 1 - 24 +StructureDefinition-ISiKKoerpergewicht.json ISiKKoerpergewicht Profile ISiK-Koerpergewicht.fsh 1 - 24 +StructureDefinition-ISiKKoerpergroesse.json ISiKKoerpergroesse Profile ISiK-Koerpergroesse.fsh 1 - 24 +StructureDefinition-ISiKKoerpertemperatur.json ISiKKoerpertemperatur Profile ISiK-Koerpertemperatur.fsh 1 - 24 +StructureDefinition-ISiKKopfumfang.json ISiKKopfumfang Profile ISiK-Kopfumfang.fsh 1 - 24 +StructureDefinition-ISiKSauerstoffsaettigung.json ISiKSauerstoffsaettigung Profile ISiK-Sauerstoffsaettigung.fsh 1 - 24 +StructureDefinition-sd-mii-icu-herzzeitvolumen.json SD_MII_ICU_Herzzeitvolumen Profile mii-backport/SD_MII_ICU_Herzzeitvolumen.fsh 1 - 10 StructureDefinition-sd-mii-icu-ideales-koerpergewicht.json SD_MII_ICU_Ideales_Koerpergewicht Profile mii-backport/SD_MII_ICU_Ideales_Koerpergewicht.fsh 1 - 11 StructureDefinition-sd-mii-icu-koerpergewicht-percentil-altersabhaengig.json SD_MII_ICU_Koerpergewicht_Percentil_Altersabhaengig Profile mii-backport/SD_MII_ICU_Koerpergewicht_Percentil_Altersabhaengig.fsh 1 - 13 -StructureDefinition-sd-mii-icu-koerpergewicht.json SD_MII_ICU_Koerpergewicht Profile mii-backport/SD_MII_ICU_Koerpergewicht.fsh 1 - 29 StructureDefinition-sd-mii-icu-koerpergroesse-percentil.json SD_MII_ICU_Koerpergroesse_Percentil Profile mii-backport/SD_MII_ICU_Koerpergroesse_Percentil.fsh 1 - 14 -StructureDefinition-sd-mii-icu-koerpergroesse.json SD_MII_ICU_Koerpergroesse Profile mii-backport/SD_MII_ICU_Koerpergroesse.fsh 1 - 26 -StructureDefinition-sd-mii-icu-kopfumfang.json SD_MII_ICU_Kopfumfang Profile mii-backport/SD_MII_ICU_Kopfumfang.fsh 1 - 29 -StructureDefinition-sd-mii-icu-links-herzindex-indikatorverduennung.json SD_MII_ICU_Linksventrikulaerer_Herzindex_Durch_Indikatorverduennung Profile mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex_Durch_Indikatorverduennung.fsh 1 - 15 -StructureDefinition-sd-mii-icu-linksventri-herzzeitvolumen-durch-indikatorverd.json SD_MII_ICU_Linksventrikulaeres_Herzzeitvolumen_Durch_Indikatorverduennung Profile mii-backport/SD_MII_ICU_Linksventrikulaeres_Herzzeitvolumen_Durch_Indikatorverduennung.fsh 1 - 14 +StructureDefinition-sd-mii-icu-links-herzindex-indikatorverduennung.json SD_MII_ICU_Linksventrikulaerer_Herzindex_Durch_Indikatorverduennung Profile mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex_Durch_Indikatorverduennung.fsh 1 - 14 +StructureDefinition-sd-mii-icu-linksventri-herzzeitvolumen-durch-indikatorverd.json SD_MII_ICU_Linksventrikulaeres_Herzzeitvolumen_Durch_Indikatorverduennung Profile mii-backport/SD_MII_ICU_Linksventrikulaeres_Herzzeitvolumen_Durch_Indikatorverduennung.fsh 1 - 13 StructureDefinition-sd-mii-icu-linksventri-schlagvolumen-durch-indikatorverduennung.json SD_MII_ICU_Linksventrikulaeres_Schlagvolumen_Durch_Indikatorverduennung Profile mii-backport/SD_MII_ICU_Linksventrikulaeres_Schlagvolumen_Durch_Indikatorverduennung.fsh 1 - 12 -StructureDefinition-sd-mii-icu-linksventri-schlagvolumenindex-durch-indikatorverd.json SD_MII_ICU_Linksventrikulaerer_Schlagvolumenindex_Durch_Indikatorverduennung Profile mii-backport/SD_MII_ICU_Linksventrikulaerer_Schlagvolumenindex_Durch_Indikatorverduennung.fsh 1 - 15 +StructureDefinition-sd-mii-icu-linksventri-schlagvolumenindex-durch-indikatorverd.json SD_MII_ICU_Linksventrikulaerer_Schlagvolumenindex_Durch_Indikatorverduennung Profile mii-backport/SD_MII_ICU_Linksventrikulaerer_Schlagvolumenindex_Durch_Indikatorverduennung.fsh 1 - 14 StructureDefinition-sd-mii-icu-linksventrikulaerer-druck.json SD_MII_ICU_Linksventrikulaerer_Druck Profile mii-backport/SD_MII_ICU_Linksventrikulaerer_Druck.fsh 1 - 18 -StructureDefinition-sd-mii-icu-linksventrikulaerer-herzindex.json SD_MII_ICU_Linksventrikulaerer_Herzindex Profile mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex.fsh 1 - 13 +StructureDefinition-sd-mii-icu-linksventrikulaerer-herzindex.json SD_MII_ICU_Linksventrikulaerer_Herzindex Profile mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex.fsh 1 - 12 StructureDefinition-sd-mii-icu-linksventrikulaeres-schlagvolumen.json SD_MII_ICU_Linksventrikulaeres_Schlagvolumen Profile mii-backport/SD_MII_ICU_Linksventrikulaeres_Schlagvolumen.fsh 1 - 10 StructureDefinition-sd-mii-icu-linksventrikulaeres-schlagvolumenindex.json SD_MII_ICU_Linksventrikulaeres_Schlagvolumenindex Profile mii-backport/SD_MII_ICU_Linksventrikulaeres_Schlagvolumenindex.fsh 1 - 11 StructureDefinition-sd-mii-icu-monitoring-und-vitaldaten.json SD_MII_ICU_Monitoring_Und_Vitaldaten Profile mii-backport/SD_MII_ICU_Monitoring_Und_Vitaldaten.fsh 1 - 75 @@ -61,17 +56,20 @@ StructureDefinition-sd-mii-icu-o2saettigung-im-arteriellen-blut-durch-pulsoxymet StructureDefinition-sd-mii-icu-o2saettigung-im-blut-postduktal-durch-pulsoxymetrie.json SD_MII_ICU_Sauerstoffsaettigung_Im_Blut_Postduktal_Durch_Pulsoxymetrie Profile mii-backport/SD_MII_ICU_Sauerstoffsaettigung_Im_Blut_Postduktal_Durch_Pulsoxymetrie.fsh 1 - 15 StructureDefinition-sd-mii-icu-o2saettigung-im-blut-preduktal-durch-pulsoxymetrie.json SD_MII_ICU_Sauerstoffsaettigung_Im_Blut_Preduktal_Durch_Pulsoxymetrie Profile mii-backport/SD_MII_ICU_Sauerstoffsaettigung_Im_Blut_Preduktal_Durch_Pulsoxymetrie.fsh 1 - 15 StructureDefinition-sd-mii-icu-pulmonalarterieller-wedge-druck.json SD_MII_ICU_Pulmonalarterieller_Wedge_Druck Profile mii-backport/SD_MII_ICU_Pulmonalarterieller_Wedge_Druck.fsh 1 - 14 +StructureDefinition-sd-mii-icu-pulmonalvaskulaerer-widerstandsindex.json SD_MII_ICU_Pulmonalvaskulaerer_Widerstandsindex Profile mii-backport/SD_MII_ICU_Pulmonalvaskulaerer_Widerstandsindex.fsh 1 - 12 StructureDefinition-sd-mii-icu-sonstige-pulsatile-druecke-generisch.json SD_MII_ICU_Sonstige_Pulsatile_Druecke_Generisch Profile mii-backport/SD_MII_ICU_Sonstige_Pulsatile_Druecke_Generisch.fsh 1 - 140 -ValueSet-ISiKHerzfrequenzSCTVS.json ISiKHerzfrequenzSCTVS ValueSet ISiK-Herzfrequenz.fsh 22 - 26 -ValueSet-ISiKKoerpergewichtSCTVS.json ISiKKoerpergewichtSCTVS ValueSet ISiK-Koerpergewicht.fsh 22 - 26 -ValueSet-ISiKKoerpergroesseSCTVS.json ISiKKoerpergroesseSCTVS ValueSet ISiK-Koerpergroesse.fsh 22 - 26 -ValueSet-ISiKKoerpertemperaturSCTVS.json ISiKKoerpertemperaturSCTVS ValueSet ISiK-Koerpertemperatur.fsh 22 - 26 -ValueSet-ISiKKopfumfangSCTVS.json ISiKKopfumfangSCTVS ValueSet ISiK-Kopfumfang.fsh 22 - 26 +StructureDefinition-sd-mii-icu-systemischer-vaskulaerer-widerstandsindex.json SD_MII_ICU_Systemischer_Vaskulaerer_Widerstandsindex Profile mii-backport/SD_MII_ICU_Systemischer_Vaskulaerer_Widerstandsindex.fsh 1 - 14 +ValueSet-ISiKHerzfrequenzSCTVS.json ISiKHerzfrequenzSCTVS ValueSet ISiK-Herzfrequenz.fsh 26 - 30 +ValueSet-ISiKKoerpergewichtSCTVS.json ISiKKoerpergewichtSCTVS ValueSet ISiK-Koerpergewicht.fsh 26 - 30 +ValueSet-ISiKKoerpergroesseSCTVS.json ISiKKoerpergroesseSCTVS ValueSet ISiK-Koerpergroesse.fsh 26 - 30 +ValueSet-ISiKKoerpertemperaturSCTVS.json ISiKKoerpertemperaturSCTVS ValueSet ISiK-Koerpertemperatur.fsh 26 - 30 +ValueSet-ISiKKopfumfangSCTVS.json ISiKKopfumfangSCTVS ValueSet ISiK-Kopfumfang.fsh 26 - 30 ValueSet-vs-mii-icu-bodysite-observation-blutdruck.json VS_MII_ICU_BodySite_Observation_Blutdruck ValueSet mii-backport/valueSet/VS_MII_ICU_BodySite_Observation_Blutdruck.fsh 1 - 10 ValueSet-vs-mii-icu-bodysite-observation-monitoring-und-vitaldaten.json VS_MII_ICU_BodySite_Observation_Monitoring_und_Vitaldaten ValueSet mii-backport/valueSet/VS_MII_ICU_BodySite_Observation_Monitoring_und_Vitaldaten.fsh 1 - 34 ValueSet-vs-mii-icu-code-monitoring-und-vitaldaten-iso11073.json VS_MII_ICU_Code_Monitoring_und_Vitaldaten_ISO11073 ValueSet mii-backport/valueSet/VS_MII_ICU_Code_Monitoring_und_Vitaldaten_ISO11073.fsh 1 - 43 ValueSet-vs-mii-icu-code-monitoring-und-vitaldaten-loinc.json VS_MII_ICU_Code_Monitoring_und_Vitaldaten_LOINC ValueSet mii-backport/valueSet/VS_MII_ICU_Code_Monitoring_und_Vitaldaten_LOINC.fsh 1 - 56 ValueSet-vs-mii-icu-code-monitoring-und-vitaldaten-snomed.json VS_MII_ICU_Code_Monitoring_und_Vitaldaten_SNOMED ValueSet mii-backport/valueSet/VS_MII_ICU_Code_Monitoring_und_Vitaldaten_SNOMED.fsh 1 - 42 ValueSet-vs-mii-icu-method-observation-blutdruck.json VS_MII_ICU_Method_Observation_Blutdruck ValueSet mii-backport/valueSet/VS_MII_ICU_Method_Observation_Blutdruck.fsh 1 - 14 +ValueSet-vs-mii-icu-unit-equivalent-ucum-dyn-s-cm5-m2.json VS_MII_ICU_Unit_equivalent_UCUM_dyn_s_cm5_m2 ValueSet mii-backport/valueSet/VS_MII_ICU_Unit_equivalent_UCUM_dyn_s_cm5_m2.fsh 1 - 8 ValueSet-vs-mii-icu-unit-equivalent-ucum-l-per-minute-and-squaremeter.json VS_MII_ICU_Unit_equivalent_UCUM_L_per_minute_and_squaremeter ValueSet mii-backport/valueSet/VS_MII_ICU_Unit_equivalent_UCUM_L_per_minute_and_squaremeter.fsh 1 - 8 ValueSet-vs-mii-icu-unit-equivalent-ucum-l-per-minute.json VS_MII_ICU_Unit_equivalent_UCUM_L_per_minute ValueSet mii-backport/valueSet/VS_MII_ICU_Unit_equivalent_UCUM_L_per_minute.fsh 1 - 6 \ No newline at end of file diff --git a/Resources/fsh-generated/resources/Observation-Beispiel-Atemfrequenz.json b/Resources/fsh-generated/resources/Observation-Beispiel-Atemfrequenz.json deleted file mode 100644 index 462fc630..00000000 --- a/Resources/fsh-generated/resources/Observation-Beispiel-Atemfrequenz.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "resourceType": "Observation", - "id": "Beispiel-Atemfrequenz", - "meta": { - "profile": [ - "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-atemfrequenz" - ] - }, - "category": [ - { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/observation-category", - "code": "vital-signs" - } - ] - } - ], - "code": { - "coding": [ - { - "system": "http://loinc.org", - "code": "9279-1", - "display": "Respiratory Rate" - }, - { - "code": "86290005", - "system": "http://snomed.info/sct", - "display": "Respiratory rate (observable entity)" - } - ] - }, - "valueQuantity": { - "system": "http://unitsofmeasure.org", - "code": "/min", - "unit": "breaths per minute", - "value": 15 - }, - "status": "final", - "subject": { - "reference": "Patient/PatientinMusterfrau" - }, - "effectivePeriod": { - "start": "2019-12-23T09:30:10+01:00", - "end": "2019-12-23T10:30:10+01:00" - } -} diff --git a/Resources/fsh-generated/resources/Observation-Beispiel-Kopfumfang.json b/Resources/fsh-generated/resources/Observation-Beispiel-Kopfumfang.json deleted file mode 100644 index 413c716a..00000000 --- a/Resources/fsh-generated/resources/Observation-Beispiel-Kopfumfang.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "resourceType": "Observation", - "id": "Beispiel-Kopfumfang", - "meta": { - "profile": [ - "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-kopfumfang" - ] - }, - "category": [ - { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/observation-category", - "code": "vital-signs" - } - ] - } - ], - "code": { - "coding": [ - { - "system": "http://loinc.org", - "code": "9843-4", - "display": "Head Occipital-frontal circumference" - }, - { - "code": "363811000", - "system": "http://snomed.info/sct", - "display": "Head circumference measure (observable entity)" - } - ] - }, - "valueQuantity": { - "system": "http://unitsofmeasure.org", - "code": "cm", - "unit": "centimeter", - "value": 55 - }, - "status": "final", - "subject": { - "reference": "Patient/example" - }, - "effectivePeriod": { - "start": "2019-12-23T09:30:10+01:00", - "end": "2019-12-23T10:30:10+01:00" - } -} diff --git a/Resources/fsh-generated/resources/Observation-Koerpergewicht.json b/Resources/fsh-generated/resources/Observation-Koerpergewicht.json deleted file mode 100644 index 874e6da1..00000000 --- a/Resources/fsh-generated/resources/Observation-Koerpergewicht.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "resourceType": "Observation", - "id": "Koerpergewicht", - "meta": { - "profile": [ - "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpergewicht" - ] - }, - "category": [ - { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/observation-category", - "code": "vital-signs" - } - ] - } - ], - "code": { - "coding": [ - { - "system": "http://loinc.org", - "code": "29463-7" - }, - { - "code": "29463-7", - "system": "http://loinc.org", - "display": "Body weight" - }, - { - "code": "27113001", - "system": "http://snomed.info/sct", - "display": "Body weight (observable entity)" - } - ] - }, - "valueQuantity": { - "system": "http://unitsofmeasure.org", - "code": "kg", - "unit": "kilogram", - "value": 70 - }, - "status": "final", - "subject": { - "reference": "Patient/111" - }, - "effectivePeriod": { - "start": "2019-12-23T09:30:10+01:00", - "end": "2019-12-23T10:30:10+01:00" - } -} diff --git a/Resources/fsh-generated/resources/Observation-Koerpergroesse.json b/Resources/fsh-generated/resources/Observation-Koerpergroesse.json deleted file mode 100644 index e7021951..00000000 --- a/Resources/fsh-generated/resources/Observation-Koerpergroesse.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "resourceType": "Observation", - "id": "Koerpergroesse", - "meta": { - "profile": [ - "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpergroesse" - ] - }, - "category": [ - { - "coding": [ - { - "system": "http://terminology.hl7.org/CodeSystem/observation-category", - "code": "vital-signs" - } - ] - } - ], - "code": { - "coding": [ - { - "system": "http://loinc.org", - "code": "8302-2" - }, - { - "code": "8302-2", - "system": "http://loinc.org", - "display": "Body height" - }, - { - "code": "1153637007", - "system": "http://snomed.info/sct", - "display": "Body height (observable entity)" - } - ] - }, - "valueQuantity": { - "unit": "centimeter", - "system": "http://unitsofmeasure.org", - "code": "cm", - "value": 170 - }, - "status": "final", - "subject": { - "reference": "Patient/111" - }, - "effectivePeriod": { - "start": "2019-12-23T09:30:10+01:00", - "end": "2019-12-23T10:30:10+01:00" - } -} diff --git a/Resources/fsh-generated/resources/Observation-Linksvent-Schlagvolumenindex-Durch-Indikatorverduennung.json b/Resources/fsh-generated/resources/Observation-Linksvent-Schlagvolumenindex-Durch-Indikatorverduennung.json index 374b387e..b8a761ff 100644 --- a/Resources/fsh-generated/resources/Observation-Linksvent-Schlagvolumenindex-Durch-Indikatorverduennung.json +++ b/Resources/fsh-generated/resources/Observation-Linksvent-Schlagvolumenindex-Durch-Indikatorverduennung.json @@ -27,9 +27,9 @@ }, "valueQuantity": { "system": "http://unitsofmeasure.org", - "unit": "liter per minute and square meter", "value": 1, - "code": "L/min/m2" + "code": "L/min/m2", + "unit": "liter per minute and square meter" }, "status": "final", "subject": { diff --git a/Resources/fsh-generated/resources/Observation-Linksventrikulaerer-Herzindex-Durch-Indikatorverduennung.json b/Resources/fsh-generated/resources/Observation-Linksventrikulaerer-Herzindex-Durch-Indikatorverduennung.json index c907e138..541914c6 100644 --- a/Resources/fsh-generated/resources/Observation-Linksventrikulaerer-Herzindex-Durch-Indikatorverduennung.json +++ b/Resources/fsh-generated/resources/Observation-Linksventrikulaerer-Herzindex-Durch-Indikatorverduennung.json @@ -18,9 +18,9 @@ ], "valueQuantity": { "system": "http://unitsofmeasure.org", - "unit": "liter per minute and square meter", "value": 3, - "code": "L/min/m2" + "code": "L/min/m2", + "unit": "liter per minute and square meter" }, "code": { "coding": [ diff --git a/Resources/fsh-generated/resources/Observation-Linksventrikulaerer-Herzindex.json b/Resources/fsh-generated/resources/Observation-Linksventrikulaerer-Herzindex.json index 74ad2f9e..33937b1e 100644 --- a/Resources/fsh-generated/resources/Observation-Linksventrikulaerer-Herzindex.json +++ b/Resources/fsh-generated/resources/Observation-Linksventrikulaerer-Herzindex.json @@ -37,9 +37,9 @@ }, "valueQuantity": { "system": "http://unitsofmeasure.org", - "unit": "liter per minute and square meter", "value": 3, - "code": "L/(min.m2)" + "code": "L/(min.m2)", + "unit": "liter per minute and square meter" }, "status": "final", "subject": { diff --git a/Resources/fsh-generated/resources/Observation-Linksventrikulaeres-Herzzeitvolumen-durch-Indikatorverduennung.json b/Resources/fsh-generated/resources/Observation-Linksventrikulaeres-Herzzeitvolumen-durch-Indikatorverduennung.json index 408cb1ff..7917f1f6 100644 --- a/Resources/fsh-generated/resources/Observation-Linksventrikulaeres-Herzzeitvolumen-durch-Indikatorverduennung.json +++ b/Resources/fsh-generated/resources/Observation-Linksventrikulaeres-Herzzeitvolumen-durch-Indikatorverduennung.json @@ -27,9 +27,9 @@ }, "valueQuantity": { "system": "http://unitsofmeasure.org", - "unit": "liter per minute", "value": 5, - "code": "L/min" + "code": "L/min", + "unit": "liter per minute" }, "status": "final", "subject": { diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKAtemfrequenz.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKAtemfrequenz.json index 18cbbea9..5849b420 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ISiKAtemfrequenz.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKAtemfrequenz.json @@ -9,38 +9,6 @@ "date": "2024-02-01", "publisher": "gematik GmbH", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", @@ -100,6 +68,11 @@ "path": "Observation.effective[x]", "mustSupport": true }, + { + "id": "Observation.performer", + "path": "Observation.performer", + "mustSupport": true + }, { "id": "Observation.value[x]", "path": "Observation.value[x]", @@ -135,6 +108,21 @@ "id": "Observation.value[x]:valueQuantity.code", "path": "Observation.value[x].code", "mustSupport": true + }, + { + "id": "Observation.dataAbsentReason", + "path": "Observation.dataAbsentReason", + "mustSupport": true + }, + { + "id": "Observation.method", + "path": "Observation.method", + "mustSupport": true + }, + { + "id": "Observation.device", + "path": "Observation.device", + "mustSupport": true } ] } diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKBlutdruck.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKBlutdruck.json index 47d1a542..a95354e9 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ISiKBlutdruck.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKBlutdruck.json @@ -9,38 +9,6 @@ "date": "2024-02-01", "publisher": "gematik GmbH", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", @@ -96,6 +64,26 @@ "path": "Observation.effective[x]", "mustSupport": true }, + { + "id": "Observation.performer", + "path": "Observation.performer", + "mustSupport": true + }, + { + "id": "Observation.dataAbsentReason", + "path": "Observation.dataAbsentReason", + "mustSupport": true + }, + { + "id": "Observation.method", + "path": "Observation.method", + "mustSupport": true + }, + { + "id": "Observation.device", + "path": "Observation.device", + "mustSupport": true + }, { "id": "Observation.component", "path": "Observation.component", diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKEkg.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKEkg.json index a8e9d818..376b70d4 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ISiKEkg.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKEkg.json @@ -9,38 +9,6 @@ "date": "2024-02-01", "publisher": "gematik GmbH", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", @@ -85,6 +53,21 @@ "path": "Observation.encounter", "mustSupport": true }, + { + "id": "Observation.performer", + "path": "Observation.performer", + "mustSupport": true + }, + { + "id": "Observation.dataAbsentReason", + "path": "Observation.dataAbsentReason", + "mustSupport": true + }, + { + "id": "Observation.method", + "path": "Observation.method", + "mustSupport": true + }, { "id": "Observation.device", "path": "Observation.device", diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKGCS.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKGCS.json index ff7ed59c..880c63b6 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ISiKGCS.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKGCS.json @@ -9,38 +9,6 @@ "date": "2024-02-01", "publisher": "gematik GmbH", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", @@ -91,6 +59,11 @@ "path": "Observation.effective[x]", "mustSupport": true }, + { + "id": "Observation.performer", + "path": "Observation.performer", + "mustSupport": true + }, { "id": "Observation.value[x]", "path": "Observation.value[x]", @@ -111,6 +84,21 @@ "path": "Observation.value[x].code", "mustSupport": true }, + { + "id": "Observation.dataAbsentReason", + "path": "Observation.dataAbsentReason", + "mustSupport": true + }, + { + "id": "Observation.method", + "path": "Observation.method", + "mustSupport": true + }, + { + "id": "Observation.device", + "path": "Observation.device", + "mustSupport": true + }, { "id": "Observation.component", "path": "Observation.component", diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKHerzfrequenz.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKHerzfrequenz.json index 5efa7c89..306ac803 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ISiKHerzfrequenz.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKHerzfrequenz.json @@ -9,38 +9,6 @@ "date": "2024-02-01", "publisher": "gematik GmbH", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", @@ -100,6 +68,11 @@ "path": "Observation.effective[x]", "mustSupport": true }, + { + "id": "Observation.performer", + "path": "Observation.performer", + "mustSupport": true + }, { "id": "Observation.value[x]", "path": "Observation.value[x]", @@ -135,6 +108,21 @@ "id": "Observation.value[x]:valueQuantity.code", "path": "Observation.value[x].code", "mustSupport": true + }, + { + "id": "Observation.dataAbsentReason", + "path": "Observation.dataAbsentReason", + "mustSupport": true + }, + { + "id": "Observation.method", + "path": "Observation.method", + "mustSupport": true + }, + { + "id": "Observation.device", + "path": "Observation.device", + "mustSupport": true } ] } diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKKoerpergewicht.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKKoerpergewicht.json index 8f7e8603..9d753f8d 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ISiKKoerpergewicht.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKKoerpergewicht.json @@ -9,38 +9,6 @@ "date": "2024-02-01", "publisher": "gematik GmbH", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", @@ -100,6 +68,11 @@ "path": "Observation.effective[x]", "mustSupport": true }, + { + "id": "Observation.performer", + "path": "Observation.performer", + "mustSupport": true + }, { "id": "Observation.value[x]", "path": "Observation.value[x]", @@ -135,6 +108,21 @@ "id": "Observation.value[x]:valueQuantity.code", "path": "Observation.value[x].code", "mustSupport": true + }, + { + "id": "Observation.dataAbsentReason", + "path": "Observation.dataAbsentReason", + "mustSupport": true + }, + { + "id": "Observation.method", + "path": "Observation.method", + "mustSupport": true + }, + { + "id": "Observation.device", + "path": "Observation.device", + "mustSupport": true } ] } diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKKoerpergroesse.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKKoerpergroesse.json index e298a173..913cc284 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ISiKKoerpergroesse.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKKoerpergroesse.json @@ -9,38 +9,6 @@ "date": "2024-02-01", "publisher": "gematik GmbH", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", @@ -100,6 +68,11 @@ "path": "Observation.effective[x]", "mustSupport": true }, + { + "id": "Observation.performer", + "path": "Observation.performer", + "mustSupport": true + }, { "id": "Observation.value[x]", "path": "Observation.value[x]", @@ -135,6 +108,21 @@ "id": "Observation.value[x]:valueQuantity.code", "path": "Observation.value[x].code", "mustSupport": true + }, + { + "id": "Observation.dataAbsentReason", + "path": "Observation.dataAbsentReason", + "mustSupport": true + }, + { + "id": "Observation.method", + "path": "Observation.method", + "mustSupport": true + }, + { + "id": "Observation.device", + "path": "Observation.device", + "mustSupport": true } ] } diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKKoerpertemperatur.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKKoerpertemperatur.json index 87b1e77d..216f99e7 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ISiKKoerpertemperatur.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKKoerpertemperatur.json @@ -9,38 +9,6 @@ "date": "2024-02-01", "publisher": "gematik GmbH", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", @@ -100,6 +68,11 @@ "path": "Observation.effective[x]", "mustSupport": true }, + { + "id": "Observation.performer", + "path": "Observation.performer", + "mustSupport": true + }, { "id": "Observation.value[x]", "path": "Observation.value[x]", @@ -135,6 +108,21 @@ "id": "Observation.value[x]:valueQuantity.code", "path": "Observation.value[x].code", "mustSupport": true + }, + { + "id": "Observation.dataAbsentReason", + "path": "Observation.dataAbsentReason", + "mustSupport": true + }, + { + "id": "Observation.method", + "path": "Observation.method", + "mustSupport": true + }, + { + "id": "Observation.device", + "path": "Observation.device", + "mustSupport": true } ] } diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKKopfumfang.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKKopfumfang.json index ac56619e..70d84f11 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ISiKKopfumfang.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKKopfumfang.json @@ -9,38 +9,6 @@ "date": "2024-02-01", "publisher": "gematik GmbH", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", @@ -100,6 +68,11 @@ "path": "Observation.effective[x]", "mustSupport": true }, + { + "id": "Observation.performer", + "path": "Observation.performer", + "mustSupport": true + }, { "id": "Observation.value[x]", "path": "Observation.value[x]", @@ -135,6 +108,21 @@ "id": "Observation.value[x]:valueQuantity.code", "path": "Observation.value[x].code", "mustSupport": true + }, + { + "id": "Observation.dataAbsentReason", + "path": "Observation.dataAbsentReason", + "mustSupport": true + }, + { + "id": "Observation.method", + "path": "Observation.method", + "mustSupport": true + }, + { + "id": "Observation.device", + "path": "Observation.device", + "mustSupport": true } ] } diff --git a/Resources/fsh-generated/resources/StructureDefinition-ISiKSauerstoffsaettigung.json b/Resources/fsh-generated/resources/StructureDefinition-ISiKSauerstoffsaettigung.json index 3ff26fd6..52cdef60 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-ISiKSauerstoffsaettigung.json +++ b/Resources/fsh-generated/resources/StructureDefinition-ISiKSauerstoffsaettigung.json @@ -9,38 +9,6 @@ "date": "2024-02-01", "publisher": "gematik GmbH", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", @@ -69,6 +37,14 @@ "path": "Observation.code", "mustSupport": true }, + { + "id": "Observation.code.coding", + "path": "Observation.code.coding", + "patternCoding": { + "code": "2708-6", + "system": "http://loinc.org" + } + }, { "id": "Observation.code.coding:loinc", "path": "Observation.code.coding", @@ -96,6 +72,11 @@ "path": "Observation.effective[x]", "mustSupport": true }, + { + "id": "Observation.performer", + "path": "Observation.performer", + "mustSupport": true + }, { "id": "Observation.value[x]", "path": "Observation.value[x]", @@ -131,6 +112,21 @@ "id": "Observation.value[x]:valueQuantity.code", "path": "Observation.value[x].code", "mustSupport": true + }, + { + "id": "Observation.dataAbsentReason", + "path": "Observation.dataAbsentReason", + "mustSupport": true + }, + { + "id": "Observation.method", + "path": "Observation.method", + "mustSupport": true + }, + { + "id": "Observation.device", + "path": "Observation.device", + "mustSupport": true } ] } diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-atemfrequenz.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-atemfrequenz.json deleted file mode 100644 index 32876fd1..00000000 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-atemfrequenz.json +++ /dev/null @@ -1,165 +0,0 @@ -{ - "resourceType": "StructureDefinition", - "id": "sd-mii-icu-atemfrequenz", - "url": "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-atemfrequenz", - "name": "SD_MII_ICU_Atemfrequenz", - "title": "SD MII ICU Atemfrequenz", - "status": "draft", - "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], - "kind": "resource", - "abstract": false, - "type": "Observation", - "baseDefinition": "http://fhir.de/StructureDefinition/observation-de-vitalsign-atemfrequenz", - "derivation": "constraint", - "differential": { - "element": [ - { - "id": "Observation.id", - "path": "Observation.id", - "mustSupport": true - }, - { - "id": "Observation.meta", - "path": "Observation.meta", - "mustSupport": true - }, - { - "id": "Observation.identifier", - "path": "Observation.identifier", - "mustSupport": true - }, - { - "id": "Observation.status", - "path": "Observation.status", - "mustSupport": true - }, - { - "id": "Observation.category", - "path": "Observation.category", - "mustSupport": true - }, - { - "id": "Observation.category:VSCat", - "path": "Observation.category", - "sliceName": "VSCat", - "mustSupport": true - }, - { - "id": "Observation.code", - "path": "Observation.code", - "mustSupport": true - }, - { - "id": "Observation.code.coding:loinc", - "path": "Observation.code.coding", - "sliceName": "loinc", - "mustSupport": true - }, - { - "id": "Observation.code.coding:snomed", - "path": "Observation.code.coding", - "sliceName": "snomed", - "patternCoding": { - "code": "86290005", - "system": "http://snomed.info/sct" - }, - "mustSupport": true - }, - { - "id": "Observation.subject", - "path": "Observation.subject", - "mustSupport": true - }, - { - "id": "Observation.encounter", - "path": "Observation.encounter", - "mustSupport": true - }, - { - "id": "Observation.effective[x]", - "path": "Observation.effective[x]", - "mustSupport": true - }, - { - "id": "Observation.value[x]", - "path": "Observation.value[x]", - "min": 1, - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity", - "path": "Observation.value[x]", - "sliceName": "valueQuantity", - "min": 1, - "type": [ - { - "code": "Quantity" - } - ], - "patternQuantity": { - "system": "http://unitsofmeasure.org", - "code": "/min", - "unit": "breaths per minute" - } - }, - { - "id": "Observation.value[x]:valueQuantity.value", - "path": "Observation.value[x].value", - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity.unit", - "path": "Observation.value[x].unit", - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity.system", - "path": "Observation.value[x].system", - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity.code", - "path": "Observation.value[x].code", - "patternCode": "/min", - "mustSupport": true - }, - { - "id": "Observation.dataAbsentReason", - "path": "Observation.dataAbsentReason", - "mustSupport": true - } - ] - } -} diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-ideales-koerpergewicht.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-ideales-koerpergewicht.json index 515ffa3a..ec474af0 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-ideales-koerpergewicht.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-ideales-koerpergewicht.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Ideales Koerpergewicht", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergewicht-percentil-altersabhaengig.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergewicht-percentil-altersabhaengig.json index bf966396..4917530f 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergewicht-percentil-altersabhaengig.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergewicht-percentil-altersabhaengig.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Koerpergewicht Percentil Altersabhaengig", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergewicht.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergewicht.json deleted file mode 100644 index 9183e1c7..00000000 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergewicht.json +++ /dev/null @@ -1,187 +0,0 @@ -{ - "resourceType": "StructureDefinition", - "id": "sd-mii-icu-koerpergewicht", - "url": "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpergewicht", - "name": "SD_MII_ICU_Koerpergewicht", - "title": "SD MII ICU Koerpergewicht", - "status": "draft", - "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], - "kind": "resource", - "abstract": false, - "type": "Observation", - "baseDefinition": "http://fhir.de/StructureDefinition/observation-de-vitalsign-koerpergewicht", - "derivation": "constraint", - "differential": { - "element": [ - { - "id": "Observation.status", - "path": "Observation.status", - "mustSupport": true - }, - { - "id": "Observation.category", - "path": "Observation.category", - "mustSupport": true - }, - { - "id": "Observation.category:snomed", - "path": "Observation.category", - "sliceName": "snomed", - "min": 0, - "max": "*", - "patternCodeableConcept": { - "coding": [ - { - "code": "248326004", - "system": "http://snomed.info/sct" - } - ] - } - }, - { - "id": "Observation.code", - "path": "Observation.code", - "mustSupport": true - }, - { - "id": "Observation.code.coding:loinc", - "path": "Observation.code.coding", - "sliceName": "loinc", - "mustSupport": true - }, - { - "id": "Observation.code.coding:snomed", - "path": "Observation.code.coding", - "sliceName": "snomed", - "mustSupport": true, - "binding": { - "strength": "required", - "valueSet": "https://gematik.de/fhir/isik/ValueSet/ISiKKoerpergewichtSCTVS" - } - }, - { - "id": "Observation.subject", - "path": "Observation.subject", - "mustSupport": true - }, - { - "id": "Observation.effective[x]", - "path": "Observation.effective[x]", - "slicing": { - "discriminator": [ - { - "type": "type", - "path": "$this" - } - ], - "ordered": false, - "rules": "open" - }, - "mustSupport": true - }, - { - "id": "Observation.effective[x]:effectiveDateTime", - "path": "Observation.effective[x]", - "sliceName": "effectiveDateTime", - "min": 0, - "max": "1", - "type": [ - { - "code": "dateTime" - } - ], - "mustSupport": true - }, - { - "id": "Observation.value[x]", - "path": "Observation.value[x]", - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity", - "path": "Observation.value[x]", - "sliceName": "valueQuantity", - "type": [ - { - "code": "Quantity" - } - ], - "patternQuantity": { - "code": "kg", - "system": "http://unitsofmeasure.org", - "unit": "kilogram" - }, - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity.value", - "path": "Observation.value[x].value", - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity.unit", - "path": "Observation.value[x].unit", - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity.system", - "path": "Observation.value[x].system", - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity.code", - "path": "Observation.value[x].code", - "mustSupport": true - }, - { - "id": "Observation.dataAbsentReason", - "path": "Observation.dataAbsentReason", - "constraint": [ - { - "key": "mii-icu-1", - "severity": "error", - "human": "If there is no Observation.value, a dataAbsentReason must be given.", - "expression": "value.exists().not() implies dataAbsentReason.exists()" - } - ] - }, - { - "id": "Observation.component", - "path": "Observation.component", - "mustSupport": true - } - ] - } -} diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergroesse-percentil.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergroesse-percentil.json index 7b774535..bd0c53b0 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergroesse-percentil.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergroesse-percentil.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Koerpergroesse Percentil", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergroesse.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergroesse.json deleted file mode 100644 index 65b4e6b8..00000000 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-koerpergroesse.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "resourceType": "StructureDefinition", - "id": "sd-mii-icu-koerpergroesse", - "url": "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-koerpergroesse", - "name": "SD_MII_ICU_Koerpergroesse", - "status": "draft", - "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], - "kind": "resource", - "abstract": false, - "type": "Observation", - "baseDefinition": "http://fhir.de/StructureDefinition/observation-de-vitalsign-koerpergroesse", - "derivation": "constraint", - "differential": { - "element": [ - { - "id": "Observation.status", - "path": "Observation.status", - "mustSupport": true - }, - { - "id": "Observation.category", - "path": "Observation.category", - "mustSupport": true - }, - { - "id": "Observation.category:snomed", - "path": "Observation.category", - "sliceName": "snomed", - "min": 0, - "max": "*", - "patternCodeableConcept": { - "coding": [ - { - "code": "248326004", - "system": "http://snomed.info/sct" - } - ] - } - }, - { - "id": "Observation.code", - "path": "Observation.code", - "mustSupport": true - }, - { - "id": "Observation.code.coding:loinc", - "path": "Observation.code.coding", - "sliceName": "loinc", - "mustSupport": true - }, - { - "id": "Observation.code.coding:snomed", - "path": "Observation.code.coding", - "sliceName": "snomed", - "mustSupport": true, - "binding": { - "strength": "required", - "valueSet": "https://gematik.de/fhir/isik/ValueSet/ISiKKoerpergroesseSCTVS" - } - }, - { - "id": "Observation.subject", - "path": "Observation.subject", - "mustSupport": true - }, - { - "id": "Observation.effective[x]", - "path": "Observation.effective[x]", - "slicing": { - "discriminator": [ - { - "type": "type", - "path": "$this" - } - ], - "ordered": false, - "rules": "open" - }, - "mustSupport": true - }, - { - "id": "Observation.effective[x]:effectiveDateTime", - "path": "Observation.effective[x]", - "sliceName": "effectiveDateTime", - "min": 0, - "max": "1", - "type": [ - { - "code": "dateTime" - } - ], - "mustSupport": true - }, - { - "id": "Observation.value[x]", - "path": "Observation.value[x]", - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity", - "path": "Observation.value[x]", - "sliceName": "valueQuantity", - "type": [ - { - "code": "Quantity" - } - ], - "patternQuantity": { - "code": "cm", - "system": "http://unitsofmeasure.org", - "unit": "centimeter" - }, - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity.value", - "path": "Observation.value[x].value", - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity.unit", - "path": "Observation.value[x].unit", - "patternString": "centimeter", - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity.system", - "path": "Observation.value[x].system", - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity.code", - "path": "Observation.value[x].code", - "patternCode": "cm", - "mustSupport": true - }, - { - "id": "Observation.dataAbsentReason", - "path": "Observation.dataAbsentReason", - "mustSupport": true - } - ] - } -} diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-kopfumfang.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-kopfumfang.json deleted file mode 100644 index 27115096..00000000 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-kopfumfang.json +++ /dev/null @@ -1,200 +0,0 @@ -{ - "resourceType": "StructureDefinition", - "id": "sd-mii-icu-kopfumfang", - "url": "https://gematik.de/fhir/isik/StructureDefinition/sd-mii-icu-kopfumfang", - "name": "SD_MII_ICU_Kopfumfang", - "title": "SD MII ICU Kopfumfang", - "status": "draft", - "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], - "kind": "resource", - "abstract": false, - "type": "Observation", - "baseDefinition": "http://fhir.de/StructureDefinition/observation-de-vitalsign-kopfumfang", - "derivation": "constraint", - "differential": { - "element": [ - { - "id": "Observation.status", - "path": "Observation.status", - "mustSupport": true - }, - { - "id": "Observation.category:snomed", - "path": "Observation.category", - "sliceName": "snomed", - "min": 0, - "max": "1", - "patternCodeableConcept": { - "coding": [ - { - "code": "248326004", - "system": "http://snomed.info/sct" - } - ] - } - }, - { - "id": "Observation.code", - "path": "Observation.code", - "mustSupport": true - }, - { - "id": "Observation.code.coding:loinc", - "path": "Observation.code.coding", - "sliceName": "loinc", - "mustSupport": true - }, - { - "id": "Observation.code.coding:snomed", - "path": "Observation.code.coding", - "sliceName": "snomed", - "mustSupport": true, - "binding": { - "strength": "required", - "valueSet": "https://gematik.de/fhir/isik/ValueSet/ISiKKopfumfangSCTVS" - } - }, - { - "id": "Observation.subject", - "path": "Observation.subject", - "mustSupport": true - }, - { - "id": "Observation.effective[x]", - "path": "Observation.effective[x]", - "slicing": { - "discriminator": [ - { - "type": "type", - "path": "$this" - } - ], - "ordered": false, - "rules": "open" - }, - "mustSupport": true - }, - { - "id": "Observation.effective[x]:effectiveDateTime", - "path": "Observation.effective[x]", - "sliceName": "effectiveDateTime", - "min": 0, - "max": "1", - "type": [ - { - "code": "dateTime" - } - ], - "mustSupport": true - }, - { - "id": "Observation.value[x]", - "path": "Observation.value[x]", - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity", - "path": "Observation.value[x]", - "sliceName": "valueQuantity", - "type": [ - { - "code": "Quantity" - } - ], - "patternQuantity": { - "code": "cm", - "system": "http://unitsofmeasure.org", - "unit": "centimeter" - }, - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity.value", - "path": "Observation.value[x].value", - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity.unit", - "path": "Observation.value[x].unit", - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity.system", - "path": "Observation.value[x].system", - "mustSupport": true - }, - { - "id": "Observation.value[x]:valueQuantity.code", - "path": "Observation.value[x].code", - "mustSupport": true - }, - { - "id": "Observation.dataAbsentReason", - "path": "Observation.dataAbsentReason", - "mustSupport": true - }, - { - "id": "Observation.bodySite", - "path": "Observation.bodySite", - "patternCodeableConcept": { - "coding": [ - { - "code": "69536005", - "system": "http://snomed.info/sct" - } - ] - }, - "mustSupport": true - }, - { - "id": "Observation.bodySite.coding", - "path": "Observation.bodySite.coding", - "mustSupport": true - }, - { - "id": "Observation.bodySite.coding.system", - "path": "Observation.bodySite.coding.system", - "min": 1, - "mustSupport": true - }, - { - "id": "Observation.bodySite.coding.code", - "path": "Observation.bodySite.coding.code", - "min": 1, - "mustSupport": true - } - ] - } -} diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-links-herzindex-indikatorverduennung.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-links-herzindex-indikatorverduennung.json index cd55c11a..fec43550 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-links-herzindex-indikatorverduennung.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-links-herzindex-indikatorverduennung.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Linksventrikulaerer Herzindex durch Indikatorverduennung", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", @@ -86,8 +54,7 @@ } ], "patternQuantity": { - "system": "http://unitsofmeasure.org", - "unit": "liter per minute and square meter" + "system": "http://unitsofmeasure.org" } }, { diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventri-herzzeitvolumen-durch-indikatorverd.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventri-herzzeitvolumen-durch-indikatorverd.json index 1c631944..521c2164 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventri-herzzeitvolumen-durch-indikatorverd.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventri-herzzeitvolumen-durch-indikatorverd.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Linksventrikulaeres Herzzeitvolumen Durch Indikatorverduennung", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", @@ -78,10 +46,7 @@ { "code": "Quantity" } - ], - "patternQuantity": { - "unit": "liter per minute" - } + ] }, { "id": "Observation.value[x]:valueQuantity.code", diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventri-schlagvolumen-durch-indikatorverduennung.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventri-schlagvolumen-durch-indikatorverduennung.json index 02aed031..518ea124 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventri-schlagvolumen-durch-indikatorverduennung.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventri-schlagvolumen-durch-indikatorverduennung.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Linksventrikulaeres Schlagvolumen Durch Indikatorverduennung", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventri-schlagvolumenindex-durch-indikatorverd.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventri-schlagvolumenindex-durch-indikatorverd.json index 5ba5c4f0..407091f1 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventri-schlagvolumenindex-durch-indikatorverd.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventri-schlagvolumenindex-durch-indikatorverd.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Linksventrikulaerer Schlagvolumenindex Durch Indikatorverduennung", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", @@ -80,8 +48,7 @@ } ], "patternQuantity": { - "system": "http://unitsofmeasure.org", - "unit": "liter per minute and square meter" + "system": "http://unitsofmeasure.org" } }, { diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaerer-druck.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaerer-druck.json index 1ce21c88..c168d7ca 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaerer-druck.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaerer-druck.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Linksventrikulaerer Druck", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaerer-herzindex.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaerer-herzindex.json index 62a68e9b..f94aae49 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaerer-herzindex.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaerer-herzindex.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Linksventrikulaerer Herzindex", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", @@ -82,8 +50,7 @@ } ], "patternQuantity": { - "system": "http://unitsofmeasure.org", - "unit": "liter per minute and square meter" + "system": "http://unitsofmeasure.org" } }, { diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaeres-schlagvolumen.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaeres-schlagvolumen.json index b354f9b4..25d4f1cc 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaeres-schlagvolumen.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaeres-schlagvolumen.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Linksventrikulaeres Schlagvolumen", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaeres-schlagvolumenindex.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaeres-schlagvolumenindex.json index e0874b26..51f02373 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaeres-schlagvolumenindex.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-linksventrikulaeres-schlagvolumenindex.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Linksventrikulaeres Schlagvolumenindex", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-monitoring-und-vitaldaten.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-monitoring-und-vitaldaten.json index 05128253..ec5963cf 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-monitoring-und-vitaldaten.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-monitoring-und-vitaldaten.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Monitoring und Vitaldaten", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-o2saettigung-im-arteriellen-blut-durch-pulsoxymetrie.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-o2saettigung-im-arteriellen-blut-durch-pulsoxymetrie.json index 84dda40c..70fdac31 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-o2saettigung-im-arteriellen-blut-durch-pulsoxymetrie.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-o2saettigung-im-arteriellen-blut-durch-pulsoxymetrie.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Sauerstoffsaettigung Im Arteriellen Blut Durch Pulsoxymetrie", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-o2saettigung-im-blut-postduktal-durch-pulsoxymetrie.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-o2saettigung-im-blut-postduktal-durch-pulsoxymetrie.json index 26be73ec..9b3cccb7 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-o2saettigung-im-blut-postduktal-durch-pulsoxymetrie.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-o2saettigung-im-blut-postduktal-durch-pulsoxymetrie.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Sauerstoffsaettigung Im Blut Postduktal Durch Pulsoxymetrie", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-o2saettigung-im-blut-preduktal-durch-pulsoxymetrie.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-o2saettigung-im-blut-preduktal-durch-pulsoxymetrie.json index 72d7302a..7ad13bc8 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-o2saettigung-im-blut-preduktal-durch-pulsoxymetrie.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-o2saettigung-im-blut-preduktal-durch-pulsoxymetrie.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Sauerstoffsaettigung Im Blut Preduktal Durch Pulsoxymetrie", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-pulmonalarterieller-wedge-druck.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-pulmonalarterieller-wedge-druck.json index 6e5d6786..82ae45a8 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-pulmonalarterieller-wedge-druck.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-pulmonalarterieller-wedge-druck.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Pulmonalarterieller Wedge Druck", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", diff --git a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-sonstige-pulsatile-druecke-generisch.json b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-sonstige-pulsatile-druecke-generisch.json index 2f0c31ab..c097fa9b 100644 --- a/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-sonstige-pulsatile-druecke-generisch.json +++ b/Resources/fsh-generated/resources/StructureDefinition-sd-mii-icu-sonstige-pulsatile-druecke-generisch.json @@ -6,38 +6,6 @@ "title": "SD MII ICU Sonstige pulsatile Druecke Generisch", "status": "draft", "fhirVersion": "4.0.1", - "mapping": [ - { - "identity": "workflow", - "uri": "http://hl7.org/fhir/workflow", - "name": "Workflow Pattern" - }, - { - "identity": "sct-concept", - "uri": "http://snomed.info/conceptdomain", - "name": "SNOMED CT Concept Domain Binding" - }, - { - "identity": "v2", - "uri": "http://hl7.org/v2", - "name": "HL7 v2 Mapping" - }, - { - "identity": "rim", - "uri": "http://hl7.org/v3", - "name": "RIM Mapping" - }, - { - "identity": "w5", - "uri": "http://hl7.org/fhir/fivews", - "name": "FiveWs Pattern Mapping" - }, - { - "identity": "sct-attr", - "uri": "http://snomed.org/attributebinding", - "name": "SNOMED CT Attribute Binding" - } - ], "kind": "resource", "abstract": false, "type": "Observation", diff --git a/Resources/input/fsh/ISiK-Atemfrequenz.fsh b/Resources/input/fsh/ISiK-Atemfrequenz.fsh index cc56a7aa..08a2f504 100644 --- a/Resources/input/fsh/ISiK-Atemfrequenz.fsh +++ b/Resources/input/fsh/ISiK-Atemfrequenz.fsh @@ -18,6 +18,10 @@ Id: ISiKAtemfrequenz * valueQuantity.unit MS * valueQuantity.system MS * valueQuantity.code MS +* performer MS +* method MS +* device MS +* dataAbsentReason MS Instance: ISiKAtemfrequenzExample InstanceOf: ISiKAtemfrequenz diff --git a/Resources/input/fsh/ISiK-Blutdruck.fsh b/Resources/input/fsh/ISiK-Blutdruck.fsh index 282bfa48..bae65cf8 100644 --- a/Resources/input/fsh/ISiK-Blutdruck.fsh +++ b/Resources/input/fsh/ISiK-Blutdruck.fsh @@ -24,6 +24,10 @@ Id: ISiKBlutdruck * component[DiastolicBP].value[x] MS * component[DiastolicBP].valueQuantity MS * component[DiastolicBP].dataAbsentReason MS +* performer MS +* method MS +* device MS +* dataAbsentReason MS Instance: ISiKBlutdruckExample InstanceOf: ISiKBlutdruck diff --git a/Resources/input/fsh/ISiK-Ekg.fsh b/Resources/input/fsh/ISiK-Ekg.fsh index ce17a90e..aec1c3d0 100644 --- a/Resources/input/fsh/ISiK-Ekg.fsh +++ b/Resources/input/fsh/ISiK-Ekg.fsh @@ -19,6 +19,10 @@ Id: ISiKEkg * component.valueSampledData.period MS * component.valueSampledData.dimensions MS * component.valueSampledData.data MS +* performer MS +* method MS +* device MS +* dataAbsentReason MS Instance: ISiKEkgExample InstanceOf: ISiKEkg diff --git a/Resources/input/fsh/ISiK-GCS.fsh b/Resources/input/fsh/ISiK-GCS.fsh index a9e1df78..a3c722fc 100644 --- a/Resources/input/fsh/ISiK-GCS.fsh +++ b/Resources/input/fsh/ISiK-GCS.fsh @@ -26,6 +26,10 @@ Id: ISiKGCS * component[Eye] MS * component[Motor] MS * component[Verbal] MS +* performer MS +* method MS +* device MS +* dataAbsentReason MS Instance: ISiKGCSExample InstanceOf: ISiKGCS diff --git a/Resources/input/fsh/ISiK-Herzfrequenz.fsh b/Resources/input/fsh/ISiK-Herzfrequenz.fsh index 78c824f4..e01f0ab5 100644 --- a/Resources/input/fsh/ISiK-Herzfrequenz.fsh +++ b/Resources/input/fsh/ISiK-Herzfrequenz.fsh @@ -18,6 +18,10 @@ Id: ISiKHerzfrequenz * valueQuantity.unit MS * valueQuantity.system MS * valueQuantity.code MS +* performer MS +* method MS +* device MS +* dataAbsentReason MS ValueSet: ISiKHerzfrequenzSCTVS Id: ISiKHerzfrequenzSCTVS diff --git a/Resources/input/fsh/ISiK-Koerpergewicht.fsh b/Resources/input/fsh/ISiK-Koerpergewicht.fsh index 4a242218..2e86cf75 100644 --- a/Resources/input/fsh/ISiK-Koerpergewicht.fsh +++ b/Resources/input/fsh/ISiK-Koerpergewicht.fsh @@ -18,6 +18,10 @@ Id: ISiKKoerpergewicht * valueQuantity.unit MS * valueQuantity.system MS * valueQuantity.code MS +* performer MS +* method MS +* device MS +* dataAbsentReason MS ValueSet: ISiKKoerpergewichtSCTVS Id: ISiKKoerpergewichtSCTVS diff --git a/Resources/input/fsh/ISiK-Koerpergroesse.fsh b/Resources/input/fsh/ISiK-Koerpergroesse.fsh index 10b0c923..4e3a1782 100644 --- a/Resources/input/fsh/ISiK-Koerpergroesse.fsh +++ b/Resources/input/fsh/ISiK-Koerpergroesse.fsh @@ -18,6 +18,10 @@ Id: ISiKKoerpergroesse * valueQuantity.unit MS * valueQuantity.system MS * valueQuantity.code MS +* performer MS +* method MS +* device MS +* dataAbsentReason MS ValueSet: ISiKKoerpergroesseSCTVS Id: ISiKKoerpergroesseSCTVS diff --git a/Resources/input/fsh/ISiK-Koerpertemperatur.fsh b/Resources/input/fsh/ISiK-Koerpertemperatur.fsh index c5d4bd99..dccf0a2a 100644 --- a/Resources/input/fsh/ISiK-Koerpertemperatur.fsh +++ b/Resources/input/fsh/ISiK-Koerpertemperatur.fsh @@ -18,6 +18,10 @@ Id: ISiKKoerpertemperatur * valueQuantity.unit MS * valueQuantity.system MS * valueQuantity.code MS +* performer MS +* method MS +* device MS +* dataAbsentReason MS ValueSet: ISiKKoerpertemperaturSCTVS Id: ISiKKoerpertemperaturSCTVS diff --git a/Resources/input/fsh/ISiK-Kopfumfang.fsh b/Resources/input/fsh/ISiK-Kopfumfang.fsh index 3cd6e083..189bf537 100644 --- a/Resources/input/fsh/ISiK-Kopfumfang.fsh +++ b/Resources/input/fsh/ISiK-Kopfumfang.fsh @@ -18,6 +18,10 @@ Id: ISiKKopfumfang * valueQuantity.unit MS * valueQuantity.system MS * valueQuantity.code MS +* performer MS +* method MS +* device MS +* dataAbsentReason MS ValueSet: ISiKKopfumfangSCTVS Id: ISiKKopfumfangSCTVS diff --git a/Resources/input/fsh/ISiK-Sauerstoffsaettigung.fsh b/Resources/input/fsh/ISiK-Sauerstoffsaettigung.fsh index e8dd1b3a..ae3edb23 100644 --- a/Resources/input/fsh/ISiK-Sauerstoffsaettigung.fsh +++ b/Resources/input/fsh/ISiK-Sauerstoffsaettigung.fsh @@ -7,6 +7,7 @@ Id: ISiKSauerstoffsaettigung * category[VSCat] MS * code MS * coding[loinc] MS + * coding = $loinc#2708-6 * coding[snomed] MS * subject MS * encounter MS @@ -17,6 +18,10 @@ Id: ISiKSauerstoffsaettigung * valueQuantity.unit MS * valueQuantity.system MS * valueQuantity.code MS +* performer MS +* method MS +* device MS +* dataAbsentReason MS Instance: ISiKSauerstoffsaettigungExample InstanceOf: ISiKSauerstoffsaettigung diff --git a/Resources/input/fsh/mii-backport/SD_MII_ICU_Atemfrequenz.fsh b/Resources/input/fsh/mii-backport/SD_MII_ICU_Atemfrequenz.fsh deleted file mode 100644 index 65184aaf..00000000 --- a/Resources/input/fsh/mii-backport/SD_MII_ICU_Atemfrequenz.fsh +++ /dev/null @@ -1,42 +0,0 @@ -Profile: SD_MII_ICU_Atemfrequenz -Parent: VitalSignDE_Atemfrequenz -Id: sd-mii-icu-atemfrequenz -Title: "SD MII ICU Atemfrequenz" -* id MS -* meta MS -* identifier MS -* status MS -* category MS -* category[VSCat] MS -* code MS - * coding[loinc] MS - * coding[snomed] MS - * coding[snomed] = $sct#86290005 -* subject only Reference(Patient) -* subject MS -* encounter MS -* effective[x] only dateTime or Period -* effective[x] MS -* value[x] MS -* valueQuantity 1.. - * ^patternQuantity.system = "http://unitsofmeasure.org" - * ^patternQuantity.unit = "breaths per minute" - * value MS - * unit MS - * system MS - * code MS - * code = #/min -* dataAbsentReason MS - -Instance: Beispiel-Atemfrequenz -InstanceOf: SD_MII_ICU_Atemfrequenz -Usage: #example -* status = #final -* code - * coding[snomed] = $sct#86290005 "Respiratory rate (observable entity)" - * coding[loinc] = $loinc#9279-1 "Respiratory Rate" -* subject = Reference(PatientinMusterfrau) -* effectivePeriod - * start = "2019-12-23T09:30:10+01:00" - * end = "2019-12-23T10:30:10+01:00" -* valueQuantity = 15 '/min' "breaths per minute" \ No newline at end of file diff --git a/Resources/input/fsh/mii-backport/SD_MII_ICU_Herzzeitvolumen.fsh b/Resources/input/fsh/mii-backport/SD_MII_ICU_Herzzeitvolumen.fsh new file mode 100644 index 00000000..452836d8 --- /dev/null +++ b/Resources/input/fsh/mii-backport/SD_MII_ICU_Herzzeitvolumen.fsh @@ -0,0 +1,10 @@ +Profile: SD_MII_ICU_Herzzeitvolumen +Parent: SD_MII_ICU_Monitoring_Und_Vitaldaten +Id: sd-mii-icu-herzzeitvolumen +Title: "SD MII ICU Herzzeitvolumen" +* code + * coding[snomed] = $sct#82799009 + * coding[loinc] = $loinc#8741-1 + * coding[IEEE-11073] = urn:iso:std:iso:11073:10101#150276 +* valueQuantity from VS_MII_ICU_Unit_equivalent_UCUM_L_per_minute (required) + * unit 1.. \ No newline at end of file diff --git a/Resources/input/fsh/mii-backport/SD_MII_ICU_Koerpergewicht.fsh b/Resources/input/fsh/mii-backport/SD_MII_ICU_Koerpergewicht.fsh deleted file mode 100644 index 0631e058..00000000 --- a/Resources/input/fsh/mii-backport/SD_MII_ICU_Koerpergewicht.fsh +++ /dev/null @@ -1,42 +0,0 @@ -Profile: SD_MII_ICU_Koerpergewicht -Parent: VitalSignDE_Koerpergewicht -Id: sd-mii-icu-koerpergewicht -Title: "SD MII ICU Koerpergewicht" -* status MS -* category MS -* category contains snomed 0..* -* category[snomed] = $sct#248326004 -* code MS - * coding[loinc] MS - * coding[snomed] MS - * coding[snomed] from ISiKKoerpergewichtSCTVS -* subject only Reference(Patient) -* subject MS -* effective[x] only dateTime or Period -* effective[x] MS -* effectiveDateTime MS -* value[x] MS -* valueQuantity = $unitsofmeasure#kg "kilogram" -* valueQuantity MS - * value MS - * unit MS - * system MS - * code MS -* dataAbsentReason ^constraint[1].key = "mii-icu-1" - * ^constraint[=].severity = #error - * ^constraint[=].human = "If there is no Observation.value, a dataAbsentReason must be given." - * ^constraint[=].expression = "value.exists().not() implies dataAbsentReason.exists()" -* component MS - -Instance: Koerpergewicht -InstanceOf: SD_MII_ICU_Koerpergewicht -Usage: #example -* status = #final -* code - * coding[loinc] = $loinc#29463-7 "Body weight" - * coding[snomed] = $sct#27113001 "Body weight (observable entity)" -* subject = Reference(Patient/111) -* effectivePeriod - * start = "2019-12-23T09:30:10+01:00" - * end = "2019-12-23T10:30:10+01:00" -* valueQuantity = 70 'kg' "kilogram" \ No newline at end of file diff --git a/Resources/input/fsh/mii-backport/SD_MII_ICU_Koerpergroesse.fsh b/Resources/input/fsh/mii-backport/SD_MII_ICU_Koerpergroesse.fsh deleted file mode 100644 index d5656a23..00000000 --- a/Resources/input/fsh/mii-backport/SD_MII_ICU_Koerpergroesse.fsh +++ /dev/null @@ -1,39 +0,0 @@ -Profile: SD_MII_ICU_Koerpergroesse -Parent: VitalSignDE_Koerpergroesse -Id: sd-mii-icu-koerpergroesse -* status MS -* category MS -* category contains snomed 0..* -* category[snomed] = $sct#248326004 -* code MS - * coding[loinc] MS - * coding[snomed] MS - * coding[snomed] from ISiKKoerpergroesseSCTVS -* subject only Reference(Patient) -* subject MS -* effective[x] only dateTime or Period -* effective[x] MS -* effectiveDateTime MS -* value[x] MS -* valueQuantity = $unitsofmeasure#cm "centimeter" -* valueQuantity MS - * value MS - * code = #cm - * code MS - * unit = "centimeter" - * unit MS - * system MS -* dataAbsentReason MS - -Instance: Koerpergroesse -InstanceOf: SD_MII_ICU_Koerpergroesse -Usage: #example -* status = #final -* code - * coding[loinc] = $loinc#8302-2 "Body height" - * coding[snomed] = $sct#1153637007 "Body height (observable entity)" -* subject = Reference(Patient/111) -* effectivePeriod - * start = "2019-12-23T09:30:10+01:00" - * end = "2019-12-23T10:30:10+01:00" -* valueQuantity = 170 'cm' "centimeter" \ No newline at end of file diff --git a/Resources/input/fsh/mii-backport/SD_MII_ICU_Kopfumfang.fsh b/Resources/input/fsh/mii-backport/SD_MII_ICU_Kopfumfang.fsh deleted file mode 100644 index 264ce2ee..00000000 --- a/Resources/input/fsh/mii-backport/SD_MII_ICU_Kopfumfang.fsh +++ /dev/null @@ -1,42 +0,0 @@ -Profile: SD_MII_ICU_Kopfumfang -Parent: VitalSignDE_Kopfumfang -Id: sd-mii-icu-kopfumfang -Title: "SD MII ICU Kopfumfang" -* status MS -* category contains snomed 0..1 -* category[snomed] = $sct#248326004 -* code MS - * coding[loinc] MS - * coding[snomed] MS - * coding[snomed] from ISiKKopfumfangSCTVS -* subject only Reference(Patient) -* subject MS -* effective[x] only dateTime or Period -* effective[x] MS -* effectiveDateTime MS -* value[x] MS -* valueQuantity = $unitsofmeasure#cm "centimeter" -* valueQuantity MS - * value MS - * unit MS - * system MS - * code MS -* dataAbsentReason MS -* bodySite = $sct#69536005 -* bodySite MS - * coding MS - * system 1.. MS - * code 1.. MS - -Instance: Beispiel-Kopfumfang -InstanceOf: SD_MII_ICU_Kopfumfang -Usage: #example -* status = #final -* code - * coding[loinc] = $loinc#9843-4 "Head Occipital-frontal circumference" - * coding[snomed] = $sct#363811000 "Head circumference measure (observable entity)" -* subject = Reference(Patient/example) -* valueQuantity = 55 'cm' "centimeter" -* effectivePeriod - * start = "2019-12-23T09:30:10+01:00" - * end = "2019-12-23T10:30:10+01:00" \ No newline at end of file diff --git a/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex.fsh b/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex.fsh index b1bd4460..f86813f8 100644 --- a/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex.fsh +++ b/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex.fsh @@ -8,7 +8,6 @@ Title: "SD MII ICU Linksventrikulaerer Herzindex" * coding[IEEE-11073] = urn:iso:std:iso:11073:10101#149772 * valueQuantity * ^patternQuantity.system = "http://unitsofmeasure.org" - * ^patternQuantity.unit = "liter per minute and square meter" * unit 1.. * code from VS_MII_ICU_Unit_equivalent_UCUM_L_per_minute_and_squaremeter (required) diff --git a/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex_Durch_Indikatorverduennung.fsh b/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex_Durch_Indikatorverduennung.fsh index 0786a43b..32bb0851 100644 --- a/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex_Durch_Indikatorverduennung.fsh +++ b/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaerer_Herzindex_Durch_Indikatorverduennung.fsh @@ -10,7 +10,6 @@ Title: "SD MII ICU Linksventrikulaerer Herzindex durch Indikatorverduennung" * ^patternCoding.system = "urn:std:iso:11073:10101" * valueQuantity 1.. * ^patternQuantity.system = "http://unitsofmeasure.org" - * ^patternQuantity.unit = "liter per minute and square meter" * unit 1.. * code from VS_MII_ICU_Unit_equivalent_UCUM_L_per_minute_and_squaremeter (required) diff --git a/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaerer_Schlagvolumenindex_Durch_Indikatorverduennung.fsh b/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaerer_Schlagvolumenindex_Durch_Indikatorverduennung.fsh index 32748360..7c2f53db 100644 --- a/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaerer_Schlagvolumenindex_Durch_Indikatorverduennung.fsh +++ b/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaerer_Schlagvolumenindex_Durch_Indikatorverduennung.fsh @@ -10,7 +10,6 @@ Title: "SD MII ICU Linksventrikulaerer Schlagvolumenindex Durch Indikatorverduen * ^patternCoding.system = "urn:std:iso:11073:10101" * valueQuantity * ^patternQuantity.system = "http://unitsofmeasure.org" - * ^patternQuantity.unit = "liter per minute and square meter" * unit 1.. * code from VS_MII_ICU_Unit_equivalent_UCUM_L_per_minute_and_squaremeter (required) diff --git a/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaeres_Herzzeitvolumen_Durch_Indikatorverduennung.fsh b/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaeres_Herzzeitvolumen_Durch_Indikatorverduennung.fsh index aa5a671d..0b740206 100644 --- a/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaeres_Herzzeitvolumen_Durch_Indikatorverduennung.fsh +++ b/Resources/input/fsh/mii-backport/SD_MII_ICU_Linksventrikulaeres_Herzzeitvolumen_Durch_Indikatorverduennung.fsh @@ -9,7 +9,6 @@ Title: "SD MII ICU Linksventrikulaeres Herzzeitvolumen Durch Indikatorverduennun * coding[IEEE-11073] * ^patternCoding.system = "urn:std:iso:11073:10101" * valueQuantity - * ^patternQuantity.unit = "liter per minute" * unit 1.. * code from VS_MII_ICU_Unit_equivalent_UCUM_L_per_minute (required) diff --git a/Resources/input/fsh/mii-backport/SD_MII_ICU_Pulmonalvaskulaerer_Widerstandsindex.fsh b/Resources/input/fsh/mii-backport/SD_MII_ICU_Pulmonalvaskulaerer_Widerstandsindex.fsh new file mode 100644 index 00000000..15f4acc7 --- /dev/null +++ b/Resources/input/fsh/mii-backport/SD_MII_ICU_Pulmonalvaskulaerer_Widerstandsindex.fsh @@ -0,0 +1,26 @@ +Profile: SD_MII_ICU_Pulmonalvaskulaerer_Widerstandsindex +Parent: SD_MII_ICU_Monitoring_Und_Vitaldaten +Id: sd-mii-icu-pulmonalvaskulaerer-widerstandsindex +Title: "SD MII ICU Pulmonalvaskulaerer Widerstandsindex" +* code + * coding[snomed] = $sct#276902009 + * coding[loinc] = $loinc#8834-4 + * coding[IEEE-11073] = urn:iso:std:iso:11073:10101#152852 +* valueQuantity MS + * ^patternQuantity.system = "http://unitsofmeasure.org" + * unit 1.. + * code from VS_MII_ICU_Unit_equivalent_UCUM_dyn_s_cm5_m2 (required) + +Instance: Pulmonalvaskulaerer-Widerstandsindex +InstanceOf: SD_MII_ICU_Pulmonalvaskulaerer_Widerstandsindex +Usage: #example +* status = #final +* code + * coding[loinc] = $loinc#8834-4 "Pulmonary vascular Resistance index" + * coding[snomed] = $sct#276902009 "Pulmonary vascular Resistance index (observable entity)" + * coding[IEEE-11073] = urn:iso:std:iso:11073:10101#152852 "Pulmonary Vascular Resistance Index" +* subject = Reference(Patient/111) +* effectivePeriod + * start = "2019-12-23T09:30:10+01:00" + * end = "2019-12-23T10:30:10+01:00" +* valueQuantity = 80 'dyn.s/(cm5.m2)' "dyne second per centimeter5 and square meter" \ No newline at end of file diff --git a/Resources/input/fsh/mii-backport/SD_MII_ICU_Systemischer_Vaskulaerer_Widerstandsindex.fsh b/Resources/input/fsh/mii-backport/SD_MII_ICU_Systemischer_Vaskulaerer_Widerstandsindex.fsh new file mode 100644 index 00000000..75194c75 --- /dev/null +++ b/Resources/input/fsh/mii-backport/SD_MII_ICU_Systemischer_Vaskulaerer_Widerstandsindex.fsh @@ -0,0 +1,28 @@ +Profile: SD_MII_ICU_Systemischer_Vaskulaerer_Widerstandsindex +Parent: SD_MII_ICU_Monitoring_Und_Vitaldaten +Id: sd-mii-icu-systemischer-vaskulaerer-widerstandsindex +Title: "SD MII ICU Systemischer Vaskulaerer Widerstandsindex" +* code + * coding[snomed] = $sct#276900001 + * coding[loinc] = $loinc#8837-7 + * coding[IEEE-11073] = urn:iso:std:iso:11073:10101#149760 +* value[x] ^slicing.discriminator.type = #type + * ^slicing.discriminator.path = "$this" + * ^slicing.rules = #open +* valueQuantity + * unit 1.. + * code from VS_MII_ICU_Unit_equivalent_UCUM_dyn_s_cm5_m2 (required) + +Instance: Systemischer-vaskulaerer-Widerstandsindex +InstanceOf: SD_MII_ICU_Systemischer_Vaskulaerer_Widerstandsindex +Usage: #example +* status = #final +* code + * coding[loinc] = $loinc#8837-7 "Systemic vascular Resistance index" + * coding[snomed] = $sct#276900001 "Systemic vascular Resistance index (observable entity)" + * coding[IEEE-11073] = urn:iso:std:iso:11073:10101#149760 "Systemic vascular resistance indexed" +* subject = Reference(Patient/111) +* effectivePeriod + * start = "2019-12-23T09:30:10+01:00" + * end = "2019-12-23T10:30:10+01:00" +* valueQuantity = 2000 'dyn.s/(cm5.m2)' "dyne second per centimeter5 and square meter" \ No newline at end of file diff --git a/Resources/input/fsh/mii-backport/valueSet/VS_MII_ICU_Unit_equivalent_UCUM_dyn_s_cm5_m2.fsh b/Resources/input/fsh/mii-backport/valueSet/VS_MII_ICU_Unit_equivalent_UCUM_dyn_s_cm5_m2.fsh new file mode 100644 index 00000000..b5daba74 --- /dev/null +++ b/Resources/input/fsh/mii-backport/valueSet/VS_MII_ICU_Unit_equivalent_UCUM_dyn_s_cm5_m2.fsh @@ -0,0 +1,8 @@ +ValueSet: VS_MII_ICU_Unit_equivalent_UCUM_dyn_s_cm5_m2 +Id: vs-mii-icu-unit-equivalent-ucum-dyn-s-cm5-m2 +Title: "VS MII ICU Unit equivalent UCUM dyn and s per cm^5 and squaremeter" +Description: "Dieses ValueSet enthält äquivalente Codes für dyn.s/cm5/m2." +* UCUM#dyn.s/(cm5.m2) +* UCUM#(dyn.s)/(cm5.m2) +* UCUM#dyn.s/cm5/m2 +* UCUM#(dyn.s)/cm5/m2 \ No newline at end of file