diff --git a/StructuredQuery.py b/StructuredQuery.py index be2c1a4..5d771b0 100644 --- a/StructuredQuery.py +++ b/StructuredQuery.py @@ -49,7 +49,7 @@ class StructuredQuery: def __init__(self): self.version = "" self.inclusionCriteria = [] - self.exclusionCriteria = [] + self.exclusionCriteria = None def to_json(self): return json.dumps(self, default=lambda o: del_none( diff --git a/TermCodeMapping.json b/codex-term-code-mapping.json similarity index 89% rename from TermCodeMapping.json rename to codex-term-code-mapping.json index 9f73d83..3dd91c7 100644 --- a/TermCodeMapping.json +++ b/codex-term-code-mapping.json @@ -1,27 +1,44 @@ [ { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I73.9", - "display": "Periphere Gef\u00e4\u00dfkrankheit, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "R03AK07", + "display": "Formoterol und Budesonid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "24373-3", + "display": "Ferritin [Mass/volume] in Blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -39,8 +56,8 @@ } ], "key": { - "code": "C91.7", - "display": "Sonstige lymphatische Leuk\u00e4mie", + "code": "C25.1", + "display": "Pankreask\u00f6rper", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -62,8 +79,8 @@ } ], "key": { - "code": "D83.8", - "display": "Sonstige variable Immundefekte", + "code": "C95.71", + "display": "Sonstige Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -85,12 +102,24 @@ } ], "key": { - "code": "G71", - "display": "Prim\u00e4re Myopathien", + "code": "M36.1", + "display": "Arthropathie bei Neubildungen[C00-D48]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "33959-8", + "display": "Procalcitonin [Mass/volume] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -108,12 +137,25 @@ } ], "key": { - "code": "I25.10", - "display": "Ohne h\u00e4modynamisch wirksame Stenosen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I63.5", + "display": "Hirninfarkt durch nicht n\u00e4her bezeichneten Verschluss oder Stenose zerebraler Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "27113001", + "display": "Body weight (observable entity)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -131,51 +173,37 @@ } ], "key": { - "code": "Z94.2", - "display": "Zustand nach Lungentransplantation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I98.2", + "display": "\u00d6sophagus- und Magenvarizen bei anderenorts klassifizierten Krankheiten, ohne Angabe einer Blutung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "447837008", - "display": "Noninvasive positive pressure ventilation", - "system": "http://snomed.info/sct" + "code": "I47.9", + "display": "Paroxysmale Tachykardie, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "86914-9", - "display": "Ferritin goal [Mass/volume] Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -193,8 +221,8 @@ } ], "key": { - "code": "E10.60", - "display": "Diabetes mellitus, Typ 1 : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", + "code": "K51.9", + "display": "Colitis ulcerosa, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -216,8 +244,8 @@ } ], "key": { - "code": "G71.0", - "display": "Muskeldystrophie", + "code": "C44.3", + "display": "Haut sonstiger und nicht n\u00e4her bezeichneter Teile des Gesichtes", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -239,8 +267,8 @@ } ], "key": { - "code": "C25.8", - "display": "Pankreas, mehrere Teilbereiche \u00fcberlappend", + "code": "K28.6", + "display": "Ulcus pepticum jejuni : Chronisch oder nicht n\u00e4her bezeichnet, mit Blutung und Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -262,65 +290,59 @@ } ], "key": { - "code": "40917007", - "display": "Bewusstseinstr\u00fcbung", - "system": "http://snomed.info/sct" + "code": "E13.50", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit peripheren vaskul\u00e4ren Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "238323009", - "display": "Night-time intermittent peritoneal dialysis", - "system": "http://snomed.info/sct" + "code": "C04.9", + "display": "Mundboden, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "37146000", - "display": "Typhus vaccine (product)", - "system": "http://snomed.info/sct" + "code": "K76.2", + "display": "Zentrale h\u00e4morrhagische Lebernekrose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -339,37 +361,33 @@ } ], "key": { - "code": "C79.83", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Perikards", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I42.0", + "display": "Dilatative Kardiomyopathie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "870392006", - "display": "Weaning from noninvasive ventilation", - "system": "http://snomed.info/sct" + "code": "C43.0", + "display": "B\u00f6sartiges Melanom der Lippe", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -390,13 +408,12 @@ } ], "key": { - "code": "103001002", - "display": "Fieberigkeit", - "system": "http://snomed.info/sct" + "code": "J67.5", + "display": "Pilzarbeiter-Lunge", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -415,37 +432,33 @@ } ], "key": { - "code": "M34.2", - "display": "Systemische Sklerose, durch Arzneimittel oder chemische Substanzen induziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G20.20", + "display": "Prim\u00e4res Parkinson-Syndrom mit schwerster Beeintr\u00e4chtigung : Ohne Wirkungsfluktuation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "A12CB02", - "display": "Zinkgluconat", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C79.0", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Niere und des Nierenbeckens", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -466,37 +479,34 @@ } ], "key": { - "code": "I97.2", - "display": "Lymph\u00f6dem nach (partieller) Mastektomie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I89.04", + "display": "Lymph\u00f6dem, sonstige Lokalisation, Stadium\u00a0II", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "230040009", - "display": "Airway suction technique", - "system": "http://snomed.info/sct" + "code": "I07.8", + "display": "Sonstige Trikuspidalklappenkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -517,14 +527,15 @@ } ], "key": { - "code": "C86.3", - "display": "Subkutanes pannikulitisches T-Zell-Lymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.11", + "display": "Ein-Gef\u00e4\u00df-Erkrankung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Specimen", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -532,19 +543,36 @@ "type": "code", "value": [ { - "code": "available", - "display": "Available", - "system": "http://hl7.org/fhir/ValueSet/specimen-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "708048008", - "display": "Plasma specimen with citrate (specimen)", + "code": "286814009", + "display": "Inspired gas humidification", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "type" + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "49497-1", + "display": "Platelets [#/volume] in Blood by Estimate", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -563,8 +591,8 @@ } ], "key": { - "code": "I67.80", - "display": "Vasospasmen bei Subarachnoidalblutung", + "code": "C72.0", + "display": "R\u00fcckenmark", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -586,9 +614,10 @@ } ], "key": { - "code": "K70.3", - "display": "Alkoholische Leberzirrhose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I34.88", + "display": "Sonstige nichtrheumatische Mitralklappenkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -609,9 +638,10 @@ } ], "key": { - "code": "G72.2", - "display": "Myopathie durch sonstige toxische Agenzien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G72.1", + "display": "Alkoholmyopathie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -637,8 +667,8 @@ } ], "key": { - "code": "G01BE50", - "display": "Sulfonamide und Corticosteroide, Kombinationen mit Antibiotika", + "code": "L03AB08", + "display": "Interferon beta-1b", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -660,9 +690,10 @@ } ], "key": { - "code": "C91.4", - "display": "Haarzellenleuk\u00e4mie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I69.1", + "display": "Folgen einer intrazerebralen Blutung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -683,9 +714,10 @@ } ], "key": { - "code": "J44.89", - "display": "Sonstige n\u00e4her bezeichnete chronische obstruktive Lungenkrankheit : FEV_1 nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I88.8", + "display": "Sonstige unspezifische Lymphadenitis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -706,50 +738,37 @@ } ], "key": { - "code": "F32.1", - "display": "Mittelgradige depressive Episode", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E66.21", + "display": "\u00dcberm\u00e4\u00dfige Adipositas mit alveol\u00e4rer Hypoventilation : Adipositas Grad II (WHO) bei Patienten von 18 Jahren und \u00e4lter", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "30522-7", - "display": "C reactive protein [Mass/volume] in Serum or Plasma by High sensitivity method", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "233577009", - "display": "Intermittent hemodialysis with continuous ultrafiltration", + "code": "422587007", + "display": "\u00dcbelkeit", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -768,12 +787,25 @@ } ], "key": { - "code": "I89.05", - "display": "Lymph\u00f6dem, sonstige Lokalisation, Stadium\u00a0III", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J70.4", + "display": "Arzneimittelinduzierte interstitielle Lungenkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "364075005", + "display": "hartslagfrequentie (waarneembare entiteit)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -791,40 +823,60 @@ } ], "key": { - "code": "C47.3", - "display": "Periphere Nerven des Thorax", + "code": "C76.3", + "display": "Becken", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L03AB04", - "display": "Interferon alfa-2a", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "J68.3", + "display": "Sonstige akute und subakute Krankheiten der Atmungsorgane durch chemische Substanzen, Gase, Rauch und D\u00e4mpfe", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "2020-6", + "display": "PaCO2-capillary", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "61152-5", + "display": "Albumin [Mass/volume] in Serum or Plasma by Bromocresol purple (BCP) dye binding method", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -842,8 +894,8 @@ } ], "key": { - "code": "D84.8", - "display": "Sonstige n\u00e4her bezeichnete Immundefekte", + "code": "M34.0", + "display": "Progressive systemische Sklerose", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -865,8 +917,8 @@ } ], "key": { - "code": "J63.0", - "display": "Aluminose (Lunge)", + "code": "K50.9", + "display": "Crohn-Krankheit, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -888,9 +940,10 @@ } ], "key": { - "code": "I41.0", - "display": "Myokarditis bei anderenorts klassifizierten bakteriellen Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I31.8", + "display": "Sonstige n\u00e4her bezeichnete Krankheiten des Perikards", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -911,9 +964,10 @@ } ], "key": { - "code": "C78", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Atmungs- und Verdauungsorgane", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J98.2", + "display": "Interstitielles Emphysem", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -939,119 +993,63 @@ } ], "key": { - "code": "Ventilation therapy", - "display": "Ventilation therapy", - "system": "num.codex" + "code": "243155002", + "display": "High frequency oscillatory ventilation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C93.1", - "display": "Chronische myelomonozyt\u00e4re Leuk\u00e4mie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I88.9", - "display": "Unspezifische Lymphadenitis, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "39496003", + "display": "Control of atmospheric pressure and composition with antigen-free air conditioning", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "C09BX04", - "display": "Perindopril, Bisoprolol und Amlodipin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "30902-1", - "display": "Fibrinogen [Mass/volume] in Platelet poor plasma by Heat denaturation", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "K28.3", - "display": "Ulcus pepticum jejuni : Akut, ohne Blutung oder Perforation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "2221000221107", + "display": "Vaccine product containing only live attenuated Human alphaherpesvirus 3 antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -1070,14 +1068,15 @@ } ], "key": { - "code": "I45.0", - "display": "Rechtsfaszikul\u00e4rer Block", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I11.00", + "display": "Hypertensive Herzkrankheit mit (kongestiver) Herzinsuffizienz : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -1088,28 +1087,21 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "871837004", - "display": "Vaccine product containing only Clostridium tetani and Corynebacterium diphtheriae and Human poliovirus antigens (medicinal product)", + "code": "229303007", + "display": "Mist inhalation therapy", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "48058-2", - "display": "Fibrin D-dimer DDU [Mass/volume] in Platelet poor plasma by Immunoassay", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -1128,39 +1120,36 @@ } ], "key": { - "code": "C72", - "display": "B\u00f6sartige Neubildung des R\u00fcckenmarkes, der Hirnnerven und anderer Teile des Zentralnervensystems", + "code": "C40.9", + "display": "Knochen und Gelenkknorpel einer Extremit\u00e4t, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "R03AK09", - "display": "Formoterol und Mometason", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "44169009", + "display": "Geruchverlust", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -1179,8 +1168,8 @@ } ], "key": { - "code": "D81.2", - "display": "Schwerer kombinierter Immundefekt [SCID] mit niedriger oder normaler B-Zellen-Zahl", + "code": "C94.40", + "display": "Akute Panmyelose mit Myelofibrose : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -1202,9 +1191,10 @@ } ], "key": { - "code": "73211009", - "display": "Diabetes mellitus (disorder)", - "system": "http://snomed.info/sct" + "code": "N17.12", + "display": "Akutes Nierenversagen mit akuter Rindennekrose : Stadium 2", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -1225,9 +1215,10 @@ } ], "key": { - "code": "C43.2", - "display": "B\u00f6sartiges Melanom des Ohres und des \u00e4u\u00dferen Geh\u00f6rganges", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I13.10", + "display": "Hypertensive Herz- und Nierenkrankheit mit Niereninsuffizienz : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -1248,8 +1239,8 @@ } ], "key": { - "code": "D81.8", - "display": "Sonstige kombinierte Immundefekte", + "code": "C78.0", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Lunge", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -1271,9 +1262,10 @@ } ], "key": { - "code": "I06.8", - "display": "Sonstige rheumatische Aortenklappenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I51.9", + "display": "Herzkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -1294,9 +1286,10 @@ } ], "key": { - "code": "C94.70", - "display": "Sonstige n\u00e4her bezeichnete Leuk\u00e4mien : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I97.1", + "display": "Sonstige Funktionsst\u00f6rungen nach kardiochirurgischem Eingriff", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -1317,78 +1310,94 @@ } ], "key": { - "code": "363346000", - "display": "Malignant neoplastic disease (disorder)", - "system": "http://snomed.info/sct" + "code": "B24", + "display": "Nicht n\u00e4her bezeichnete HIV-Krankheit [Humane Immundefizienz-Viruskrankheit]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I42.88", - "display": "Sonstige Kardiomyopathien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "229306004", + "display": "Positive pressure therapy", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I15.80", - "display": "Sonstige sekund\u00e4re Hypertonie : Ohne Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "333710000", + "display": "Product containing immunoglobulin (product)", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I78.9", - "display": "Krankheit der Kapillaren, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AF04", + "display": "Betrixaban", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -1409,9 +1418,10 @@ } ], "key": { - "code": "C50.4", - "display": "Oberer \u00e4u\u00dferer Quadrant der Brustdr\u00fcse", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I28.1", + "display": "Aneurysma der A. pulmonalis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -1432,8 +1442,8 @@ } ], "key": { - "code": "I10.0", - "display": "Benigne essentielle Hypertonie", + "code": "C19", + "display": "B\u00f6sartige Neubildung am Rektosigmoid, \u00dcbergang", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -1455,9 +1465,10 @@ } ], "key": { - "code": "D89.8", - "display": "Sonstige n\u00e4her bezeichnete St\u00f6rungen mit Beteiligung des Immunsystems, anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K73.2", + "display": "Chronische aktive Hepatitis, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -1478,65 +1489,57 @@ } ], "key": { - "code": "C00.8", - "display": "Lippe, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.50", + "display": "Diabetes mellitus, Typ 2 : Mit peripheren vaskul\u00e4ren Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "B01AC09", - "display": "Epoprostenol", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "F40.8", + "display": "Sonstige phobische St\u00f6rungen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L03AB06", - "display": "Interferon alfa-n1", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C17.1", + "display": "Jejunum", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -1562,8 +1565,8 @@ } ], "key": { - "code": "233573008", - "display": "Extracorporeal membrane oxygenation", + "code": "19647005", + "display": "Plasma exchange", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -1585,32 +1588,37 @@ } ], "key": { - "code": "I98.8", - "display": "Sonstige n\u00e4her bezeichnete St\u00f6rungen des Kreislaufsystems bei anderenorts klassifizierten Krankheiten", + "code": "C94.20", + "display": "Akute Megakaryoblastenleuk\u00e4mie : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I72.4", - "display": "Aneurysma und Dissektion einer Arterie der unteren Extremit\u00e4t", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BA59", + "display": "Dipyrocetyl, Kombinationen exkl. Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -1631,11 +1639,13 @@ } ], "key": { - "code": "E10.21", - "display": "Diabetes mellitus, Typ 1 : Mit Nierenkomplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "30746006", + "display": "Lymphadenopathie", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -1654,9 +1664,10 @@ } ], "key": { - "code": "C91.90", - "display": "Lymphatische Leuk\u00e4mie, nicht n\u00e4her bezeichnet : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I97.84", + "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am inguinalen Lymphabflussgebiet, Stadium\u00a0I", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -1677,55 +1688,77 @@ } ], "key": { - "code": "J45", - "display": "Asthma bronchiale", + "code": "M35.5", + "display": "Multifokale Fibrosklerose", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "K50", - "display": "Crohn-Krankheit [Enteritis regionalis] [Morbus Crohn]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AB51", + "display": "Heparin, Kombinationen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "02", + "display": "Study enrolment due to Covid-19", + "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueConcept", + "valueSearchParameter": "value-concept" + }, + { + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "K76.5", - "display": "Veno-okklusive Leberkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "233573008", + "display": "Extracorporeal membrane oxygenation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -1746,9 +1779,10 @@ } ], "key": { - "code": "I50.1", - "display": "Linksherzinsuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J66.0", + "display": "Byssinose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -1769,8 +1803,8 @@ } ], "key": { - "code": "C52", - "display": "B\u00f6sartige Neubildung der Vagina", + "code": "C43.8", + "display": "B\u00f6sartiges Melanom der Haut, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -1792,9 +1826,10 @@ } ], "key": { - "code": "C62.1", - "display": "Deszendierter Hoden", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.73", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -1815,37 +1850,34 @@ } ], "key": { - "code": "I09", - "display": "Sonstige rheumatische Herzkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I71.02", + "display": "Dissektion der Aorta abdominalis, ohne Angabe einer Ruptur", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "425447009", - "display": "Bag valve mask ventilation", - "system": "http://snomed.info/sct" + "code": "I15.20", + "display": "Hypertonie als Folge von endokrinen Krankheiten : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -1866,9 +1898,10 @@ } ], "key": { - "code": "F41.8", - "display": "Sonstige spezifische Angstst\u00f6rungen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I30.8", + "display": "Sonstige Formen der akuten Perikarditis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -1889,9 +1922,10 @@ } ], "key": { - "code": "G73", - "display": "Krankheiten im Bereich der neuromuskul\u00e4ren Synapse und des Muskels bei anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I09.9", + "display": "Rheumatische Herzkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -1917,8 +1951,36 @@ } ], "key": { - "code": "M01BA08", - "display": "Kebuzon und Corticosteroide", + "code": "J06BB05", + "display": "Tollwut-Immunglobulin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "J06BB08", + "display": "Staphylococcus-Immunglobulin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -1940,8 +2002,8 @@ } ], "key": { - "code": "E14.9", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Ohne Komplikationen", + "code": "D82.8", + "display": "Immundefekte in Verbindung mit anderen n\u00e4her bezeichneten schweren Defekten", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -1963,9 +2025,10 @@ } ], "key": { - "code": "C88.4", - "display": "Extranodales Marginalzonen-B-Zell-Lymphom des Mukosa-assoziierten lymphatischen Gewebes [MALT-Lymphom]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I08.0", + "display": "Krankheiten der Mitral- und Aortenklappe, kombiniert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -1991,32 +2054,37 @@ } ], "key": { - "code": "N02BP", - "display": "Pflanzliche Analgetika und Antipyretika", + "code": "B01AE03", + "display": "Argatroban", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I87.21", - "display": "Ven\u00f6se Insuffizienz (chronisch) (peripher) mit Ulzeration", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09BB06", + "display": "Enalapril und Nitrendipin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -2037,8 +2105,8 @@ } ], "key": { - "code": "I95.8", - "display": "Sonstige Hypotonie", + "code": "C11.9", + "display": "Nasopharynx, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -2060,9 +2128,10 @@ } ], "key": { - "code": "I23.0", - "display": "H\u00e4moperikard als akute Komplikation nach akutem Myokardinfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I83.0", + "display": "Varizen der unteren Extremit\u00e4ten mit Ulzeration", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -2083,8 +2152,8 @@ } ], "key": { - "code": "I48.3", - "display": "Vorhofflattern, typisch", + "code": "C43.4", + "display": "B\u00f6sartiges Melanom der behaarten Kopfhaut und des Halses", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -2106,14 +2175,14 @@ } ], "key": { - "code": "I70.29", - "display": "Sonstige und nicht n\u00e4her bezeichnete Atherosklerose der Extremit\u00e4tenarterien", + "code": "C77.8", + "display": "Lymphknoten mehrerer Regionen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -2121,22 +2190,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "225230008", - "display": "Chronic peritoneal dialysis", - "system": "http://snomed.info/sct" + "code": "S02BA56", + "display": "Dexamethason, Kombinationen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -2144,56 +2213,39 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "49563-0", - "display": "Troponin I.cardiac [Mass/volume] in Serum or Plasma by Detection limit <= 0.01 ng/mL", + "code": "86914-9", + "display": "Ferritin goal [Mass/volume] Serum or Plasma", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C43.1", - "display": "B\u00f6sartiges Melanom des Augenlides, einschlie\u00dflich Kanthus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "M36", - "display": "Systemkrankheiten des Bindegewebes bei anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L04AA18", + "display": "Everolimus", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -2214,9 +2266,10 @@ } ], "key": { - "code": "C92.41", - "display": "Akute Promyelozyten-Leuk\u00e4mie [PCL] : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I39.1", + "display": "Aortenklappenkrankheiten bei anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -2237,39 +2290,48 @@ } ], "key": { - "code": "I44.6", - "display": "Sonstiger und nicht n\u00e4her bezeichneter Faszikelblock", + "code": "C40.3", + "display": "Kurze Knochen der unteren Extremit\u00e4t", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "74775-8", + "display": "Platelets [#/volume] in Platelet rich plasma by Automated count", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "386566005", - "display": "Postural drainage with chest clapping", + "code": "271807003", + "display": "Hautausschlag", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -2288,8 +2350,8 @@ } ], "key": { - "code": "K70.9", - "display": "Alkoholische Leberkrankheit, nicht n\u00e4her bezeichnet", + "code": "C82.2", + "display": "Follikul\u00e4res Lymphom Grad III, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -2316,8 +2378,8 @@ } ], "key": { - "code": "J05AB06", - "display": "Ganciclovir", + "code": "L04AB01", + "display": "Etanercept", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -2339,65 +2401,56 @@ } ], "key": { - "code": "I86", - "display": "Varizen sonstiger Lokalisationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I66.0", + "display": "Verschluss und Stenose der A. cerebri media", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BG02", - "display": "Rimazolium", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C40.2", + "display": "Lange Knochen der unteren Extremit\u00e4t", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "M01BA01", - "display": "Phenylbutazon und Corticosteroide", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "D89.3", + "display": "Immunrekonstitutionssyndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -2418,9 +2471,10 @@ } ], "key": { - "code": "I87.1", - "display": "Venenkompression", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I67.7", + "display": "Zerebrale Arteriitis, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -2446,37 +2500,68 @@ } ], "key": { - "code": "77477000", - "display": "CT", + "code": "698799005", + "display": "Respiratory therapy by control of atmospheric pressure", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "2325-9", + "display": "Gamma glutamyl transferase/Aspartate aminotransferase [Enzymatic activity ratio] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I01.0", + "display": "Akute rheumatische Perikarditis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "385982006", - "display": "Bronchial hygiene", - "system": "http://snomed.info/sct" + "code": "C63.8", + "display": "M\u00e4nnliche Genitalorgane, mehrere Teilbereiche \u00fcberlappend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -2497,8 +2582,8 @@ } ], "key": { - "code": "I89.8", - "display": "Sonstige n\u00e4her bezeichnete nichtinfekti\u00f6se Krankheiten der Lymphgef\u00e4\u00dfe und Lymphknoten", + "code": "M33.0", + "display": "Juvenile Dermatomyositis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -2507,22 +2592,48 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "74464-9", - "display": "Platelets [#/volume] in Capillary blood by Manual count", + "code": "48067-3", + "display": "Fibrin D-dimer FEU [Mass/volume] in Platelet poor plasma by Immunoassay", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I69.4", + "display": "Folgen eines Schlaganfalls, nicht als Blutung oder Infarkt bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "3246-6", - "display": "Fibrin D-dimer [Units/volume] in Platelet poor plasma by Immunoassay", + "code": "48664-7", + "display": "Fibrinogen [Mass/volume] in Platelet poor plasma by Coagulation.derived", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { @@ -2547,8 +2658,8 @@ } ], "key": { - "code": "B01AC05", - "display": "Ticlopidin", + "code": "S01AD09", + "display": "Ganciclovir", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -2570,48 +2681,37 @@ } ], "key": { - "code": "C78.5", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Dickdarmes und des Rektums", + "code": "C86.1", + "display": "Hepatosplenisches T-Zell-Lymphom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "49497-1", - "display": "Platelets [#/volume] in Blood by Estimate", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C09AA10", - "display": "Trandolapril", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "238322004", + "display": "Tidal peritoneal dialysis", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -2632,13 +2732,12 @@ } ], "key": { - "code": "64531003", - "display": "Laufende Nase", - "system": "http://snomed.info/sct" + "code": "P27.0", + "display": "Mikity-Wilson-Syndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -2657,9 +2756,9 @@ } ], "key": { - "code": "I25.21", - "display": "4 Monate bis unter 1 Jahr zur\u00fcckliegend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "363346000", + "display": "Malignant neoplastic disease (disorder)", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -2680,8 +2779,8 @@ } ], "key": { - "code": "I12.90", - "display": "Hypertensive Nierenkrankheit ohne Niereninsuffizienz : Ohne Angabe einer hypertensiven Krise", + "code": "C26.0", + "display": "Intestinaltrakt, Teil nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -2703,9 +2802,10 @@ } ], "key": { - "code": "E84.1", - "display": "Zystische Fibrose mit Darmmanifestationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I80.3", + "display": "Thrombose, Phlebitis und Thrombophlebitis der unteren Extremit\u00e4ten, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -2726,32 +2826,93 @@ } ], "key": { - "code": "E10", - "display": "Diabetes mellitus, Typ 1", + "code": "C95.70", + "display": "Sonstige Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I09.2", - "display": "Chronische rheumatische Perikarditis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AB09", + "display": "Danaparoid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "698800009", + "display": "Respiratory therapy by control of atmospheric composition", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "18678000", + "display": "Hyperbaric oxygen therapy", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -2772,22 +2933,13 @@ } ], "key": { - "code": "I23.8", - "display": "Sonstige akute Komplikationen nach akutem Myokardinfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "731-0", - "display": "Lymphocytes [#/volume] in Blood by Automated count", - "system": "http://loinc.org" + "code": "91175000", + "display": "Krampfanfall", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -2806,9 +2958,10 @@ } ], "key": { - "code": "C92.20", - "display": "Atypische chronische myeloische Leuk\u00e4mie, BCR/ABL-negativ : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I50.00", + "display": "Prim\u00e4re Rechtsherzinsuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -2829,23 +2982,12 @@ } ], "key": { - "code": "E13.0", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Koma", + "code": "C79.1", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Harnblase sowie sonstiger und nicht n\u00e4her bezeichneter Harnorgane", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "2862-1", - "display": "Albumin [Mass/volume] in Serum or Plasma by Electrophoresis", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -2863,37 +3005,37 @@ } ], "key": { - "code": "I89.9", - "display": "Nichtinfekti\u00f6se Krankheit der Lymphgef\u00e4\u00dfe und Lymphknoten, nicht n\u00e4her bezeichnet", + "code": "C46.3", + "display": "Kaposi-Sarkom der Lymphknoten", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "R03AK", - "display": "Sympathomimetika in Kombination mit Corticosteroiden oder anderen Mitteln, exkl. Anticholinergika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "270484008", + "display": "Respiratory therapy by atmospheric control", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -2914,9 +3056,10 @@ } ], "key": { - "code": "E10.11", - "display": "Diabetes mellitus, Typ 1 : Mit Ketoazidose : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G47.39", + "display": "Schlafapnoe, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -2937,62 +3080,54 @@ } ], "key": { - "code": "C91.0", - "display": "Akute lymphatische Leuk\u00e4mie [ALL]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "84229001", + "display": "M\u00fcdigkeit", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "E14.5", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit peripheren vaskul\u00e4ren Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "86290005", + "display": "ademhalingsfrequentie (waarneembare entiteit)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Observation", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "code", + "searchParameter": "code", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "85354-9", + "display": "Blood pressure panel with all children optional", + "system": "http://loinc.org" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "75367002", + "display": "Blood pressure (observable entity)", + "system": "http://snomed.info/sct" } ] } ], "key": { - "code": "391893003", - "display": "Manipulation of oxygen dynamics", + "code": "271650006", + "display": "Diastolic blood pressure (observable entity)", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "component-code-value-quantity", + "valueSearchParameter": "component-code-value-concept" }, { "fhirResourceType": "Procedure", @@ -3016,8 +3151,8 @@ } ], "key": { - "code": "229290003", - "display": "Apical expansion exercises", + "code": "229313004", + "display": "Manual hyperinflation", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -3039,11 +3174,13 @@ } ], "key": { - "code": "I36.0", - "display": "Nichtrheumatische Trikuspidalklappenstenose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "62315008", + "display": "Durchfall", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -3062,9 +3199,10 @@ } ], "key": { - "code": "I78", - "display": "Krankheiten der Kapillaren", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.09", + "display": "Chronische obstruktive Lungenkrankheit mit akuter Infektion der unteren Atemwege : FEV_1 nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -3085,34 +3223,35 @@ } ], "key": { - "code": "C67.0", - "display": "Trigonum vesicae", + "code": "C79.86", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Bindegewebes und anderer Weichteilgewebe der Extremit\u00e4ten", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I12", - "display": "Hypertensive Nierenkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" + "code": "836403007", + "display": "Vaccine product containing Tick-borne encephalitis virus antigen (medicinal product)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -3131,14 +3270,15 @@ } ], "key": { - "code": "M35.3", - "display": "Polymyalgia rheumatica", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J45.0", + "display": "Vorwiegend allergisches Asthma bronchiale", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -3146,22 +3286,50 @@ "type": "code", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "9519000", + "display": "Class in postural drainage", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "M01BA06", - "display": "Salicylamid und Corticosteroide", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "387726004", + "display": "Intermittent positive pressure breathing treatment without nebulized medication", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -3182,9 +3350,10 @@ } ], "key": { - "code": "I70", - "display": "Atherosklerose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I27.0", + "display": "Prim\u00e4re pulmonale Hypertonie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -3205,8 +3374,8 @@ } ], "key": { - "code": "I13.9", - "display": "Hypertensive Herz- und Nierenkrankheit, nicht n\u00e4her bezeichnet", + "code": "C05.0", + "display": "Harter Gaumen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -3228,9 +3397,38 @@ } ], "key": { - "code": "E13.21", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Nierenkomplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "U69.0", + "display": "Anderenorts klassifizierte, im Krankenhaus erworbene Pneumonie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "N02BB52", + "display": "Metamizol-Natrium, Kombinationen exkl. Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -3251,12 +3449,40 @@ } ], "key": { - "code": "I70.25", - "display": "Becken-Bein-Typ, mit Gangr\u00e4n", + "code": "D83.2", + "display": "Variabler Immundefekt mit Autoantik\u00f6rpern gegen B- oder T-Zellen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "243143008", + "display": "Airway pressure release ventilation", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -3274,9 +3500,10 @@ } ], "key": { - "code": "I50.12", - "display": "Mit Beschwerden bei st\u00e4rkerer Belastung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I12.91", + "display": "Hypertensive Nierenkrankheit ohne Niereninsuffizienz : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -3297,12 +3524,40 @@ } ], "key": { - "code": "I50.02", - "display": "Rechtsherzinsuffizienz ohne Beschwerden", + "code": "C45.2", + "display": "Mesotheliom des Perikards", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "R03AL03", + "display": "Vilanterol und Umeclidiniumbromid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -3320,9 +3575,10 @@ } ], "key": { - "code": "C46.3", - "display": "Kaposi-Sarkom der Lymphknoten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "A20.2", + "display": "Lungenpest", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -3343,8 +3599,8 @@ } ], "key": { - "code": "122567009", - "display": "Urine sediment specimen (specimen)", + "code": "258587000", + "display": "Buffy coat (specimen)", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "type" @@ -3366,12 +3622,40 @@ } ], "key": { - "code": "I97.9", - "display": "Kreislaufkomplikation nach medizinischer Ma\u00dfnahme, nicht n\u00e4her bezeichnet", + "code": "C83.7", + "display": "Burkitt-Lymphom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "182731009", + "display": "Asthma control step 5", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -3389,9 +3673,10 @@ } ], "key": { - "code": "E14.75", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I06.2", + "display": "Rheumatische Aortenklappenstenose mit Insuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -3412,9 +3697,10 @@ } ], "key": { - "code": "C26.8", - "display": "Verdauungssystem, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I08.3", + "display": "Krankheiten der Mitral-, Aorten- und Trikuspidalklappe, kombiniert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -3435,37 +3721,33 @@ } ], "key": { - "code": "C30.0", - "display": "Nasenh\u00f6hle", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K71.9", + "display": "Toxische Leberkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "B01AC02", - "display": "Cloricromen", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "K27.7", + "display": "Ulcus pepticum, Lokalisation nicht n\u00e4her bezeichnet : Chronisch, ohne Blutung oder Perforation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -3486,9 +3768,10 @@ } ], "key": { - "code": "A16.1", - "display": "Lungentuberkulose, bakteriologische, molekularbiologische und histologische Untersuchung nicht durchgef\u00fchrt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J98.3", + "display": "Kompensatorisches Emphysem", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -3509,65 +3792,55 @@ } ], "key": { - "code": "I27.20", - "display": "Pulmonale Hypertonie bei chronischer Thromboembolie", + "code": "C06.1", + "display": "Vestibulum oris", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L04AC12", - "display": "Brodalumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "709044004", + "display": "Chronic kidney disease (disorder)", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L03AB12", - "display": "Albinterferon alfa-2b", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C92.41", + "display": "Akute Promyelozyten-Leuk\u00e4mie [PCL] : In kompletter Remission", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -3593,8 +3866,8 @@ } ], "key": { - "code": "C09BX", - "display": "ACE-Hemmer, andere Kombinationen", + "code": "R03AL07", + "display": "Formoterol und Glycopyrroniumbromid", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -3616,32 +3889,38 @@ } ], "key": { - "code": "K72", - "display": "Leberversagen, anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I44.1", + "display": "Atrioventrikul\u00e4rer Block 2. Grades", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "E13.81", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit nicht n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "34291000175108", + "display": "Nocturnal dual pressure spontaneous ventilation support", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -3667,8 +3946,8 @@ } ], "key": { - "code": "D11AH01", - "display": "Tacrolimus", + "code": "C09BA03", + "display": "Lisinopril und Diuretika", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -3690,31 +3969,8 @@ } ], "key": { - "code": "C95.7", - "display": "Sonstige Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C18.4", - "display": "Colon transversum", + "code": "C86.5", + "display": "Angioimmunoblastisches T-Zell-Lymphom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -3736,9 +3992,10 @@ } ], "key": { - "code": "C45.2", - "display": "Mesotheliom des Perikards", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G70.9", + "display": "Neuromuskul\u00e4re Krankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -3764,37 +4021,32 @@ } ], "key": { - "code": "168537006", - "display": "R\u00f6ntgen", + "code": "71786000", + "display": "Intranasal oxygen therapy", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "243168005", - "display": "Positive end expiratory pressure withdrawn", - "system": "http://snomed.info/sct" + "code": "C34.2", + "display": "Mittellappen (-Bronchus)", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -3820,12 +4072,24 @@ } ], "key": { - "code": "J06BB03", - "display": "Varicella/Zoster-Immunglobulin", + "code": "N02BG07", + "display": "Flupirtin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "11556-8", + "display": "PaO2-blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -3843,13 +4107,12 @@ } ], "key": { - "code": "56018004", - "display": "Keuchen", - "system": "http://snomed.info/sct" + "code": "I82.0", + "display": "Budd-Chiari-Syndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -3868,12 +4131,37 @@ } ], "key": { - "code": "C16.8", - "display": "Magen, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J67.9", + "display": "Allergische Alveolitis durch nicht n\u00e4her bezeichneten organischen Staub", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Immunization", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "871826000", + "display": "Vaccine product containing only Clostridium tetani and Corynebacterium diphtheriae antigens (medicinal product)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -3891,9 +4179,10 @@ } ], "key": { - "code": "I98.2", - "display": "\u00d6sophagus- und Magenvarizen bei anderenorts klassifizierten Krankheiten, ohne Angabe einer Blutung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I77.3", + "display": "Fibromuskul\u00e4re Dysplasie der Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -3914,9 +4203,10 @@ } ], "key": { - "code": "J12.0", - "display": "Pneumonie durch Adenoviren", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.60", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -3937,48 +4227,33 @@ } ], "key": { - "code": "E11.40", - "display": "Diabetes mellitus, Typ 2 : Mit neurologischen Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I80.1", + "display": "Thrombose, Phlebitis und Thrombophlebitis der V. femoralis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "26516-5", - "display": "Platelets [#/volume] in Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "J05AR15", - "display": "Atazanavir und Cobicistat", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C88.70", + "display": "Sonstige b\u00f6sartige immunproliferative Krankheiten : Ohne Angabe einer kompletten Remission", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -3999,12 +4274,24 @@ } ], "key": { - "code": "C16.3", - "display": "Antrum pyloricum", + "code": "K25.1", + "display": "Ulcus ventriculi : Akut, mit Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "48421-2", + "display": "C reactive protein [Mass/volume] in Capillary blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -4022,8 +4309,8 @@ } ], "key": { - "code": "E11.20", - "display": "Diabetes mellitus, Typ 2 : Mit Nierenkomplikationen : Nicht als entgleist bezeichnet", + "code": "Z94.81", + "display": "Zustand nach h\u00e4matopoetischer Stammzelltransplantation mit gegenw\u00e4rtiger Immunsuppression", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -4045,39 +4332,24 @@ } ], "key": { - "code": "C39.0", - "display": "Obere Atemwege, Teil nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I31.1", + "display": "Chronische konstriktive Perikarditis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "H02BX09", - "display": "Betamethason, Kombinationen", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "2324-2", + "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -4096,9 +4368,10 @@ } ], "key": { - "code": "I80.9", - "display": "Thrombose, Phlebitis und Thrombophlebitis nicht n\u00e4her bezeichneter Lokalisation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I60.3", + "display": "Subarachnoidalblutung, von der A. communicans posterior ausgehend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -4119,34 +4392,24 @@ } ], "key": { - "code": "M33.9", - "display": "Dermatomyositis-Polymyositis, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K74.2", + "display": "Leberfibrose mit Lebersklerose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "M33.1", - "display": "Sonstige Dermatomyositis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "94500-6", + "display": "SARS-CoV-2 (COVID-19) RNA [Presence] in Respiratory specimen by NAA with probe detection", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueConcept", + "valueSearchParameter": "value-concept" }, { "fhirResourceType": "MedicationStatement", @@ -4170,12 +4433,24 @@ } ], "key": { - "code": "C09BA29", - "display": "Fosinopril und Hydrochlorothiazid", + "code": "C09AA09", + "display": "Fosinopril", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [], + "key": { + "code": "840539006", + "display": "Clinical stage (observable entity)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "stage.summary", + "valueSearchParameter": "stage" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -4193,9 +4468,10 @@ } ], "key": { - "code": "C38.4", - "display": "Pleura", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I68.2", + "display": "Zerebrale Arteriitis bei sonstigen anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -4216,8 +4492,8 @@ } ], "key": { - "code": "I06.0", - "display": "Rheumatische Aortenklappenstenose", + "code": "C10.2", + "display": "Seitenwand des Oropharynx", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -4239,9 +4515,10 @@ } ], "key": { - "code": "C22", - "display": "B\u00f6sartige Neubildung der Leber und der intrahepatischen Galleng\u00e4nge", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I37.1", + "display": "Pulmonalklappeninsuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -4262,9 +4539,10 @@ } ], "key": { - "code": "C34.3", - "display": "Unterlappen (-Bronchus)", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I36.9", + "display": "Nichtrheumatische Trikuspidalklappenkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -4285,34 +4563,35 @@ } ], "key": { - "code": "C09.8", - "display": "Tonsille, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.02", + "display": "Akutes Nierenversagen mit Tubulusnekrose : Stadium 2", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Specimen", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "available", - "display": "Available", - "system": "http://hl7.org/fhir/ValueSet/specimen-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "119361006", - "display": "Plasma specimen (specimen)", - "system": "http://snomed.info/sct" + "code": "C79.6", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Ovars", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "type" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -4331,9 +4610,10 @@ } ], "key": { - "code": "J44.9", - "display": "Chronische obstruktive Lungenkrankheit, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J98.50", + "display": "Mediastinitis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -4354,37 +4634,32 @@ } ], "key": { - "code": "I45.6", - "display": "Pr\u00e4exzitations-Syndrom", + "code": "C51.2", + "display": "Klitoris", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "243182005", - "display": "Mouth to mouth expired air ventilation with airway", - "system": "http://snomed.info/sct" + "code": "C78.7", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Leber und der intrahepatischen Galleng\u00e4nge", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -4405,8 +4680,8 @@ } ], "key": { - "code": "I15.01", - "display": "Renovaskul\u00e4re Hypertonie : Mit Angabe einer hypertensiven Krise", + "code": "D81.2", + "display": "Schwerer kombinierter Immundefekt [SCID] mit niedriger oder normaler B-Zellen-Zahl", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -4428,9 +4703,10 @@ } ], "key": { - "code": "E10.6", - "display": "Diabetes mellitus, Typ 1 : Mit sonstigen n\u00e4her bezeichneten Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I06.9", + "display": "Rheumatische Aortenklappenkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -4451,32 +4727,38 @@ } ], "key": { - "code": "C25.2", - "display": "Pankreasschwanz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "P27.9", + "display": "Nicht n\u00e4her bezeichnete chronische Atemwegskrankheit mit Ursprung in der Perinatalperiode", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C80.9", - "display": "B\u00f6sartige Neubildung, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09BA28", + "display": "Cilazapril und Hydrochlorothiazid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -4497,8 +4779,8 @@ } ], "key": { - "code": "C32.0", - "display": "Glottis", + "code": "C47.8", + "display": "Periphere Nerven und autonomes Nervensystem, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -4525,8 +4807,8 @@ } ], "key": { - "code": "243178008", - "display": "Reduction of oxygen consumption", + "code": "306765008", + "display": "Respiratory drainage techniques", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -4548,8 +4830,32 @@ } ], "key": { - "code": "I21.1", - "display": "Akuter transmuraler Myokardinfarkt der Hinterwand", + "code": "B18.2", + "display": "Chronische Virushepatitis C", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C69.3", + "display": "Chorioidea", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -4571,8 +4877,8 @@ } ], "key": { - "code": "871738001", - "display": "Vaccine product containing only live attenuated Mumps orthorubulavirus antigen (medicinal product)", + "code": "836500008", + "display": "Vaccine product containing only Haemophilus influenzae type B and Neisseria meningitidis serogroup C antigens (medicinal product)", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "vaccine-code", @@ -4595,12 +4901,40 @@ } ], "key": { - "code": "I25.4", - "display": "Koronararterienaneurysma", + "code": "C12", + "display": "B\u00f6sartige Neubildung des Recessus piriformis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "C09BA05", + "display": "Ramipril und Diuretika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -4618,14 +4952,14 @@ } ], "key": { - "code": "K73", - "display": "Chronische Hepatitis, anderenorts nicht klassifiziert", + "code": "C86.2", + "display": "T-Zell-Lymphom vom Enteropathie-Typ", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", @@ -4636,98 +4970,91 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "708930002", - "display": "Maintenance hemodiafiltration", + "code": "836382004", + "display": "Vaccine product containing Measles morbillivirus antigen (medicinal product)", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "438603002", - "display": "Hyperventilation therapy for traumatic brain injury", - "system": "http://snomed.info/sct" + "code": "I42.88", + "display": "Sonstige Kardiomyopathien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "304577004", - "display": "Humidified oxygen therapy", - "system": "http://snomed.info/sct" + "code": "I61.8", + "display": "Sonstige intrazerebrale Blutung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I34.9", - "display": "Nichtrheumatische Mitralklappenkrankheit, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BA09", + "display": "Dipyrocetyl", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -4753,8 +5080,8 @@ } ], "key": { - "code": "B01AF03", - "display": "Edoxaban", + "code": "B01AF02", + "display": "Apixaban", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -4776,9 +5103,10 @@ } ], "key": { - "code": "C24.8", - "display": "Gallenwege, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I70.1", + "display": "Atherosklerose der Nierenarterie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -4799,9 +5127,10 @@ } ], "key": { - "code": "C48.8", - "display": "Retroperitoneum und Peritoneum, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F41.8", + "display": "Sonstige spezifische Angstst\u00f6rungen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -4822,9 +5151,10 @@ } ], "key": { - "code": "C79.3", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Gehirns und der Hirnh\u00e4ute", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.73", + "display": "Diabetes mellitus, Typ 2 : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -4845,9 +5175,10 @@ } ], "key": { - "code": "I33.9", - "display": "Akute Endokarditis, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I74.2", + "display": "Embolie und Thrombose der Arterien der oberen Extremit\u00e4ten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -4868,9 +5199,10 @@ } ], "key": { - "code": "I48.2", - "display": "Vorhofflimmern, permanent", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G47.38", + "display": "Sonstige Schlafapnoe", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -4891,9 +5223,66 @@ } ], "key": { - "code": "K76.3", - "display": "Leberinfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J67.1", + "display": "Bagassose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "B01AC27", + "display": "Selexipag", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "243154003", + "display": "High frequency jet ventilation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -4901,11 +5290,12 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "48664-7", - "display": "Fibrinogen [Mass/volume] in Platelet poor plasma by Coagulation.derived", + "code": "26515-7", + "display": "Platelets [#/volume] in Blood", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { @@ -4925,8 +5315,8 @@ } ], "key": { - "code": "D83.9", - "display": "Variabler Immundefekt, nicht n\u00e4her bezeichnet", + "code": "C00.5", + "display": "Lippe, nicht n\u00e4her bezeichnet, Innenseite", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -4948,9 +5338,10 @@ } ], "key": { - "code": "I60", - "display": "Subarachnoidalblutung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I46.1", + "display": "Pl\u00f6tzlicher Herztod, so beschrieben", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -4971,8 +5362,8 @@ } ], "key": { - "code": "E10.91", - "display": "Diabetes mellitus, Typ 1 : Ohne Komplikationen : Als entgleist bezeichnet", + "code": "C32.1", + "display": "Supraglottis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -4994,9 +5385,10 @@ } ], "key": { - "code": "C57.0", - "display": "Tuba uterina [Falloppio]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I77.2", + "display": "Arterienruptur", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -5017,8 +5409,8 @@ } ], "key": { - "code": "I22.1", - "display": "Rezidivierender Myokardinfarkt der Hinterwand", + "code": "C45.1", + "display": "Mesotheliom des Peritoneums", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -5040,8 +5432,8 @@ } ], "key": { - "code": "I86.2", - "display": "Beckenvarizen", + "code": "C18.0", + "display": "Z\u00e4kum", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -5063,9 +5455,33 @@ } ], "key": { - "code": "E10.8", - "display": "Diabetes mellitus, Typ 1 : Mit nicht n\u00e4her bezeichneten Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "116223007", + "display": "Complication (disorder)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I74.0", + "display": "Embolie und Thrombose der Aorta abdominalis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -5091,12 +5507,36 @@ } ], "key": { - "code": "N02BA57", - "display": "Ethenzamid, Kombinationen exkl. Psycholeptika", + "code": "L03AB18", + "display": "Interferon gamma-1b", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I15.01", + "display": "Renovaskul\u00e4re Hypertonie : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -5119,8 +5559,8 @@ } ], "key": { - "code": "C09AA11", - "display": "Spirapril", + "code": "B01AF", + "display": "Direkte Faktor-Xa-Inhibitoren", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -5142,8 +5582,8 @@ } ], "key": { - "code": "M35.1", - "display": "Sonstige Overlap-Syndrome", + "code": "C93.00", + "display": "Akute Monoblasten-/Monozytenleuk\u00e4mie : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -5165,32 +5605,37 @@ } ], "key": { - "code": "C85.9", - "display": "Non-Hodgkin-Lymphom, nicht n\u00e4her bezeichnet", + "code": "C62.9", + "display": "Hoden, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C83.1", - "display": "Mantelzell-Lymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AB08", + "display": "Reviparin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -5211,9 +5656,10 @@ } ], "key": { - "code": "C18.7", - "display": "Colon sigmoideum", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.8", + "display": "Sonstige Formen der chronischen isch\u00e4mischen Herzkrankheit", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -5234,8 +5680,8 @@ } ], "key": { - "code": "I67.7", - "display": "Zerebrale Arteriitis, anderenorts nicht klassifiziert", + "code": "K25.7", + "display": "Ulcus ventriculi : Chronisch, ohne Blutung oder Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -5262,8 +5708,8 @@ } ], "key": { - "code": "L03AB03", - "display": "Interferon gamma", + "code": "L03AB", + "display": "Interferone", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -5285,8 +5731,8 @@ } ], "key": { - "code": "D86.8", - "display": "Sarkoidose an sonstigen und kombinierten Lokalisationen", + "code": "C90.21", + "display": "Extramedull\u00e4res Plasmozytom : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -5308,8 +5754,8 @@ } ], "key": { - "code": "I27.8", - "display": "Sonstige n\u00e4her bezeichnete pulmonale Herzkrankheiten", + "code": "C43.5", + "display": "B\u00f6sartiges Melanom des Rumpfes", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -5331,8 +5777,8 @@ } ], "key": { - "code": "I50.9", - "display": "Herzinsuffizienz, nicht n\u00e4her bezeichnet", + "code": "C37", + "display": "B\u00f6sartige Neubildung des Thymus", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -5354,8 +5800,55 @@ } ], "key": { - "code": "C91.91", - "display": "Lymphatische Leuk\u00e4mie, nicht n\u00e4her bezeichnet : In kompletter Remission", + "code": "F40.2", + "display": "Spezifische (isolierte) Phobien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "M36.3", + "display": "Arthropathie bei sonstigen anderenorts klassifizierten Blutkrankheiten[D50-D76]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C24.1", + "display": "Ampulla hepatopancreatica [Ampulla Vateri]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -5382,8 +5875,8 @@ } ], "key": { - "code": "H02AB11", - "display": "Prednyliden", + "code": "N02BA12", + "display": "Kaliumsalicylat", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -5405,9 +5898,10 @@ } ], "key": { - "code": "I37.9", - "display": "Pulmonalklappenkrankheit, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E14.11", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Ketoazidose : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -5428,14 +5922,14 @@ } ], "key": { - "code": "C76.3", - "display": "Becken", + "code": "C74.0", + "display": "Nebennierenrinde", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -5443,22 +5937,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "182713008", - "display": "Catalytic oxygen therapy", - "system": "http://snomed.info/sct" + "code": "H02AB15", + "display": "Meprednison", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -5479,8 +5973,8 @@ } ], "key": { - "code": "K76.9", - "display": "Leberkrankheit, nicht n\u00e4her bezeichnet", + "code": "C84.1", + "display": "S\u00e9zary-Syndrom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -5502,9 +5996,38 @@ } ], "key": { - "code": "K75.1", - "display": "Phlebitis der Pfortader", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.31", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Augenkomplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "M01BA05", + "display": "Oxyphenbutazon und Corticosteroide", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -5525,9 +6048,10 @@ } ], "key": { - "code": "I46", - "display": "Herzstillstand", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I97.86", + "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am inguinalen Lymphabflussgebiet, Stadium\u00a0III", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -5548,93 +6072,89 @@ } ], "key": { - "code": "F02.4", - "display": "Demenz bei HIV-Krankheit [Humane Immundefizienz-Viruskrankheit] [B22 ]", + "code": "M31.5", + "display": "Riesenzellarteriitis bei Polymyalgia rheumatica", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L03AB08", - "display": "Interferon beta-1b", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "K72.73", + "display": "Hepatische Enzephalopathie Grad 3", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "R03AL02", - "display": "Salbutamol und Ipratropiumbromid", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "243156001", + "display": "Continuous flow ventilation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "N02BB", - "display": "Pyrazolone", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "66852000", + "display": "Flow and timed ventilation procedure, initiation and management", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -5655,12 +6175,25 @@ } ], "key": { - "code": "C60-C63", - "display": "B\u00f6sartige Neubildungen der m\u00e4nnlichen Genitalorgane", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I23.8", + "display": "Sonstige akute Komplikationen nach akutem Myokardinfarkt", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "718-7", + "display": "Hemoglobin [Mass/volume] in Blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -5678,8 +6211,8 @@ } ], "key": { - "code": "I67.3", - "display": "Progressive subkortikale vaskul\u00e4re Enzephalopathie", + "code": "C10.8", + "display": "Oropharynx, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -5701,9 +6234,10 @@ } ], "key": { - "code": "C67.6", - "display": "Ostium ureteris", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J45.8", + "display": "Mischformen des Asthma bronchiale", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -5724,23 +6258,13 @@ } ], "key": { - "code": "I62.01", - "display": "Subakut", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I61.2", + "display": "Intrazerebrale Blutung in die Gro\u00dfhirnhemisph\u00e4re, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "86290005", - "display": "ademhalingsfrequentie (waarneembare entiteit)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -5758,22 +6282,39 @@ } ], "key": { - "code": "F29", - "display": "Nicht n\u00e4her bezeichnete nichtorganische Psychose", + "code": "C76.1", + "display": "Thorax", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], "key": { - "code": "14804-9", - "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma by Lactate to pyruvate reaction", - "system": "http://loinc.org" + "code": "M01BA01", + "display": "Phenylbutazon und Corticosteroide", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -5792,9 +6333,10 @@ } ], "key": { - "code": "C09.9", - "display": "Tonsille, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I34.1", + "display": "Mitralklappenprolaps", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -5815,9 +6357,10 @@ } ], "key": { - "code": "K71.2", - "display": "Toxische Leberkrankheit mit akuter Hepatitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I72.5", + "display": "Aneurysma und Dissektion sonstiger pr\u00e4zerebraler Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -5838,8 +6381,8 @@ } ], "key": { - "code": "K76.1", - "display": "Chronische Stauungsleber", + "code": "C84.4", + "display": "Peripheres T-Zell-Lymphom, nicht spezifiziert", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -5861,9 +6404,10 @@ } ], "key": { - "code": "E11.7", - "display": "Diabetes mellitus, Typ 2 : Mit multiplen Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E66.22", + "display": "\u00dcberm\u00e4\u00dfige Adipositas mit alveol\u00e4rer Hypoventilation : Adipositas Grad III (WHO) bei Patienten von 18 Jahren und \u00e4lter", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -5884,9 +6428,10 @@ } ], "key": { - "code": "C80.0", - "display": "B\u00f6sartige Neubildung, prim\u00e4re Lokalisation unbekannt, so bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.19", + "display": "Akutes Nierenversagen mit akuter Rindennekrose : Stadium nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -5907,9 +6452,10 @@ } ], "key": { - "code": "C44.1", - "display": "Haut des Augenlides, einschlie\u00dflich Kanthus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I97.29", + "display": "Lymph\u00f6dem nach (partieller) Mastektomie, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -5930,37 +6476,33 @@ } ], "key": { - "code": "C81.4", - "display": "Lymphozytenreiches (klassisches) Hodgkin-Lymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.80", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit nicht n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "8948006", - "display": "Assisted ventilation therapy, pressure or volume preset, initiation and management", - "system": "http://snomed.info/sct" + "code": "C81.4", + "display": "Lymphozytenreiches (klassisches) Hodgkin-Lymphom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -5981,8 +6523,8 @@ } ], "key": { - "code": "M31.5", - "display": "Riesenzellarteriitis bei Polymyalgia rheumatica", + "code": "D89.1", + "display": "Kryoglobulin\u00e4mie", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -6004,9 +6546,10 @@ } ], "key": { - "code": "E11.81", - "display": "Diabetes mellitus, Typ 2 : Mit nicht n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F01.1", + "display": "Multiinfarkt-Demenz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -6032,8 +6575,8 @@ } ], "key": { - "code": "N02BA20", - "display": "Kombinationen", + "code": "H02AA03", + "display": "Desoxycorton", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -6055,65 +6598,63 @@ } ], "key": { - "code": "C23", - "display": "B\u00f6sartige Neubildung der Gallenblase", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I51.0", + "display": "Herzseptumdefekt, erworben", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "J06BC01", - "display": "Nebacumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "56018004", + "display": "Keuchen", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "N02BA06", - "display": "Salsalat", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "182749009", + "display": "Extracorporeal blood irradiation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -6134,12 +6675,36 @@ } ], "key": { - "code": "E10.40", - "display": "Diabetes mellitus, Typ 1 : Mit neurologischen Komplikationen : Nicht als entgleist bezeichnet", + "code": "C03.9", + "display": "Zahnfleisch, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "N17.9", + "display": "Akutes Nierenversagen, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -6162,8 +6727,36 @@ } ], "key": { - "code": "J06BA01", - "display": "Immunglobuline, normal human, zur extravasalen Anwendung", + "code": "L03AB12", + "display": "Albinterferon alfa-2b", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "J06BB03", + "display": "Varicella/Zoster-Immunglobulin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -6185,9 +6778,10 @@ } ], "key": { - "code": "I06", - "display": "Rheumatische Aortenklappenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G35.11", + "display": "Multiple Sklerose mit vorherrschend schubf\u00f6rmigem Verlauf : Mit Angabe einer akuten Exazerbation oder Progression", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -6208,9 +6802,10 @@ } ], "key": { - "code": "I30.9", - "display": "Akute Perikarditis, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I65.2", + "display": "Verschluss und Stenose der A. carotis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -6236,36 +6831,23 @@ } ], "key": { - "code": "H02AB01", - "display": "Betamethason", + "code": "N02BA71", + "display": "Acetylsalicyls\u00e4ure, Kombinationen mit Psycholeptika", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "DiagnosticReport", + "fixedCriteria": [], "key": { - "code": "30746006", - "display": "Lymphadenopathie", - "system": "http://snomed.info/sct" + "code": "18748-4", + "display": "Radiologic finding (finding)", + "system": "http://loinc.org" }, "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "valueFhirPath": "conclusion", + "valueSearchParameter": "conclusion" }, { "fhirResourceType": "MedicationStatement", @@ -6289,12 +6871,35 @@ } ], "key": { - "code": "C09BA13", - "display": "Moexipril und Diuretika", + "code": "B01AC01", + "display": "Ditazol", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Specimen", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "available", + "display": "Available", + "system": "http://hl7.org/fhir/ValueSet/specimen-status" + } + ] + } + ], + "key": { + "code": "472881004", + "display": "Swab from pharynx (specimen)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "type" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -6312,32 +6917,37 @@ } ], "key": { - "code": "I25.29", - "display": "Alter Myokardinfarkt Nicht n\u00e4her bezeichnet", + "code": "M34.8", + "display": "Sonstige Formen der systemischen Sklerose", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C47.4", - "display": "Periphere Nerven des Abdomens", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "233585000", + "display": "Continuous venovenous hemofiltration", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -6358,8 +6968,8 @@ } ], "key": { - "code": "M31.9", - "display": "Nekrotisierende Vaskulopathie, nicht n\u00e4her bezeichnet", + "code": "C63.2", + "display": "Skrotum", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -6381,48 +6991,57 @@ } ], "key": { - "code": "413839001", - "display": "chronische longziekte (aandoening)", - "system": "http://snomed.info/sct" + "code": "I37.8", + "display": "Sonstige Pulmonalklappenkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "1971-1", - "display": "Bilirubin.indirect [Mass/volume] in Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "R03AL09", - "display": "Formoterol, Glycopyrroniumbromid und Beclometason", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "787859002", + "display": "Vaccine product (medicinal product)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "444932008", + "display": "Dependence on ventilator (finding)", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -6443,35 +7062,36 @@ } ], "key": { - "code": "C44.0", - "display": "Lippenhaut", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I63.6", + "display": "Hirninfarkt durch Thrombose der Hirnvenen, nichteitrig", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "836375003", - "display": "Vaccine product containing Hepatitis A virus antigen (medicinal product)", - "system": "http://snomed.info/sct" + "code": "G70.8", + "display": "Sonstige n\u00e4her bezeichnete neuromuskul\u00e4re Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -6490,9 +7110,10 @@ } ], "key": { - "code": "D84.9", - "display": "Immundefekt, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G35.0", + "display": "Erstmanifestation einer multiplen Sklerose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -6518,8 +7139,8 @@ } ], "key": { - "code": "243150007", - "display": "Assisted controlled mandatory ventilation", + "code": "229292006", + "display": "Upper thoracic expansion exercises", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -6541,9 +7162,10 @@ } ], "key": { - "code": "C40.1", - "display": "Kurze Knochen der oberen Extremit\u00e4t", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K77.12", + "display": "Stadium 2 der akuten Leber-Graft-versus-Host-Krankheit [T86.02 ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -6564,32 +7186,105 @@ } ], "key": { - "code": "I66.1", - "display": "Verschluss und Stenose der A. cerebri anterior", + "code": "C11.1", + "display": "Hinterwand des Nasopharynx", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "F99", - "display": "Psychische St\u00f6rung ohne n\u00e4here Angabe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "773454006", + "display": "Bird respiratory therapy", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "6690-2", + "display": "Leukocytes [#/volume] in Blood by Automated count", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "182730005", + "display": "Asthma control step 4", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "429253002", + "display": "Oxygen administration by Venturi mask", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -6610,19 +7305,59 @@ } ], "key": { - "code": "M31.4", - "display": "Aortenbogen-Syndrom [Takayasu-Syndrom]", + "code": "C93.90", + "display": "Monozytenleuk\u00e4mie, nicht n\u00e4her bezeichnet : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "75928-2", + "display": "Hemoglobin [Moles/volume] in Arterial blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "G01BE", + "display": "Sulfonamide und Corticosteroide", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Observation", "fixedCriteria": [ { "fhirPath": "code", "searchParameter": "code", - "type": "code", + "type": "coding", "value": [ { "code": "85354-9", @@ -6638,38 +7373,34 @@ } ], "key": { - "code": "271650006", - "display": "Diastolic blood pressure (observable entity)", + "code": "271649006", + "display": "Systolic blood pressure (observable entity)", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "component-code", - "valueSearchParameter": "component-value-quantity" + "termCodeSearchParameter": "component-code-value-quantity", + "valueSearchParameter": "component-code-value-concept" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "S01AD05", - "display": "Interferon", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "E13.51", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit peripheren vaskul\u00e4ren Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -6690,8 +7421,8 @@ } ], "key": { - "code": "I97.89", - "display": "Sonstige Kreislaufkomplikationen nach medizinischen Ma\u00dfnahmen, anderenorts nicht klassifiziert", + "code": "C34.8", + "display": "Bronchus und Lunge, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -6713,8 +7444,8 @@ } ], "key": { - "code": "C32", - "display": "B\u00f6sartige Neubildung des Larynx", + "code": "C63.9", + "display": "M\u00e4nnliches Genitalorgan, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -6736,14 +7467,38 @@ } ], "key": { - "code": "C79.8", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung sonstiger n\u00e4her bezeichneter Lokalisationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "413839001", + "display": "chronische longziekte (aandoening)", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I72.2", + "display": "Aneurysma und Dissektion der Nierenarterie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Specimen", "fixedCriteria": [ { "fhirPath": "status", @@ -6751,24 +7506,19 @@ "type": "code", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "available", + "display": "Available", + "system": "http://hl7.org/fhir/ValueSet/specimen-status" } ] } ], "key": { - "code": "N02BB76", - "display": "Phenazonsalicylat, Kombinationen mit Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "258607008", + "display": "Bronchoalveolar lavage fluid sample (specimen)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "type" }, { "fhirResourceType": "Procedure", @@ -6792,8 +7542,8 @@ } ], "key": { - "code": "438839005", - "display": "Erythrocytapheresis", + "code": "243137006", + "display": "Long-term oxygen therapy", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -6815,8 +7565,8 @@ } ], "key": { - "code": "I97.29", - "display": "Lymph\u00f6dem nach (partieller) Mastektomie, nicht n\u00e4her bezeichnet", + "code": "C57.2", + "display": "Lig. teres uteri", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -6825,11 +7575,12 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "61152-5", - "display": "Albumin [Mass/volume] in Serum or Plasma by Bromocresol purple (BCP) dye binding method", + "code": "55398-2", + "display": "Short Fibrin D-dimer FEU and DDU panel - Platelet poor plasma", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { @@ -6849,9 +7600,10 @@ } ], "key": { - "code": "49601007", - "display": "Disorder of cardiovascular system (disorder)", - "system": "http://snomed.info/sct" + "code": "K76.6", + "display": "Portale Hypertonie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -6872,8 +7624,8 @@ } ], "key": { - "code": "I25.16", - "display": "Mit stenosierten Stents", + "code": "C43.2", + "display": "B\u00f6sartiges Melanom des Ohres und des \u00e4u\u00dferen Geh\u00f6rganges", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -6895,9 +7647,10 @@ } ], "key": { - "code": "I70.21", - "display": "Becken-Bein-Typ, mit belastungsinduziertem Isch\u00e4mieschmerz, Gehstrecke 200 m und mehr", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I70.9", + "display": "Generalisierte und nicht n\u00e4her bezeichnete Atherosklerose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -6923,8 +7676,8 @@ } ], "key": { - "code": "229296009", - "display": "Sputum induction technique", + "code": "233586004", + "display": "Hemodiafiltration", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -6946,9 +7699,10 @@ } ], "key": { - "code": "C60", - "display": "B\u00f6sartige Neubildung des Penis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I62.02", + "display": "Chronisch", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -6969,37 +7723,10 @@ } ], "key": { - "code": "I67.11", - "display": "Zerebrale arterioven\u00f6se Fistel (erworben)", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "B01AC26", - "display": "Vorapaxar", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I86.82", + "display": "Rektumvarizen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -7020,12 +7747,25 @@ } ], "key": { - "code": "C80", - "display": "B\u00f6sartige Neubildung ohne Angabe der Lokalisation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I71.8", + "display": "Aortenaneurysma nicht n\u00e4her bezeichneter Lokalisation, rupturiert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "10839-9", + "display": "Troponin I.cardiac [Mass/volume] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -7048,8 +7788,8 @@ } ], "key": { - "code": "R03AK07", - "display": "Formoterol und Budesonid", + "code": "C09BB07", + "display": "Ramipril und Amlodipin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -7071,9 +7811,10 @@ } ], "key": { - "code": "J44.19", - "display": "Chronische obstruktive Lungenkrankheit mit akuter Exazerbation, nicht n\u00e4her bezeichnet : FEV_1 nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I71.01", + "display": "Dissektion der Aorta thoracica, ohne Angabe einer Ruptur", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -7094,9 +7835,10 @@ } ], "key": { - "code": "C54", - "display": "B\u00f6sartige Neubildung des Corpus uteri", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K74.0", + "display": "Leberfibrose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -7117,8 +7859,8 @@ } ], "key": { - "code": "I24.0", - "display": "Koronarthrombose ohne nachfolgenden Myokardinfarkt", + "code": "K51.2", + "display": "Ulzer\u00f6se (chronische) Proktitis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -7140,9 +7882,10 @@ } ], "key": { - "code": "B18.11", - "display": "Chronische Virushepatitis B ohne Delta-Virus, Phase 1", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I15.10", + "display": "Hypertonie als Folge von sonstigen Nierenkrankheiten : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -7163,8 +7906,8 @@ } ], "key": { - "code": "K70.2", - "display": "Alkoholische Fibrose und Sklerose der Leber", + "code": "C17.0", + "display": "Duodenum", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -7191,34 +7934,39 @@ } ], "key": { - "code": "N02BE74", - "display": "Bucetin, Kombinationen mit Psycholeptika", + "code": "H02AB04", + "display": "Methylprednisolon", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C47.1", - "display": "Periphere Nerven der oberen Extremit\u00e4t, einschlie\u00dflich Schulter", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" + "code": "182687005", + "display": "Intermittent positive pressure ventilation", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" }, { "fhirResourceType": "MedicationStatement", @@ -7242,8 +7990,8 @@ } ], "key": { - "code": "B01AE06", - "display": "Bivalirudin", + "code": "H02BX09", + "display": "Betamethason, Kombinationen", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -7265,13 +8013,11 @@ } ], "key": { - "code": "29857009", - "display": "Brustschmerzen", - "system": "http://snomed.info/sct" + "code": "C41.1", + "display": "Unterkieferknochen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -7290,22 +8036,35 @@ } ], "key": { - "code": "C58", - "display": "B\u00f6sartige Neubildung der Plazenta", + "code": "D83.1", + "display": "Variabler Immundefekt mit \u00fcberwiegenden immunregulatorischen T-Zell-St\u00f6rungen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], "key": { - "code": "88636-6", - "display": "Known exposure [Identifier]", - "system": "http://loinc.org" + "code": "I78.0", + "display": "Heredit\u00e4re h\u00e4morrhagische Teleangiektasie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-concept" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "MedicationStatement", @@ -7329,8 +8088,8 @@ } ], "key": { - "code": "N02BG10", - "display": "Cannabinoide", + "code": "L04AC03", + "display": "Anakinra", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -7352,9 +8111,10 @@ } ], "key": { - "code": "I61.3", - "display": "Intrazerebrale Blutung in den Hirnstamm", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I44.7", + "display": "Linksschenkelblock, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -7375,8 +8135,8 @@ } ], "key": { - "code": "C00.6", - "display": "Lippenkommissur", + "code": "C88.41", + "display": "Extranodales Marginalzonen-B-Zell-Lymphom des Mukosa-assoziierten lymphatischen Gewebes [MALT-Lymphom] : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -7398,9 +8158,34 @@ } ], "key": { - "code": "C78.0", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Lunge", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I73.9", + "display": "Periphere Gef\u00e4\u00dfkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I26.9", + "display": "Lungenembolie ohne Angabe eines akuten Cor pulmonale", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -7426,8 +8211,8 @@ } ], "key": { - "code": "B01AE02", - "display": "Lepirudin", + "code": "C09AA11", + "display": "Spirapril", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -7449,12 +8234,40 @@ } ], "key": { - "code": "G43", - "display": "Migr\u00e4ne", + "code": "C81.0", + "display": "Nodul\u00e4res lymphozytenpr\u00e4dominantes Hodgkin-Lymphom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "302497006", + "display": "Hemodialysis", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -7472,35 +8285,35 @@ } ], "key": { - "code": "C72.8", - "display": "Gehirn und andere Teile des Zentralnervensystems, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G73.1", + "display": "Lambert-Eaton-Syndrom[C00-D48]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "836398006", - "display": "Vaccine product containing Streptococcus pneumoniae antigen (medicinal product)", - "system": "http://snomed.info/sct" + "code": "C88.01", + "display": "Makroglobulin\u00e4mie Waldenstr\u00f6m : In kompletter Remission", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -7519,9 +8332,10 @@ } ], "key": { - "code": "C67.4", - "display": "Hintere Harnblasenwand", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E14.01", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Koma : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -7542,8 +8356,8 @@ } ], "key": { - "code": "C88.90", - "display": "B\u00f6sartige immunproliferative Krankheit, nicht n\u00e4her bezeichnet : Ohne Angabe einer kompletten Remission", + "code": "C92.31", + "display": "Myelosarkom : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -7570,8 +8384,8 @@ } ], "key": { - "code": "H02AA", - "display": "Mineralocorticoide", + "code": "B01AC13", + "display": "Abciximab", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -7593,37 +8407,69 @@ } ], "key": { - "code": "K74.5", - "display": "Bili\u00e4re Zirrhose, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I23.3", + "display": "Ruptur der Herzwand ohne H\u00e4moperikard als akute Komplikation nach akutem Myokardinfarkt", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "250774007", + "display": "fractionele inspiratoire zuurstofconcentratie (waarneembare entiteit)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C17.3", + "display": "Meckel-Divertikel", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "C09BB04", - "display": "Perindopril und Amlodipin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "G40.4", + "display": "Sonstige generalisierte Epilepsie und epileptische Syndrome", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -7644,9 +8490,10 @@ } ], "key": { - "code": "F01.2", - "display": "Subkortikale vaskul\u00e4re Demenz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E66.24", + "display": "\u00dcberm\u00e4\u00dfige Adipositas mit alveol\u00e4rer Hypoventilation : Adipositas bei Kindern und Jugendlichen von 3 Jahren bis unter 18 Jahren", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -7667,9 +8514,9 @@ } ], "key": { - "code": "E84.87", - "display": "Zystische Fibrose mit sonstigen multiplen Manifestationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "49601007", + "display": "Disorder of cardiovascular system (disorder)", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -7695,12 +8542,24 @@ } ], "key": { - "code": "J06BC", - "display": "Andere Immunglobuline", + "code": "N02BE04", + "display": "Bucetin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "30902-1", + "display": "Fibrinogen [Mass/volume] in Platelet poor plasma by Heat denaturation", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -7718,8 +8577,8 @@ } ], "key": { - "code": "C37", - "display": "B\u00f6sartige Neubildung des Thymus", + "code": "M30.0", + "display": "Panarteriitis nodosa", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -7741,9 +8600,10 @@ } ], "key": { - "code": "G20.0", - "display": "Prim\u00e4res Parkinson-Syndrom mit fehlender oder geringer Beeintr\u00e4chtigung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E66.20", + "display": "\u00dcberm\u00e4\u00dfige Adipositas mit alveol\u00e4rer Hypoventilation : Adipositas Grad I (WHO) bei Patienten von 18 Jahren und \u00e4lter", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -7764,9 +8624,10 @@ } ], "key": { - "code": "I50.19", - "display": "Nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I97.22", + "display": "Lymph\u00f6dem nach (partieller) Mastektomie (mit Lymphadenektomie), Stadium III", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -7787,8 +8648,8 @@ } ], "key": { - "code": "I70.0", - "display": "Atherosklerose der Aorta", + "code": "C92.90", + "display": "Myeloische Leuk\u00e4mie, nicht n\u00e4her bezeichnet : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -7810,9 +8671,10 @@ } ], "key": { - "code": "C96.9", - "display": "B\u00f6sartige Neubildung des lymphatischen, blutbildenden und verwandten Gewebes, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F02.1", + "display": "Demenz bei Creutzfeldt-Jakob-Krankheit [A81.0 ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -7833,55 +8695,37 @@ } ], "key": { - "code": "M36.5", - "display": "Beteiligung des Bindegewebes bei der chronischer Graft-versus-Host-Krankheit", + "code": "M35.0", + "display": "Sicca-Syndrom [Sj\u00f6gren-Syndrom]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E11.80", - "display": "Diabetes mellitus, Typ 2 : Mit nicht n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "G35.11", - "display": "Multiple Sklerose mit vorherrschend schubf\u00f6rmigem Verlauf : Mit Angabe einer akuten Exazerbation oder Progression", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J06BB01", + "display": "Anti-D(rh)-Immunglobulin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -7907,8 +8751,8 @@ } ], "key": { - "code": "243147009", - "display": "Controlled ventilation", + "code": "243148004", + "display": "Controlled mandatory ventilation", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -7930,23 +8774,13 @@ } ], "key": { - "code": "I48.1", - "display": "Vorhofflimmern, persistierend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I42.4", + "display": "Endokardfibroelastose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "1920-8", - "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -7964,34 +8798,35 @@ } ], "key": { - "code": "I82.0", - "display": "Budd-Chiari-Syndrom", + "code": "K28.3", + "display": "Ulcus pepticum jejuni : Akut, ohne Blutung oder Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "M35.8", - "display": "Sonstige n\u00e4her bezeichnete Krankheiten mit Systembeteiligung des Bindegewebes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "871891001", + "display": "Vaccine product containing only acellular Bordetella pertussis and Clostridium tetani and Corynebacterium diphtheriae and Hepatitis B virus and inactivated whole Human poliovirus antigens (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -8010,9 +8845,10 @@ } ], "key": { - "code": "M35.5", - "display": "Multifokale Fibrosklerose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G35.9", + "display": "Multiple Sklerose, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -8033,8 +8869,8 @@ } ], "key": { - "code": "C06.1", - "display": "Vestibulum oris", + "code": "C08.1", + "display": "Glandula sublingualis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -8056,9 +8892,10 @@ } ], "key": { - "code": "C02.9", - "display": "Zunge, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N18.5", + "display": "Chronische Nierenkrankheit, Stadium 5", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -8079,8 +8916,8 @@ } ], "key": { - "code": "C40.0", - "display": "Skapula und lange Knochen der oberen Extremit\u00e4t", + "code": "C17.8", + "display": "D\u00fcnndarm, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -8102,9 +8939,10 @@ } ], "key": { - "code": "C34.8", - "display": "Bronchus und Lunge, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J63.5", + "display": "Stannose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -8125,9 +8963,10 @@ } ], "key": { - "code": "I06.2", - "display": "Rheumatische Aortenklappenstenose mit Insuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J68.8", + "display": "Sonstige Krankheiten der Atmungsorgane durch chemische Substanzen, Gase, Rauch und D\u00e4mpfe", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -8148,8 +8987,8 @@ } ], "key": { - "code": "C92.6", - "display": "Akute myeloische Leuk\u00e4mie mit 11q23-Abnormit\u00e4t", + "code": "C77.2", + "display": "Intraabdominale Lymphknoten", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -8171,9 +9010,10 @@ } ], "key": { - "code": "I47.0", - "display": "Ventrikul\u00e4re Arrhythmie durch Re-entry", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I48.2", + "display": "Vorhofflimmern, permanent", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -8194,9 +9034,10 @@ } ], "key": { - "code": "E13.60", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.82", + "display": "Sonstige n\u00e4her bezeichnete chronische obstruktive Lungenkrankheit : FEV_1 >=50\u00a0% und <70 % des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -8217,22 +9058,40 @@ } ], "key": { - "code": "I98.0", - "display": "Kardiovaskul\u00e4re Syphilis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F32.3", + "display": "Schwere depressive Episode mit psychotischen Symptomen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], "key": { - "code": "26499-4", - "display": "Neutrophils [#/volume] in Blood", - "system": "http://loinc.org" + "code": "71192002", + "display": "Peritoneal dialysis", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "MedicationStatement", @@ -8256,8 +9115,8 @@ } ], "key": { - "code": "N02BE71", - "display": "Paracetamol, Kombinationen mit Psycholeptika", + "code": "J06BC10", + "display": "Andere Immunglobuline", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -8284,8 +9143,8 @@ } ], "key": { - "code": "B01AC25", - "display": "Cangrelor", + "code": "C09BB12", + "display": "Delapril und Manidipin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -8307,37 +9166,61 @@ } ], "key": { - "code": "D80.0", - "display": "Heredit\u00e4re Hypogammaglobulin\u00e4mie", + "code": "G40.5", + "display": "Spezielle epileptische Syndrome", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C39.8", + "display": "Atmungsorgane und sonstige intrathorakale Organe, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "B01AE03", - "display": "Argatroban", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "243140006", + "display": "Lung inflation by intermittent compression of reservoir bag", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -8358,8 +9241,32 @@ } ], "key": { - "code": "C95.01", - "display": "Akute Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps : In kompletter Remission", + "code": "G20.91", + "display": "Prim\u00e4res Parkinson-Syndrom, nicht n\u00e4her bezeichnet : Mit Wirkungsfluktuation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C10.9", + "display": "Oropharynx, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -8381,8 +9288,8 @@ } ], "key": { - "code": "E11.30", - "display": "Diabetes mellitus, Typ 2 : Mit Augenkomplikationen : Nicht als entgleist bezeichnet", + "code": "C75.5", + "display": "Glomus aorticum und sonstige Paraganglien", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -8404,36 +9311,39 @@ } ], "key": { - "code": "K51.0", - "display": "Ulzer\u00f6se (chronische) Pankolitis", + "code": "C76.0", + "display": "Kopf, Gesicht und Hals", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "21522001", - "display": "Bauchschmerzen", - "system": "http://snomed.info/sct" + "code": "C09B", + "display": "ACE-HEMMER, KOMBINATIONEN", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -8452,13 +9362,12 @@ } ], "key": { - "code": "282145008", - "display": "Unf\u00e4hig zu gehen", - "system": "http://snomed.info/sct" + "code": "J98.8", + "display": "Sonstige n\u00e4her bezeichnete Krankheiten der Atemwege", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -8477,37 +9386,10 @@ } ], "key": { - "code": "G43.1", - "display": "Migr\u00e4ne mit Aura [Klassische Migr\u00e4ne]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "243181003", - "display": "Expired air ventilation with airway aid", - "system": "http://snomed.info/sct" + "code": "I45.0", + "display": "Rechtsfaszikul\u00e4rer Block", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -8528,9 +9410,10 @@ } ], "key": { - "code": "C68.0", - "display": "Urethra", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J45.1", + "display": "Nichtallergisches Asthma bronchiale", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -8551,39 +9434,10 @@ } ], "key": { - "code": "68235000", - "display": "Verstopfte Nase", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "34291000175108", - "display": "Nocturnal dual pressure spontaneous ventilation support", - "system": "http://snomed.info/sct" + "code": "I35.0", + "display": "Aortenklappenstenose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -8604,51 +9458,36 @@ } ], "key": { - "code": "C76.8", - "display": "Sonstige und ungenau bezeichnete Lokalisationen, mehrere Teilbereiche \u00fcberlappend", + "code": "D80.9", + "display": "Immundefekt mit vorherrschendem Antik\u00f6rpermangel, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "C09AA07", - "display": "Benazepril", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I61.4", + "display": "Intrazerebrale Blutung in das Kleinhirn", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "59827-6", - "display": "Bilirubin.total [Mass/volume] in Arterial blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -8666,8 +9505,8 @@ } ], "key": { - "code": "I45.2", - "display": "Bifaszikul\u00e4rer Block", + "code": "C06.0", + "display": "Wangenschleimhaut", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -8689,8 +9528,8 @@ } ], "key": { - "code": "K74.4", - "display": "Sekund\u00e4re bili\u00e4re Zirrhose", + "code": "C78.6", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Retroperitoneums und des Peritoneums", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -8712,9 +9551,10 @@ } ], "key": { - "code": "D82.9", - "display": "Immundefekt in Verbindung mit schwerem Defekt, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B23.8", + "display": "Sonstige n\u00e4her bezeichnete Krankheitszust\u00e4nde infolge HIV-Krankheit", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -8735,9 +9575,10 @@ } ], "key": { - "code": "C22.9", - "display": "Leber, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B18.0", + "display": "Chronische Virushepatitis B mit Delta-Virus", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -8758,8 +9599,8 @@ } ], "key": { - "code": "J44.00", - "display": "Chronische obstruktive Lungenkrankheit mit akuter Infektion der unteren Atemwege : FEV_1 <35\u00a0% des Sollwertes", + "code": "C09.9", + "display": "Tonsille, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -8781,9 +9622,10 @@ } ], "key": { - "code": "N18.8", - "display": "Sonstige chronische Nierenkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B18.13", + "display": "Chronische Virushepatitis B ohne Delta-Virus, Phase 3", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -8809,12 +9651,47 @@ } ], "key": { - "code": "C09BA15", - "display": "Zofenopril und Diuretika", + "code": "B01AE", + "display": "Direkte Thrombininhibitoren", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "M35.6", + "display": "Rezidivierende Pannikulitis [Pfeifer-Weber-Christian-Krankheit]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "42719-5", + "display": "Bilirubin.total [Mass/volume] in Blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -8837,8 +9714,8 @@ } ], "key": { - "code": "B01AB05", - "display": "Enoxaparin", + "code": "H02A", + "display": "CORTICOSTEROIDE ZUR SYSTEMISCHEN ANWENDUNG, REIN", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -8860,9 +9737,10 @@ } ], "key": { - "code": "K76.7", - "display": "Hepatorenales Syndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J67.6", + "display": "Ahornrindensch\u00e4ler-Lunge", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -8883,8 +9761,8 @@ } ], "key": { - "code": "C68.8", - "display": "Harnorgane, mehrere Teilbereiche \u00fcberlappend", + "code": "C05.2", + "display": "Uvula", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -8906,8 +9784,8 @@ } ], "key": { - "code": "C93.71", - "display": "Sonstige Monozytenleuk\u00e4mie : In kompletter Remission", + "code": "C69.9", + "display": "Auge, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -8929,57 +9807,77 @@ } ], "key": { - "code": "131148009", - "display": "Blutung", - "system": "http://snomed.info/sct" + "code": "C96.2", + "display": "B\u00f6sartiger Mastzelltumor", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "91120-6", + "display": "Antithrombin in Platelet poor plasma by Chromo.no addition of heparin", + "system": "http://loinc.org" }, "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "G40", - "display": "Epilepsie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BE74", + "display": "Bucetin, Kombinationen mit Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "E11.5", - "display": "Diabetes mellitus, Typ 2 : Mit peripheren vaskul\u00e4ren Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BB01", + "display": "Phenazon", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -9000,8 +9898,8 @@ } ], "key": { - "code": "C92.30", - "display": "Myelosarkom : Ohne Angabe einer kompletten Remission", + "code": "C10.3", + "display": "Hinterwand des Oropharynx", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -9023,58 +9921,68 @@ } ], "key": { - "code": "I68.1", - "display": "Zerebrale Arteriitis bei anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E10.72", + "display": "Diabetes mellitus, Typ 1 : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "Z94.5", - "display": "Zustand nach Hauttransplantation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J06BA", + "display": "Immunglobuline, normal human", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "836383009", - "display": "Vaccine product containing Vibrio cholerae antigen (medicinal product)", - "system": "http://snomed.info/sct" + "code": "B01AC10", + "display": "Indobufen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -9093,9 +10001,10 @@ } ], "key": { - "code": "E13.5", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit peripheren vaskul\u00e4ren Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.81", + "display": "Sonstiges akutes Nierenversagen : Stadium 1", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -9116,9 +10025,10 @@ } ], "key": { - "code": "I86.8", - "display": "Varizen sonstiger n\u00e4her bezeichneter Lokalisationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.61", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -9139,8 +10049,8 @@ } ], "key": { - "code": "C78.4", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung des D\u00fcnndarmes", + "code": "C57.1", + "display": "Lig. latum uteri", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -9162,9 +10072,10 @@ } ], "key": { - "code": "F02.8", - "display": "Demenz bei anderenorts klassifizierten Krankheitsbildern", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I80.0", + "display": "Thrombose, Phlebitis und Thrombophlebitis oberfl\u00e4chlicher Gef\u00e4\u00dfe der unteren Extremit\u00e4ten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -9185,9 +10096,10 @@ } ], "key": { - "code": "C79.85", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Bindegewebes und anderer Weichteilgewebe des Halses", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B18.9", + "display": "Chronische Virushepatitis, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -9213,8 +10125,8 @@ } ], "key": { - "code": "238318009", - "display": "Continuous ambulatory peritoneal dialysis", + "code": "386566005", + "display": "Postural drainage with chest clapping", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -9236,12 +10148,40 @@ } ], "key": { - "code": "F02.1", - "display": "Demenz bei Creutzfeldt-Jakob-Krankheit [A81.0 ]", + "code": "D82.9", + "display": "Immundefekt in Verbindung mit schwerem Defekt, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "H02AB03", + "display": "Fluocortolon", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -9259,8 +10199,8 @@ } ], "key": { - "code": "F00.0", - "display": "Demenz bei Alzheimer-Krankheit, mit fr\u00fchem Beginn (Typ 2) [G30.0 ]", + "code": "C40.1", + "display": "Kurze Knochen der oberen Extremit\u00e4t", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -9282,9 +10222,10 @@ } ], "key": { - "code": "I97.81", - "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am axill\u00e4ren Lymphabflussgebiet, Stadium\u00a0I", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G20.21", + "display": "Prim\u00e4res Parkinson-Syndrom mit schwerster Beeintr\u00e4chtigung : Mit Wirkungsfluktuation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -9305,9 +10246,10 @@ } ], "key": { - "code": "C49.1", - "display": "Bindegewebe und andere Weichteilgewebe der oberen Extremit\u00e4t, einschlie\u00dflich Schulter", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J68.4", + "display": "Chronische Krankheiten der Atmungsorgane durch chemische Substanzen, Gase, Rauch und D\u00e4mpfe", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -9328,8 +10270,8 @@ } ], "key": { - "code": "C71.8", - "display": "Gehirn, mehrere Teilbereiche \u00fcberlappend", + "code": "C92.20", + "display": "Atypische chronische myeloische Leuk\u00e4mie, BCR/ABL-negativ : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -9351,8 +10293,8 @@ } ], "key": { - "code": "C97", - "display": "B\u00f6sartige Neubildungen als Prim\u00e4rtumoren an mehreren Lokalisationen", + "code": "C11.0", + "display": "Obere Wand des Nasopharynx", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -9379,62 +10321,37 @@ } ], "key": { - "code": "M01BA03", - "display": "Acetylsalicyls\u00e4ure und Corticosteroide", + "code": "N02BA07", + "display": "Ethenzamid", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "91175000", - "display": "Krampfanfall", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" - }, - { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C09BA04", - "display": "Perindopril und Diuretika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "229293001", + "display": "Lower thoracic expansion exercises", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -9455,8 +10372,8 @@ } ], "key": { - "code": "C05.1", - "display": "Weicher Gaumen", + "code": "C84.5", + "display": "Sonstige reifzellige T/NK-Zell-Lymphome", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -9478,9 +10395,10 @@ } ], "key": { - "code": "C92.2", - "display": "Atypische chronische myeloische Leuk\u00e4mie, BCR/ABL-negativ", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F41.3", + "display": "Andere gemischte Angstst\u00f6rungen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -9506,8 +10424,8 @@ } ], "key": { - "code": "L03AB02", - "display": "Interferon beta, nat\u00fcrlich", + "code": "N02BB76", + "display": "Phenazonsalicylat, Kombinationen mit Psycholeptika", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -9529,78 +10447,89 @@ } ], "key": { - "code": "C77.3", - "display": "Axill\u00e4re Lymphknoten und Lymphknoten der oberen Extremit\u00e4t", + "code": "C71.9", + "display": "Gehirn, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "G20.11", - "display": "Prim\u00e4res Parkinson-Syndrom mit m\u00e4\u00dfiger bis schwerer Beeintr\u00e4chtigung : Mit Wirkungsfluktuation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "840549009", + "display": "Vaccine product containing Yersinia pestis antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "E13.20", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Nierenkomplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "243171002", + "display": "NEEP increased - Negative end expiratory pressure increased", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C34.1", - "display": "Oberlappen (-Bronchus)", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "R03AK12", + "display": "Salmeterol und Budesonid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -9621,12 +10550,24 @@ } ], "key": { - "code": "I62.00", - "display": "Akut", + "code": "D81.9", + "display": "Kombinierter Immundefekt, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "2518-9", + "display": "Lactate [Moles/volume] in Arterial blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -9644,37 +10585,10 @@ } ], "key": { - "code": "C31.2", - "display": "Sinus frontalis [Stirnh\u00f6hle]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "R03AK03", - "display": "Fenoterol und Cromoglicins\u00e4ure, Dinatriumsalz", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "F29", + "display": "Nicht n\u00e4her bezeichnete nichtorganische Psychose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -9695,8 +10609,8 @@ } ], "key": { - "code": "I60.0", - "display": "Subarachnoidalblutung, vom Karotissiphon oder der Karotisbifurkation ausgehend", + "code": "C92.60", + "display": "Akute myeloische Leuk\u00e4mie mit 11q23-Abnormit\u00e4t : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -9718,9 +10632,10 @@ } ], "key": { - "code": "C86.4", - "display": "Blastisches NK-Zell-Lymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I13.00", + "display": "Hypertensive Herz- und Nierenkrankheit mit (kongestiver) Herzinsuffizienz : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -9741,32 +10656,37 @@ } ], "key": { - "code": "I36.2", - "display": "Nichtrheumatische Trikuspidalklappenstenose mit Insuffizienz", + "code": "C11.2", + "display": "Seitenwand des Nasopharynx", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I67.1", - "display": "Zerebrales Aneurysma und zerebrale arterioven\u00f6se Fistel", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "424172009", + "display": "Dual pressure spontaneous ventilation support weaning protocol", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -9787,9 +10707,10 @@ } ], "key": { - "code": "K28.9", - "display": "Ulcus pepticum jejuni : Weder als akut noch als chronisch bezeichnet, ohne Blutung oder Perforation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I72.0", + "display": "Aneurysma und Dissektion der A. carotis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -9810,9 +10731,10 @@ } ], "key": { - "code": "E11.91", - "display": "Diabetes mellitus, Typ 2 : Ohne Komplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.72", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -9833,14 +10755,14 @@ } ], "key": { - "code": "I97.85", - "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am inguinalen Lymphabflussgebiet, Stadium\u00a0II", + "code": "C02.1", + "display": "Zungenrand", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", @@ -9851,65 +10773,43 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "243155002", - "display": "High frequency oscillatory ventilation", + "code": "1119305005", + "display": "Vaccine product containing only Severe acute respiratory syndrome coronavirus 2 antigen (medicinal product)", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I10.91", - "display": "Essentielle Hypertonie, nicht n\u00e4her bezeichnet : Mit Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "F32.2", - "display": "Schwere depressive Episode ohne psychotische Symptome", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "77477000", + "display": "CT", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -9930,9 +10830,10 @@ } ], "key": { - "code": "I27", - "display": "Sonstige pulmonale Herzkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I32.0", + "display": "Perikarditis bei anderenorts klassifizierten bakteriellen Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -9958,8 +10859,8 @@ } ], "key": { - "code": "J06BB12", - "display": "FSME-Immunglobulin", + "code": "N02BA", + "display": "Salicyls\u00e4ure und Derivate", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -9981,34 +10882,24 @@ } ], "key": { - "code": "E10.80", - "display": "Diabetes mellitus, Typ 1 : Mit nicht n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F00.9", + "display": "Demenz bei Alzheimer-Krankheit, nicht n\u00e4her bezeichnet [G30.9 ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "86406008", - "display": "Human immunodeficiency virus infection (disorder)", - "system": "http://snomed.info/sct" + "code": "76769-9", + "display": "Hemoglobin [Mass/volume] in Venous blood by Oximetry", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -10027,9 +10918,10 @@ } ], "key": { - "code": "K71.3", - "display": "Toxische Leberkrankheit mit chronisch-persistierender Hepatitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I12.00", + "display": "Hypertensive Nierenkrankheit mit Niereninsuffizienz : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -10050,124 +10942,150 @@ } ], "key": { - "code": "I82.3", - "display": "Embolie und Thrombose der Nierenvene", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F00.0", + "display": "Demenz bei Alzheimer-Krankheit, mit fr\u00fchem Beginn (Typ 2) [G30.0 ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "K74.7", - "display": "Klinische Stadien der Leberzirrhose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "H02BX06", + "display": "Prednisolon, Kombinationen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I62.02", - "display": "Chronisch", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BA11", + "display": "Diflunisal", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "E13.40", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit neurologischen Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L03AB15", + "display": "Ropeginterferon alfa-2b", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I52.1", - "display": "Sonstige Herzkrankheiten bei sonstigen anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "229286000", + "display": "Respiratory expansion exercises", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "K72.79", - "display": "Hepatische Enzephalopathie, Grad nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "397815001", + "display": "Administration of cardiovascular drug to increase oxygen delivery", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -10188,9 +11106,10 @@ } ], "key": { - "code": "C06.9", - "display": "Mund, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G73.5", + "display": "Myopathie bei endokrinen Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -10216,65 +11135,56 @@ } ], "key": { - "code": "M01BA07", - "display": "Metamizol und Corticosteroide", + "code": "H02AB14", + "display": "Cloprednol", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "J05AH02", - "display": "Oseltamivir", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "E11.74", + "display": "Diabetes mellitus, Typ 2 : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BA14", - "display": "Guacetisal", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C95.01", + "display": "Akute Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps : In kompletter Remission", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -10300,37 +11210,14 @@ } ], "key": { - "code": "H02BX", - "display": "Corticosteroide zur systemischen Anwendung, Kombinationen", + "code": "N02BE51", + "display": "Paracetamol, Kombinationen exkl. Psycholeptika", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C21.1", - "display": "Analkanal", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", @@ -10341,21 +11228,17 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "127782008", - "display": "Autogenic pulmonary drainage", + "code": "836388000", + "display": "Vaccine product containing Rubella virus antigen (medicinal product)", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -10374,8 +11257,8 @@ } ], "key": { - "code": "C91", - "display": "Lymphatische Leuk\u00e4mie", + "code": "C15.3", + "display": "\u00d6sophagus, oberes Drittel", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -10397,32 +11280,37 @@ } ], "key": { - "code": "C46", - "display": "Kaposi-Sarkom [Sarcoma idiopathicum multiplex haemorrhagicum]", + "code": "C67.1", + "display": "Apex vesicae", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C83.0", - "display": "Kleinzelliges B-Zell-Lymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "S02BA07", + "display": "Betamethason", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -10443,8 +11331,8 @@ } ], "key": { - "code": "E10.51", - "display": "Diabetes mellitus, Typ 1 : Mit peripheren vaskul\u00e4ren Komplikationen : Als entgleist bezeichnet", + "code": "C53.9", + "display": "Cervix uteri, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -10466,8 +11354,8 @@ } ], "key": { - "code": "M36.8", - "display": "Systemkrankheiten des Bindegewebes bei sonstigen anderenorts klassifizierten Krankheiten", + "code": "M30.3", + "display": "Mukokutanes Lymphknotensyndrom [Kawasaki-Krankheit]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -10489,32 +11377,37 @@ } ], "key": { - "code": "I15.21", - "display": "Hypertonie als Folge von endokrinen Krankheiten : Mit Angabe einer hypertensiven Krise", + "code": "C82.9", + "display": "Follikul\u00e4res Lymphom, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I22.8", - "display": "Rezidivierender Myokardinfarkt an sonstigen Lokalisationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "182726007", + "display": "Asthma control step 0", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -10535,9 +11428,10 @@ } ], "key": { - "code": "I31.3", - "display": "Perikarderguss (nichtentz\u00fcndlich)", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E10.40", + "display": "Diabetes mellitus, Typ 1 : Mit neurologischen Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -10558,9 +11452,10 @@ } ], "key": { - "code": "C03.0", - "display": "Oberkieferzahnfleisch", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K76.8", + "display": "Sonstige n\u00e4her bezeichnete Krankheiten der Leber", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -10586,8 +11481,8 @@ } ], "key": { - "code": "229304001", - "display": "Steam inhalations", + "code": "363679005", + "display": "Imaging (procedure)", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -10609,59 +11504,39 @@ } ], "key": { - "code": "I63.9", - "display": "Hirninfarkt, nicht n\u00e4her bezeichnet", + "code": "K26.2", + "display": "Ulcus duodeni : Akut, mit Blutung und Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C21", - "display": "B\u00f6sartige Neubildung des Anus und des Analkanals", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "66857006", - "display": "Bluthusten", - "system": "http://snomed.info/sct" + "code": "G01BE50", + "display": "Sulfonamide und Corticosteroide, Kombinationen mit Antibiotika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -10680,8 +11555,8 @@ } ], "key": { - "code": "K75.4", - "display": "Autoimmune Hepatitis", + "code": "C38.3", + "display": "Mediastinum, Teil nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -10703,39 +11578,24 @@ } ], "key": { - "code": "C04.8", - "display": "Mundboden, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I88.9", + "display": "Unspezifische Lymphadenitis, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "233581009", - "display": "Hemofiltration", - "system": "http://snomed.info/sct" + "code": "30350-3", + "display": "Hemoglobin [Mass/volume] in Venous blood", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "MedicationStatement", @@ -10759,104 +11619,104 @@ } ], "key": { - "code": "B01AB63", - "display": "Certoparin, Kombinationen", + "code": "J06BB17", + "display": "Motavizumab", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], "key": { - "code": "763264000", - "display": "Canadian Study of Health and Aging Clinical Frailty Scale score (observable entity)", - "system": "http://snomed.info/sct" + "code": "C41.01", + "display": "Kraniofazial", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-concept" + "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "57274006", - "display": "Initial hemodialysis", - "system": "http://snomed.info/sct" + "code": "N17.09", + "display": "Akutes Nierenversagen mit Tubulusnekrose : Stadium nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L04AD02", - "display": "Tacrolimus", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "F32.9", + "display": "Depressive Episode, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "H02CA02", - "display": "Ketoconazol", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "G41.8", + "display": "Sonstiger Status epilepticus", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -10877,40 +11737,61 @@ } ], "key": { - "code": "G73.1", - "display": "Lambert-Eaton-Syndrom[C00-D48]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I44.5", + "display": "Linksposteriorer Faszikelblock", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "76485-2", + "display": "C reactive protein [Moles/volume] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "233582002", - "display": "Intermittent hemofiltration", - "system": "http://snomed.info/sct" + "code": "I09.2", + "display": "Chronische rheumatische Perikarditis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "14805-6", + "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma by Pyruvate to lactate reaction", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -10928,9 +11809,10 @@ } ], "key": { - "code": "414029004", - "display": "Disorder of immune function (disorder)", - "system": "http://snomed.info/sct" + "code": "E10.01", + "display": "Diabetes mellitus, Typ 1 : Mit Koma : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -10951,13 +11833,11 @@ } ], "key": { - "code": "9826008", - "display": "Konjunktivitis", - "system": "http://snomed.info/sct" + "code": "C45.9", + "display": "Mesotheliom, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -10976,9 +11856,10 @@ } ], "key": { - "code": "C45.1", - "display": "Mesotheliom des Peritoneums", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F41.2", + "display": "Angst und depressive St\u00f6rung, gemischt", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -10999,9 +11880,10 @@ } ], "key": { - "code": "C15.1", - "display": "Thorakaler \u00d6sophagus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.9", + "display": "Chronische obstruktive Lungenkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, @@ -11022,8 +11904,8 @@ } ], "key": { - "code": "G35.31", - "display": "Multiple Sklerose mit sekund\u00e4r-chronischem Verlauf : Mit Angabe einer akuten Exazerbation oder Progression", + "code": "C90.01", + "display": "Multiples Myelom : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -11045,9 +11927,10 @@ } ], "key": { - "code": "K71.88", - "display": "Toxische Leberkrankheit mit sonstigen Affektionen der Leber", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I11.01", + "display": "Hypertensive Herzkrankheit mit (kongestiver) Herzinsuffizienz : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -11068,12 +11951,40 @@ } ], "key": { - "code": "G40.1", - "display": "Lokalisationsbezogene (fokale) (partielle) symptomatische Epilepsie und epileptische Syndrome mit einfachen fokalen Anf\u00e4llen", + "code": "C93.71", + "display": "Sonstige Monozytenleuk\u00e4mie : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "L04AC12", + "display": "Brodalumab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -11091,9 +12002,10 @@ } ], "key": { - "code": "C75.1", - "display": "Hypophyse", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K71.6", + "display": "Toxische Leberkrankheit mit Hepatitis, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -11114,9 +12026,10 @@ } ], "key": { - "code": "C92.51", - "display": "Akute myelomonozyt\u00e4re Leuk\u00e4mie : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.01", + "display": "Diabetes mellitus, Typ 2 : Mit Koma : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -11142,8 +12055,8 @@ } ], "key": { - "code": "698074000", - "display": "Sustained low-efficiency dialysis", + "code": "3257008", + "display": "Empty and measure peritoneal dialysis fluid", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -11170,12 +12083,82 @@ } ], "key": { - "code": "N02BG08", - "display": "Ziconotid", + "code": "N02BA65", + "display": "Carbasalat calcium, Kombinationen exkl. Psycholeptika", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "K26.6", + "display": "Ulcus duodeni : Chronisch oder nicht n\u00e4her bezeichnet, mit Blutung und Perforation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I08.1", + "display": "Krankheiten der Mitral- und Trikuspidalklappe, kombiniert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C71.3", + "display": "Parietallappen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -11198,8 +12181,8 @@ } ], "key": { - "code": "B01AC36", - "display": "Dipyridamol und Acetylsalicyls\u00e4ure", + "code": "L03AB09", + "display": "Interferon alfacon-1", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -11226,8 +12209,8 @@ } ], "key": { - "code": "243169002", - "display": "Zero end expiratory pressure maintained", + "code": "397867002", + "display": "Alteration of hemoglobin concentration to increase oxygen delivery", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -11249,9 +12232,10 @@ } ], "key": { - "code": "U69.0", - "display": "Anderenorts klassifizierte, im Krankenhaus erworbene Pneumonie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I51.5", + "display": "Myokarddegeneration", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -11272,8 +12256,8 @@ } ], "key": { - "code": "J84.1", - "display": "Sonstige interstitielle Lungenkrankheiten mit Fibrose", + "code": "C67.0", + "display": "Trigonum vesicae", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -11295,9 +12279,10 @@ } ], "key": { - "code": "F23.8", - "display": "Sonstige akute vor\u00fcbergehende psychotische St\u00f6rungen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I07.1", + "display": "Trikuspidalklappeninsuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -11318,9 +12303,10 @@ } ], "key": { - "code": "I74.4", - "display": "Embolie und Thrombose der Extremit\u00e4tenarterien, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I65.3", + "display": "Verschluss und Stenose mehrerer und beidseitiger pr\u00e4zerebraler Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -11341,9 +12327,10 @@ } ], "key": { - "code": "C43.9", - "display": "B\u00f6sartiges Melanom der Haut, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I51.6", + "display": "Herz-Kreislauf-Krankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -11364,8 +12351,8 @@ } ], "key": { - "code": "C00.2", - "display": "\u00c4u\u00dfere Lippe, nicht n\u00e4her bezeichnet", + "code": "C31.2", + "display": "Sinus frontalis [Stirnh\u00f6hle]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -11387,37 +12374,34 @@ } ], "key": { - "code": "C72.4", - "display": "N. vestibulocochlearis [VIII. Hirnnerv]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I35.8", + "display": "Sonstige Aortenklappenkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "B01AE", - "display": "Direkte Thrombininhibitoren", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "G70.1", + "display": "Toxische neuromuskul\u00e4re Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -11438,37 +12422,33 @@ } ], "key": { - "code": "E14.41", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit neurologischen Komplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "A16.1", + "display": "Lungentuberkulose, bakteriologische, molekularbiologische und histologische Untersuchung nicht durchgef\u00fchrt", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "229306004", - "display": "Positive pressure therapy", - "system": "http://snomed.info/sct" + "code": "Z94.4", + "display": "Zustand nach Lebertransplantation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -11489,9 +12469,10 @@ } ], "key": { - "code": "C85.2", - "display": "Mediastinales (thymisches) gro\u00dfzelliges B-Zell-Lymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I47.2", + "display": "Ventrikul\u00e4re Tachykardie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -11512,9 +12493,10 @@ } ], "key": { - "code": "C93.3", - "display": "Juvenile myelomonozyt\u00e4re Leuk\u00e4mie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I71.2", + "display": "Aneurysma der Aorta thoracica, ohne Angabe einer Ruptur", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -11535,8 +12517,8 @@ } ], "key": { - "code": "G72.9", - "display": "Myopathie, nicht n\u00e4her bezeichnet", + "code": "C49.8", + "display": "Bindegewebe und andere Weichteilgewebe, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -11563,8 +12545,8 @@ } ], "key": { - "code": "B01AC03", - "display": "Picotamid", + "code": "N02BB02", + "display": "Metamizol-Natrium", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -11586,9 +12568,10 @@ } ], "key": { - "code": "C79.0", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Niere und des Nierenbeckens", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I77.4", + "display": "Arteria-coeliaca-Kompressions-Syndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -11609,104 +12592,165 @@ } ], "key": { - "code": "F02", - "display": "Demenz bei anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K73.1", + "display": "Chronische lobul\u00e4re Hepatitis, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C44", - "display": "Sonstige b\u00f6sartige Neubildungen der Haut", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "276737004", + "display": "Domiciliary ventilation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I71.8", - "display": "Aortenaneurysma nicht n\u00e4her bezeichneter Lokalisation, rupturiert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L03AB11", + "display": "Peginterferon alfa-2a", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C88.41", - "display": "Extranodales Marginalzonen-B-Zell-Lymphom des Mukosa-assoziierten lymphatischen Gewebes [MALT-Lymphom] : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "38282001", + "display": "Bennett respirator therapy", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I52.8", - "display": "Sonstige Herzkrankheiten bei sonstigen anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "425696007", + "display": "Respiratory assist, manual, using bag-valve-mask", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "R03AL09", + "display": "Formoterol, Glycopyrroniumbromid und Beclometason", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "30239-8", + "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma by With P-5'-P", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -11724,9 +12768,10 @@ } ], "key": { - "code": "E10.41", - "display": "Diabetes mellitus, Typ 1 : Mit neurologischen Komplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I31.9", + "display": "Krankheit des Perikards, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -11747,9 +12792,10 @@ } ], "key": { - "code": "K74", - "display": "Fibrose und Zirrhose der Leber", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I15.80", + "display": "Sonstige sekund\u00e4re Hypertonie : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -11770,51 +12816,36 @@ } ], "key": { - "code": "C93.70", - "display": "Sonstige Monozytenleuk\u00e4mie : Ohne Angabe einer kompletten Remission", + "code": "C91.51", + "display": "Adulte(s) T-Zell-Lymphom/Leuk\u00e4mie (HTLV-1-assoziiert) : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "397899008", - "display": "Weaning from mechanically assisted ventilation commenced", - "system": "http://snomed.info/sct" + "code": "F01.9", + "display": "Vaskul\u00e4re Demenz, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "6598-7", - "display": "Troponin T.cardiac [Mass/volume] in Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Procedure", "fixedCriteria": [ @@ -11837,8 +12868,8 @@ } ], "key": { - "code": "16310003", - "display": "Ultraschall", + "code": "243145001", + "display": "Diaphragmatic augmentation", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -11860,37 +12891,32 @@ } ], "key": { - "code": "C75.8", - "display": "Beteiligung mehrerer endokriner Dr\u00fcsen, nicht n\u00e4her bezeichnet", + "code": "D81.7", + "display": "Haupthistokompatibilit\u00e4ts-Komplex-Klasse-II-Defekt [MHC-Klasse-II-Defekt]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L03AB", - "display": "Interferone", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C70.9", + "display": "Meningen, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -11916,8 +12942,8 @@ } ], "key": { - "code": "H02AB07", - "display": "Prednison", + "code": "M01BA03", + "display": "Acetylsalicyls\u00e4ure und Corticosteroide", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -11944,8 +12970,8 @@ } ], "key": { - "code": "233594006", - "display": "Lipopheresis", + "code": "127788007", + "display": "Apheresis (procedure)", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -11967,82 +12993,8 @@ } ], "key": { - "code": "I95-I99", - "display": "Sonstige und nicht n\u00e4her bezeichnete Krankheiten des Kreislaufsystems", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K75.0", - "display": "Leberabszess", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "C09BA08", - "display": "Cilazapril und Diuretika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C49.2", - "display": "Bindegewebe und andere Weichteilgewebe der unteren Extremit\u00e4t, einschlie\u00dflich H\u00fcfte", + "code": "C16.4", + "display": "Pylorus", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -12064,8 +13016,8 @@ } ], "key": { - "code": "I43", - "display": "Kardiomyopathie bei anderenorts klassifizierten Krankheiten", + "code": "D82.0", + "display": "Wiskott-Aldrich-Syndrom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -12087,9 +13039,10 @@ } ], "key": { - "code": "C71", - "display": "B\u00f6sartige Neubildung des Gehirns", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I63.3", + "display": "Hirninfarkt durch Thrombose zerebraler Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -12110,23 +13063,13 @@ } ], "key": { - "code": "I10.90", - "display": "Essentielle Hypertonie, nicht n\u00e4her bezeichnet : Ohne Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I44.0", + "display": "Atrioventrikul\u00e4rer Block 1. Grades", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "94563-4", - "display": "SARS-CoV-2 (COVID-19) IgG Ab [Presence] in Serum or Plasma by Immunoassay", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-concept" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -12144,37 +13087,38 @@ } ], "key": { - "code": "I37.1", - "display": "Pulmonalklappeninsuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I86.3", + "display": "Vulvavarizen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "L04AC17", - "display": "Tildrakizumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "229290003", + "display": "Apical expansion exercises", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -12200,8 +13144,8 @@ } ], "key": { - "code": "59427005", - "display": "Synchronized intermittent mandatory ventilation", + "code": "12895002", + "display": "Physiotherapeutic breathing exercise", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -12223,9 +13167,10 @@ } ], "key": { - "code": "I64", - "display": "Schlaganfall, nicht als Blutung oder Infarkt bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J12.1", + "display": "Pneumonie durch Respiratory-Syncytial-Viren [RS-Viren]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -12246,32 +13191,38 @@ } ], "key": { - "code": "I72.2", - "display": "Aneurysma und Dissektion der Nierenarterie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K76.4", + "display": "Peliosis hepatis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C48", - "display": "B\u00f6sartige Neubildung des Retroperitoneums und des Peritoneums", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "243159008", + "display": "Intermittent negative pressure ventilation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -12297,8 +13248,8 @@ } ], "key": { - "code": "N02BA79", - "display": "Dipyrocetyl, Kombinationen mit Psycholeptika", + "code": "H02AA01", + "display": "Aldosteron", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -12320,34 +13271,35 @@ } ], "key": { - "code": "C76.5", - "display": "Untere Extremit\u00e4t", + "code": "K51.3", + "display": "Ulzer\u00f6se (chronische) Rektosigmoiditis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Specimen", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "available", - "display": "Available", - "system": "http://hl7.org/fhir/ValueSet/specimen-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "119342007", - "display": "Saliva specimen (specimen)", - "system": "http://snomed.info/sct" + "code": "I34.9", + "display": "Nichtrheumatische Mitralklappenkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "type" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -12366,37 +13318,34 @@ } ], "key": { - "code": "I41.2", - "display": "Myokarditis bei sonstigen anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G70.0", + "display": "Myasthenia gravis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "S01XA18", - "display": "Ciclosporin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I60.5", + "display": "Subarachnoidalblutung, von der A. vertebralis ausgehend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -12417,65 +13366,57 @@ } ], "key": { - "code": "C50.9", - "display": "Brustdr\u00fcse, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F01.8", + "display": "Sonstige vaskul\u00e4re Demenz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "229286000", - "display": "Respiratory expansion exercises", - "system": "http://snomed.info/sct" + "code": "C46.8", + "display": "Kaposi-Sarkom mehrerer Organe", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BB72", - "display": "Metamizol-Natrium, Kombinationen mit Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I15.81", + "display": "Sonstige sekund\u00e4re Hypertonie : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -12496,9 +13437,10 @@ } ], "key": { - "code": "C15.4", - "display": "\u00d6sophagus, mittleres Drittel", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I23.5", + "display": "Papillarmuskelruptur als akute Komplikation nach akutem Myokardinfarkt", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -12519,78 +13461,83 @@ } ], "key": { - "code": "I77.4", - "display": "Arteria-coeliaca-Kompressions-Syndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I10.90", + "display": "Essentielle Hypertonie, nicht n\u00e4her bezeichnet : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "B01AC19", - "display": "Beraprost", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "G73.3", + "display": "Myastheniesyndrome bei sonstigen anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], "key": { - "code": "718-7", - "display": "Hemoglobin [Mass/volume] in Blood", - "system": "http://loinc.org" + "code": "C92.80", + "display": "Akute myeloische Leuk\u00e4mie mit multiline\u00e4rer Dysplasie : Ohne Angabe einer kompletten Remission", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "B02AB04", - "display": "Camostat", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "836380007", + "display": "Vaccine product containing Haemophilus influenzae type B antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -12609,8 +13556,8 @@ } ], "key": { - "code": "C62.9", - "display": "Hoden, nicht n\u00e4her bezeichnet", + "code": "C15.1", + "display": "Thorakaler \u00d6sophagus", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -12632,9 +13579,10 @@ } ], "key": { - "code": "I33", - "display": "Akute und subakute Endokarditis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K75.1", + "display": "Phlebitis der Pfortader", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -12655,37 +13603,33 @@ } ], "key": { - "code": "C84", - "display": "Reifzellige T/NK-Zell-Lymphome", + "code": "C45.0", + "display": "Mesotheliom der Pleura", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "77257005", - "display": "Leukopheresis", - "system": "http://snomed.info/sct" + "code": "G71.2", + "display": "Angeborene Myopathien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -12706,9 +13650,66 @@ } ], "key": { - "code": "B18.9", - "display": "Chronische Virushepatitis, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.20", + "display": "Diabetes mellitus, Typ 2 : Mit Nierenkomplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "C09BA08", + "display": "Cilazapril und Diuretika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "N02BG08", + "display": "Ziconotid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -12729,9 +13730,10 @@ } ], "key": { - "code": "J44.99", - "display": "Chronische obstruktive Lungenkrankheit, nicht n\u00e4her bezeichnet : FEV_1 nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.15", + "display": "Mit stenosierten Bypass-Gef\u00e4\u00dfen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -12752,9 +13754,10 @@ } ], "key": { - "code": "C76", - "display": "B\u00f6sartige Neubildung sonstiger und ungenau bezeichneter Lokalisationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.93", + "display": "Chronische obstruktive Lungenkrankheit, nicht n\u00e4her bezeichnet : FEV_1 >=70\u00a0% des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -12780,22 +13783,34 @@ } ], "key": { - "code": "L04AA10", - "display": "Sirolimus", + "code": "B01AE01", + "display": "Desirudin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], "key": { - "code": "48067-3", - "display": "Fibrin D-dimer FEU [Mass/volume] in Platelet poor plasma by Immunoassay", - "system": "http://loinc.org" + "code": "C91.80", + "display": "Reifzellige B-ALL vom Burkitt-Typ : Ohne Angabe einer kompletten Remission", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -12814,9 +13829,10 @@ } ], "key": { - "code": "B18.8", - "display": "Sonstige chronische Virushepatitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I11.90", + "display": "Hypertensive Herzkrankheit ohne (kongestive) Herzinsuffizienz : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -12837,9 +13853,10 @@ } ], "key": { - "code": "I60.8", - "display": "Sonstige Subarachnoidalblutung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E10.91", + "display": "Diabetes mellitus, Typ 1 : Ohne Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -12860,14 +13877,14 @@ } ], "key": { - "code": "Z94.6", - "display": "Zustand nach Knochentransplantation", + "code": "C39.0", + "display": "Obere Atemwege, Teil nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", @@ -12878,21 +13895,17 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "423574009", - "display": "Continuous positive airway pressure ventilation weaning protocol", + "code": "1119349007", + "display": "Vaccine product containing only Severe acute respiratory syndrome coronavirus 2 messenger ribonucleic acid (medicinal product)", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -12911,55 +13924,65 @@ } ], "key": { - "code": "C69-C72", - "display": "B\u00f6sartige Neubildungen des Auges, des Gehirns und sonstiger Teile des Zentralnervensystems", + "code": "M32.0", + "display": "Arzneimittelinduzierter systemischer Lupus erythematodes", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "A48.1", - "display": "Legionellose mit Pneumonie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L04AB04", + "display": "Adalimumab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I28.9", - "display": "Krankheit der Lungengef\u00e4\u00dfe, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BH10", + "display": "Verschiedene", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -12985,8 +14008,8 @@ } ], "key": { - "code": "R03AL08", - "display": "Vilanterol, Umeclidiniumbromid und Fluticasonfuroat", + "code": "J06BB21", + "display": "Bezlotoxumab", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -13008,8 +14031,8 @@ } ], "key": { - "code": "K52.32", - "display": "Colitis indeterminata des Rektosigmoids", + "code": "C13.2", + "display": "Hinterwand des Hypopharynx", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -13031,37 +14054,32 @@ } ], "key": { - "code": "F40.9", - "display": "Phobische St\u00f6rung, nicht n\u00e4her bezeichnet", + "code": "M34.2", + "display": "Systemische Sklerose, durch Arzneimittel oder chemische Substanzen induziert", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "281508008", - "display": "Cuirasse ventilation", - "system": "http://snomed.info/sct" + "code": "C85.7", + "display": "Sonstige n\u00e4her bezeichnete Typen des Non-Hodgkin-Lymphoms", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -13082,23 +14100,12 @@ } ], "key": { - "code": "J18.9", - "display": "Pneumonie, nicht n\u00e4her bezeichnet", + "code": "M06.99", + "display": "Chronische Polyarthritis, nicht n\u00e4her bezeichnet : Nicht n\u00e4her bezeichnete Lokalisation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "21232-4", - "display": "Creatinine [Mass/volume] in Arterial blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -13116,8 +14123,8 @@ } ], "key": { - "code": "I44.4", - "display": "Linksanteriorer Faszikelblock", + "code": "K51.8", + "display": "Sonstige Colitis ulcerosa", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -13139,32 +14146,37 @@ } ], "key": { - "code": "C95.90", - "display": "Leuk\u00e4mie, nicht n\u00e4her bezeichnet : Ohne Angabe einer kompletten Remission", + "code": "C96.6", + "display": "Unifokale Langerhans-Zell-Histiozytose", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "J67.0", - "display": "Farmerlunge", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09BA12", + "display": "Delapril und Diuretika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -13172,60 +14184,35 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "27113001", - "display": "Body weight (observable entity)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "26515-7", - "display": "Platelets [#/volume] in Blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "75241-0", - "display": "Procalcitonin [Mass/volume] in Serum or Plasma by Immunoassay", + "code": "14775-1", + "display": "Hemoglobin [Mass/volume] in Arterial blood by Oximetry", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "243163001", - "display": "Positive end expiratory pressure increased to best PEEP", - "system": "http://snomed.info/sct" + "code": "I66.9", + "display": "Verschluss und Stenose einer nicht n\u00e4her bezeichneten zerebralen Arterie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -13251,8 +14238,8 @@ } ], "key": { - "code": "N02BP01", - "display": "Blauer Eisenhut", + "code": "B01AA04", + "display": "Phenprocoumon", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -13274,9 +14261,10 @@ } ], "key": { - "code": "I10-I15", - "display": "Hypertonie [Hochdruckkrankheit]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I72.4", + "display": "Aneurysma und Dissektion einer Arterie der unteren Extremit\u00e4t", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -13297,12 +14285,37 @@ } ], "key": { - "code": "C05.2", - "display": "Uvula", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I67.88", + "display": "Sonstige n\u00e4her bezeichnete zerebrovaskul\u00e4re Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Immunization", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "871878002", + "display": "Vaccine product containing only Bordetella pertussis and Clostridium tetani and Corynebacterium diphtheriae and Human poliovirus antigens (medicinal product)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -13320,11 +14333,13 @@ } ], "key": { - "code": "C49.6", - "display": "Bindegewebe und andere Weichteilgewebe des Rumpfes, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "79890006", + "display": "Appetitverlust", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -13343,9 +14358,10 @@ } ], "key": { - "code": "C47", - "display": "B\u00f6sartige Neubildung der peripheren Nerven und des autonomen Nervensystems", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I68.8", + "display": "Sonstige zerebrovaskul\u00e4re St\u00f6rungen bei anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -13366,32 +14382,38 @@ } ], "key": { - "code": "D80.2", - "display": "Selektiver Immunglobulin-A-Mangel [IgA-Mangel]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I69.3", + "display": "Folgen eines Hirninfarktes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "J12.2", - "display": "Pneumonie durch Parainfluenzaviren", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "H02CA01", + "display": "Trilostan", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -13412,8 +14434,8 @@ } ], "key": { - "code": "C86.0", - "display": "Extranodales NK/T-Zell-Lymphom, nasaler Typ", + "code": "C25.0", + "display": "Pankreaskopf", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -13435,9 +14457,10 @@ } ], "key": { - "code": "F40.8", - "display": "Sonstige phobische St\u00f6rungen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I82.3", + "display": "Embolie und Thrombose der Nierenvene", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -13458,14 +14481,15 @@ } ], "key": { - "code": "I00-I02", - "display": "Akutes rheumatisches Fieber", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I89.08", + "display": "Sonstiges Lymph\u00f6dem, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Specimen", "fixedCriteria": [ { "fhirPath": "status", @@ -13473,24 +14497,31 @@ "type": "code", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "available", + "display": "Available", + "system": "http://hl7.org/fhir/ValueSet/specimen-status" } ] } ], "key": { - "code": "N02BE53", - "display": "Phenacetin, Kombinationen exkl. Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "119364003", + "display": "Serum specimen (specimen)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "type" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "30351-1", + "display": "Hemoglobin [Mass/volume] in Mixed venous blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -13509,9 +14540,10 @@ } ], "key": { - "code": "C62", - "display": "B\u00f6sartige Neubildung des Hodens", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I97.82", + "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am axill\u00e4ren Lymphabflussgebiet, Stadium\u00a0II", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -13532,37 +14564,33 @@ } ], "key": { - "code": "C08.8", - "display": "Gro\u00dfe Speicheldr\u00fcsen, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G40.7", + "display": "Petit-Mal-Anf\u00e4lle, nicht n\u00e4her bezeichnet, ohne Grand-Mal-Anf\u00e4lle", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L03AB14", - "display": "Cepeginterferon alfa-2b", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "K26.1", + "display": "Ulcus duodeni : Akut, mit Perforation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -13583,8 +14611,8 @@ } ], "key": { - "code": "I15.2", - "display": "Hypertonie als Folge von endokrinen Krankheiten", + "code": "C79.81", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Brustdr\u00fcse", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -13606,23 +14634,13 @@ } ], "key": { - "code": "M35.9", - "display": "Krankheit mit Systembeteiligung des Bindegewebes, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I20.8", + "display": "Sonstige Formen der Angina pectoris", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "778-1", - "display": "Platelets [#/volume] in Blood by Manual count", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -13640,9 +14658,10 @@ } ], "key": { - "code": "B23.8", - "display": "Sonstige n\u00e4her bezeichnete Krankheitszust\u00e4nde infolge HIV-Krankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I22.9", + "display": "Rezidivierender Myokardinfarkt an nicht n\u00e4her bezeichneter Lokalisation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -13663,8 +14682,8 @@ } ], "key": { - "code": "C16.2", - "display": "Corpus ventriculi", + "code": "M34.1", + "display": "CR(E)ST-Syndrom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -13686,11 +14705,13 @@ } ], "key": { - "code": "I39.1", - "display": "Aortenklappenkrankheiten bei anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "386661006", + "display": "Fieber", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -13709,32 +14730,66 @@ } ], "key": { - "code": "C10.9", - "display": "Oropharynx, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.93", + "display": "Akutes Nierenversagen, nicht n\u00e4her bezeichnet : Stadium 3", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I47", - "display": "Paroxysmale Tachykardie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09AA15", + "display": "Zofenopril", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "L03AB03", + "display": "Interferon gamma", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -13755,23 +14810,12 @@ } ], "key": { - "code": "U69.03", - "display": "Anderenorts klassifizierte, im Krankenhaus erworbene Pneumonie, die entweder bei Aufnahme besteht oder innerhalb von 48 Stunden nach Aufnahme auftritt, bei bekannter, 29 bis zu 90 Tage zur\u00fcckliegender Hospitalisierung", + "code": "C71.4", + "display": "Okzipitallappen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "76768-1", - "display": "Hemoglobin [Mass/volume] in Mixed venous blood by Oximetry", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -13789,9 +14833,10 @@ } ], "key": { - "code": "I08.8", - "display": "Sonstige Krankheiten mehrerer Herzklappen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K73.0", + "display": "Chronische persistierende Hepatitis, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -13812,37 +14857,33 @@ } ], "key": { - "code": "I71.2", - "display": "Aneurysma der Aorta thoracica, ohne Angabe einer Ruptur", + "code": "C49.5", + "display": "Bindegewebe und andere Weichteilgewebe des Beckens", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "B01AA04", - "display": "Phenprocoumon", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I97.81", + "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am axill\u00e4ren Lymphabflussgebiet, Stadium\u00a0I", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -13863,12 +14904,25 @@ } ], "key": { - "code": "C50.3", - "display": "Unterer innerer Quadrant der Brustdr\u00fcse", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J63.3", + "display": "Graphitfibrose (Lunge)", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "778-1", + "display": "Platelets [#/volume] in Blood by Manual count", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -13886,39 +14940,36 @@ } ], "key": { - "code": "C67.9", - "display": "Harnblase, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E14.21", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Nierenkomplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "B01AB10", - "display": "Tinzaparin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "836389008", + "display": "Vaccine product containing Vaccinia virus antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -13937,12 +14988,40 @@ } ], "key": { - "code": "C17.2", - "display": "Ileum", + "code": "C43.6", + "display": "B\u00f6sartiges Melanom der oberen Extremit\u00e4t, einschlie\u00dflich Schulter", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "C09AA14", + "display": "Temocapril", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -13960,8 +15039,8 @@ } ], "key": { - "code": "E10.20", - "display": "Diabetes mellitus, Typ 1 : Mit Nierenkomplikationen : Nicht als entgleist bezeichnet", + "code": "C41.9", + "display": "Knochen und Gelenkknorpel, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -13983,14 +15062,15 @@ } ], "key": { - "code": "C77.5", - "display": "Intrapelvine Lymphknoten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I63.4", + "display": "Hirninfarkt durch Embolie zerebraler Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", @@ -14001,21 +15081,17 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "229300005", - "display": "Inspiratory muscle training", + "code": "871831003", + "display": "Vaccine product containing only Measles morbillivirus and Mumps orthorubulavirus and Rubella virus antigens (medicinal product)", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -14034,67 +15110,48 @@ } ], "key": { - "code": "G41.1", - "display": "Petit-Mal-Status", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I48.3", + "display": "Vorhofflattern, typisch", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "C09AA08", - "display": "Cilazapril", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "E14.81", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit nicht n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "N02BA08", - "display": "Morpholinsalicylat", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "27941-4", + "display": "Lactate [Mass/volume] in Cerebral spinal fluid", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -14113,9 +15170,10 @@ } ], "key": { - "code": "K52.8", - "display": "Sonstige n\u00e4her bezeichnete nichtinfekti\u00f6se Gastroenteritis und Kolitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "A16.9", + "display": "Nicht n\u00e4her bezeichnete Tuberkulose der Atmungsorgane ohne Angabe einer bakteriologischen, molekularbiologischen oder histologischen Sicherung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -14136,8 +15194,8 @@ } ], "key": { - "code": "I36.1", - "display": "Nichtrheumatische Trikuspidalklappeninsuffizienz", + "code": "C24.0", + "display": "Extrahepatischer Gallengang", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -14159,60 +15217,62 @@ } ], "key": { - "code": "I69.0", - "display": "Folgen einer Subarachnoidalblutung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I60.1", + "display": "Subarachnoidalblutung, von der A. cerebri media ausgehend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I88.0", - "display": "Unspezifische mesenteriale Lymphadenitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "243184006", + "display": "Ventilation with self-inflating bag", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "H02AB58", - "display": "Triamcinolon-Depot", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "E14.20", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Nierenkomplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -14233,9 +15293,10 @@ } ], "key": { - "code": "I62.1", - "display": "Nichttraumatische extradurale Blutung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I28.9", + "display": "Krankheit der Lungengef\u00e4\u00dfe, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -14256,9 +15317,10 @@ } ], "key": { - "code": "C43-C44", - "display": "Melanom und sonstige b\u00f6sartige Neubildungen der Haut", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J98.7", + "display": "Infektion der Atemwege, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -14279,9 +15341,10 @@ } ], "key": { - "code": "F01", - "display": "Vaskul\u00e4re Demenz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.72", + "display": "Diabetes mellitus, Typ 2 : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -14307,8 +15370,8 @@ } ], "key": { - "code": "B01AC30", - "display": "Kombinationen", + "code": "C09BA06", + "display": "Quinapril und Diuretika", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -14330,8 +15393,8 @@ } ], "key": { - "code": "J62", - "display": "Pneumokoniose durch Quarzstaub", + "code": "C15.0", + "display": "Zervikaler \u00d6sophagus", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -14353,48 +15416,33 @@ } ], "key": { - "code": "C71.7", - "display": "Hirnstamm", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I78.1", + "display": "N\u00e4vus, nichtneoplastisch", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "14631-6", - "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BA07", - "display": "Ethenzamid", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "K28.5", + "display": "Ulcus pepticum jejuni : Chronisch oder nicht n\u00e4her bezeichnet, mit Perforation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -14415,9 +15463,10 @@ } ], "key": { - "code": "C66", - "display": "B\u00f6sartige Neubildung des Ureters", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I31.2", + "display": "H\u00e4moperikard, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -14438,60 +15487,37 @@ } ], "key": { - "code": "F23.2", - "display": "Akute schizophreniforme psychotische St\u00f6rung", + "code": "C71.6", + "display": "Zerebellum", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "N02BE54", - "display": "Bucetin, Kombinationen exkl. Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "system": "http://hl7.org/fhir/event-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C88.30", - "display": "Immunproliferative D\u00fcnndarmkrankheit : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "243178008", + "display": "Reduction of oxygen consumption", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -14512,9 +15538,9 @@ } ], "key": { - "code": "C60.0", - "display": "Praeputium penis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "40845000", + "display": "Gastrointestinal ulcer (disorder)", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -14540,37 +15566,33 @@ } ], "key": { - "code": "R03AK11", - "display": "Formoterol und Fluticason", + "code": "N02BG06", + "display": "Nefopam", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "C09AA16", - "display": "Imidapril", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I36.1", + "display": "Nichtrheumatische Trikuspidalklappeninsuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -14591,9 +15613,10 @@ } ], "key": { - "code": "C25.7", - "display": "Sonstige Teile des Pankreas", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J62.0", + "display": "Pneumokoniose durch Talkum-Staub", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -14614,22 +15637,35 @@ } ], "key": { - "code": "E13.7", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen", + "code": "K28.7", + "display": "Ulcus pepticum jejuni : Chronisch, ohne Blutung oder Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], "key": { - "code": "2524-7", - "display": "Lactate [Moles/volume] in Serum or Plasma", - "system": "http://loinc.org" + "code": "I49.3", + "display": "Ventrikul\u00e4re Extrasystolie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Procedure", @@ -14653,12 +15689,40 @@ } ], "key": { - "code": "243137006", - "display": "Long-term oxygen therapy", + "code": "19861002", + "display": "Intermittent positive pressure breathing treatment with nebulized medication", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "L04AD", + "display": "Calcineurin-Inhibitoren", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -14676,8 +15740,8 @@ } ], "key": { - "code": "C25.3", - "display": "Ductus pancreaticus", + "code": "C86.3", + "display": "Subkutanes pannikulitisches T-Zell-Lymphom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -14699,8 +15763,8 @@ } ], "key": { - "code": "K74.6", - "display": "Fibrose und Zirrhose der Leber", + "code": "C39.9", + "display": "Ungenau bezeichnete Lokalisationen des Atmungssystems", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -14722,8 +15786,8 @@ } ], "key": { - "code": "I80.81", - "display": "Thrombose, Phlebitis und Thrombophlebitis tiefer Gef\u00e4\u00dfe der oberen Extremit\u00e4ten", + "code": "K27.0", + "display": "Ulcus pepticum, Lokalisation nicht n\u00e4her bezeichnet : Akut, mit Blutung", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -14745,8 +15809,8 @@ } ], "key": { - "code": "C43.6", - "display": "B\u00f6sartiges Melanom der oberen Extremit\u00e4t, einschlie\u00dflich Schulter", + "code": "C57.4", + "display": "Uterine Adnexe, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -14768,37 +15832,34 @@ } ], "key": { - "code": "E10.72", - "display": "Diabetes mellitus, Typ 1 : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I39.2", + "display": "Trikuspidalklappenkrankheiten bei anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "G01BE", - "display": "Sulfonamide und Corticosteroide", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I72.3", + "display": "Aneurysma und Dissektion der A. iliaca", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -14819,8 +15880,8 @@ } ], "key": { - "code": "C43.5", - "display": "B\u00f6sartiges Melanom des Rumpfes", + "code": "C44.5", + "display": "Haut des Rumpfes", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -14842,22 +15903,34 @@ } ], "key": { - "code": "I82.8", - "display": "Embolie und Thrombose sonstiger n\u00e4her bezeichneter Venen", + "code": "C18.7", + "display": "Colon sigmoideum", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], "key": { - "code": "1975-2", - "display": "Bilirubin.total [Mass/volume] in Serum or Plasma", - "system": "http://loinc.org" + "code": "C78.1", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Mediastinums", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -14876,8 +15949,8 @@ } ], "key": { - "code": "G40.08", - "display": "Sonstige lokalisationsbezogene (fokale) (partielle) idiopathische Epilepsie und epileptische Syndrome mit fokal beginnenden Anf\u00e4llen", + "code": "C00.3", + "display": "Oberlippe, Innenseite", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -14904,8 +15977,8 @@ } ], "key": { - "code": "C09AA02", - "display": "Enalapril", + "code": "N02BB74", + "display": "Propyphenazon, Kombinationen mit Psycholeptika", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -14927,9 +16000,10 @@ } ], "key": { - "code": "I24.8", - "display": "Sonstige Formen der akuten isch\u00e4mischen Herzkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I85.9", + "display": "\u00d6sophagusvarizen ohne Blutung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -14950,32 +16024,37 @@ } ], "key": { - "code": "C79.81", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Brustdr\u00fcse", + "code": "C75.1", + "display": "Hypophyse", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C92.11", - "display": "Chronische myeloische Leuk\u00e4mie [CML], BCR/ABL-positiv : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BA79", + "display": "Dipyrocetyl, Kombinationen mit Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -14996,78 +16075,101 @@ } ], "key": { - "code": "K75.9", - "display": "Entz\u00fcndliche Leberkrankheit, nicht n\u00e4her bezeichnet", + "code": "C82.0", + "display": "Follikul\u00e4res Lymphom Grad I", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "F01.9", - "display": "Vaskul\u00e4re Demenz, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AC56", + "display": "Acetylsalicyls\u00e4ure, Kombinationen mit Protonenpumpenhemmern", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C92.90", - "display": "Myeloische Leuk\u00e4mie, nicht n\u00e4her bezeichnet : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "Immunization status", + "display": "Immunization status", + "system": "num.codex" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "386725007", + "display": "Body temperature (observable entity)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "K72.71", - "display": "Hepatische Enzephalopathie Grad 1", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AC30", + "display": "Kombinationen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -15088,37 +16190,32 @@ } ], "key": { - "code": "I65.1", - "display": "Verschluss und Stenose der A. basilaris", + "code": "C50.5", + "display": "Unterer \u00e4u\u00dferer Quadrant der Brustdr\u00fcse", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "J06BB", - "display": "Spezifische Immunglobuline", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C91.61", + "display": "Prolymphozyten-Leuk\u00e4mie vom T-Zell-Typ : In kompletter Remission", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -15139,12 +16236,25 @@ } ], "key": { - "code": "E10.7", - "display": "Diabetes mellitus, Typ 1 : Mit multiplen Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F40.00", + "display": "Ohne Angabe einer Panikst\u00f6rung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "777-3", + "display": "Platelets [#/volume] in Blood by Automated count", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -15162,9 +16272,10 @@ } ], "key": { - "code": "G73.0", - "display": "Myastheniesyndrome bei endokrinen Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I97.0", + "display": "Postkardiotomie-Syndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -15185,37 +16296,34 @@ } ], "key": { - "code": "I98", - "display": "Sonstige St\u00f6rungen des Kreislaufsystems bei anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I66.2", + "display": "Verschluss und Stenose der A. cerebri posterior", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "243172009", - "display": "NEEP decreased - Negative end expiratory pressure decreased", - "system": "http://snomed.info/sct" + "code": "I15.11", + "display": "Hypertonie als Folge von sonstigen Nierenkrankheiten : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -15236,9 +16344,10 @@ } ], "key": { - "code": "I15.00", - "display": "Renovaskul\u00e4re Hypertonie : Ohne Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I24.0", + "display": "Koronarthrombose ohne nachfolgenden Myokardinfarkt", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -15259,8 +16368,8 @@ } ], "key": { - "code": "C44.2", - "display": "Haut des Ohres und des \u00e4u\u00dferen Geh\u00f6rganges", + "code": "C51.1", + "display": "Labium minus", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -15269,11 +16378,12 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "753-4", - "display": "Neutrophils [#/volume] in Blood by Manual count", + "code": "89579-7", + "display": "Troponin I.cardiac [Mass/volume] in Serum or Plasma by High sensitivity method", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { @@ -15293,50 +16403,13 @@ } ], "key": { - "code": "B18.14", - "display": "Chronische Virushepatitis B ohne Delta-Virus, Phase 4", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "55089006", - "display": "Inspiration mandatory ventilation therapy, initiation and management", + "code": "49727002", + "display": "Husten", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "62235-7", - "display": "Albumin [Moles/volume] in Serum or Plasma by Bromocresol green (BCG) dye binding method", - "system": "http://loinc.org" - }, "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -15355,14 +16428,15 @@ } ], "key": { - "code": "I51.7", - "display": "Kardiomegalie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I77.6", + "display": "Arteriitis, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -15370,22 +16444,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "286814009", - "display": "Inspired gas humidification", - "system": "http://snomed.info/sct" + "code": "C09BA25", + "display": "Ramipril und Hydrochlorothiazid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -15406,8 +16480,8 @@ } ], "key": { - "code": "M33", - "display": "Dermatomyositis-Polymyositis", + "code": "C91.70", + "display": "Sonstige lymphatische Leuk\u00e4mie : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -15429,13 +16503,11 @@ } ], "key": { - "code": "79890006", - "display": "Appetitverlust", - "system": "http://snomed.info/sct" + "code": "C49.3", + "display": "Bindegewebe und andere Weichteilgewebe des Thorax", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -15454,9 +16526,10 @@ } ], "key": { - "code": "C49.9", - "display": "Bindegewebe und andere Weichteilgewebe, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B18.8", + "display": "Sonstige chronische Virushepatitis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -15477,12 +16550,25 @@ } ], "key": { - "code": "C91.01", - "display": "Akute lymphatische Leuk\u00e4mie [ALL] : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G73.0", + "display": "Myastheniesyndrome bei endokrinen Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "83107-3", + "display": "Natriuretic peptide.B prohormone N-Terminal [Mass/volume] in Serum or Plasma by Immunoassay", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -15500,9 +16586,10 @@ } ], "key": { - "code": "Z95.1", - "display": "Vorhandensein eines aortokoronaren Bypasses", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I50.01", + "display": "Sekund\u00e4re Rechtsherzinsuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -15528,8 +16615,8 @@ } ], "key": { - "code": "715743002", - "display": "Emergency hemofiltration", + "code": "408852001", + "display": "Intermittent positive pressure ventilation via bag and mask", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -15551,8 +16638,8 @@ } ], "key": { - "code": "I07", - "display": "Rheumatische Trikuspidalklappenkrankheiten", + "code": "C16.2", + "display": "Corpus ventriculi", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -15574,9 +16661,10 @@ } ], "key": { - "code": "I98.3", - "display": "\u00d6sophagus- und Magenvarizen bei anderenorts klassifizierten Krankheiten, mit Angabe einer Blutung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "A16.5", + "display": "Tuberkul\u00f6se Pleuritis ohne Angabe einer bakteriologischen, molekularbiologischen oder histologischen Sicherung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -15597,9 +16685,10 @@ } ], "key": { - "code": "K50.8", - "display": "Sonstige Crohn-Krankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I95.2", + "display": "Hypotonie durch Arzneimittel", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -15620,9 +16709,10 @@ } ], "key": { - "code": "K71.6", - "display": "Toxische Leberkrankheit mit Hepatitis, anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K77.8", + "display": "Leberkrankheiten bei sonstigen anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -15643,9 +16733,10 @@ } ], "key": { - "code": "K28.7", - "display": "Ulcus pepticum jejuni : Chronisch, ohne Blutung oder Perforation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.83", + "display": "Sonstiges akutes Nierenversagen : Stadium 3", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -15666,9 +16757,10 @@ } ], "key": { - "code": "E10.90", - "display": "Diabetes mellitus, Typ 1 : Ohne Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K74.1", + "display": "Lebersklerose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -15689,42 +16781,39 @@ } ], "key": { - "code": "I62.9", - "display": "Intrakranielle Blutung (nichttraumatisch), nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.12", + "display": "Zwei-Gef\u00e4\u00df-Erkrankung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "C09AA03", - "display": "Lisinopril", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I50.9", + "display": "Herzinsuffizienz, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -15732,22 +16821,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "80677001", - "display": "Fog inhalation therapy", - "system": "http://snomed.info/sct" + "code": "J06BB06", + "display": "R\u00f6teln-Immunglobulin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -15768,8 +16857,8 @@ } ], "key": { - "code": "C41", - "display": "B\u00f6sartige Neubildung des Knochens und des Gelenkknorpels sonstiger und nicht n\u00e4her bezeichneter Lokalisationen", + "code": "C47.6", + "display": "Periphere Nerven des Rumpfes, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -15791,39 +16880,13 @@ } ], "key": { - "code": "I31.2", - "display": "H\u00e4moperikard, anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L04AC14", - "display": "Sarilumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "131148009", + "display": "Blutung", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -15842,9 +16905,10 @@ } ], "key": { - "code": "C16.1", - "display": "Fundus ventriculi", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I48.1", + "display": "Vorhofflimmern, persistierend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -15865,32 +16929,39 @@ } ], "key": { - "code": "C34.9", - "display": "Bronchus oder Lunge, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "267036007", + "display": "Atemnot", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "K76.2", - "display": "Zentrale h\u00e4morrhagische Lebernekrose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "16310003", + "display": "Ultraschall", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -15916,12 +16987,24 @@ } ], "key": { - "code": "L04AB06", - "display": "Golimumab", + "code": "C09BB05", + "display": "Ramipril und Felodipin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "2524-7", + "display": "Lactate [Moles/volume] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -15939,9 +17022,10 @@ } ], "key": { - "code": "D89", - "display": "Sonstige St\u00f6rungen mit Beteiligung des Immunsystems, anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.13", + "display": "Drei-Gef\u00e4\u00df-Erkrankung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -15967,8 +17051,8 @@ } ], "key": { - "code": "J06BB04", - "display": "Hepatitis-B-Immunglobulin", + "code": "C09AA07", + "display": "Benazepril", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -15990,12 +17074,25 @@ } ], "key": { - "code": "E11.31", - "display": "Diabetes mellitus, Typ 2 : Mit Augenkomplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G43.0", + "display": "Migr\u00e4ne ohne Aura [Gew\u00f6hnliche Migr\u00e4ne]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "54347-0", + "display": "Albumin [Moles/volume] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -16013,9 +17110,10 @@ } ], "key": { - "code": "C92.01", - "display": "Akute myeloblastische Leuk\u00e4mie [AML] : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I13.91", + "display": "Hypertensive Herz- und Nierenkrankheit, nicht n\u00e4her bezeichnet : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -16036,8 +17134,8 @@ } ], "key": { - "code": "G41.2", - "display": "Status epilepticus mit komplexfokalen Anf\u00e4llen", + "code": "C44.7", + "display": "Haut der unteren Extremit\u00e4t, einschlie\u00dflich H\u00fcfte", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -16059,65 +17157,34 @@ } ], "key": { - "code": "D89.1", - "display": "Kryoglobulin\u00e4mie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "N02B", - "display": "ANDERE ANALGETIKA UND ANTIPYRETIKA", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I45.3", + "display": "Trifaszikul\u00e4rer Block", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "C09BA25", - "display": "Ramipril und Hydrochlorothiazid", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "F23.3", + "display": "Sonstige akute vorwiegend wahnhafte psychotische St\u00f6rungen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -16138,8 +17205,8 @@ } ], "key": { - "code": "J44.1", - "display": "Chronische obstruktive Lungenkrankheit mit akuter Exazerbation, nicht n\u00e4her bezeichnet", + "code": "C44.9", + "display": "B\u00f6sartige Neubildung der Haut, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -16161,8 +17228,8 @@ } ], "key": { - "code": "C79.4", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung sonstiger und nicht n\u00e4her bezeichneter Teile des Nervensystems", + "code": "C77.4", + "display": "Inguinale Lymphknoten und Lymphknoten der unteren Extremit\u00e4t", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -16184,34 +17251,34 @@ } ], "key": { - "code": "I65.9", - "display": "Verschluss und Stenose einer nicht n\u00e4her bezeichneten pr\u00e4zerebralen Arterie", + "code": "C02.3", + "display": "Vordere zwei Drittel der Zunge, Bereich nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Specimen", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "available", - "display": "Available", - "system": "http://hl7.org/fhir/ValueSet/specimen-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "258587000", - "display": "Buffy coat (specimen)", - "system": "http://snomed.info/sct" + "code": "Z94.2", + "display": "Zustand nach Lungentransplantation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "type" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -16230,9 +17297,10 @@ } ], "key": { - "code": "C00", - "display": "B\u00f6sartige Neubildung der Lippe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I21.4", + "display": "Akuter subendokardialer Myokardinfarkt", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -16253,32 +17321,38 @@ } ], "key": { - "code": "I35.8", - "display": "Sonstige Aortenklappenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.99", + "display": "Chronische obstruktive Lungenkrankheit, nicht n\u00e4her bezeichnet : FEV_1 nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "K52.3", - "display": "Colitis indeterminata", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "R03AL01", + "display": "Fenoterol und Ipratropiumbromid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -16299,12 +17373,25 @@ } ], "key": { - "code": "C15.5", - "display": "\u00d6sophagus, unteres Drittel", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I70.8", + "display": "Atherosklerose sonstiger Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "19239-3", + "display": "Lactate [Moles/volume] in Capillary blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -16322,8 +17409,8 @@ } ], "key": { - "code": "C18.5", - "display": "Flexura coli sinistra [lienalis]", + "code": "C69.5", + "display": "Tr\u00e4nendr\u00fcse und Tr\u00e4nenwege", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -16350,12 +17437,35 @@ } ], "key": { - "code": "182729000", - "display": "Asthma control step 3", + "code": "72541002", + "display": "Plateletpheresis", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C25.3", + "display": "Ductus pancreaticus", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -16378,37 +17488,54 @@ } ], "key": { - "code": "D11AX22", - "display": "Ivermectin", + "code": "J06BB13", + "display": "Pertussis-Immunglobulin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "14803-1", + "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Body fluid by Lactate to pyruvate reaction", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "E13.61", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "M01BA06", + "display": "Salicylamid und Corticosteroide", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -16416,22 +17543,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "243183000", - "display": "Mouth to nose expired air ventilation", - "system": "http://snomed.info/sct" + "code": "B01AB63", + "display": "Certoparin, Kombinationen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -16452,11 +17579,13 @@ } ], "key": { - "code": "I87.00", - "display": "Postthrombotisches Syndrom ohne Ulzeration", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "66857006", + "display": "Bluthusten", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -16475,37 +17604,33 @@ } ], "key": { - "code": "N17.12", - "display": "Akutes Nierenversagen mit akuter Rindennekrose : Stadium 2", + "code": "C73", + "display": "B\u00f6sartige Neubildung der Schilddr\u00fcse", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "302220000", - "display": "Asthma control steps", - "system": "http://snomed.info/sct" + "code": "I31.0", + "display": "Chronische adh\u00e4sive Perikarditis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -16526,37 +17651,33 @@ } ], "key": { - "code": "C90.10", - "display": "Plasmazellenleuk\u00e4mie : Ohne Angabe einer kompletten Remission", + "code": "C22.0", + "display": "Leberzellkarzinom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "R03AL07", - "display": "Formoterol und Glycopyrroniumbromid", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "G41.0", + "display": "Grand-Mal-Status", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -16577,8 +17698,8 @@ } ], "key": { - "code": "C50.0", - "display": "Brustwarze und Warzenhof", + "code": "C57.3", + "display": "Parametrium", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -16600,9 +17721,10 @@ } ], "key": { - "code": "M31.7", - "display": "Mikroskopische Polyangiitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I70.26", + "display": "Schulter-Arm-Typ, alle Stadien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -16623,9 +17745,10 @@ } ], "key": { - "code": "I51", - "display": "Komplikationen einer Herzkrankheit und ungenau beschriebene Herzkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I89.8", + "display": "Sonstige n\u00e4her bezeichnete nichtinfekti\u00f6se Krankheiten der Lymphgef\u00e4\u00dfe und Lymphknoten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -16646,13 +17769,24 @@ } ], "key": { - "code": "62315008", - "display": "Durchfall", - "system": "http://snomed.info/sct" + "code": "E13.30", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Augenkomplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "20509-6", + "display": "Hemoglobin [Mass/volume] in Blood by calculation", + "system": "http://loinc.org" }, "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "MedicationStatement", @@ -16676,8 +17810,8 @@ } ], "key": { - "code": "S02BA07", - "display": "Betamethason", + "code": "N02BE54", + "display": "Bucetin, Kombinationen exkl. Psycholeptika", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -16699,12 +17833,25 @@ } ], "key": { - "code": "I63", - "display": "Hirninfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F02.8", + "display": "Demenz bei anderenorts klassifizierten Krankheitsbildern", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "14979-9", + "display": "aPTT in Platelet poor plasma by Coagulation assay", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -16722,39 +17869,25 @@ } ], "key": { - "code": "C62.0", - "display": "Dystoper Hoden", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "57676002", + "display": "Gelenkschmerz", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "G01BF", - "display": "Imidazol-Derivate und Corticosteroide", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "14682-9", + "display": "Creatinine [Moles/volume] in Serum or Plasma", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -16773,9 +17906,10 @@ } ], "key": { - "code": "E14.51", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit peripheren vaskul\u00e4ren Komplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G71.3", + "display": "Mitochondriale Myopathie, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -16796,37 +17930,33 @@ } ], "key": { - "code": "C95.0", - "display": "Akute Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps", + "code": "M36.51", + "display": "Stadium 1 der chronischen Bindegewebe-Graft-versus-Host-Krankheit [T86.05][T86.06]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "B01AC18", - "display": "Triflusal", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "E13.90", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Ohne Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -16847,8 +17977,8 @@ } ], "key": { - "code": "I68.8", - "display": "Sonstige zerebrovaskul\u00e4re St\u00f6rungen bei anderenorts klassifizierten Krankheiten", + "code": "C08.8", + "display": "Gro\u00dfe Speicheldr\u00fcsen, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -16870,8 +18000,8 @@ } ], "key": { - "code": "K52.38", - "display": "Sonstige Colitis indeterminata", + "code": "C79.83", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Perikards", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -16893,9 +18023,10 @@ } ], "key": { - "code": "I80.1", - "display": "Thrombose, Phlebitis und Thrombophlebitis der V. femoralis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I42.9", + "display": "Kardiomyopathie, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -16921,12 +18052,92 @@ } ], "key": { - "code": "H02AB56", - "display": "Prednisolon-Depot", + "code": "L04AB03", + "display": "Afelimomab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "708931003", + "display": "Maintenance hemodialysis", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "B01AC18", + "display": "Triflusal", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "3174-0", + "display": "Antithrombin [Units/volume] in Platelet poor plasma by Chromogenic method", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "2753-2", + "display": "pH of Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -16944,8 +18155,8 @@ } ], "key": { - "code": "C91.70", - "display": "Sonstige lymphatische Leuk\u00e4mie : Ohne Angabe einer kompletten Remission", + "code": "C70.0", + "display": "Hirnh\u00e4ute", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -16967,9 +18178,10 @@ } ], "key": { - "code": "K50.81", - "display": "Crohn-Krankheit der Speiser\u00f6hre", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I89.02", + "display": "Lymph\u00f6dem der oberen und unteren Extremit\u00e4t(en), Stadium\u00a0III", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -16990,25 +18202,95 @@ } ], "key": { - "code": "22253000", - "display": "Schmerzen", - "system": "http://snomed.info/sct" + "code": "J44.02", + "display": "Chronische obstruktive Lungenkrankheit mit akuter Infektion der unteren Atemwege : FEV_1 >=50\u00a0% und <70 % des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I44.6", + "display": "Sonstiger und nicht n\u00e4her bezeichneter Faszikelblock", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "14979-9", - "display": "aPTT in Platelet poor plasma by Coagulation assay", + "code": "2532-0", + "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "D82.2", + "display": "Immundefekt mit disproportioniertem Kleinwuchs", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C95.8", + "display": "Leuk\u00e4mie, refrakt\u00e4r auf Standard-Induktionstherapie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -17031,8 +18313,8 @@ } ], "key": { - "code": "N02BA75", - "display": "Salicylamid, Kombinationen mit Psycholeptika", + "code": "J05AE10", + "display": "Darunavir", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -17054,12 +18336,25 @@ } ], "key": { - "code": "I67.4", - "display": "Hypertensive Enzephalopathie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "Z95.5", + "display": "Vorhandensein eines Implantates oder Transplantates nach koronarer Gef\u00e4\u00dfplastik", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "731-0", + "display": "Lymphocytes [#/volume] in Blood by Automated count", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -17077,9 +18372,10 @@ } ], "key": { - "code": "C84.0", - "display": "Mycosis fungoides", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.81", + "display": "Sonstige n\u00e4her bezeichnete chronische obstruktive Lungenkrankheit : FEV_1 >=35\u00a0% und <50\u00a0% des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -17100,12 +18396,53 @@ } ], "key": { - "code": "C92.31", - "display": "Myelosarkom : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K73.8", + "display": "Sonstige chronische Hepatitis, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "L03AB05", + "display": "Interferon alfa-2b", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "62235-7", + "display": "Albumin [Moles/volume] in Serum or Plasma by Bromocresol green (BCG) dye binding method", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -17123,8 +18460,8 @@ } ], "key": { - "code": "I71.1", - "display": "Aneurysma der Aorta thoracica, rupturiert", + "code": "C69.6", + "display": "Orbita", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -17151,22 +18488,62 @@ } ], "key": { - "code": "708931003", - "display": "Maintenance hemodialysis", + "code": "398287006", + "display": "Alteration of circulating volume to increase oxygen delivery", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], "key": { - "code": "54347-0", - "display": "Albumin [Moles/volume] in Serum or Plasma", - "system": "http://loinc.org" + "code": "D80.8", + "display": "Sonstige Immundefekte mit vorherrschendem Antik\u00f6rpermangel", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "J05AR10", + "display": "Lopinavir und Ritonavir", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -17185,9 +18562,10 @@ } ], "key": { - "code": "I70.26", - "display": "Schulter-Arm-Typ, alle Stadien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J70.3", + "display": "Chronische arzneimittelinduzierte interstitielle Lungenkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -17208,9 +18586,10 @@ } ], "key": { - "code": "I71.02", - "display": "Dissektion der Aorta abdominalis, ohne Angabe einer Ruptur", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I01.9", + "display": "Akute rheumatische Herzkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -17231,8 +18610,8 @@ } ], "key": { - "code": "C21.8", - "display": "Rektum, Anus und Analkanal, mehrere Teilbereiche \u00fcberlappend", + "code": "M31.3", + "display": "Wegener-Granulomatose", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -17254,9 +18633,10 @@ } ], "key": { - "code": "G20.2", - "display": "Prim\u00e4res Parkinson-Syndrom mit schwerster Beeintr\u00e4chtigung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.29", + "display": "Alter Myokardinfarkt Nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -17277,8 +18657,8 @@ } ], "key": { - "code": "C82.6", - "display": "Kutanes Follikelzentrumslymphom", + "code": "C16.6", + "display": "Gro\u00dfe Kurvatur des Magens, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -17300,9 +18680,10 @@ } ], "key": { - "code": "C41.0", - "display": "Knochen des Hirn- und Gesichtssch\u00e4dels", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I22.8", + "display": "Rezidivierender Myokardinfarkt an sonstigen Lokalisationen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -17323,8 +18704,8 @@ } ], "key": { - "code": "E14.31", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Augenkomplikationen : Als entgleist bezeichnet", + "code": "C96.0", + "display": "Multifokale und multisystemische (disseminierte) Langerhans-Zell-Histiozytose [Abt-Letterer-Siwe-Krankheit]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -17346,9 +18727,10 @@ } ], "key": { - "code": "C81.9", - "display": "Hodgkin-Lymphom, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E10.80", + "display": "Diabetes mellitus, Typ 1 : Mit nicht n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -17369,38 +18751,69 @@ } ], "key": { - "code": "C44.3", - "display": "Haut sonstiger und nicht n\u00e4her bezeichneter Teile des Gesichtes", + "code": "C96.8", + "display": "Histiozytisches Sarkom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "225231007", - "display": "Stab peritoneal dialysis", + "code": "G72.80", + "display": "Critical-illness-Myopathie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Patient", + "fixedCriteria": [], + "key": { + "code": "424144002", + "display": "Current chronological age (observable entity)", "system": "http://snomed.info/sct" }, + "valueFhirPath": "extension.age", + "valueSearchParameter": "codex-age" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I50.13", + "display": "Mit Beschwerden bei leichterer Belastung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, "termCodeSearchParameter": "code" }, { @@ -17420,9 +18833,10 @@ } ], "key": { - "code": "E13.50", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit peripheren vaskul\u00e4ren Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E14.75", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -17443,8 +18857,8 @@ } ], "key": { - "code": "I25.8", - "display": "Sonstige Formen der chronischen isch\u00e4mischen Herzkrankheit", + "code": "C03.0", + "display": "Oberkieferzahnfleisch", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -17466,8 +18880,8 @@ } ], "key": { - "code": "C11", - "display": "B\u00f6sartige Neubildung des Nasopharynx", + "code": "C31.8", + "display": "Nasennebenh\u00f6hlen, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -17494,8 +18908,8 @@ } ], "key": { - "code": "233595007", - "display": "Intravenous gas exchange", + "code": "243151006", + "display": "Mandatory minute volume ventilation", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -17517,9 +18931,10 @@ } ], "key": { - "code": "C77", - "display": "Sekund\u00e4re und nicht n\u00e4her bezeichnete b\u00f6sartige Neubildung der Lymphknoten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I71.00", + "display": "Dissektion der Aorta nicht n\u00e4her bezeichneter Lokalisation, ohne Angabe einer Ruptur", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -17540,9 +18955,10 @@ } ], "key": { - "code": "C94", - "display": "Sonstige Leuk\u00e4mien n\u00e4her bezeichneten Zelltyps", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I08.2", + "display": "Krankheiten der Aorten- und Trikuspidalklappe, kombiniert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -17568,8 +18984,8 @@ } ], "key": { - "code": "229312009", - "display": "Nasal ventilation therapy", + "code": "229809001", + "display": "Diaphragmatic breathing exercises", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -17591,8 +19007,32 @@ } ], "key": { - "code": "C44.7", - "display": "Haut der unteren Extremit\u00e4t, einschlie\u00dflich H\u00fcfte", + "code": "I97.20", + "display": "Lymph\u00f6dem nach (partieller) Mastektomie (mit Lymphadenektomie), Stadium I", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C76.8", + "display": "Sonstige und ungenau bezeichnete Lokalisationen, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -17619,8 +19059,8 @@ } ], "key": { - "code": "N02BB51", - "display": "Phenazon, Kombinationen exkl. Psycholeptika", + "code": "L04AC18", + "display": "Risankizumab", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -17642,8 +19082,32 @@ } ], "key": { - "code": "I05-I09", - "display": "Chronische rheumatische Herzkrankheiten", + "code": "I80.28", + "display": "Thrombose, Phlebitis und Thrombophlebitis sonstiger tiefer Gef\u00e4\u00dfe der unteren Extremit\u00e4ten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C41.02", + "display": "Maxillofazial", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -17670,8 +19134,8 @@ } ], "key": { - "code": "H02AA01", - "display": "Aldosteron", + "code": "L04AC14", + "display": "Sarilumab", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -17693,9 +19157,10 @@ } ], "key": { - "code": "C45.7", - "display": "Mesotheliom sonstiger Lokalisationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I62.1", + "display": "Nichttraumatische extradurale Blutung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -17716,23 +19181,13 @@ } ], "key": { - "code": "I28.0", - "display": "Arterioven\u00f6se Fistel der Lungengef\u00e4\u00dfe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.80", + "display": "Diabetes mellitus, Typ 2 : Mit nicht n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "26881-3", - "display": "Interleukin 6 [Mass/volume] in Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -17750,9 +19205,10 @@ } ], "key": { - "code": "I13.1", - "display": "Hypertensive Herz- und Nierenkrankheit mit Niereninsuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J70.8", + "display": "Krankheiten der Atmungsorgane durch sonstige n\u00e4her bezeichnete exogene Substanzen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -17773,65 +19229,57 @@ } ], "key": { - "code": "N17.02", - "display": "Akutes Nierenversagen mit Tubulusnekrose : Stadium 2", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I10.00", + "display": "Benigne essentielle Hypertonie : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "C09AA15", - "display": "Zofenopril", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I60.8", + "display": "Sonstige Subarachnoidalblutung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "397867002", - "display": "Alteration of hemoglobin concentration to increase oxygen delivery", - "system": "http://snomed.info/sct" + "code": "C46.7", + "display": "Kaposi-Sarkom sonstiger Lokalisationen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -17852,8 +19300,8 @@ } ], "key": { - "code": "C90.00", - "display": "Multiples Myelom : Ohne Angabe einer kompletten Remission", + "code": "K25.5", + "display": "Ulcus ventriculi : Chronisch oder nicht n\u00e4her bezeichnet, mit Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -17875,9 +19323,10 @@ } ], "key": { - "code": "C75.3", - "display": "Epiphyse [Glandula pinealis] [Zirbeldr\u00fcse]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J61", + "display": "Pneumokoniose durch Asbest und sonstige anorganische Fasern", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, @@ -17898,9 +19347,34 @@ } ], "key": { - "code": "C78.8", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung sonstiger und nicht n\u00e4her bezeichneter Verdauungsorgane", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.19", + "display": "Chronische obstruktive Lungenkrankheit mit akuter Exazerbation, nicht n\u00e4her bezeichnet : FEV_1 nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I73.8", + "display": "Sonstige n\u00e4her bezeichnete periphere Gef\u00e4\u00dfkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -17926,8 +19400,8 @@ } ], "key": { - "code": "R03AK02", - "display": "Isoprenalin und andere Mittel bei obstruktiven Atemwegserkrankungen", + "code": "C09AA04", + "display": "Perindopril", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -17949,23 +19423,12 @@ } ], "key": { - "code": "C93.10", - "display": "Chronische myelomonozyt\u00e4re Leuk\u00e4mie : Ohne Angabe einer kompletten Remission", + "code": "C77.9", + "display": "Lymphknoten, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "95420-6", - "display": "Is the patient in the intensive care unit?", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-concept" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -17983,34 +19446,23 @@ } ], "key": { - "code": "I45.3", - "display": "Trifaszikul\u00e4rer Block", + "code": "C50.4", + "display": "Oberer \u00e4u\u00dferer Quadrant der Brustdr\u00fcse", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "C40", - "display": "B\u00f6sartige Neubildung des Knochens und des Gelenkknorpels der Extremit\u00e4ten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "30313-1", + "display": "Hemoglobin [Mass/volume] in Arterial blood", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -18029,37 +19481,38 @@ } ], "key": { - "code": "M31", - "display": "Sonstige nekrotisierende Vaskulopathien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.81", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit nicht n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "L03AB15", - "display": "Ropeginterferon alfa-2b", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "243164007", + "display": "Positive end expiratory pressure reduced", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -18080,12 +19533,24 @@ } ], "key": { - "code": "I10.9", - "display": "Essentielle Hypertonie, nicht n\u00e4her bezeichnet", + "code": "C38.1", + "display": "Vorderes Mediastinum", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "49563-0", + "display": "Troponin I.cardiac [Mass/volume] in Serum or Plasma by Detection limit <= 0.01 ng/mL", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -18103,80 +19568,92 @@ } ], "key": { - "code": "C10.3", - "display": "Hinterwand des Oropharynx", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I79.0", + "display": "Aortenaneurysma bei anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "M31.0", - "display": "Hypersensitivit\u00e4tsangiitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "233576000", + "display": "Intermittent hemodialysis with sequential ultrafiltration", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C15-C26", - "display": "B\u00f6sartige Neubildungen der Verdauungsorgane", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "1366004", + "display": "Inhalation therapy procedure", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Observation", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", + "fhirPath": "component-code", + "searchParameter": "component-code", "type": "coding", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "94651-7", + "display": "Country of travel", + "system": "http://loinc.org" } ] } ], "key": { - "code": "C24.0", - "display": "Extrahepatischer Gallengang", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "8691-8", + "display": "History of Travel", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueSearchParameter": "component-value-concept" }, { "fhirResourceType": "Condition", @@ -18195,8 +19672,8 @@ } ], "key": { - "code": "G73.5", - "display": "Myopathie bei endokrinen Krankheiten", + "code": "C94.60", + "display": "Myelodysplastische und myeloproliferative Krankheit, nicht klassifizierbar : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -18218,23 +19695,12 @@ } ], "key": { - "code": "F01.3", - "display": "Gemischte kortikale und subkortikale vaskul\u00e4re Demenz", + "code": "C13.8", + "display": "Hypopharynx, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "2753-2", - "display": "pH of Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -18252,8 +19718,8 @@ } ], "key": { - "code": "E14.91", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Ohne Komplikationen : Als entgleist bezeichnet", + "code": "D86.0", + "display": "Sarkoidose der Lunge", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -18275,9 +19741,10 @@ } ], "key": { - "code": "F33.3", - "display": "Rezidivierende depressive St\u00f6rung, gegenw\u00e4rtig schwere Episode mit psychotischen Symptomen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J98.58", + "display": "Sonstige Krankheiten des Mediastinums, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -18298,8 +19765,8 @@ } ], "key": { - "code": "I77.2", - "display": "Arterienruptur", + "code": "C79.85", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Bindegewebes und anderer Weichteilgewebe des Halses", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -18326,8 +19793,8 @@ } ], "key": { - "code": "B01AB08", - "display": "Reviparin", + "code": "B01AB13", + "display": "Certoparin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -18349,23 +19816,13 @@ } ], "key": { - "code": "D80.8", - "display": "Sonstige Immundefekte mit vorherrschendem Antik\u00f6rpermangel", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I37.9", + "display": "Pulmonalklappenkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "732-8", - "display": "Lymphocytes [#/volume] in Blood by Manual count", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -18383,32 +19840,38 @@ } ], "key": { - "code": "C10.1", - "display": "Vorderfl\u00e4che der Epiglottis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.10", + "display": "Ohne h\u00e4modynamisch wirksame Stenosen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "E84.88", - "display": "Zystische Fibrose mit sonstigen Manifestationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09BX02", + "display": "Perindopril und Bisoprolol", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -18429,14 +19892,14 @@ } ], "key": { - "code": "I06.1", - "display": "Rheumatische Aortenklappeninsuffizienz", + "code": "C71.0", + "display": "Zerebrum, ausgenommen Hirnlappen und Ventrikel", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Specimen", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", @@ -18444,40 +19907,46 @@ "type": "code", "value": [ { - "code": "available", - "display": "Available", - "system": "http://hl7.org/fhir/ValueSet/specimen-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "119297000", - "display": "Blood specimen (specimen)|", + "code": "836385002", + "display": "Vaccine product containing Yellow fever virus antigen (medicinal product)", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "type" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "116223007", - "display": "Complication (disorder)", - "system": "http://snomed.info/sct" + "code": "H02BX08", + "display": "Triamcinolon, Kombinationen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -18503,8 +19972,8 @@ } ], "key": { - "code": "708933000", - "display": "Emergency hemodiafiltration", + "code": "20720000", + "display": "Plasmapheresis", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -18526,12 +19995,40 @@ } ], "key": { - "code": "K70.4", - "display": "Alkoholisches Leberversagen", + "code": "C04.8", + "display": "Mundboden, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "229300005", + "display": "Inspiratory muscle training", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -18549,12 +20046,25 @@ } ], "key": { - "code": "I81", - "display": "Pfortaderthrombose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "A41.9", + "display": "Sepsis, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "26499-4", + "display": "Neutrophils [#/volume] in Blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -18572,14 +20082,15 @@ } ], "key": { - "code": "I49.9", - "display": "Kardiale Arrhythmie, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I24.8", + "display": "Sonstige Formen der akuten isch\u00e4mischen Herzkrankheit", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -18587,45 +20098,50 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "53950000", - "display": "ademhalingstherapie (verrichting)", - "system": "http://snomed.info/sct" + "code": "L03AB10", + "display": "Peginterferon alfa-2b", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "J44", - "display": "Sonstige chronische obstruktive Lungenkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BA77", + "display": "Ethenzamid, Kombinationen mit Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -18646,101 +20162,130 @@ } ], "key": { - "code": "I60.2", - "display": "Subarachnoidalblutung, von der A. communicans anterior ausgehend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N18.1", + "display": "Chronische Nierenkrankheit, Stadium 1", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C47.6", - "display": "Periphere Nerven des Rumpfes, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "182729000", + "display": "Asthma control step 3", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C00.9", - "display": "Lippe, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "836377006", + "display": "Vaccine product containing Influenza virus antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "94506-3", + "display": "SARS-CoV-2 (COVID-19) IgM Ab [Units/volume] in Serum or Plasma by Immunoassay", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "N17.93", - "display": "Akutes Nierenversagen, nicht n\u00e4her bezeichnet : Stadium 3", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "229296009", + "display": "Sputum induction technique", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "J44.03", - "display": "Chronische obstruktive Lungenkrankheit mit akuter Infektion der unteren Atemwege : FEV_1 >=70\u00a0% des Sollwertes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "243136002", + "display": "Short-term oxygen therapy", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -18761,9 +20306,10 @@ } ], "key": { - "code": "C94.01", - "display": "Akute Erythroleuk\u00e4mie : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I70.23", + "display": "Becken-Bein-Typ, mit Ruheschmerz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -18784,9 +20330,10 @@ } ], "key": { - "code": "I80.3", - "display": "Thrombose, Phlebitis und Thrombophlebitis der unteren Extremit\u00e4ten, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K74.4", + "display": "Sekund\u00e4re bili\u00e4re Zirrhose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -18807,9 +20354,10 @@ } ], "key": { - "code": "K73.1", - "display": "Chronische lobul\u00e4re Hepatitis, anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I86.2", + "display": "Beckenvarizen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -18835,14 +20383,14 @@ } ], "key": { - "code": "C09BA35", - "display": "Zofenopril und Hydrochlorothiazid", + "code": "C09AA05", + "display": "Ramipril", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -18850,22 +20398,50 @@ "type": "code", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "229289007", + "display": "Basal expansion exercises", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "B01AB09", - "display": "Danaparoid", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "385982006", + "display": "Bronchial hygiene", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -18886,23 +20462,12 @@ } ], "key": { - "code": "I50", - "display": "Herzinsuffizienz", + "code": "K27.1", + "display": "Ulcus pepticum, Lokalisation nicht n\u00e4her bezeichnet : Akut, mit Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "14682-9", - "display": "Creatinine [Moles/volume] in Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -18925,8 +20490,8 @@ } ], "key": { - "code": "H02AB12", - "display": "Rimexolon", + "code": "N02BB04", + "display": "Propyphenazon", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -18948,14 +20513,15 @@ } ], "key": { - "code": "B18", - "display": "Chronische Virushepatitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E84.80", + "display": "Zystische Fibrose mit Lungen- und Darm-Manifestation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -18963,22 +20529,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "11140008", - "display": "Respiratory assist, manual", - "system": "http://snomed.info/sct" + "code": "J05AR14", + "display": "Darunavir und Cobicistat", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -19004,8 +20570,8 @@ } ], "key": { - "code": "N02BA03", - "display": "Cholinsalicylat", + "code": "R03AL08", + "display": "Vilanterol, Umeclidiniumbromid und Fluticasonfuroat", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -19027,9 +20593,10 @@ } ], "key": { - "code": "C00-C14", - "display": "B\u00f6sartige Neubildungen der Lippe, der Mundh\u00f6hle und des Pharynx", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I39.4", + "display": "Krankheiten mehrerer Herzklappen bei anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -19050,42 +20617,39 @@ } ], "key": { - "code": "C90.20", - "display": "Extramedull\u00e4res Plasmozytom : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I73.1", + "display": "Thrombangiitis obliterans [Endangiitis von-Winiwarter-Buerger]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "229308003", - "display": "Intermittent CPAP", - "system": "http://snomed.info/sct" + "code": "K70.4", + "display": "Alkoholisches Leberversagen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -19096,17 +20660,21 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "836382004", - "display": "Vaccine product containing Measles morbillivirus antigen (medicinal product)", + "code": "225067007", + "display": "Therapeutic plasma exchange", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -19125,32 +20693,49 @@ } ], "key": { - "code": "I82.1", - "display": "Thrombophlebitis migrans", + "code": "C22.1", + "display": "Intrahepatisches Gallengangskarzinom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "30352-9", + "display": "Hemoglobin [Mass/volume] in Capillary blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C49.4", - "display": "Bindegewebe und andere Weichteilgewebe des Abdomens", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BA57", + "display": "Ethenzamid, Kombinationen exkl. Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -19171,8 +20756,8 @@ } ], "key": { - "code": "I35.2", - "display": "Aortenklappenstenose mit Insuffizienz", + "code": "D81.3", + "display": "Adenosindesaminase[ADA]-Mangel", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -19194,89 +20779,89 @@ } ], "key": { - "code": "F33.2", - "display": "Rezidivierende depressive St\u00f6rung, gegenw\u00e4rtig schwere Episode ohne psychotische Symptome", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I82.9", + "display": "Embolie und Thrombose nicht n\u00e4her bezeichneter Vene", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Specimen", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "available", + "display": "Available", + "system": "http://hl7.org/fhir/ValueSet/specimen-status" } ] } ], "key": { - "code": "I71.5", - "display": "Aortenaneurysma, thorakoabdominal, rupturiert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "364075005", - "display": "hartslagfrequentie (waarneembare entiteit)", + "code": "119307008", + "display": "Specimen from endotracheal tube (specimen)", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "type" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "E13.11", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Ketoazidose : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AC09", + "display": "Epoprostenol", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C54.8", - "display": "Corpus uteri, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J06BB04", + "display": "Hepatitis-B-Immunglobulin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -19297,14 +20882,15 @@ } ], "key": { - "code": "C73-C75", - "display": "B\u00f6sartige Neubildungen der Schilddr\u00fcse und sonstiger endokriner Dr\u00fcsen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I13.20", + "display": "Hypertensive Herz- und Nierenkrankheit mit (kongestiver) Herzinsuffizienz und Niereninsuffizienz : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -19315,38 +20901,19 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "601000221108", - "display": "Vaccine product containing Bordetella pertussis antigen (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "Z94.0", - "display": "Zustand nach Nierentransplantation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "398077001", + "display": "Oxygen dynamic interventions", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -19367,9 +20934,10 @@ } ], "key": { - "code": "D84.1", - "display": "Defekte im Komplementsystem", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F00.1", + "display": "Demenz bei Alzheimer-Krankheit, mit sp\u00e4tem Beginn (Typ 1) [G30.1 ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -19395,8 +20963,8 @@ } ], "key": { - "code": "C09BB03", - "display": "Lisinopril und Amlodipin", + "code": "R03AK03", + "display": "Fenoterol und Cromoglicins\u00e4ure, Dinatriumsalz", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -19418,13 +20986,11 @@ } ], "key": { - "code": "25064002", - "display": "Kopfschmerzen", - "system": "http://snomed.info/sct" + "code": "C14.2", + "display": "Lymphatischer Rachenring [Waldeyer]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "MedicationStatement", @@ -19448,145 +21014,162 @@ } ], "key": { - "code": "H02CA", - "display": "Anticorticosteroide", + "code": "C09AA02", + "display": "Enalapril", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L04AC18", - "display": "Risankizumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "J70.1", + "display": "Chronische und sonstige Lungenbeteiligung bei Strahleneinwirkung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "836401009", - "display": "Vaccine product containing Neisseria meningitidis antigen (medicinal product)", - "system": "http://snomed.info/sct" + "code": "K52.9", + "display": "Nichtinfekti\u00f6se Gastroenteritis und Kolitis, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "870533002", - "display": "Heated and humidified high flow oxygen therapy", - "system": "http://snomed.info/sct" + "code": "C84.8", + "display": "Kutanes T-Zell-Lymphom, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "A12CB05", - "display": "Zinkhydrogenaspartat", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C16.8", + "display": "Magen, mehrere Teilbereiche \u00fcberlappend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I48.4", + "display": "Vorhofflattern, atypisch", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "2019-8", + "display": "Carbon dioxide [Partial pressure] in Arterial blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "J06BB30", - "display": "Kombinationen", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I65.8", + "display": "Verschluss und Stenose sonstiger pr\u00e4zerebraler Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -19607,61 +21190,57 @@ } ], "key": { - "code": "C38.8", - "display": "Herz, Mediastinum und Pleura, mehrere Teilbereiche \u00fcberlappend", + "code": "M31.0", + "display": "Hypersensitivit\u00e4tsangiitis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "836390004", - "display": "Vaccine product containing Salmonella enterica subspecies enterica serovar Typhi antigen (medicinal product)", - "system": "http://snomed.info/sct" + "code": "I20.1", + "display": "Angina pectoris mit nachgewiesenem Koronarspasmus", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "B01AC22", - "display": "Prasugrel", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "E11.40", + "display": "Diabetes mellitus, Typ 2 : Mit neurologischen Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -19682,13 +21261,12 @@ } ], "key": { - "code": "44169009", - "display": "Geruchverlust", - "system": "http://snomed.info/sct" + "code": "I66.3", + "display": "Verschluss und Stenose der Aa. cerebelli", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -19707,9 +21285,10 @@ } ], "key": { - "code": "G35.1", - "display": "Multiple Sklerose mit vorherrschend schubf\u00f6rmigem Verlauf", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B22", + "display": "Sonstige n\u00e4her bezeichnete Krankheiten infolge HIV-Krankheit [Humane Immundefizienz-Viruskrankheit]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, @@ -19730,8 +21309,8 @@ } ], "key": { - "code": "I27.2", - "display": "Sonstige n\u00e4her bezeichnete sekund\u00e4re pulmonale Hypertonie", + "code": "K28.0", + "display": "Ulcus pepticum jejuni : Akut, mit Blutung", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -19753,9 +21332,10 @@ } ], "key": { - "code": "I08.1", - "display": "Krankheiten der Mitral- und Trikuspidalklappe, kombiniert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G43.2", + "display": "Status migraenosus", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -19776,9 +21356,10 @@ } ], "key": { - "code": "I61.9", - "display": "Intrazerebrale Blutung, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I22.1", + "display": "Rezidivierender Myokardinfarkt der Hinterwand", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -19799,37 +21380,33 @@ } ], "key": { - "code": "G70", - "display": "Myasthenia gravis und sonstige neuromuskul\u00e4re Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E10.90", + "display": "Diabetes mellitus, Typ 1 : Ohne Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BB53", - "display": "Aminophenazon, Kombinationen exkl. Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C96.4", + "display": "Sarkom der dendritischen Zellen (akzessorische Zellen)", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -19850,14 +21427,14 @@ } ], "key": { - "code": "E11.1", - "display": "Diabetes mellitus, Typ 2 : Mit Ketoazidose", + "code": "C90.30", + "display": "Solit\u00e4res Plasmozytom : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Specimen", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -19865,19 +21442,24 @@ "type": "code", "value": [ { - "code": "available", - "display": "Available", - "system": "http://hl7.org/fhir/ValueSet/specimen-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "404798000", - "display": "Peripheral blood mononuclear cell (cell)", + "code": "238323009", + "display": "Night-time intermittent peritoneal dialysis", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "type" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -19896,8 +21478,8 @@ } ], "key": { - "code": "C71.1", - "display": "Frontallappen", + "code": "C51.8", + "display": "Vulva, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -19919,32 +21501,66 @@ } ], "key": { - "code": "C85.1", - "display": "B-Zell-Lymphom, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G35.10", + "display": "Multiple Sklerose mit vorherrschend schubf\u00f6rmigem Verlauf : Ohne Angabe einer akuten Exazerbation oder Progression", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "N17.01", - "display": "Akutes Nierenversagen mit Tubulusnekrose : Stadium 1", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BB51", + "display": "Phenazon, Kombinationen exkl. Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "233590002", + "display": "Continuous venovenous hemodiafiltration", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -19970,8 +21586,8 @@ } ], "key": { - "code": "B01AC08", - "display": "Carbasalat calcium", + "code": "H02AB", + "display": "Glucocorticoide", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -19980,11 +21596,12 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "14803-1", - "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Body fluid by Lactate to pyruvate reaction", + "code": "60017-1", + "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Body fluid by Pyruvate to lactate reaction", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { @@ -20004,9 +21621,10 @@ } ], "key": { - "code": "J44.91", - "display": "Chronische obstruktive Lungenkrankheit, nicht n\u00e4her bezeichnet : FEV_1 >=35\u00a0% und <50\u00a0% des Sollwertes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I15.91", + "display": "Sekund\u00e4re Hypertonie, nicht n\u00e4her bezeichnet : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -20027,9 +21645,10 @@ } ], "key": { - "code": "I97.83", - "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am axill\u00e4ren Lymphabflussgebiet, Stadium\u00a0III", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.90", + "display": "Chronische obstruktive Lungenkrankheit, nicht n\u00e4her bezeichnet : FEV_1 <35\u00a0% des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -20050,9 +21669,10 @@ } ], "key": { - "code": "C22.0", - "display": "Leberzellkarzinom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E14.30", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Augenkomplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -20073,9 +21693,10 @@ } ], "key": { - "code": "C73", - "display": "B\u00f6sartige Neubildung der Schilddr\u00fcse", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G40.09", + "display": "Lokalisationsbezogene (fokale) (partielle) idiopathische Epilepsie und epileptische Syndrome mit fokal beginnenden Anf\u00e4llen, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -20096,79 +21717,37 @@ } ], "key": { - "code": "K73.2", - "display": "Chronische aktive Hepatitis, anderenorts nicht klassifiziert", + "code": "D90", + "display": "Immunkompromittierung nach Bestrahlung, Chemotherapie und sonstigen immunsuppressiven Ma\u00dfnahmen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "30364-4", - "display": "Lymphocytes [#/volume] in Blood by Flow cytometry (FC)", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "36955009", - "display": "Geschmackverlust", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "55782-7", - "display": "Hemoglobin [Mass/volume] in Blood by Oximetry", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I74.0", - "display": "Embolie und Thrombose der Aorta abdominalis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "371907003", + "display": "Oxygen administration by nasal cannula", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -20194,9 +21773,9 @@ } ], "key": { - "code": "B01AC17", - "display": "Tirofiban", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "41549009", + "display": "Product containing angiotensin-converting enzyme inhibitor (product)", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -20217,8 +21796,8 @@ } ], "key": { - "code": "B23", - "display": "Sonstige Krankheitszust\u00e4nde infolge HIV-Krankheit [Humane Immundefizienz-Viruskrankheit]", + "code": "C00.8", + "display": "Lippe, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -20240,11 +21819,13 @@ } ], "key": { - "code": "I38", - "display": "Endokarditis, Herzklappe nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "11833005", + "display": "Trockener Husten", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -20263,9 +21844,10 @@ } ], "key": { - "code": "K28.2", - "display": "Ulcus pepticum jejuni : Akut, mit Blutung und Perforation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J63.2", + "display": "Berylliose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -20286,8 +21868,8 @@ } ], "key": { - "code": "M36.2", - "display": "Arthropathia haemophilica[D66-D68]", + "code": "C41.8", + "display": "Knochen und Gelenkknorpel, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -20309,12 +21891,40 @@ } ], "key": { - "code": "I50.04", - "display": "Rechtsherzinsuffizienz mit Beschwerden bei leichterer Belastung", + "code": "C92.21", + "display": "Atypische chronische myeloische Leuk\u00e4mie, BCR/ABL-negativ : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "B01AC25", + "display": "Cangrelor", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -20332,8 +21942,8 @@ } ], "key": { - "code": "I15.20", - "display": "Hypertonie als Folge von endokrinen Krankheiten : Ohne Angabe einer hypertensiven Krise", + "code": "C41.2", + "display": "Wirbels\u00e4ule", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -20355,8 +21965,8 @@ } ], "key": { - "code": "I70.20", - "display": "Becken-Bein-Typ, ohne Beschwerden", + "code": "D81.4", + "display": "Nezelof-Syndrom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -20378,9 +21988,10 @@ } ], "key": { - "code": "I11.01", - "display": "Hypertensive Herzkrankheit mit (kongestiver) Herzinsuffizienz : Mit Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I68.1", + "display": "Zerebrale Arteriitis bei anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -20401,14 +22012,14 @@ } ], "key": { - "code": "Z94.3", - "display": "Zustand nach Herz-Lungen-Transplantation", + "code": "K52.1", + "display": "Toxische Gastroenteritis und Kolitis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -20416,22 +22027,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "363679005", - "display": "Imaging (procedure)", - "system": "http://snomed.info/sct" + "code": "M01BA04", + "display": "Mofebutazon und Corticosteroide", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -20452,9 +22063,10 @@ } ], "key": { - "code": "D80.9", - "display": "Immundefekt mit vorherrschendem Antik\u00f6rpermangel, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.22", + "display": "1 Jahr und l\u00e4nger zur\u00fcckliegend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -20475,32 +22087,38 @@ } ], "key": { - "code": "I63.4", - "display": "Hirninfarkt durch Embolie zerebraler Arterien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I42.2", + "display": "Sonstige hypertrophische Kardiomyopathie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C09", - "display": "B\u00f6sartige Neubildung der Tonsille", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "26763009", + "display": "Controlled ventilation procedure and therapy, initiation and management", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -20521,11 +22139,13 @@ } ], "key": { - "code": "I15.10", - "display": "Hypertonie als Folge von sonstigen Nierenkrankheiten : Ohne Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "46742003", + "display": "Hautgeschw\u00fcre", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -20544,12 +22164,52 @@ } ], "key": { - "code": "G43.8", - "display": "Sonstige Migr\u00e4ne", + "code": "C41.30", + "display": "Rippen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "243144002", + "display": "Patient triggered inspiratory assistance", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "38483-4", + "display": "Creatinine [Mass/volume] in Blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -20567,9 +22227,10 @@ } ], "key": { - "code": "I71.06", - "display": "Dissektion der Aorta abdominalis, rupturiert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I01.8", + "display": "Sonstige akute rheumatische Herzkrankheit", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -20590,8 +22251,8 @@ } ], "key": { - "code": "C22.1", - "display": "Intrahepatisches Gallengangskarzinom", + "code": "M35.1", + "display": "Sonstige Overlap-Syndrome", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -20613,9 +22274,10 @@ } ], "key": { - "code": "C92.7", - "display": "Sonstige myeloische Leuk\u00e4mie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K77.22", + "display": "Stadium 2 der chronischen Leber-Graft-versus-Host-Krankheit [T86.06 ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -20636,13 +22298,12 @@ } ], "key": { - "code": "367391008", - "display": "Unwohlsein", - "system": "http://snomed.info/sct" + "code": "I51.2", + "display": "Papillarmuskelruptur, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -20661,37 +22322,33 @@ } ], "key": { - "code": "D82.2", - "display": "Immundefekt mit disproportioniertem Kleinwuchs", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I65.9", + "display": "Verschluss und Stenose einer nicht n\u00e4her bezeichneten pr\u00e4zerebralen Arterie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L03AB60", - "display": "Peginterferon alfa-2b, Kombinationen", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C09.8", + "display": "Tonsille, mehrere Teilbereiche \u00fcberlappend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -20712,12 +22369,25 @@ } ], "key": { - "code": "D83.0", - "display": "Variabler Immundefekt mit \u00fcberwiegenden Abweichungen der B-Zellen-Zahl und -Funktion", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I42.6", + "display": "Alkoholische Kardiomyopathie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "38898-3", + "display": "Fibrin D-dimer [Titer] in Platelet poor plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -20735,35 +22405,53 @@ } ], "key": { - "code": "C02.0", - "display": "Zungenr\u00fccken", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I45.9", + "display": "Kardiale Erregungsleitungsst\u00f6rung, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I24.9", - "display": "Akute isch\u00e4mische Herzkrankheit, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "387727008", + "display": "Intermittent positive pressure breathing treatment", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "SOFA-Score", + "display": "SOFA-Score", + "system": "num.codex" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueInteger", + "valueSearchParameter": "mii-value-integer" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -20781,8 +22469,8 @@ } ], "key": { - "code": "C93", - "display": "Monozytenleuk\u00e4mie", + "code": "C25.8", + "display": "Pankreas, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -20804,8 +22492,8 @@ } ], "key": { - "code": "I82.9", - "display": "Embolie und Thrombose nicht n\u00e4her bezeichneter Vene", + "code": "C67.9", + "display": "Harnblase, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -20827,9 +22515,9 @@ } ], "key": { - "code": "K71.0", - "display": "Toxische Leberkrankheit mit Cholestase", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "128283000", + "display": "Chronic nervous system disorder (disorder)", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -20850,9 +22538,38 @@ } ], "key": { - "code": "C40.8", - "display": "Knochen und Gelenkknorpel der Extremit\u00e4ten, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F33.9", + "display": "Rezidivierende depressive St\u00f6rung, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "L04AC09", + "display": "Briakinumab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -20873,9 +22590,10 @@ } ], "key": { - "code": "C95.91", - "display": "Leuk\u00e4mie, nicht n\u00e4her bezeichnet : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I06.0", + "display": "Rheumatische Aortenklappenstenose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -20896,14 +22614,14 @@ } ], "key": { - "code": "F32.8", - "display": "Sonstige depressive Episoden", + "code": "M30.2", + "display": "Juvenile Panarteriitis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", @@ -20914,21 +22632,17 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "288182009", - "display": "Extracorporeal kidney", + "code": "871875004", + "display": "Vaccine product containing only Bordetella pertussis and Clostridium tetani and Corynebacterium diphtheriae antigens (medicinal product)", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -20947,14 +22661,15 @@ } ], "key": { - "code": "I20.9", - "display": "Angina pectoris, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I66.4", + "display": "Verschluss und Stenose mehrerer und beidseitiger zerebraler Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -20965,17 +22680,21 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "871895005", - "display": "Vaccine product containing only Bordetella pertussis and Clostridium tetani and Corynebacterium diphtheriae and Haemophilus influenzae type B and Hepatitis B virus and Human poliovirus antigens (medicinal product)", + "code": "243130008", + "display": "Humidification therapy", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -20994,9 +22713,10 @@ } ], "key": { - "code": "I73.1", - "display": "Thrombangiitis obliterans [Endangiitis von-Winiwarter-Buerger]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I70.29", + "display": "Sonstige und nicht n\u00e4her bezeichnete Atherosklerose der Extremit\u00e4tenarterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -21017,9 +22737,10 @@ } ], "key": { - "code": "261665006", - "display": "Unknown (qualifier value)", - "system": "http://snomed.info/sct" + "code": "I87.01", + "display": "Postthrombotisches Syndrom mit Ulzeration", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -21040,9 +22761,10 @@ } ], "key": { - "code": "K50.1", - "display": "Crohn-Krankheit des Dickdarmes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I52.1", + "display": "Sonstige Herzkrankheiten bei sonstigen anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -21063,37 +22785,33 @@ } ], "key": { - "code": "I87.2", - "display": "Ven\u00f6se Insuffizienz (chronisch) (peripher)", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E84.9", + "display": "Zystische Fibrose, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L03AB01", - "display": "Interferon alfa, nat\u00fcrlich", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C00.9", + "display": "Lippe, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -21114,34 +22832,13 @@ } ], "key": { - "code": "328383001", - "display": "chronische leverziekte (aandoening)", - "system": "http://snomed.info/sct" + "code": "G47.31", + "display": "Obstruktives Schlafapnoe-Syndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "55398-2", - "display": "Short Fibrin D-dimer FEU and DDU panel - Platelet poor plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "76485-2", - "display": "C reactive protein [Moles/volume] in Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -21159,55 +22856,66 @@ } ], "key": { - "code": "K52.1", - "display": "Toxische Gastroenteritis und Kolitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.14", + "display": "Stenose des linken Hauptstammes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "F32.3", - "display": "Schwere depressive Episode mit psychotischen Symptomen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "182750009", + "display": "Ultrafiltration", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C08", - "display": "B\u00f6sartige Neubildung sonstiger und nicht n\u00e4her bezeichneter gro\u00dfer Speicheldr\u00fcsen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AC04", + "display": "Clopidogrel", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -21228,8 +22936,8 @@ } ], "key": { - "code": "F41.3", - "display": "Andere gemischte Angstst\u00f6rungen", + "code": "C90.10", + "display": "Plasmazellenleuk\u00e4mie : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -21256,8 +22964,8 @@ } ], "key": { - "code": "182730005", - "display": "Asthma control step 4", + "code": "286813003", + "display": "Pressure controlled SIMV", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -21279,9 +22987,10 @@ } ], "key": { - "code": "I67.0", - "display": "Dissektion zerebraler Arterien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K71.7", + "display": "Toxische Leberkrankheit mit Fibrose und Zirrhose der Leber", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -21302,32 +23011,37 @@ } ], "key": { - "code": "D81.9", - "display": "Kombinierter Immundefekt, nicht n\u00e4her bezeichnet", + "code": "C34.3", + "display": "Unterlappen (-Bronchus)", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I31.8", - "display": "Sonstige n\u00e4her bezeichnete Krankheiten des Perikards", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09BX01", + "display": "Perindopril, Amlodipin und Indapamid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -21348,91 +23062,59 @@ } ], "key": { - "code": "C02.4", - "display": "Zungentonsille", + "code": "K52.8", + "display": "Sonstige n\u00e4her bezeichnete nichtinfekti\u00f6se Gastroenteritis und Kolitis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "H02CA01", - "display": "Trilostan", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "K74.5", + "display": "Bili\u00e4re Zirrhose, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "72541002", - "display": "Plateletpheresis", - "system": "http://snomed.info/sct" + "code": "C94.41", + "display": "Akute Panmyelose mit Myelofibrose : In kompletter Remission", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Specimen", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "available", - "display": "Available", - "system": "http://hl7.org/fhir/ValueSet/specimen-status" - } - ] - } - ], - "key": { - "code": "119364003", - "display": "Serum specimen (specimen)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "type" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -21450,9 +23132,10 @@ } ], "key": { - "code": "C77.8", - "display": "Lymphknoten mehrerer Regionen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G20.10", + "display": "Prim\u00e4res Parkinson-Syndrom mit m\u00e4\u00dfiger bis schwerer Beeintr\u00e4chtigung : Ohne Wirkungsfluktuation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -21473,37 +23156,33 @@ } ], "key": { - "code": "J63.4", - "display": "Siderose", + "code": "C09.1", + "display": "Gaumenbogen (vorderer) (hinterer)", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "H02AB03", - "display": "Fluocortolon", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I33.0", + "display": "Akute und subakute infekti\u00f6se Endokarditis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -21529,8 +23208,8 @@ } ], "key": { - "code": "B01AB51", - "display": "Heparin, Kombinationen", + "code": "H02AB01", + "display": "Betamethason", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -21552,8 +23231,8 @@ } ], "key": { - "code": "E14.20", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Nierenkomplikationen : Nicht als entgleist bezeichnet", + "code": "C43.1", + "display": "B\u00f6sartiges Melanom des Augenlides, einschlie\u00dflich Kanthus", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -21575,9 +23254,10 @@ } ], "key": { - "code": "I44", - "display": "Atrioventrikul\u00e4rer Block und Linksschenkelblock", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G71.1", + "display": "Myotone Syndrome", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -21598,34 +23278,23 @@ } ], "key": { - "code": "C76.2", - "display": "Abdomen", + "code": "C79.84", + "display": "Sonstige sekund\u00e4re b\u00f6sartige Neubildung des Herzens", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "J61", - "display": "Pneumokoniose durch Asbest und sonstige anorganische Fasern", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "16631-4", + "display": "aPTT in Blood by Coagulation 1:1 saline", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -21644,8 +23313,8 @@ } ], "key": { - "code": "I71.3", - "display": "Aneurysma der Aorta abdominalis, rupturiert", + "code": "C33", + "display": "B\u00f6sartige Neubildung der Trachea", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -21667,13 +23336,12 @@ } ], "key": { - "code": "162397003", - "display": "Halsschmerzen", - "system": "http://snomed.info/sct" + "code": "I25.20", + "display": "29 Tage bis unter 4 Monate zur\u00fcckliegend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "MedicationStatement", @@ -21697,8 +23365,8 @@ } ], "key": { - "code": "J05AR22", - "display": "Emtricitabin, Tenofoviralafenamid, Darunavir und Cobicistat", + "code": "J05AB06", + "display": "Ganciclovir", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -21707,11 +23375,12 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "88112-8", - "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma by No addition of P-5'-P", + "code": "49498-9", + "display": "Leukocytes [#/volume] in Blood by Estimate", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { @@ -21731,36 +23400,13 @@ } ], "key": { - "code": "E14.8", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit nicht n\u00e4her bezeichneten Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I51.1", + "display": "Ruptur der Chordae tendineae, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Immunization", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "871875004", - "display": "Vaccine product containing only Bordetella pertussis and Clostridium tetani and Corynebacterium diphtheriae antigens (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -21783,9 +23429,9 @@ } ], "key": { - "code": "41549009", - "display": "Product containing angiotensin-converting enzyme inhibitor (product)", - "system": "http://snomed.info/sct" + "code": "C09AA", + "display": "ACE-Hemmer, rein", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -21806,8 +23452,8 @@ } ], "key": { - "code": "C92.21", - "display": "Atypische chronische myeloische Leuk\u00e4mie, BCR/ABL-negativ : In kompletter Remission", + "code": "C78.3", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung sonstiger und nicht n\u00e4her bezeichneter Atmungsorgane", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -21829,14 +23475,15 @@ } ], "key": { - "code": "C94.61", - "display": "Myelodysplastische und myeloproliferative Krankheit, nicht klassifizierbar : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "A15.0", + "display": "Lungentuberkulose, durch mikroskopische Untersuchung des Sputums gesichert, mit oder ohne Nachweis durch Kultur oder molekularbiologische Verfahren", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -21844,45 +23491,50 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "243174005", - "display": "Weaning from mechanically assisted ventilation", - "system": "http://snomed.info/sct" + "code": "L04AB", + "display": "Tumornekrosefaktor alpha(TNF-alpha)-Inhibitoren", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C68.1", - "display": "Paraurethrale Dr\u00fcse", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "233565004", + "display": "Platelet apheresis using random donors", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -21908,8 +23560,8 @@ } ], "key": { - "code": "243153009", - "display": "High frequency positive pressure ventilation", + "code": "11310004", + "display": "Breathing exercise, blow bottle", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -21931,8 +23583,32 @@ } ], "key": { - "code": "M06.99", - "display": "Chronische Polyarthritis, nicht n\u00e4her bezeichnet : Nicht n\u00e4her bezeichnete Lokalisation", + "code": "I67.9", + "display": "Zerebrovaskul\u00e4re Krankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C85.1", + "display": "B-Zell-Lymphom, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -21954,14 +23630,14 @@ } ], "key": { - "code": "C96.0", - "display": "Multifokale und multisystemische (disseminierte) Langerhans-Zell-Histiozytose [Abt-Letterer-Siwe-Krankheit]", + "code": "C40.0", + "display": "Skapula und lange Knochen der oberen Extremit\u00e4t", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -21972,17 +23648,49 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "1119305005", - "display": "Vaccine product containing only Severe acute respiratory syndrome coronavirus 2 antigen (medicinal product)", + "code": "82433009", + "display": "Continuous negative pressure ventilation treatment", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "H02AB54", + "display": "Methylprednisolon-Depot", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -22001,8 +23709,32 @@ } ], "key": { - "code": "E11.73", - "display": "Diabetes mellitus, Typ 2 : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, als entgleist bezeichnet", + "code": "I87.20", + "display": "Ven\u00f6se Insuffizienz (chronisch) (peripher) ohne Ulzeration", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C05.1", + "display": "Weicher Gaumen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -22024,8 +23756,8 @@ } ], "key": { - "code": "N18.3", - "display": "Chronische Nierenkrankheit, Stadium 3", + "code": "C77.5", + "display": "Intrapelvine Lymphknoten", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -22047,8 +23779,8 @@ } ], "key": { - "code": "K28.0", - "display": "Ulcus pepticum jejuni : Akut, mit Blutung", + "code": "C54.1", + "display": "Endometrium", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -22075,8 +23807,8 @@ } ], "key": { - "code": "L03AB10", - "display": "Peginterferon alfa-2b", + "code": "H02AB09", + "display": "Hydrocortison", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -22098,9 +23830,10 @@ } ], "key": { - "code": "I82", - "display": "Sonstige ven\u00f6se Embolie und Thrombose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I95.0", + "display": "Idiopathische Hypotonie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -22121,14 +23854,15 @@ } ], "key": { - "code": "N17.81", - "display": "Sonstiges akutes Nierenversagen : Stadium 1", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K74.71", + "display": "Leberzirrhose, Stadium Child-Pugh B", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -22139,17 +23873,21 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "871878002", - "display": "Vaccine product containing only Bordetella pertussis and Clostridium tetani and Corynebacterium diphtheriae and Human poliovirus antigens (medicinal product)", + "code": "238321006", + "display": "Intermittent peritoneal dialysis", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -22168,65 +23906,33 @@ } ], "key": { - "code": "I97.21", - "display": "Lymph\u00f6dem nach (partieller) Mastektomie (mit Lymphadenektomie), Stadium II", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "J06BB01", - "display": "Anti-D(rh)-Immunglobulin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I81", + "display": "Pfortaderthrombose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "76777009", - "display": "Electrophrenic respiration", - "system": "http://snomed.info/sct" + "code": "C60.8", + "display": "Penis, mehrere Teilbereiche \u00fcberlappend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -22247,12 +23953,24 @@ } ], "key": { - "code": "J44.83", - "display": "Sonstige n\u00e4her bezeichnete chronische obstruktive Lungenkrankheit : FEV_1 >=70\u00a0% des Sollwertes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G35", + "display": "Multiple Sklerose [Encephalomyelitis disseminata]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Patient", + "fixedCriteria": [], + "key": { + "code": "372148003", + "display": "Ethnic group (ethnic group)", + "system": "http://snomed.info/sct" + }, + "valueFhirPath": "extension.ethnicGroup", + "valueSearchParameter": "codex-ethnicity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -22270,14 +23988,14 @@ } ], "key": { - "code": "I09.1", - "display": "Rheumatische Krankheiten des Endokards, Herzklappe nicht n\u00e4her bezeichnet", + "code": "C10.1", + "display": "Vorderfl\u00e4che der Epiglottis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -22288,17 +24006,21 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "836388000", - "display": "Vaccine product containing Rubella virus antigen (medicinal product)", + "code": "225230008", + "display": "Chronic peritoneal dialysis", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -22317,9 +24039,10 @@ } ], "key": { - "code": "C94.21", - "display": "Akute Megakaryoblastenleuk\u00e4mie : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I05.9", + "display": "Mitralklappenkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -22340,9 +24063,10 @@ } ], "key": { - "code": "C75.0", - "display": "Nebenschilddr\u00fcse", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G20.00", + "display": "Prim\u00e4res Parkinson-Syndrom mit fehlender oder geringer Beeintr\u00e4chtigung : Ohne Wirkungsfluktuation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -22363,35 +24087,53 @@ } ], "key": { - "code": "C44.6", - "display": "Haut der oberen Extremit\u00e4t, einschlie\u00dflich Schulter", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G40.9", + "display": "Epilepsie, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "D89.3", - "display": "Immunrekonstitutionssyndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "233595007", + "display": "Intravenous gas exchange", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "27811-9", + "display": "Antithrombin actual/normal in Platelet poor plasma by Chromogenic method", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -22409,9 +24151,10 @@ } ], "key": { - "code": "C71.0", - "display": "Zerebrum, ausgenommen Hirnlappen und Ventrikel", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G72.2", + "display": "Myopathie durch sonstige toxische Agenzien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -22432,9 +24175,10 @@ } ], "key": { - "code": "D80.6", - "display": "Antik\u00f6rpermangel bei Normo- oder Hypergammaglobulin\u00e4mie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I71.04", + "display": "Dissektion der Aorta nicht n\u00e4her bezeichneter Lokalisation, rupturiert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -22455,14 +24199,26 @@ } ], "key": { - "code": "I60.9", - "display": "Subarachnoidalblutung, nicht n\u00e4her bezeichnet", + "code": "C69.0", + "display": "Konjunktiva", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "72166-2", + "display": "Tobacco smoking status", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueConcept", + "valueSearchParameter": "value-concept" + }, + { + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -22470,124 +24226,146 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "229299002", - "display": "Relaxed breathing", - "system": "http://snomed.info/sct" + "code": "B01AC22", + "display": "Prasugrel", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I70.9", - "display": "Generalisierte und nicht n\u00e4her bezeichnete Atherosklerose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "182753006", + "display": "Intestinal dialysis", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "G40.9", - "display": "Epilepsie, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "20261004", + "display": "Helium therapy", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "S02BA", - "display": "Corticosteroide", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "229301009", + "display": "Incentive spirometry", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "26881-3", + "display": "Interleukin 6 [Mass/volume] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "B01AC27", - "display": "Selexipag", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "233577009", + "display": "Intermittent hemodialysis with continuous ultrafiltration", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -22608,40 +24386,12 @@ } ], "key": { - "code": "I83", - "display": "Varizen der unteren Extremit\u00e4ten", + "code": "C79.3", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Gehirns und der Hirnh\u00e4ute", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L04AC15", - "display": "Sirukumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -22659,8 +24409,8 @@ } ], "key": { - "code": "I63.3", - "display": "Hirninfarkt durch Thrombose zerebraler Arterien", + "code": "C77.3", + "display": "Axill\u00e4re Lymphknoten und Lymphknoten der oberen Extremit\u00e4t", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -22682,37 +24432,32 @@ } ], "key": { - "code": "C04", - "display": "B\u00f6sartige Neubildung des Mundbodens", + "code": "M31.4", + "display": "Aortenbogen-Syndrom [Takayasu-Syndrom]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "20261004", - "display": "Helium therapy", - "system": "http://snomed.info/sct" + "code": "C11.3", + "display": "Vorderwand des Nasopharynx", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -22738,8 +24483,8 @@ } ], "key": { - "code": "229291004", - "display": "Thoracic expansion exercises", + "code": "243163001", + "display": "Positive end expiratory pressure increased to best PEEP", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -22766,8 +24511,8 @@ } ], "key": { - "code": "243159008", - "display": "Intermittent negative pressure ventilation", + "code": "229305000", + "display": "Menthol inhalations", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -22789,42 +24534,51 @@ } ], "key": { - "code": "I25.14", - "display": "Stenose des linken Hauptstammes", + "code": "C56", + "display": "B\u00f6sartige Neubildung des Ovars", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "753-4", + "display": "Neutrophils [#/volume] in Blood by Manual count", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "A12CB", - "display": "Zink", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "43724002", + "display": "Sch\u00fcttelfrost", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -22835,17 +24589,21 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "836384003", - "display": "Vaccine product containing Bacillus anthracis antigen (medicinal product)", + "code": "238319001", + "display": "Continuous cycling peritoneal dialysis", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -22864,8 +24622,8 @@ } ], "key": { - "code": "I80", - "display": "Thrombose, Phlebitis und Thrombophlebitis", + "code": "C45.7", + "display": "Mesotheliom sonstiger Lokalisationen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -22887,37 +24645,37 @@ } ], "key": { - "code": "C00.0", - "display": "\u00c4u\u00dfere Oberlippe", + "code": "C52", + "display": "B\u00f6sartige Neubildung der Vagina", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "J05AP01", - "display": "Ribavirin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "44387004", + "display": "Decompression chamber therapy", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -22938,101 +24696,118 @@ } ], "key": { - "code": "M32.0", - "display": "Arzneimittelinduzierter systemischer Lupus erythematodes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G70.2", + "display": "Angeborene oder entwicklungsbedingte Myasthenie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "K74.3", - "display": "Prim\u00e4re bili\u00e4re Zirrhose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "59032-3", + "display": "Lactate [Mass/volume] in Blood", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I67", - "display": "Sonstige zerebrovaskul\u00e4re Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "M01BA07", + "display": "Metamizol und Corticosteroide", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "804-5", + "display": "Leukocytes [#/volume] in Blood by Manual count", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "F23.3", - "display": "Sonstige akute vorwiegend wahnhafte psychotische St\u00f6rungen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AC07", + "display": "Dipyridamol", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I02.9", - "display": "Rheumatische Chorea ohne Herzbeteiligung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "233589006", + "display": "Continuous arteriovenous hemodiafiltration", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -23053,9 +24828,10 @@ } ], "key": { - "code": "I61.0", - "display": "Intrazerebrale Blutung in die Gro\u00dfhirnhemisph\u00e4re, subkortikal", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I97.21", + "display": "Lymph\u00f6dem nach (partieller) Mastektomie (mit Lymphadenektomie), Stadium II", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -23076,9 +24852,38 @@ } ], "key": { - "code": "C16", - "display": "B\u00f6sartige Neubildung des Magens", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I61.6", + "display": "Intrazerebrale Blutung an mehreren Lokalisationen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "423574009", + "display": "Continuous positive airway pressure ventilation weaning protocol", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -23104,8 +24909,8 @@ } ], "key": { - "code": "N02BA01", - "display": "Acetylsalicyls\u00e4ure", + "code": "B02AB04", + "display": "Camostat", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -23127,9 +24932,10 @@ } ], "key": { - "code": "I60.7", - "display": "Subarachnoidalblutung, von nicht n\u00e4her bezeichneter intrakranieller Arterie ausgehend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G47.32", + "display": "Schlafbezogenes Hypoventilations-Syndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -23150,32 +24956,65 @@ } ], "key": { - "code": "G72.1", - "display": "Alkoholmyopathie", + "code": "M36.2", + "display": "Arthropathia haemophilica[D66-D68]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "E13.80", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit nicht n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AC86", + "display": "Acetylsalicyls\u00e4ure und Esomeprazol", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "233594006", + "display": "Lipopheresis", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -23201,8 +25040,8 @@ } ], "key": { - "code": "B01AC21", - "display": "Treprostinil", + "code": "R03AK08", + "display": "Formoterol und Beclometason", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -23224,9 +25063,10 @@ } ], "key": { - "code": "C53.8", - "display": "Cervix uteri, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E14.73", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -23247,9 +25087,10 @@ } ], "key": { - "code": "I20-I25", - "display": "Isch\u00e4mische Herzkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I21.1", + "display": "Akuter transmuraler Myokardinfarkt der Hinterwand", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -23270,9 +25111,10 @@ } ], "key": { - "code": "C65", - "display": "B\u00f6sartige Neubildung des Nierenbeckens", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K75.9", + "display": "Entz\u00fcndliche Leberkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -23293,37 +25135,34 @@ } ], "key": { - "code": "C84.9", - "display": "Reifzelliges T/NK-Zell-Lymphom, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.21", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Nierenkomplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "243160003", - "display": "Control of end expiratory pressure", - "system": "http://snomed.info/sct" + "code": "I27.8", + "display": "Sonstige n\u00e4her bezeichnete pulmonale Herzkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -23344,8 +25183,8 @@ } ], "key": { - "code": "I20", - "display": "Angina pectoris", + "code": "C92.81", + "display": "Akute myeloische Leuk\u00e4mie mit multiline\u00e4rer Dysplasie : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -23367,8 +25206,8 @@ } ], "key": { - "code": "I80.8", - "display": "Thrombose, Phlebitis und Thrombophlebitis sonstiger Lokalisationen", + "code": "Z94.0", + "display": "Zustand nach Nierentransplantation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -23390,40 +25229,12 @@ } ], "key": { - "code": "G40.6", - "display": "Grand-Mal-Anf\u00e4lle, nicht n\u00e4her bezeichnet (mit oder ohne Petit-Mal)", + "code": "C94.01", + "display": "Akute Erythroleuk\u00e4mie : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "A11CC06", - "display": "Calcifediol", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -23441,9 +25252,10 @@ } ], "key": { - "code": "I25.6", - "display": "Stumme Myokardisch\u00e4mie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I20.9", + "display": "Angina pectoris, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -23464,8 +25276,8 @@ } ], "key": { - "code": "N17.11", - "display": "Akutes Nierenversagen mit akuter Rindennekrose : Stadium 1", + "code": "C21.0", + "display": "Anus, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -23487,39 +25299,36 @@ } ], "key": { - "code": "N17.21", - "display": "Akutes Nierenversagen mit Marknekrose : Stadium 1", + "code": "M35.8", + "display": "Sonstige n\u00e4her bezeichnete Krankheiten mit Systembeteiligung des Bindegewebes", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BB05", - "display": "Nifenazon", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "22253000", + "display": "Schmerzen", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -23538,23 +25347,13 @@ } ], "key": { - "code": "C38.2", - "display": "Hinteres Mediastinum", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K71.1", + "display": "Toxische Leberkrankheit mit Lebernekrose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "20567-4", - "display": "Ferritin [Mass/volume] in Serum or Plasma by Immunoassay", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -23572,9 +25371,10 @@ } ], "key": { - "code": "E66.20", - "display": "\u00dcberm\u00e4\u00dfige Adipositas mit alveol\u00e4rer Hypoventilation : Adipositas Grad I (WHO) bei Patienten von 18 Jahren und \u00e4lter", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B18.14", + "display": "Chronische Virushepatitis B ohne Delta-Virus, Phase 4", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -23595,9 +25395,10 @@ } ], "key": { - "code": "C00.3", - "display": "Oberlippe, Innenseite", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I89.05", + "display": "Lymph\u00f6dem, sonstige Lokalisation, Stadium\u00a0III", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -23618,8 +25419,8 @@ } ], "key": { - "code": "C60.2", - "display": "Penisschaft", + "code": "C05.9", + "display": "Gaumen, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -23646,32 +25447,37 @@ } ], "key": { - "code": "243145001", - "display": "Diaphragmatic augmentation", + "code": "127779003", + "display": "Oscillating positive expiratory pressure (flutter) physiotherapy", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C10.8", - "display": "Oropharynx, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L03AB14", + "display": "Cepeginterferon alfa-2b", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -23692,39 +25498,14 @@ } ], "key": { - "code": "I06.9", - "display": "Rheumatische Aortenklappenkrankheit, nicht n\u00e4her bezeichnet", + "code": "D84.9", + "display": "Immundefekt, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "426000000", - "display": "Fieber \u00fcber 38\u00b0 Celsius", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" - }, - { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -23732,22 +25513,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "676002", - "display": "Peritoneal dialysis including cannulation", - "system": "http://snomed.info/sct" + "code": "C09BX03", + "display": "Ramipril, Amlodipin und Hydrochlorothiazid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -23768,12 +25549,25 @@ } ], "key": { - "code": "I20.8", - "display": "Sonstige Formen der Angina pectoris", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G40.01", + "display": "CSWS [Continuous spikes and waves during slow-wave sleep]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "88636-6", + "display": "Known exposure [Identifier]", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueConcept", + "valueSearchParameter": "value-concept" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -23791,8 +25585,8 @@ } ], "key": { - "code": "E11.9", - "display": "Diabetes mellitus, Typ 2 : Ohne Komplikationen", + "code": "C95.00", + "display": "Akute Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -23814,23 +25608,12 @@ } ], "key": { - "code": "C71.3", - "display": "Parietallappen", + "code": "C78.8", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung sonstiger und nicht n\u00e4her bezeichneter Verdauungsorgane", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "94564-2", - "display": "SARS-CoV-2 (COVID-19) IgM Ab [Presence] in Serum or Plasma by Immunoassay", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-concept" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -23848,121 +25631,106 @@ } ], "key": { - "code": "C63.9", - "display": "M\u00e4nnliches Genitalorgan, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G72.0", + "display": "Arzneimittelinduzierte Myopathie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "J06BB09", - "display": "Cytomegalievirus-Immunglobulin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "40917007", + "display": "Bewusstseinstr\u00fcbung", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "B01AB13", - "display": "Certoparin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C75.9", + "display": "Endokrine Dr\u00fcse, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BE01", - "display": "Paracetamol", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I80.81", + "display": "Thrombose, Phlebitis und Thrombophlebitis tiefer Gef\u00e4\u00dfe der oberen Extremit\u00e4ten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "B01AF02", - "display": "Apixaban", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "E10.31", + "display": "Diabetes mellitus, Typ 1 : Mit Augenkomplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -23983,37 +25751,33 @@ } ], "key": { - "code": "E11.74", - "display": "Diabetes mellitus, Typ 2 : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G71.8", + "display": "Sonstige prim\u00e4re Myopathien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L01XE18", - "display": "Ruxolitinib", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "D84.1", + "display": "Defekte im Komplementsystem", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -24034,23 +25798,12 @@ } ], "key": { - "code": "B24", - "display": "Nicht n\u00e4her bezeichnete HIV-Krankheit [Humane Immundefizienz-Viruskrankheit]", + "code": "C04.0", + "display": "Vorderer Teil des Mundbodens", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "91120-6", - "display": "Antithrombin in Platelet poor plasma by Chromo.no addition of heparin", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -24068,9 +25821,10 @@ } ], "key": { - "code": "G70.2", - "display": "Angeborene oder entwicklungsbedingte Myasthenie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I74.4", + "display": "Embolie und Thrombose der Extremit\u00e4tenarterien, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -24091,8 +25845,8 @@ } ], "key": { - "code": "C96.2", - "display": "B\u00f6sartiger Mastzelltumor", + "code": "C16.5", + "display": "Kleine Kurvatur des Magens, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -24114,9 +25868,10 @@ } ], "key": { - "code": "C25.4", - "display": "Endokriner Dr\u00fcsenanteil des Pankreas", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.0", + "display": "Atherosklerotische Herz-Kreislauf-Krankheit, so beschrieben", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -24137,12 +25892,25 @@ } ], "key": { - "code": "A41.9", - "display": "Sepsis, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I62.00", + "display": "Akut", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "88112-8", + "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma by No addition of P-5'-P", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -24165,37 +25933,33 @@ } ], "key": { - "code": "B01AC06", - "display": "Acetylsalicyls\u00e4ure", + "code": "L04AC07", + "display": "Tocilizumab", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L01XE10", - "display": "Everolimus", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "J67.2", + "display": "Vogelz\u00fcchterlunge", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -24216,9 +25980,10 @@ } ], "key": { - "code": "I80.20", - "display": "Thrombose, Phlebitis und Thrombophlebitis der Beckenvenen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J68.1", + "display": "Lungen\u00f6dem durch chemische Substanzen, Gase, Rauch und D\u00e4mpfe", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -24239,9 +26004,10 @@ } ], "key": { - "code": "C57.3", - "display": "Parametrium", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K74.70", + "display": "Leberzirrhose, Stadium Child-Pugh A", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -24262,8 +26028,8 @@ } ], "key": { - "code": "C71.6", - "display": "Zerebellum", + "code": "C18.6", + "display": "Colon descendens", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -24285,9 +26051,10 @@ } ], "key": { - "code": "N17.13", - "display": "Akutes Nierenversagen mit akuter Rindennekrose : Stadium 3", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I13.11", + "display": "Hypertensive Herz- und Nierenkrankheit mit Niereninsuffizienz : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -24313,8 +26080,8 @@ } ], "key": { - "code": "G01BC", - "display": "Chinolin-Derivate und Corticosteroide", + "code": "P01BA02", + "display": "Hydroxychloroquin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -24336,9 +26103,10 @@ } ], "key": { - "code": "I10.00", - "display": "Benigne essentielle Hypertonie : Ohne Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K75.0", + "display": "Leberabszess", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -24359,47 +26127,13 @@ } ], "key": { - "code": "G35.2", - "display": "Multiple Sklerose mit prim\u00e4r-chronischem Verlauf", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I97.83", + "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am axill\u00e4ren Lymphabflussgebiet, Stadium\u00a0III", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Immunization", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "2221000221107", - "display": "Vaccine product containing only live attenuated Human alphaherpesvirus 3 antigen (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "72166-2", - "display": "Tobacco smoking status", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-concept" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -24417,9 +26151,10 @@ } ], "key": { - "code": "G40.02", - "display": "Benigne psychomotorische Epilepsie [terror fits]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.29", + "display": "Akutes Nierenversagen mit Marknekrose : Stadium nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -24440,9 +26175,10 @@ } ], "key": { - "code": "M34", - "display": "Systemische Sklerose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I80.20", + "display": "Thrombose, Phlebitis und Thrombophlebitis der Beckenvenen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -24463,48 +26199,43 @@ } ], "key": { - "code": "K51.3", - "display": "Ulzer\u00f6se (chronische) Rektosigmoiditis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J12.9", + "display": "Viruspneumonie, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "431314004", - "display": "Peripheral oxygen saturation (observable entity)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C26.1", - "display": "Milz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "59427005", + "display": "Synchronized intermittent mandatory ventilation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -24512,70 +26243,75 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "45851008", - "display": "Positive end expiratory pressure ventilation therapy, initiation and management", - "system": "http://snomed.info/sct" + "code": "B01AC36", + "display": "Dipyridamol und Acetylsalicyls\u00e4ure", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C91.60", - "display": "Prolymphozyten-Leuk\u00e4mie vom T-Zell-Typ : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BA55", + "display": "Salicylamid, Kombinationen exkl. Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Specimen", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "available", + "display": "Available", + "system": "http://hl7.org/fhir/ValueSet/specimen-status" } ] } ], "key": { - "code": "J44.12", - "display": "Chronische obstruktive Lungenkrankheit mit akuter Exazerbation, nicht n\u00e4her bezeichnet : FEV_1 >=50\u00a0% und <70 % des Sollwertes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "708048008", + "display": "Plasma specimen with citrate (specimen)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "type" }, { "fhirResourceType": "MedicationStatement", @@ -24599,8 +26335,8 @@ } ], "key": { - "code": "B01AC23", - "display": "Cilostazol", + "code": "J05AP01", + "display": "Ribavirin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -24622,9 +26358,10 @@ } ], "key": { - "code": "I46.9", - "display": "Herzstillstand, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I44.3", + "display": "Sonstiger und nicht n\u00e4her bezeichneter atrioventrikul\u00e4rer Block", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -24645,8 +26382,8 @@ } ], "key": { - "code": "C03.1", - "display": "Unterkieferzahnfleisch", + "code": "C11.8", + "display": "Nasopharynx, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -24668,9 +26405,38 @@ } ], "key": { - "code": "I97.22", - "display": "Lymph\u00f6dem nach (partieller) Mastektomie (mit Lymphadenektomie), Stadium III", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I77.0", + "display": "Arterioven\u00f6se Fistel, erworben", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "R03AL05", + "display": "Formoterol und Aclidiniumbromid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -24691,9 +26457,10 @@ } ], "key": { - "code": "I65.3", - "display": "Verschluss und Stenose mehrerer und beidseitiger pr\u00e4zerebraler Arterien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.60", + "display": "Diabetes mellitus, Typ 2 : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -24714,8 +26481,8 @@ } ], "key": { - "code": "D89.2", - "display": "Hypergammaglobulin\u00e4mie, nicht n\u00e4her bezeichnet", + "code": "C91.01", + "display": "Akute lymphatische Leuk\u00e4mie [ALL] : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -24737,9 +26504,33 @@ } ], "key": { - "code": "M36.53", - "display": "Stadium 3 der chronischen Bindegewebe-Graft-versus-Host-Krankheit [T86.07 ]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "328383001", + "display": "chronische leverziekte (aandoening)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "B23", + "display": "Sonstige Krankheitszust\u00e4nde infolge HIV-Krankheit [Humane Immundefizienz-Viruskrankheit]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -24765,8 +26556,8 @@ } ], "key": { - "code": "J06BA", - "display": "Immunglobuline, normal human", + "code": "C09BB", + "display": "ACE-Hemmer und Calciumkanalblocker", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -24793,31 +26584,36 @@ } ], "key": { - "code": "C09BB02", - "display": "Enalapril und Lercanidipin", + "code": "M01BA08", + "display": "Kebuzon und Corticosteroide", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "371924009", - "display": "Moderate to severe (qualifier value)", + "code": "233564000", + "display": "Platelet apheresis using HLA matched donors", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -24839,32 +26635,38 @@ } ], "key": { - "code": "G40.00", - "display": "Pseudo-Lennox-Syndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K77.13", + "display": "Stadium 3 der akuten Leber-Graft-versus-Host-Krankheit [T86.02 ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "E10.30", - "display": "Diabetes mellitus, Typ 1 : Mit Augenkomplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "55089006", + "display": "Inspiration mandatory ventilation therapy, initiation and management", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -24885,8 +26687,8 @@ } ], "key": { - "code": "I05.2", - "display": "Mitralklappenstenose mit Insuffizienz", + "code": "K25.2", + "display": "Ulcus ventriculi : Akut, mit Blutung und Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -24908,8 +26710,8 @@ } ], "key": { - "code": "C50", - "display": "B\u00f6sartige Neubildung der Brustdr\u00fcse [Mamma]", + "code": "C31.9", + "display": "Nasennebenh\u00f6hle, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -24931,9 +26733,10 @@ } ], "key": { - "code": "C91.00", - "display": "Akute lymphatische Leuk\u00e4mie [ALL] : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I40.8", + "display": "Sonstige akute Myokarditis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -24954,8 +26757,8 @@ } ], "key": { - "code": "D81.0", - "display": "Schwerer kombinierter Immundefekt [SCID] mit retikul\u00e4rer Dysgenesie", + "code": "C91.60", + "display": "Prolymphozyten-Leuk\u00e4mie vom T-Zell-Typ : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -24977,8 +26780,8 @@ } ], "key": { - "code": "C50.5", - "display": "Unterer \u00e4u\u00dferer Quadrant der Brustdr\u00fcse", + "code": "C75.0", + "display": "Nebenschilddr\u00fcse", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -25000,32 +26803,77 @@ } ], "key": { - "code": "J12.3", - "display": "Pneumonie durch humanes Metapneumovirus", + "code": "M36.4", + "display": "Arthropathie bei anderenorts klassifizierten Hypersensitivit\u00e4tsreaktionen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "43734-3", + "display": "aPTT in Platelet poor plasma by Coagulation 1:1 saline", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "E13.3", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Augenkomplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "233579007", + "display": "Continuous arteriovenous hemodialysis", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "N02BE05", + "display": "Propacetamol", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -25046,9 +26894,10 @@ } ], "key": { - "code": "E66.29", - "display": "\u00dcberm\u00e4\u00dfige Adipositas mit alveol\u00e4rer Hypoventilation : Grad oder Ausma\u00df der Adipositas nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K77.23", + "display": "Stadium 3 der chronischen Leber-Graft-versus-Host-Krankheit[T86.07 ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -25069,8 +26918,8 @@ } ], "key": { - "code": "K28.1", - "display": "Ulcus pepticum jejuni : Akut, mit Perforation", + "code": "C75.2", + "display": "Ductus craniopharyngealis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -25092,14 +26941,14 @@ } ], "key": { - "code": "C92.5", - "display": "Akute myelomonozyt\u00e4re Leuk\u00e4mie", + "code": "C77.0", + "display": "Lymphknoten des Kopfes, des Gesichtes und des Halses", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -25110,38 +26959,71 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "871887006", - "display": "Vaccine product containing only Bordetella pertussis and Clostridium tetani and Corynebacterium diphtheriae and Haemophilus influenzae type B and Human poliovirus antigens (medicinal product)", + "code": "14684005", + "display": "Peritoneal dialysis excluding cannulation", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "30242-2", + "display": "Lactate [Mass/volume] in Arterial blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "94769-7", + "display": "SARS-CoV-2 (COVID-19) Ab [Units/volume] in Serum or Plasma by Immunoassay", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C92.71", - "display": "Sonstige myeloische Leuk\u00e4mie : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "315041000", + "display": "High concentration oxygen therapy", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -25162,8 +27044,8 @@ } ], "key": { - "code": "I51.9", - "display": "Herzkrankheit, nicht n\u00e4her bezeichnet", + "code": "C00.4", + "display": "Unterlippe, Innenseite", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -25185,8 +27067,8 @@ } ], "key": { - "code": "G71.3", - "display": "Mitochondriale Myopathie, anderenorts nicht klassifiziert", + "code": "C96.9", + "display": "B\u00f6sartige Neubildung des lymphatischen, blutbildenden und verwandten Gewebes, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -25208,9 +27090,10 @@ } ], "key": { - "code": "N17.91", - "display": "Akutes Nierenversagen, nicht n\u00e4her bezeichnet : Stadium 1", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I28.8", + "display": "Sonstige n\u00e4her bezeichnete Krankheiten der Lungengef\u00e4\u00dfe", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -25231,9 +27114,10 @@ } ], "key": { - "code": "I12.91", - "display": "Hypertensive Nierenkrankheit ohne Niereninsuffizienz : Mit Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G71.9", + "display": "Prim\u00e4re Myopathie, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -25254,8 +27138,8 @@ } ], "key": { - "code": "C05.9", - "display": "Gaumen, nicht n\u00e4her bezeichnet", + "code": "K26.9", + "display": "Ulcus duodeni : Weder als akut noch als chronisch bezeichnet, ohne Blutung oder Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -25277,32 +27161,10 @@ } ], "key": { - "code": "C91.10", - "display": "Chronische lymphatische Leuk\u00e4mie vom B-Zell-Typ [CLL] : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "A24.1", - "display": "Akute oder fulminante Melioidose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I77.5", + "display": "Arteriennekrose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -25323,8 +27185,8 @@ } ], "key": { - "code": "I63.5", - "display": "Hirninfarkt durch nicht n\u00e4her bezeichneten Verschluss oder Stenose zerebraler Arterien", + "code": "D86.1", + "display": "Sarkoidose der Lymphknoten", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -25346,9 +27208,10 @@ } ], "key": { - "code": "I78.1", - "display": "N\u00e4vus, nichtneoplastisch", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.00", + "display": "Chronische obstruktive Lungenkrankheit mit akuter Infektion der unteren Atemwege : FEV_1 <35\u00a0% des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -25369,9 +27232,10 @@ } ], "key": { - "code": "C46.9", - "display": "Kaposi-Sarkom, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G40.08", + "display": "Sonstige lokalisationsbezogene (fokale) (partielle) idiopathische Epilepsie und epileptische Syndrome mit fokal beginnenden Anf\u00e4llen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -25392,8 +27256,8 @@ } ], "key": { - "code": "I32.8", - "display": "Perikarditis bei sonstigen anderenorts klassifizierten Krankheiten", + "code": "C82.4", + "display": "Follikul\u00e4res Lymphom Grad IIIb", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -25402,22 +27266,24 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "25386-4", - "display": "Creatinine [Moles/volume] in Body fluid", + "code": "94762-2", + "display": "SARS-CoV-2 (COVID-19) Ab [Presence] in Serum or Plasma by Immunoassay", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "valueFhirPath": "valueConcept", + "valueSearchParameter": "value-concept" }, { "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "3176-5", - "display": "Antithrombin [Moles/volume] in Platelet poor plasma by Chromogenic method", - "system": "http://loinc.org" + "code": "50373000", + "display": "Body height measure (observable entity)", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { @@ -25437,40 +27303,12 @@ } ], "key": { - "code": "C06", - "display": "B\u00f6sartige Neubildung sonstiger und nicht n\u00e4her bezeichneter Teile des Mundes", + "code": "C93.10", + "display": "Chronische myelomonozyt\u00e4re Leuk\u00e4mie : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "C09BB06", - "display": "Enalapril und Nitrendipin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -25488,9 +27326,10 @@ } ], "key": { - "code": "C41.3", - "display": "Rippen, Sternum und Klavikula", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I51.3", + "display": "Intrakardiale Thrombose, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -25511,32 +27350,37 @@ } ], "key": { - "code": "C54.1", - "display": "Endometrium", + "code": "C79.7", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Nebenniere", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "N18.89", - "display": "Sonstige chronische Nierenkrankheit, Stadium nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J05AR15", + "display": "Atazanavir und Cobicistat", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -25562,93 +27406,78 @@ } ], "key": { - "code": "C09BA33", - "display": "Moexipril und Hydrochlorothiazid", + "code": "L04AB07", + "display": "Opinercept", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "229288004", - "display": "Lower lateral costal expansion exercises", - "system": "http://snomed.info/sct" + "code": "K25.4", + "display": "Ulcus ventriculi : Chronisch oder nicht n\u00e4her bezeichnet, mit Blutung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "233592005", - "display": "Plasma filtration", - "system": "http://snomed.info/sct" + "code": "C49.6", + "display": "Bindegewebe und andere Weichteilgewebe des Rumpfes, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "H02AB51", - "display": "Betamethason-Depot", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C40.8", + "display": "Knochen und Gelenkknorpel der Extremit\u00e4ten, mehrere Teilbereiche \u00fcberlappend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -25674,8 +27503,8 @@ } ], "key": { - "code": "243158000", - "display": "Fluorocarbon ventilation", + "code": "243174005", + "display": "Weaning from mechanically assisted ventilation", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -25697,9 +27526,10 @@ } ], "key": { - "code": "J45.0", - "display": "Vorwiegend allergisches Asthma bronchiale", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I86.4", + "display": "Magenvarizen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -25720,9 +27550,10 @@ } ], "key": { - "code": "I34.80", - "display": "Nichtrheumatische Mitralklappenstenose mit Mitralklappeninsuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I44.4", + "display": "Linksanteriorer Faszikelblock", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -25743,39 +27574,24 @@ } ], "key": { - "code": "C95.1", - "display": "Chronische Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E14.60", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "243184006", - "display": "Ventilation with self-inflating bag", - "system": "http://snomed.info/sct" + "code": "76631-1", + "display": "Albumin [Mass/volume] in Blood by Bromocresol purple (BCP) dye binding method", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Procedure", @@ -25799,8 +27615,8 @@ } ], "key": { - "code": "233585000", - "display": "Continuous venovenous hemofiltration", + "code": "341939001", + "display": "Extracorporeal hemofiltration", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -25822,9 +27638,10 @@ } ], "key": { - "code": "I25.5", - "display": "Isch\u00e4mische Kardiomyopathie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.9", + "display": "Diabetes mellitus, Typ 2 : Ohne Komplikationen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, @@ -25850,42 +27667,42 @@ } ], "key": { - "code": "S02BA01", - "display": "Hydrocortison", + "code": "B01AB11", + "display": "Sulodexid", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "L04AB04", - "display": "Adalimumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "371908008", + "display": "Oxygen administration by mask", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -25893,22 +27710,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "243162006", - "display": "Positive end expiratory pressure increased to optimal PEEP", - "system": "http://snomed.info/sct" + "code": "N02BP02", + "display": "Lindenbl\u00fcten", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -25929,25 +27746,16 @@ } ], "key": { - "code": "C51.8", - "display": "Vulva, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "83107-3", - "display": "Natriuretic peptide.B prohormone N-Terminal [Mass/volume] in Serum or Plasma by Immunoassay", - "system": "http://loinc.org" + "code": "9826008", + "display": "Konjunktivitis", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -25955,22 +27763,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "243141005", - "display": "Mechanically assisted spontaneous ventilation", - "system": "http://snomed.info/sct" + "code": "B01AC16", + "display": "Eptifibatid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -25991,8 +27799,8 @@ } ], "key": { - "code": "I08.9", - "display": "Krankheit mehrerer Herzklappen, nicht n\u00e4her bezeichnet", + "code": "C57.7", + "display": "Sonstige n\u00e4her bezeichnete weibliche Genitalorgane", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -26014,9 +27822,10 @@ } ], "key": { - "code": "C79.86", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Bindegewebes und anderer Weichteilgewebe der Extremit\u00e4ten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I97.89", + "display": "Sonstige Kreislaufkomplikationen nach medizinischen Ma\u00dfnahmen, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -26037,9 +27846,10 @@ } ], "key": { - "code": "E10.5", - "display": "Diabetes mellitus, Typ 1 : Mit peripheren vaskul\u00e4ren Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J12.3", + "display": "Pneumonie durch humanes Metapneumovirus", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -26060,14 +27870,38 @@ } ], "key": { - "code": "D86", - "display": "Sarkoidose", + "code": "I22.0", + "display": "Rezidivierender Myokardinfarkt der Vorderwand", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C18.3", + "display": "Flexura coli dextra [hepatica]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -26075,22 +27909,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "12895002", - "display": "Physiotherapeutic breathing exercise", - "system": "http://snomed.info/sct" + "code": "C09BA54", + "display": "Perindopril und Indapamid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -26111,9 +27945,38 @@ } ], "key": { - "code": "442452003", - "display": "Life threatening severity (qualifier value)", - "system": "http://snomed.info/sct" + "code": "A16.8", + "display": "Sonstige Tuberkulose der Atmungsorgane ohne Angabe einer bakteriologischen, molekularbiologischen oder histologischen Sicherung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "C09BA22", + "display": "Enalapril und Hydrochlorothiazid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -26134,11 +27997,13 @@ } ], "key": { - "code": "E10.61", - "display": "Diabetes mellitus, Typ 1 : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "25064002", + "display": "Kopfschmerzen", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -26157,8 +28022,8 @@ } ], "key": { - "code": "M36.51", - "display": "Stadium 1 der chronischen Bindegewebe-Graft-versus-Host-Krankheit [T86.05][T86.06]", + "code": "C15.2", + "display": "Abdominaler \u00d6sophagus", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -26185,8 +28050,8 @@ } ], "key": { - "code": "C09BA55", - "display": "Ramipril und Piretanid", + "code": "J06BB30", + "display": "Kombinationen", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -26208,8 +28073,8 @@ } ], "key": { - "code": "I28.1", - "display": "Aneurysma der A. pulmonalis", + "code": "C43.9", + "display": "B\u00f6sartiges Melanom der Haut, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -26236,12 +28101,36 @@ } ], "key": { - "code": "286813003", - "display": "Pressure controlled SIMV", + "code": "12484000", + "display": "Respiratory care and adjustment", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "G72.88", + "display": "Sonstige n\u00e4her bezeichnete Myopathien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Procedure", "fixedCriteria": [ @@ -26264,8 +28153,8 @@ } ], "key": { - "code": "73257006", - "display": "Peritoneal dialysis catheter maintenance", + "code": "302220000", + "display": "Asthma control steps", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -26287,9 +28176,10 @@ } ], "key": { - "code": "M30", - "display": "Panarteriitis nodosa und verwandte Zust\u00e4nde", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.80", + "display": "Sonstige n\u00e4her bezeichnete chronische obstruktive Lungenkrankheit : FEV_1 <35\u00a0% des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -26310,8 +28200,8 @@ } ], "key": { - "code": "C72.5", - "display": "Sonstige und nicht n\u00e4her bezeichnete Hirnnerven", + "code": "K27.5", + "display": "Ulcus pepticum, Lokalisation nicht n\u00e4her bezeichnet : Chronisch oder nicht n\u00e4her bezeichnet, mit Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -26333,8 +28223,8 @@ } ], "key": { - "code": "I35.9", - "display": "Aortenklappenkrankheit, nicht n\u00e4her bezeichnet", + "code": "C50.6", + "display": "Recessus axillaris der Brustdr\u00fcse", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -26356,51 +28246,12 @@ } ], "key": { - "code": "K76.6", - "display": "Portale Hypertonie", + "code": "C82.6", + "display": "Kutanes Follikelzentrumslymphom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "71427-9", - "display": "Fibrin D-dimer FEU [Mass/volume] in Blood by Immunoassay", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "229313004", - "display": "Manual hyperinflation", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -26418,9 +28269,10 @@ } ], "key": { - "code": "J44.10", - "display": "Chronische obstruktive Lungenkrankheit mit akuter Exazerbation, nicht n\u00e4her bezeichnet : FEV_1 <35\u00a0% des Sollwertes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I77.8", + "display": "Sonstige n\u00e4her bezeichnete Krankheiten der Arterien und Arteriolen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -26441,9 +28293,10 @@ } ], "key": { - "code": "I10.01", - "display": "Benigne essentielle Hypertonie : Mit Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I73.0", + "display": "Raynaud-Syndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -26464,11 +28317,13 @@ } ], "key": { - "code": "C45-C49", - "display": "B\u00f6sartige Neubildungen des mesothelialen Gewebes und des Weichteilgewebes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "68962001", + "display": "Muskelschmerzen", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -26487,8 +28342,8 @@ } ], "key": { - "code": "A15.0", - "display": "Lungentuberkulose, durch mikroskopische Untersuchung des Sputums gesichert, mit oder ohne Nachweis durch Kultur oder molekularbiologische Verfahren", + "code": "D81.6", + "display": "Haupthistokompatibilit\u00e4ts-Komplex-Klasse-I-Defekt [MHC-Klasse-I-Defekt]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -26510,13 +28365,11 @@ } ], "key": { - "code": "3006004", - "display": "Bewusstseinsst\u00f6rung", - "system": "http://snomed.info/sct" + "code": "C60.2", + "display": "Penisschaft", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -26535,13 +28388,12 @@ } ], "key": { - "code": "57676002", - "display": "Gelenkschmerz", - "system": "http://snomed.info/sct" + "code": "F33.0", + "display": "Rezidivierende depressive St\u00f6rung, gegenw\u00e4rtig leichte Episode", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -26560,11 +28412,13 @@ } ], "key": { - "code": "I34.0", - "display": "Mitralklappeninsuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "162397003", + "display": "Halsschmerzen", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -26583,32 +28437,38 @@ } ], "key": { - "code": "K28", - "display": "Ulcus pepticum jejuni", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J17", + "display": "Pneumonie bei anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I60-I69", - "display": "Zerebrovaskul\u00e4re Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J05AR22", + "display": "Emtricitabin, Tenofoviralafenamid, Darunavir und Cobicistat", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -26629,9 +28489,10 @@ } ], "key": { - "code": "C31.9", - "display": "Nasennebenh\u00f6hle, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E14.50", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit peripheren vaskul\u00e4ren Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -26652,8 +28513,8 @@ } ], "key": { - "code": "I86.3", - "display": "Vulvavarizen", + "code": "D80.1", + "display": "Nichtfamili\u00e4re Hypogammaglobulin\u00e4mie", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -26675,9 +28536,10 @@ } ], "key": { - "code": "D84", - "display": "Sonstige Immundefekte", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "P27.1", + "display": "Bronchopulmonale Dysplasie mit Ursprung in der Perinatalperiode", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -26698,40 +28560,36 @@ } ], "key": { - "code": "G20.20", - "display": "Prim\u00e4res Parkinson-Syndrom mit schwerster Beeintr\u00e4chtigung : Ohne Wirkungsfluktuation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E14.51", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit peripheren vaskul\u00e4ren Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "code", - "searchParameter": "code", + "fhirPath": "status", + "searchParameter": "status", "type": "code", "value": [ { - "code": "85354-9", - "display": "Blood pressure panel with all children optional", - "system": "http://loinc.org" - }, - { - "code": "75367002", - "display": "Blood pressure (observable entity)", - "system": "http://snomed.info/sct" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "271649006", - "display": "Systolic blood pressure (observable entity)", + "code": "836387005", + "display": "Vaccine product containing Rotavirus antigen (medicinal product)", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "component-code", - "valueSearchParameter": "component-value-quantity" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -26750,14 +28608,15 @@ } ], "key": { - "code": "C72.9", - "display": "Zentralnervensystem, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I41.0", + "display": "Myokarditis bei anderenorts klassifizierten bakteriellen Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -26765,50 +28624,45 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "243171002", - "display": "NEEP increased - Negative end expiratory pressure increased", - "system": "http://snomed.info/sct" + "code": "C09BA33", + "display": "Moexipril und Hydrochlorothiazid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "B01AE01", - "display": "Desirudin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "M32.8", + "display": "Sonstige Formen des systemischen Lupus erythematodes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -26829,9 +28683,10 @@ } ], "key": { - "code": "I60.1", - "display": "Subarachnoidalblutung, von der A. cerebri media ausgehend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K72.1", + "display": "Chronisches Leberversagen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -26852,8 +28707,8 @@ } ], "key": { - "code": "C92.3", - "display": "Myelosarkom", + "code": "C69.4", + "display": "Ziliark\u00f6rper", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -26875,32 +28730,50 @@ } ], "key": { - "code": "I40", - "display": "Akute Myokarditis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.83", + "display": "Sonstige n\u00e4her bezeichnete chronische obstruktive Lungenkrankheit : FEV_1 >=70\u00a0% des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "2703-7", + "display": "Oxygen [Partial pressure] in Arterial blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "G47.30", - "display": "Zentrales Schlafapnoe-Syndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09BA15", + "display": "Zofenopril und Diuretika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -26921,8 +28794,8 @@ } ], "key": { - "code": "E11.2", - "display": "Diabetes mellitus, Typ 2 : Mit Nierenkomplikationen", + "code": "C95.11", + "display": "Chronische Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -26944,32 +28817,65 @@ } ], "key": { - "code": "F23.9", - "display": "Akute vor\u00fcbergehende psychotische St\u00f6rung, nicht n\u00e4her bezeichnet", + "code": "C25.9", + "display": "Pankreas, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "E10.81", - "display": "Diabetes mellitus, Typ 1 : Mit nicht n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09BA07", + "display": "Benazepril und Diuretika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "426990007", + "display": "Home oxygen therapy", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -26990,9 +28896,10 @@ } ], "key": { - "code": "I47.2", - "display": "Ventrikul\u00e4re Tachykardie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I71.3", + "display": "Aneurysma der Aorta abdominalis, rupturiert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -27013,9 +28920,10 @@ } ], "key": { - "code": "C63.7", - "display": "Sonstige n\u00e4her bezeichnete m\u00e4nnliche Genitalorgane", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G72.4", + "display": "Entz\u00fcndliche Myopathie, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -27041,8 +28949,8 @@ } ], "key": { - "code": "11310004", - "display": "Breathing exercise, blow bottle", + "code": "281508008", + "display": "Cuirasse ventilation", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -27069,8 +28977,8 @@ } ], "key": { - "code": "H02AB02", - "display": "Dexamethason", + "code": "R03AK09", + "display": "Formoterol und Mometason", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -27092,9 +29000,10 @@ } ], "key": { - "code": "I32", - "display": "Perikarditis bei anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I63.2", + "display": "Hirninfarkt durch nicht n\u00e4her bezeichneten Verschluss oder Stenose pr\u00e4zerebraler Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -27115,9 +29024,10 @@ } ], "key": { - "code": "E11.72", - "display": "Diabetes mellitus, Typ 2 : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K73.9", + "display": "Chronische Hepatitis, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -27138,55 +29048,37 @@ } ], "key": { - "code": "I08.2", - "display": "Krankheiten der Aorten- und Trikuspidalklappe, kombiniert", + "code": "C10.4", + "display": "Kiemengang", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I67.10", - "display": "Zerebrales Aneurysma (erworben)", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I77", - "display": "Sonstige Krankheiten der Arterien und Arteriolen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L01XE10", + "display": "Everolimus", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -27207,8 +29099,8 @@ } ], "key": { - "code": "I08.0", - "display": "Krankheiten der Mitral- und Aortenklappe, kombiniert", + "code": "C92.00", + "display": "Akute myeloblastische Leuk\u00e4mie [AML] : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -27230,23 +29122,12 @@ } ], "key": { - "code": "Z94.9", - "display": "Zustand nach Organ- oder Gewebetransplantation, nicht n\u00e4her bezeichnet", + "code": "C21.8", + "display": "Rektum, Anus und Analkanal, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "71426-1", - "display": "C reactive protein [Mass/volume] in Blood by High sensitivity method", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -27264,8 +29145,8 @@ } ], "key": { - "code": "I68.0", - "display": "Zerebrale Amyloidangiopathie [E85.- ]", + "code": "C57.8", + "display": "Weibliche Genitalorgane, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -27287,55 +29168,66 @@ } ], "key": { - "code": "D89.9", - "display": "St\u00f6rung mit Beteiligung des Immunsystems, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I34.80", + "display": "Nichtrheumatische Mitralklappenstenose mit Mitralklappeninsuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I78.8", - "display": "Sonstige Krankheiten der Kapillaren", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AC21", + "display": "Treprostinil", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I88.1", - "display": "Chronische Lymphadenitis, ausgenommen mesenterial", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "405609003", + "display": "Volume controlled ventilation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -27356,9 +29248,10 @@ } ], "key": { - "code": "I20.1", - "display": "Angina pectoris mit nachgewiesenem Koronarspasmus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I42.1", + "display": "Hypertrophische obstruktive Kardiomyopathie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -27379,9 +29272,10 @@ } ], "key": { - "code": "C83.7", - "display": "Burkitt-Lymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.21", + "display": "Diabetes mellitus, Typ 2 : Mit Nierenkomplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -27389,38 +29283,35 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "1751-7", - "display": "Albumin [Mass/volume] in Serum or Plasma", + "code": "6598-7", + "display": "Troponin T.cardiac [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "D01AC20", - "display": "Imidazole/Triazole in Kombination mit Corticosteroiden", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I07.9", + "display": "Trikuspidalklappenkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -27441,9 +29332,10 @@ } ], "key": { - "code": "C43.3", - "display": "B\u00f6sartiges Melanom sonstiger und nicht n\u00e4her bezeichneter Teile des Gesichtes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I37.2", + "display": "Pulmonalklappenstenose mit Insuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -27464,8 +29356,8 @@ } ], "key": { - "code": "I97.0", - "display": "Postkardiotomie-Syndrom", + "code": "D84.8", + "display": "Sonstige n\u00e4her bezeichnete Immundefekte", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -27487,9 +29379,10 @@ } ], "key": { - "code": "I13.20", - "display": "Hypertensive Herz- und Nierenkrankheit mit (kongestiver) Herzinsuffizienz und Niereninsuffizienz : Ohne Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I42.7", + "display": "Kardiomyopathie durch Arzneimittel oder sonstige exogene Substanzen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -27510,9 +29403,10 @@ } ], "key": { - "code": "F33.9", - "display": "Rezidivierende depressive St\u00f6rung, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I06.8", + "display": "Sonstige rheumatische Aortenklappenkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -27533,8 +29427,8 @@ } ], "key": { - "code": "M35.2", - "display": "Beh\u00e7et-Krankheit", + "code": "K52.30", + "display": "Pancolitis indeterminata", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -27556,42 +29450,38 @@ } ], "key": { - "code": "C48.2", - "display": "Peritoneum, nicht n\u00e4her bezeichnet", + "code": "C15.5", + "display": "\u00d6sophagus, unteres Drittel", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "448134000", - "display": "Continuous positive airway pressure to nonventilated lung", - "system": "http://snomed.info/sct" + "code": "F33.3", + "display": "Rezidivierende depressive St\u00f6rung, gegenw\u00e4rtig schwere Episode mit psychotischen Symptomen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -27599,22 +29489,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "182714002", - "display": "Oxygenator therapy", - "system": "http://snomed.info/sct" + "code": "H02AB06", + "display": "Prednisolon", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -27635,9 +29525,10 @@ } ], "key": { - "code": "I11.90", - "display": "Hypertensive Herzkrankheit ohne (kongestive) Herzinsuffizienz : Ohne Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I86.88", + "display": "Varizen sonstiger n\u00e4her bezeichneter Lokalisationen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -27658,8 +29549,8 @@ } ], "key": { - "code": "J45.8", - "display": "Mischformen des Asthma bronchiale", + "code": "Z94.6", + "display": "Zustand nach Knochentransplantation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -27681,55 +29572,38 @@ } ], "key": { - "code": "C11.0", - "display": "Obere Wand des Nasopharynx", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I11.91", + "display": "Hypertensive Herzkrankheit ohne (kongestive) Herzinsuffizienz : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C17.9", - "display": "D\u00fcnndarm, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I43.8", - "display": "Kardiomyopathie bei sonstigen anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BA05", + "display": "Salicylamid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -27750,56 +29624,35 @@ } ], "key": { - "code": "I49.3", - "display": "Ventrikul\u00e4re Extrasystolie", + "code": "C88.21", + "display": "Sonstige Schwerkettenkrankheit : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "48425-3", - "display": "Troponin T.cardiac [Mass/volume] in Blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "G43.2", - "display": "Status migraenosus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "2324-2", - "display": "Gamma glutamyl transferase [Enzymatic activity/volume] in Serum or Plasma", - "system": "http://loinc.org" + "code": "836375003", + "display": "Vaccine product containing Hepatitis A virus antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -27818,8 +29671,8 @@ } ], "key": { - "code": "F41.1", - "display": "Generalisierte Angstst\u00f6rung", + "code": "C83.5", + "display": "Lymphoblastisches Lymphom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -27846,32 +29699,37 @@ } ], "key": { - "code": "J05AR23", - "display": "Atazanavir und Ritonavir", + "code": "N02BA13", + "display": "Lysin-Acetylsalicylat", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I71.05", - "display": "Dissektion der Aorta thoracica, rupturiert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "45851008", + "display": "Positive end expiratory pressure ventilation therapy, initiation and management", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -27892,9 +29750,10 @@ } ], "key": { - "code": "F00.2", - "display": "Demenz bei Alzheimer-Krankheit, atypische oder gemischte Form [G30.8 ]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K74.72", + "display": "Leberzirrhose, Stadium Child-Pugh C", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -27915,8 +29774,8 @@ } ], "key": { - "code": "E13.4", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit neurologischen Komplikationen", + "code": "C00.2", + "display": "\u00c4u\u00dfere Lippe, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -27938,32 +29797,38 @@ } ], "key": { - "code": "C41.8", - "display": "Knochen und Gelenkknorpel, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F01.0", + "display": "Vaskul\u00e4re Demenz mit akutem Beginn", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I99", - "display": "Sonstige und nicht n\u00e4her bezeichnete Krankheiten des Kreislaufsystems", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09BA04", + "display": "Perindopril und Diuretika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -27984,9 +29849,10 @@ } ], "key": { - "code": "C46.8", - "display": "Kaposi-Sarkom mehrerer Organe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.21", + "display": "Akutes Nierenversagen mit Marknekrose : Stadium 1", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -28007,9 +29873,9 @@ } ], "key": { - "code": "I70-I79", - "display": "Krankheiten der Arterien, Arteriolen und Kapillaren", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "73211009", + "display": "Diabetes mellitus (disorder)", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -28030,9 +29896,10 @@ } ], "key": { - "code": "G40.7", - "display": "Petit-Mal-Anf\u00e4lle, nicht n\u00e4her bezeichnet, ohne Grand-Mal-Anf\u00e4lle", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I71.5", + "display": "Aortenaneurysma, thorakoabdominal, rupturiert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -28053,8 +29920,8 @@ } ], "key": { - "code": "J44.0", - "display": "Chronische obstruktive Lungenkrankheit mit akuter Infektion der unteren Atemwege", + "code": "C83.1", + "display": "Mantelzell-Lymphom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -28081,8 +29948,8 @@ } ], "key": { - "code": "L03AB07", - "display": "Interferon beta-1a", + "code": "L03AB04", + "display": "Interferon alfa-2a", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -28104,9 +29971,10 @@ } ], "key": { - "code": "I10.11", - "display": "Maligne essentielle Hypertonie : Mit Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I82.81", + "display": "Embolie und Thrombose der Jugularisvene", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -28127,8 +29995,8 @@ } ], "key": { - "code": "C85", - "display": "Sonstige und nicht n\u00e4her bezeichnete Typen des Non-Hodgkin-Lymphoms", + "code": "K26.5", + "display": "Ulcus duodeni : Chronisch oder nicht n\u00e4her bezeichnet, mit Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -28150,37 +30018,10 @@ } ], "key": { - "code": "G20.01", - "display": "Prim\u00e4res Parkinson-Syndrom mit fehlender oder geringer Beeintr\u00e4chtigung : Mit Wirkungsfluktuation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "H02AB15", - "display": "Meprednison", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I09.8", + "display": "Sonstige n\u00e4her bezeichnete rheumatische Herzkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -28201,9 +30042,10 @@ } ], "key": { - "code": "I69", - "display": "Folgen einer zerebrovaskul\u00e4ren Krankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I05.0", + "display": "Mitralklappenstenose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -28224,34 +30066,24 @@ } ], "key": { - "code": "C95.71", - "display": "Sonstige Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "A48.1", + "display": "Legionellose mit Pneumonie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "I21.0", - "display": "Akuter transmuraler Myokardinfarkt der Vorderwand", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "25386-4", + "display": "Creatinine [Moles/volume] in Body fluid", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -28270,8 +30102,8 @@ } ], "key": { - "code": "C18.1", - "display": "Appendix vermiformis", + "code": "C67.6", + "display": "Ostium ureteris", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -28293,8 +30125,8 @@ } ], "key": { - "code": "I15.0", - "display": "Renovaskul\u00e4re Hypertonie", + "code": "C02.4", + "display": "Zungentonsille", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -28316,94 +30148,94 @@ } ], "key": { - "code": "E14.80", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit nicht n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G96.9", + "display": "Krankheit des Zentralnervensystems, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "94720-0", - "display": "SARS-CoV-2 (COVID-19) IgA Ab [Units/volume] in Serum or Plasma by Immunoassay", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C09BA12", - "display": "Delapril und Diuretika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "288182009", + "display": "Extracorporeal kidney", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "G71.8", - "display": "Sonstige prim\u00e4re Myopathien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "40617009", + "display": "Artificial respiration", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "E13.73", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "229297000", + "display": "Expectoration technique", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -28424,32 +30256,38 @@ } ], "key": { - "code": "G72.3", - "display": "Periodische L\u00e4hmung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G40.2", + "display": "Lokalisationsbezogene (fokale) (partielle) symptomatische Epilepsie und epileptische Syndrome mit komplexen fokalen Anf\u00e4llen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I66.0", - "display": "Verschluss und Stenose der A. cerebri media", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "127780000", + "display": "High frequency chest compression vest physiotherapy", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -28470,32 +30308,38 @@ } ], "key": { - "code": "E14.0", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Koma", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F32.1", + "display": "Mittelgradige depressive Episode", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I97.80", - "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am zervikalen Lymphabflussgebiet, alle\u00a0Stadien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "708930002", + "display": "Maintenance hemodiafiltration", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -28516,9 +30360,10 @@ } ], "key": { - "code": "I51.0", - "display": "Herzseptumdefekt, erworben", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F41.0", + "display": "Panikst\u00f6rung [episodisch paroxysmale Angst]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -28539,14 +30384,15 @@ } ], "key": { - "code": "I66.3", - "display": "Verschluss und Stenose der Aa. cerebelli", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K76.5", + "display": "Veno-okklusive Leberkrankheit", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -28557,17 +30403,33 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "871826000", - "display": "Vaccine product containing only Clostridium tetani and Corynebacterium diphtheriae antigens (medicinal product)", + "code": "127778006", + "display": "Positive expiratory pressure mask physiotherapy", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "74464-9", + "display": "Platelets [#/volume] in Capillary blood by Manual count", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "MedicationStatement", @@ -28591,8 +30453,8 @@ } ], "key": { - "code": "S02B", - "display": "CORTICOSTEROIDE", + "code": "R03AK", + "display": "Sympathomimetika in Kombination mit Corticosteroiden oder anderen Mitteln, exkl. Anticholinergika", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -28614,9 +30476,34 @@ } ], "key": { - "code": "E14.40", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit neurologischen Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.11", + "display": "Chronische obstruktive Lungenkrankheit mit akuter Exazerbation, nicht n\u00e4her bezeichnet : FEV_1 >=35\u00a0% und <50\u00a0% des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I32.1", + "display": "Perikarditis bei sonstigen anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -28624,11 +30511,12 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "3173-2", - "display": "aPTT in Blood by Coagulation assay", + "code": "751-8", + "display": "Neutrophils [#/volume] in Blood by Automated count", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { @@ -28648,9 +30536,10 @@ } ], "key": { - "code": "I13.11", - "display": "Hypertensive Herz- und Nierenkrankheit mit Niereninsuffizienz : Mit Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I01.2", + "display": "Akute rheumatische Myokarditis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -28671,8 +30560,32 @@ } ], "key": { - "code": "I80.80", - "display": "Thrombose, Phlebitis und Thrombophlebitis oberfl\u00e4chlicher Gef\u00e4\u00dfe der oberen Extremit\u00e4ten", + "code": "U69.01", + "display": "Anderenorts klassifizierte, im Krankenhaus erworbene Pneumonie, die mehr als 48 Stunden nach Aufnahme auftritt", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "K26.3", + "display": "Ulcus duodeni : Akut, ohne Blutung oder Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -28694,8 +30607,8 @@ } ], "key": { - "code": "C82.3", - "display": "Follikul\u00e4res Lymphom Grad IIIa", + "code": "M36.0", + "display": "Dermatomyositis-Polymyositis bei Neubildungen[C00-D48]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -28722,32 +30635,37 @@ } ], "key": { - "code": "243180002", - "display": "Expired air ventilation", + "code": "108241001", + "display": "dialyse (verrichting)", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C67", - "display": "B\u00f6sartige Neubildung der Harnblase", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L04AD03", + "display": "Voclosporin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -28768,65 +30686,56 @@ } ], "key": { - "code": "C91.5", - "display": "Adulte(s) T-Zell-Lymphom/Leuk\u00e4mie (HTLV-1-assoziiert)", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F33.1", + "display": "Rezidivierende depressive St\u00f6rung, gegenw\u00e4rtig mittelgradige Episode", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "J06BB16", - "display": "Palivizumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C48.0", + "display": "Retroperitoneum", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "182750009", - "display": "Ultrafiltration", - "system": "http://snomed.info/sct" + "code": "K52.31", + "display": "Linksseitige Colitis indeterminata", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -28847,8 +30756,8 @@ } ], "key": { - "code": "I01.2", - "display": "Akute rheumatische Myokarditis", + "code": "C65", + "display": "B\u00f6sartige Neubildung des Nierenbeckens", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -28875,8 +30784,8 @@ } ], "key": { - "code": "B01AB01", - "display": "Heparin", + "code": "D11AX22", + "display": "Ivermectin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -28898,8 +30807,8 @@ } ], "key": { - "code": "C88.01", - "display": "Makroglobulin\u00e4mie Waldenstr\u00f6m : In kompletter Remission", + "code": "M33.2", + "display": "Polymyositis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -28921,57 +30830,40 @@ } ], "key": { - "code": "I22", - "display": "Rezidivierender Myokardinfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I47.0", + "display": "Ventrikul\u00e4re Arrhythmie durch Re-entry", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "871891001", - "display": "Vaccine product containing only acellular Bordetella pertussis and Clostridium tetani and Corynebacterium diphtheriae and Hepatitis B virus and inactivated whole Human poliovirus antigens (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "3255-7", - "display": "Fibrinogen [Mass/volume] in Platelet poor plasma by Coagulation assay", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "61151-7", - "display": "Albumin [Mass/volume] in Serum or Plasma by Bromocresol green (BCG) dye binding method", - "system": "http://loinc.org" + "code": "L03AB61", + "display": "Peginterferon alfa-2a, Kombinationen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -28990,37 +30882,10 @@ } ], "key": { - "code": "G20.1", - "display": "Prim\u00e4res Parkinson-Syndrom mit m\u00e4\u00dfiger bis schwerer Beeintr\u00e4chtigung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "Covid-19 therapy", - "display": "Covid-19 therapy", - "system": "num.codex" + "code": "E14.72", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -29041,8 +30906,8 @@ } ], "key": { - "code": "C11.3", - "display": "Vorderwand des Nasopharynx", + "code": "C88.30", + "display": "Immunproliferative D\u00fcnndarmkrankheit : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -29069,42 +30934,37 @@ } ], "key": { - "code": "26763009", - "display": "Controlled ventilation procedure and therapy, initiation and management", + "code": "895382009", + "display": "Prolonged intermittent renal replacement therapy", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Patient", - "fixedCriteria": [], - "key": { - "code": "372148003", - "display": "Ethnic group (ethnic group)", - "system": "http://snomed.info/sct" - }, - "valueSearchParameter": "gecco-ethnicGroup" - }, - { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I78.0", - "display": "Heredit\u00e4re h\u00e4morrhagische Teleangiektasie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J06BC", + "display": "Andere Immunglobuline", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -29125,12 +30985,40 @@ } ], "key": { - "code": "I23.5", - "display": "Papillarmuskelruptur als akute Komplikation nach akutem Myokardinfarkt", + "code": "C88.90", + "display": "B\u00f6sartige immunproliferative Krankheit, nicht n\u00e4her bezeichnet : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "243157005", + "display": "Liquid ventilation", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -29148,9 +31036,10 @@ } ], "key": { - "code": "J63.1", - "display": "Bauxitfibrose (Lunge)", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I38", + "display": "Endokarditis, Herzklappe nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -29171,9 +31060,10 @@ } ], "key": { - "code": "C94.41", - "display": "Akute Panmyelose mit Myelofibrose : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F33.8", + "display": "Sonstige rezidivierende depressive St\u00f6rungen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -29194,8 +31084,8 @@ } ], "key": { - "code": "F40.01", - "display": "Mit Panikst\u00f6rung", + "code": "C94.31", + "display": "Mastzellenleuk\u00e4mie : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -29217,23 +31107,13 @@ } ], "key": { - "code": "I60.5", - "display": "Subarachnoidalblutung, von der A. vertebralis ausgehend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E10.74", + "display": "Diabetes mellitus, Typ 1 : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "49732-1", - "display": "Interleukin 6 [Mass/volume] in Body fluid", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -29251,65 +31131,57 @@ } ], "key": { - "code": "C11.8", - "display": "Nasopharynx, mehrere Teilbereiche \u00fcberlappend", + "code": "C47.2", + "display": "Periphere Nerven der unteren Extremit\u00e4t, einschlie\u00dflich H\u00fcfte", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "R03AL", - "display": "Sympathomimetika in Kombination mit Anticholinergika inkl. Dreifachkombinationen mit Corticosteroiden", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "E10.81", + "display": "Diabetes mellitus, Typ 1 : Mit nicht n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "H02BX08", - "display": "Triamcinolon, Kombinationen", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I31.3", + "display": "Perikarderguss (nichtentz\u00fcndlich)", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -29330,14 +31202,14 @@ } ], "key": { - "code": "C44.4", - "display": "Behaarte Kopfhaut und Haut des Halses", + "code": "M30.8", + "display": "Sonstige mit Panarteriitis nodosa verwandte Zust\u00e4nde", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -29345,50 +31217,46 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "229305000", - "display": "Menthol inhalations", - "system": "http://snomed.info/sct" + "code": "H02AB11", + "display": "Prednyliden", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L04AD01", - "display": "Ciclosporin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "K77.14", + "display": "Stadium 4 der akuten Leber-Graft-versus-Host-Krankheit [T86.02 ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -29409,9 +31277,10 @@ } ], "key": { - "code": "C57.7", - "display": "Sonstige n\u00e4her bezeichnete weibliche Genitalorgane", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I30.1", + "display": "Infekti\u00f6se Perikarditis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -29432,9 +31301,10 @@ } ], "key": { - "code": "K77.22", - "display": "Stadium 2 der chronischen Leber-Graft-versus-Host-Krankheit [T86.06 ]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I32.8", + "display": "Perikarditis bei sonstigen anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -29455,9 +31325,10 @@ } ], "key": { - "code": "I42.0", - "display": "Dilatative Kardiomyopathie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E10.30", + "display": "Diabetes mellitus, Typ 1 : Mit Augenkomplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -29478,12 +31349,25 @@ } ], "key": { - "code": "C74.9", - "display": "Nebenniere, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I07.2", + "display": "Trikuspidalklappenstenose mit Insuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "14723-1", + "display": "Ferritin [Moles/volume] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -29501,9 +31385,10 @@ } ], "key": { - "code": "F32.0", - "display": "Leichte depressive Episode", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I77.9", + "display": "Krankheit der Arterien und Arteriolen, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -29524,8 +31409,8 @@ } ], "key": { - "code": "C78.6", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Retroperitoneums und des Peritoneums", + "code": "Z95.88", + "display": "Vorhandensein von sonstigen kardialen oder vaskul\u00e4ren Implantaten oder Transplantaten", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -29552,8 +31437,8 @@ } ], "key": { - "code": "243131007", - "display": "Helium inhalation therapy", + "code": "286812008", + "display": "Pressure controlled ventilation", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -29575,8 +31460,8 @@ } ], "key": { - "code": "C47.9", - "display": "Periphere Nerven und autonomes Nervensystem, nicht n\u00e4her bezeichnet", + "code": "C84.0", + "display": "Mycosis fungoides", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -29603,55 +31488,37 @@ } ], "key": { - "code": "L04AD", - "display": "Calcineurin-Inhibitoren", + "code": "B01AC", + "display": "Thrombozytenaggregationshemmer, exkl. Heparin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E66.21", - "display": "\u00dcberm\u00e4\u00dfige Adipositas mit alveol\u00e4rer Hypoventilation : Adipositas Grad II (WHO) bei Patienten von 18 Jahren und \u00e4lter", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "J12.8", - "display": "Pneumonie durch sonstige Viren", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J06BB07", + "display": "Kuhpocken-Immunglobulin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -29672,14 +31539,51 @@ } ], "key": { - "code": "C13.8", - "display": "Hypopharynx, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I40.9", + "display": "Akute Myokarditis, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I67.11", + "display": "Zerebrale arterioven\u00f6se Fistel (erworben)", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "732-8", + "display": "Lymphocytes [#/volume] in Blood by Manual count", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -29687,22 +31591,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "448955002", - "display": "Low density lipoprotein apheresis", - "system": "http://snomed.info/sct" + "code": "N02BA14", + "display": "Guacetisal", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -29723,8 +31627,8 @@ } ], "key": { - "code": "C92.50", - "display": "Akute myelomonozyt\u00e4re Leuk\u00e4mie : Ohne Angabe einer kompletten Remission", + "code": "C13.1", + "display": "Aryepiglottische Falte, hypopharyngeale Seite", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -29746,9 +31650,10 @@ } ], "key": { - "code": "I23", - "display": "Bestimmte akute Komplikationen nach akutem Myokardinfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I21.2", + "display": "Akuter transmuraler Myokardinfarkt an sonstigen Lokalisationen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -29769,8 +31674,8 @@ } ], "key": { - "code": "I25.1", - "display": "Atherosklerotische Herzkrankheit", + "code": "D83.8", + "display": "Sonstige variable Immundefekte", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -29792,55 +31697,65 @@ } ], "key": { - "code": "I51.6", - "display": "Herz-Kreislauf-Krankheit, nicht n\u00e4her bezeichnet", + "code": "C79.9", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung nicht n\u00e4her bezeichneter Lokalisation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I07.0", - "display": "Trikuspidalklappenstenose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "266700009", + "display": "Assisted breathing", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I34", - "display": "Nichtrheumatische Mitralklappenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "708934006", + "display": "Maintenance hemofiltration", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -29861,37 +31776,34 @@ } ], "key": { - "code": "J44.81", - "display": "Sonstige n\u00e4her bezeichnete chronische obstruktive Lungenkrankheit : FEV_1 >=35\u00a0% und <50\u00a0% des Sollwertes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J66.8", + "display": "Krankheit der Atemwege durch sonstige n\u00e4her bezeichnete organische St\u00e4ube", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BB02", - "display": "Metamizol-Natrium", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I78.8", + "display": "Sonstige Krankheiten der Kapillaren", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -29912,65 +31824,57 @@ } ], "key": { - "code": "I01.1", - "display": "Akute rheumatische Endokarditis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F40.1", + "display": "Soziale Phobien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "182753006", - "display": "Intestinal dialysis", - "system": "http://snomed.info/sct" + "code": "C30.0", + "display": "Nasenh\u00f6hle", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "397998001", - "display": "Weaning from mechanically assisted ventilation continued", - "system": "http://snomed.info/sct" + "code": "I74.5", + "display": "Embolie und Thrombose der A. iliaca", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -29996,8 +31900,8 @@ } ], "key": { - "code": "52729008", - "display": "Treatment by iron lung", + "code": "182714002", + "display": "Oxygenator therapy", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -30019,9 +31923,10 @@ } ], "key": { - "code": "M35.6", - "display": "Rezidivierende Pannikulitis [Pfeifer-Weber-Christian-Krankheit]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I47.1", + "display": "Supraventrikul\u00e4re Tachykardie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -30042,12 +31947,25 @@ } ], "key": { - "code": "E13", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J68.2", + "display": "Entz\u00fcndung der oberen Atemwege durch chemische Substanzen, Gase, Rauch und D\u00e4mpfe, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "11557-6", + "display": "PaCO2-blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -30065,9 +31983,10 @@ } ], "key": { - "code": "I77.8", - "display": "Sonstige n\u00e4her bezeichnete Krankheiten der Arterien und Arteriolen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K71.88", + "display": "Toxische Leberkrankheit mit sonstigen Affektionen der Leber", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -30088,8 +32007,8 @@ } ], "key": { - "code": "M34.9", - "display": "Systemische Sklerose, nicht n\u00e4her bezeichnet", + "code": "C10.0", + "display": "Vallecula epiglottica", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -30111,37 +32030,34 @@ } ], "key": { - "code": "F40.1", - "display": "Soziale Phobien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I62.09", + "display": "Nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "H02C", - "display": "NEBENNIERENHEMMSTOFFE", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "G20.11", + "display": "Prim\u00e4res Parkinson-Syndrom mit m\u00e4\u00dfiger bis schwerer Beeintr\u00e4chtigung : Mit Wirkungsfluktuation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -30167,40 +32083,12 @@ } ], "key": { - "code": "427053002", - "display": "Extracorporeal albumin hemodialysis", + "code": "80677001", + "display": "Fog inhalation therapy", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "C09AA01", - "display": "Captopril", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -30218,9 +32106,10 @@ } ], "key": { - "code": "D82.3", - "display": "Immundefekt mit heredit\u00e4r defekter Reaktion auf Epstein-Barr-Virus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I70.24", + "display": "Becken-Bein-Typ, mit Ulzeration", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -30241,65 +32130,10 @@ } ], "key": { - "code": "C40-C41", - "display": "B\u00f6sartige Neubildungen des Knochens und des Gelenkknorpels", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "698801008", - "display": "Respiratory therapy by control of atmospheric pressure and composition", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "B01AB04", - "display": "Dalteparin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "J66.2", + "display": "Cannabiose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -30320,8 +32154,8 @@ } ], "key": { - "code": "I71.03", - "display": "Dissektion der Aorta, thorakoabdominal, ohne Angabe einer Ruptur", + "code": "Z94.80", + "display": "Zustand nach h\u00e4matopoetischer Stammzelltransplantation ohne gegenw\u00e4rtige Immunsuppression", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -30343,9 +32177,10 @@ } ], "key": { - "code": "C51.1", - "display": "Labium minus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.91", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Ohne Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -30366,8 +32201,8 @@ } ], "key": { - "code": "Z87.0", - "display": "Krankheiten des Atmungssystems in der Eigenanamnese", + "code": "C63.0", + "display": "Nebenhoden [Epididymis]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -30389,11 +32224,13 @@ } ], "key": { - "code": "N17.1", - "display": "Akutes Nierenversagen mit akuter Rindennekrose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "13791008", + "display": "Schw\u00e4chegef\u00fchl", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -30412,9 +32249,10 @@ } ], "key": { - "code": "E11.21", - "display": "Diabetes mellitus, Typ 2 : Mit Nierenkomplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I21.9", + "display": "Akuter Myokardinfarkt, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -30435,8 +32273,8 @@ } ], "key": { - "code": "K75.3", - "display": "Granulomat\u00f6se Hepatitis, anderenorts nicht klassifiziert", + "code": "C18.9", + "display": "Kolon, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -30458,9 +32296,10 @@ } ], "key": { - "code": "K28.5", - "display": "Ulcus pepticum jejuni : Chronisch oder nicht n\u00e4her bezeichnet, mit Perforation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I74.1", + "display": "Embolie und Thrombose sonstiger und nicht n\u00e4her bezeichneter Abschnitte der Aorta", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -30486,8 +32325,8 @@ } ], "key": { - "code": "C09BB10", - "display": "Trandolapril und Verapamil", + "code": "B01AE04", + "display": "Melagatran", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -30509,9 +32348,10 @@ } ], "key": { - "code": "E13.41", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit neurologischen Komplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I50.11", + "display": "Ohne Beschwerden", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -30532,9 +32372,10 @@ } ], "key": { - "code": "C82.9", - "display": "Follikul\u00e4res Lymphom, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I45.8", + "display": "Sonstige n\u00e4her bezeichnete kardiale Erregungsleitungsst\u00f6rungen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -30555,23 +32396,13 @@ } ], "key": { - "code": "K71.9", - "display": "Toxische Leberkrankheit, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I33.9", + "display": "Akute Endokarditis, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "14118-4", - "display": "Lactate [Mass/volume] in Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -30589,9 +32420,38 @@ } ], "key": { - "code": "I32.1", - "display": "Perikarditis bei sonstigen anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J67.0", + "display": "Farmerlunge", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "N02BH01", + "display": "Aconitum", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -30612,9 +32472,10 @@ } ], "key": { - "code": "I21.2", - "display": "Akuter transmuraler Myokardinfarkt an sonstigen Lokalisationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I12.90", + "display": "Hypertensive Nierenkrankheit ohne Niereninsuffizienz : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -30635,8 +32496,8 @@ } ], "key": { - "code": "J12", - "display": "Viruspneumonie, anderenorts nicht klassifiziert", + "code": "C46.2", + "display": "Kaposi-Sarkom des Gaumens", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -30658,9 +32519,10 @@ } ], "key": { - "code": "I45.9", - "display": "Kardiale Erregungsleitungsst\u00f6rung, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N18.80", + "display": "Einseitige chronische Nierenfunktionsst\u00f6rung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -30681,9 +32543,38 @@ } ], "key": { - "code": "C69.5", - "display": "Tr\u00e4nendr\u00fcse und Tr\u00e4nenwege", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I88.0", + "display": "Unspezifische mesenteriale Lymphadenitis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "H02AB51", + "display": "Betamethason-Depot", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -30704,12 +32595,52 @@ } ], "key": { - "code": "E13.9", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Ohne Komplikationen", + "code": "C22.9", + "display": "Leber, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "243138001", + "display": "High ambient pressure therapy", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "19240-1", + "display": "Lactate [Moles/volume] in Mixed venous blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -30727,8 +32658,8 @@ } ], "key": { - "code": "C31.0", - "display": "Sinus maxillaris [Kieferh\u00f6hle]", + "code": "M35.9", + "display": "Krankheit mit Systembeteiligung des Bindegewebes, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -30750,9 +32681,10 @@ } ], "key": { - "code": "C08.9", - "display": "Gro\u00dfe Speicheldr\u00fcse, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.82", + "display": "Sonstiges akutes Nierenversagen : Stadium 2", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -30773,14 +32705,14 @@ } ], "key": { - "code": "M36.52", - "display": "Stadium 2 der chronischen Bindegewebe-Graft-versus-Host-Krankheit [T86.06]", + "code": "K50.81", + "display": "Crohn-Krankheit der Speiser\u00f6hre", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Specimen", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", @@ -30788,58 +32720,44 @@ "type": "code", "value": [ { - "code": "available", - "display": "Available", - "system": "http://hl7.org/fhir/ValueSet/specimen-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "119307008", - "display": "Specimen from endotracheal tube (specimen)", + "code": "836384003", + "display": "Vaccine product containing Bacillus anthracis antigen (medicinal product)", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "type" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "03", - "display": "Interventional studies participation", - "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-concept" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "H02", - "display": "CORTICOSTEROIDE ZUR SYSTEMISCHEN ANWENDUNG", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "871837004", + "display": "Vaccine product containing only Clostridium tetani and Corynebacterium diphtheriae and Human poliovirus antigens (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -30858,8 +32776,8 @@ } ], "key": { - "code": "C78.2", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Pleura", + "code": "C68.0", + "display": "Urethra", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -30881,8 +32799,32 @@ } ], "key": { - "code": "G20.21", - "display": "Prim\u00e4res Parkinson-Syndrom mit schwerster Beeintr\u00e4chtigung : Mit Wirkungsfluktuation", + "code": "J17.1", + "display": "Pneumonie bei anderenorts klassifizierten Viruskrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "D80.7", + "display": "Transitorische Hypogammaglobulin\u00e4mie im Kindesalter", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -30904,13 +32846,72 @@ } ], "key": { - "code": "267036007", - "display": "Atemnot", - "system": "http://snomed.info/sct" + "code": "E10.50", + "display": "Diabetes mellitus, Typ 1 : Mit peripheren vaskul\u00e4ren Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I61.1", + "display": "Intrazerebrale Blutung in die Gro\u00dfhirnhemisph\u00e4re, kortikal", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "30364-4", + "display": "Lymphocytes [#/volume] in Blood by Flow cytometry (FC)", + "system": "http://loinc.org" }, "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Immunization", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "871908002", + "display": "Vaccine product containing only Human alphaherpesvirus 3 and Measles morbillivirus and Mumps orthorubulavirus and Rubella virus antigens (medicinal product)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -30929,9 +32930,10 @@ } ], "key": { - "code": "K74.0", - "display": "Leberfibrose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I61.5", + "display": "Intrazerebrale intraventrikul\u00e4re Blutung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -30957,8 +32959,8 @@ } ], "key": { - "code": "233565004", - "display": "Platelet apheresis using random donors", + "code": "243152004", + "display": "Extended mandatory minute volume ventilation", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -30980,11 +32982,13 @@ } ], "key": { - "code": "K73.8", - "display": "Sonstige chronische Hepatitis, anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "21522001", + "display": "Bauchschmerzen", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -31003,9 +33007,10 @@ } ], "key": { - "code": "E11.11", - "display": "Diabetes mellitus, Typ 2 : Mit Ketoazidose : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I12.01", + "display": "Hypertensive Nierenkrankheit mit Niereninsuffizienz : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -31031,32 +33036,37 @@ } ], "key": { - "code": "R03AL03", - "display": "Vilanterol und Umeclidiniumbromid", + "code": "J05AX27", + "display": "Favipiravir", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C83.5", - "display": "Lymphoblastisches Lymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L04AB06", + "display": "Golimumab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -31077,9 +33087,10 @@ } ], "key": { - "code": "C75.2", - "display": "Ductus craniopharyngealis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J67.8", + "display": "Allergische Alveolitis durch organische St\u00e4ube", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -31100,34 +33111,23 @@ } ], "key": { - "code": "C10.4", - "display": "Kiemengang", + "code": "C82.7", + "display": "Sonstige Typen des follikul\u00e4ren Lymphoms", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "J44.02", - "display": "Chronische obstruktive Lungenkrankheit mit akuter Infektion der unteren Atemwege : FEV_1 >=50\u00a0% und <70 % des Sollwertes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "59828-4", + "display": "Bilirubin.total [Mass/volume] in Venous blood", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -31146,9 +33146,10 @@ } ], "key": { - "code": "G40.09", - "display": "Lokalisationsbezogene (fokale) (partielle) idiopathische Epilepsie und epileptische Syndrome mit fokal beginnenden Anf\u00e4llen, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G47.30", + "display": "Zentrales Schlafapnoe-Syndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -31169,9 +33170,10 @@ } ], "key": { - "code": "G72.80", - "display": "Critical-illness-Myopathie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E10.41", + "display": "Diabetes mellitus, Typ 1 : Mit neurologischen Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -31179,12 +33181,13 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "94562-6", - "display": "SARS-CoV-2 (COVID-19) IgA Ab [Presence] in Serum or Plasma by Immunoassay", + "code": "1988-5", + "display": "C reactive protein [Mass/volume] in Serum or Plasma", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", - "valueSearchParameter": "value-concept" + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -31203,8 +33206,8 @@ } ], "key": { - "code": "E14.73", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, als entgleist bezeichnet", + "code": "C90.31", + "display": "Solit\u00e4res Plasmozytom : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -31226,11 +33229,13 @@ } ], "key": { - "code": "N17.89", - "display": "Sonstiges akutes Nierenversagen : Stadium nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "36955009", + "display": "Geschmackverlust", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -31249,9 +33254,10 @@ } ], "key": { - "code": "K72.0", - "display": "Akutes und subakutes Leberversagen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E14.31", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Augenkomplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -31272,8 +33278,8 @@ } ], "key": { - "code": "C83.9", - "display": "Nicht follikul\u00e4res Lymphom, nicht n\u00e4her bezeichnet", + "code": "C78.5", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Dickdarmes und des Rektums", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -31295,9 +33301,10 @@ } ], "key": { - "code": "C94.2", - "display": "Akute Megakaryoblastenleuk\u00e4mie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I71.6", + "display": "Aortenaneurysma, thorakoabdominal, ohne Angabe einer Ruptur", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -31318,14 +33325,15 @@ } ], "key": { - "code": "I88", - "display": "Unspezifische Lymphadenitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I83.2", + "display": "Varizen der unteren Extremit\u00e4ten mit Ulzeration und Entz\u00fcndung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -31333,22 +33341,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "371908008", - "display": "Oxygen administration by mask", - "system": "http://snomed.info/sct" + "code": "B01AC02", + "display": "Cloricromen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -31369,9 +33377,10 @@ } ], "key": { - "code": "I25.22", - "display": "1 Jahr und l\u00e4nger zur\u00fcckliegend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I71.05", + "display": "Dissektion der Aorta thoracica, rupturiert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -31392,8 +33401,8 @@ } ], "key": { - "code": "C91.71", - "display": "Sonstige lymphatische Leuk\u00e4mie : In kompletter Remission", + "code": "C44.0", + "display": "Lippenhaut", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -31415,34 +33424,23 @@ } ], "key": { - "code": "C79.88", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung sonstiger n\u00e4her bezeichneter Lokalisationen", + "code": "C80.9", + "display": "B\u00f6sartige Neubildung, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "C51", - "display": "B\u00f6sartige Neubildung der Vulva", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "2520-5", + "display": "Lactate [Moles/volume] in Cerebral spinal fluid", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "MedicationStatement", @@ -31466,8 +33464,8 @@ } ], "key": { - "code": "J05AR10", - "display": "Lopinavir und Ritonavir", + "code": "H02AB10", + "display": "Cortison", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -31489,37 +33487,45 @@ } ], "key": { - "code": "C61", - "display": "B\u00f6sartige Neubildung der Prostata", + "code": "C16.0", + "display": "Kardia", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "2160-0", + "display": "Creatinine [Mass/volume] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } ] } ], "key": { - "code": "424172009", - "display": "Dual pressure spontaneous ventilation support weaning protocol", - "system": "http://snomed.info/sct" + "code": "I00", + "display": "Rheumatisches Fieber ohne Angabe einer Herzbeteiligung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -31540,8 +33546,8 @@ } ], "key": { - "code": "M32.8", - "display": "Sonstige Formen des systemischen Lupus erythematodes", + "code": "C06.8", + "display": "Sonstige und nicht n\u00e4her bezeichnete Teile des Mundes, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -31563,35 +33569,53 @@ } ], "key": { - "code": "C57", - "display": "B\u00f6sartige Neubildung sonstiger und nicht n\u00e4her bezeichneter weiblicher Genitalorgane", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I83.9", + "display": "Varizen der unteren Extremit\u00e4ten ohne Ulzeration oder Entz\u00fcndung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I02.0", - "display": "Rheumatische Chorea mit Herzbeteiligung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "229294007", + "display": "Active cycle of breathing technique", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "94563-4", + "display": "SARS-CoV-2 (COVID-19) IgG Ab [Presence] in Serum or Plasma by Immunoassay", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueConcept", + "valueSearchParameter": "value-concept" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -31609,37 +33633,34 @@ } ], "key": { - "code": "255604002", - "display": "Mild (qualifier value)", - "system": "http://snomed.info/sct" + "code": "I02.0", + "display": "Rheumatische Chorea mit Herzbeteiligung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L04AC11", - "display": "Siltuximab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I24.1", + "display": "Postmyokardinfarkt-Syndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -31660,9 +33681,10 @@ } ], "key": { - "code": "I11.0", - "display": "Hypertensive Herzkrankheit mit (kongestiver) Herzinsuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J45.9", + "display": "Asthma bronchiale, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -31683,14 +33705,15 @@ } ], "key": { - "code": "I50.0", - "display": "Rechtsherzinsuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I49.4", + "display": "Sonstige und nicht n\u00e4her bezeichnete Extrasystolie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -31698,48 +33721,24 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "9519000", - "display": "Class in postural drainage", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Immunization", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "871831003", - "display": "Vaccine product containing only Measles morbillivirus and Mumps orthorubulavirus and Rubella virus antigens (medicinal product)", - "system": "http://snomed.info/sct" + "code": "N02BG", + "display": "Andere Analgetika und Antipyretika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -31758,9 +33757,9 @@ } ], "key": { - "code": "C83.8", - "display": "Sonstige nicht follikul\u00e4re Lymphome", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "86406008", + "display": "Human immunodeficiency virus infection (disorder)", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -31781,8 +33780,8 @@ } ], "key": { - "code": "C51-C58", - "display": "B\u00f6sartige Neubildungen der weiblichen Genitalorgane", + "code": "C91.00", + "display": "Akute lymphatische Leuk\u00e4mie [ALL] : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -31804,9 +33803,10 @@ } ], "key": { - "code": "C00.5", - "display": "Lippe, nicht n\u00e4her bezeichnet, Innenseite", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I61.0", + "display": "Intrazerebrale Blutung in die Gro\u00dfhirnhemisph\u00e4re, subkortikal", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -31827,14 +33827,15 @@ } ], "key": { - "code": "N18.9", - "display": "Chronische Nierenkrankheit, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I79.1", + "display": "Aortitis bei anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -31842,22 +33843,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "371605008", - "display": "Deep breathing and coughing exercises", - "system": "http://snomed.info/sct" + "code": "J06BB16", + "display": "Palivizumab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -31878,60 +33879,38 @@ } ], "key": { - "code": "D80.5", - "display": "Immundefekt bei erh\u00f6htem Immunglobulin M [IgM]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N18.4", + "display": "Chronische Nierenkrankheit, Stadium 4", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "B01AC56", - "display": "Acetylsalicyls\u00e4ure, Kombinationen mit Protonenpumpenhemmern", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "system": "http://hl7.org/fhir/event-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C74", - "display": "B\u00f6sartige Neubildung der Nebenniere", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "447837008", + "display": "Noninvasive positive pressure ventilation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -31952,23 +33931,12 @@ } ], "key": { - "code": "C13.1", - "display": "Aryepiglottische Falte, hypopharyngeale Seite", + "code": "C18.1", + "display": "Appendix vermiformis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "2276-4", - "display": "Ferritin [Mass/volume] in Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -31986,11 +33954,13 @@ } ], "key": { - "code": "C24.1", - "display": "Ampulla hepatopancreatica [Ampulla Vateri]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "29857009", + "display": "Brustschmerzen", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -32009,37 +33979,37 @@ } ], "key": { - "code": "C79", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung an sonstigen und nicht n\u00e4her bezeichneten Lokalisationen", + "code": "C25.2", + "display": "Pankreasschwanz", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "N02BA05", - "display": "Salicylamid", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "53950000", + "display": "ademhalingstherapie (verrichting)", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -32060,9 +34030,10 @@ } ], "key": { - "code": "I74", - "display": "Arterielle Embolie und Thrombose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B18.12", + "display": "Chronische Virushepatitis B ohne Delta-Virus, Phase 2", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -32083,37 +34054,38 @@ } ], "key": { - "code": "I48", - "display": "Vorhofflimmern und Vorhofflattern", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I23.1", + "display": "Vorhofseptumdefekt als akute Komplikation nach akutem Myokardinfarkt", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "N02BE73", - "display": "Phenacetin, Kombinationen mit Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "182713008", + "display": "Catalytic oxygen therapy", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -32134,9 +34106,10 @@ } ], "key": { - "code": "I47.9", - "display": "Paroxysmale Tachykardie, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I95.8", + "display": "Sonstige Hypotonie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -32157,8 +34130,8 @@ } ], "key": { - "code": "Z94.4", - "display": "Zustand nach Lebertransplantation", + "code": "C83.3", + "display": "Diffuses gro\u00dfzelliges B-Zell-Lymphom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -32180,9 +34153,10 @@ } ], "key": { - "code": "I13.21", - "display": "Hypertensive Herz- und Nierenkrankheit mit (kongestiver) Herzinsuffizienz und Niereninsuffizienz : Mit Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I88.1", + "display": "Chronische Lymphadenitis, ausgenommen mesenterial", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -32203,12 +34177,24 @@ } ], "key": { - "code": "D81.5", - "display": "Purinnukleosid-Phosphorylase[PNP]-Mangel", + "code": "K28.4", + "display": "Ulcus pepticum jejuni : Chronisch oder nicht n\u00e4her bezeichnet, mit Blutung", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "55128-3", + "display": "Discharge disposition", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueConcept", + "valueSearchParameter": "value-concept" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -32226,88 +34212,80 @@ } ], "key": { - "code": "C51.9", - "display": "Vulva, nicht n\u00e4her bezeichnet", + "code": "K27.4", + "display": "Ulcus pepticum, Lokalisation nicht n\u00e4her bezeichnet : Chronisch oder nicht n\u00e4her bezeichnet, mit Blutung", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "J44.82", - "display": "Sonstige n\u00e4her bezeichnete chronische obstruktive Lungenkrankheit : FEV_1 >=50\u00a0% und <70 % des Sollwertes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "836401009", + "display": "Vaccine product containing Neisseria meningitidis antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "71192002", - "display": "Peritoneal dialysis", - "system": "http://snomed.info/sct" + "code": "C77.1", + "display": "Intrathorakale Lymphknoten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BB56", - "display": "Phenazonsalicylat, Kombinationen exkl. Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I10.11", + "display": "Maligne essentielle Hypertonie : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -32333,8 +34311,8 @@ } ], "key": { - "code": "11932001", - "display": "Stabilizing hemodialysis", + "code": "229295008", + "display": "Forced expiration technique", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -32356,37 +34334,14 @@ } ], "key": { - "code": "I74.3", - "display": "Embolie und Thrombose der Arterien der unteren Extremit\u00e4ten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I44.7", - "display": "Linksschenkelblock, nicht n\u00e4her bezeichnet", + "code": "C67.8", + "display": "Harnblase, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -32394,22 +34349,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "315041000", - "display": "High concentration oxygen therapy", - "system": "http://snomed.info/sct" + "code": "N02BA16", + "display": "Imidazolsalicylat", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -32430,9 +34385,10 @@ } ], "key": { - "code": "F02.2", - "display": "Demenz bei Chorea Huntington [G10 ]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.1", + "display": "Atherosklerotische Herzkrankheit", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, @@ -32453,23 +34409,13 @@ } ], "key": { - "code": "N18.1", - "display": "Chronische Nierenkrankheit, Stadium 1", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.89", + "display": "Sonstige n\u00e4her bezeichnete chronische obstruktive Lungenkrankheit : FEV_1 nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "30239-8", - "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma by With P-5'-P", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -32487,23 +34433,12 @@ } ], "key": { - "code": "C25", - "display": "B\u00f6sartige Neubildung des Pankreas", + "code": "C74.1", + "display": "Nebennierenmark", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "2019-8", - "display": "Carbon dioxide [Partial pressure] in Arterial blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -32521,8 +34456,8 @@ } ], "key": { - "code": "C95.70", - "display": "Sonstige Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps : Ohne Angabe einer kompletten Remission", + "code": "C92.51", + "display": "Akute myelomonozyt\u00e4re Leuk\u00e4mie : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -32544,9 +34479,10 @@ } ], "key": { - "code": "C17.3", - "display": "Meckel-Divertikel", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J68.9", + "display": "Nicht n\u00e4her bezeichnete Krankheit der Atmungsorgane durch chemische Substanzen, Gase, Rauch und D\u00e4mpfe", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -32567,9 +34503,10 @@ } ], "key": { - "code": "I23.6", - "display": "Thrombose des Vorhofes, des Herzohres oder der Kammer als akute Komplikation nach akutem Myokardinfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.4", + "display": "Koronararterienaneurysma", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -32590,37 +34527,33 @@ } ], "key": { - "code": "C92.1", - "display": "Chronische myeloische Leuk\u00e4mie [CML], BCR/ABL-positiv", + "code": "C81.7", + "display": "Sonstige Typen des (klassischen) Hodgkin-Lymphoms", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "270484008", - "display": "Respiratory therapy by atmospheric control", - "system": "http://snomed.info/sct" + "code": "G73.6", + "display": "Myopathie bei Stoffwechselkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -32641,32 +34574,37 @@ } ], "key": { - "code": "J67.1", - "display": "Bagassose", + "code": "C49.2", + "display": "Bindegewebe und andere Weichteilgewebe der unteren Extremit\u00e4t, einschlie\u00dflich H\u00fcfte", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "J44.01", - "display": "Chronische obstruktive Lungenkrankheit mit akuter Infektion der unteren Atemwege : FEV_1 >=35\u00a0% und <50\u00a0% des Sollwertes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L03AB06", + "display": "Interferon alfa-n1", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -32692,8 +34630,8 @@ } ], "key": { - "code": "B01AC12", - "display": "Sulfinpyrazon", + "code": "N02BA04", + "display": "Natriumsalicylat", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -32715,9 +34653,10 @@ } ], "key": { - "code": "N17.22", - "display": "Akutes Nierenversagen mit Marknekrose : Stadium 2", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K76.1", + "display": "Chronische Stauungsleber", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -32738,40 +34677,12 @@ } ], "key": { - "code": "C54.3", - "display": "Fundus uteri", + "code": "K52.2", + "display": "Allergische und aliment\u00e4re Gastroenteritis und Kolitis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "12484000", - "display": "Respiratory care and adjustment", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -32789,9 +34700,10 @@ } ], "key": { - "code": "C94.00", - "display": "Akute Erythroleuk\u00e4mie : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J66.1", + "display": "Flachsarbeiter-Krankheit", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -32817,8 +34729,8 @@ } ], "key": { - "code": "710976005", - "display": "Maintaining ventilation", + "code": "397998001", + "display": "Weaning from mechanically assisted ventilation continued", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -32845,8 +34757,8 @@ } ], "key": { - "code": "20720000", - "display": "Plasmapheresis", + "code": "397957008", + "display": "Mechanical assistance to circulation to increase oxygen delivery", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -32868,37 +34780,34 @@ } ], "key": { - "code": "D81.3", - "display": "Adenosindesaminase[ADA]-Mangel", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.21", + "display": "4 Monate bis unter 1 Jahr zur\u00fcckliegend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BB03", - "display": "Aminophenazon", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "K75.4", + "display": "Autoimmune Hepatitis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -32919,8 +34828,8 @@ } ], "key": { - "code": "I89.01", - "display": "Lymph\u00f6dem der oberen und unteren Extremit\u00e4t(en), Stadium\u00a0II", + "code": "D89.2", + "display": "Hypergammaglobulin\u00e4mie, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -32942,9 +34851,10 @@ } ], "key": { - "code": "C95.9", - "display": "Leuk\u00e4mie, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G35.31", + "display": "Multiple Sklerose mit sekund\u00e4r-chronischem Verlauf : Mit Angabe einer akuten Exazerbation oder Progression", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -32965,12 +34875,25 @@ } ], "key": { - "code": "E14.81", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit nicht n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I74.3", + "display": "Embolie und Thrombose der Arterien der unteren Extremit\u00e4ten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "94505-5", + "display": "SARS-CoV-2 (COVID-19) IgG Ab [Units/volume] in Serum or Plasma by Immunoassay", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -32988,14 +34911,63 @@ } ], "key": { - "code": "C88.7", - "display": "Sonstige b\u00f6sartige immunproliferative Krankheiten", + "code": "C50.9", + "display": "Brustdr\u00fcse, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "N17.92", + "display": "Akutes Nierenversagen, nicht n\u00e4her bezeichnet : Stadium 2", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "28743005", + "display": "Produktiver Husten", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" + }, + { + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", @@ -33006,21 +34978,17 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "38282001", - "display": "Bennett respirator therapy", + "code": "1031000221108", + "display": "Vaccine product containing Human poliovirus antigen (medicinal product)", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -33039,8 +35007,8 @@ } ], "key": { - "code": "C94.40", - "display": "Akute Panmyelose mit Myelofibrose : Ohne Angabe einer kompletten Remission", + "code": "C93.31", + "display": "Juvenile myelomonozyt\u00e4re Leuk\u00e4mie : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -33062,8 +35030,8 @@ } ], "key": { - "code": "G35.0", - "display": "Erstmanifestation einer multiplen Sklerose", + "code": "K51.4", + "display": "Inflammatorische Polypen des Kolons", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -33085,9 +35053,10 @@ } ], "key": { - "code": "I68", - "display": "Zerebrovaskul\u00e4re St\u00f6rungen bei anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I77.1", + "display": "Arterienstriktur", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -33108,37 +35077,33 @@ } ], "key": { - "code": "G47.38", - "display": "Sonstige Schlafapnoe", + "code": "C94.21", + "display": "Akute Megakaryoblastenleuk\u00e4mie : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "787180006", - "display": "Mechanical insufflation exsufflation", - "system": "http://snomed.info/sct" + "code": "E84.0", + "display": "Zystische Fibrose mit Lungenmanifestationen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -33159,22 +35124,35 @@ } ], "key": { - "code": "K71.8", - "display": "Toxische Leberkrankheit mit sonstigen Affektionen der Leber", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "U69.03", + "display": "Anderenorts klassifizierte, im Krankenhaus erworbene Pneumonie, die entweder bei Aufnahme besteht oder innerhalb von 48 Stunden nach Aufnahme auftritt, bei bekannter, 29 bis zu 90 Tage zur\u00fcckliegender Hospitalisierung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], "key": { - "code": "250774007", - "display": "fractionele inspiratoire zuurstofconcentratie (waarneembare entiteit)", - "system": "http://snomed.info/sct" + "code": "C21.2", + "display": "Kloakenregion", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -33193,37 +35171,32 @@ } ], "key": { - "code": "C13", - "display": "B\u00f6sartige Neubildung des Hypopharynx", + "code": "C90.00", + "display": "Multiples Myelom : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "67970008", - "display": "Hemodialysis, maintenance at home", - "system": "http://snomed.info/sct" + "code": "C75.8", + "display": "Beteiligung mehrerer endokriner Dr\u00fcsen, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -33244,8 +35217,8 @@ } ], "key": { - "code": "K70.0", - "display": "Alkoholische Fettleber", + "code": "C50.1", + "display": "Zentraler Dr\u00fcsenk\u00f6rper der Brustdr\u00fcse", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -33267,101 +35240,93 @@ } ], "key": { - "code": "I01", - "display": "Rheumatisches Fieber mit Herzbeteiligung", + "code": "C53.0", + "display": "Endozervix", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C91.8", - "display": "Reifzellige B-ALL vom Burkitt-Typ", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C24.9", - "display": "Gallenwege, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BB06", + "display": "Phenazonsalicylat", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C71.9", - "display": "Gehirn, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G01BF", + "display": "Imidazol-Derivate und Corticosteroide", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I89.1", - "display": "Lymphangitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BE53", + "display": "Phenacetin, Kombinationen exkl. Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -33382,9 +35347,10 @@ } ], "key": { - "code": "M36.1", - "display": "Arthropathie bei Neubildungen[C00-D48]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B23.0", + "display": "Akutes HIV-Infektionssyndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -33405,36 +35371,13 @@ } ], "key": { - "code": "E66.25", - "display": "\u00dcberm\u00e4\u00dfige Adipositas mit alveol\u00e4rer Hypoventilation : Extreme Adipositas bei Kindern und Jugendlichen von 3 Jahren bis unter 18 Jahren", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I26.0", + "display": "Lungenembolie mit Angabe eines akuten Cor pulmonale", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Immunization", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "836402002", - "display": "Vaccine product containing live attenuated Mycobacterium bovis antigen (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -33457,37 +35400,37 @@ } ], "key": { - "code": "N02BP02", - "display": "Lindenbl\u00fcten", + "code": "N02BB54", + "display": "Propyphenazon, Kombinationen exkl. Psycholeptika**", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "J06BB13", - "display": "Pertussis-Immunglobulin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "233575001", + "display": "Intermittent hemodialysis", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -33508,9 +35451,10 @@ } ], "key": { - "code": "C94.6", - "display": "Myelodysplastische und myeloproliferative Krankheit, nicht klassifizierbar", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G41.9", + "display": "Status epilepticus, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -33531,9 +35475,10 @@ } ], "key": { - "code": "I25.15", - "display": "Mit stenosierten Bypass-Gef\u00e4\u00dfen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I21.3", + "display": "Akuter transmuraler Myokardinfarkt an nicht n\u00e4her bezeichneter Lokalisation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -33554,60 +35499,62 @@ } ], "key": { - "code": "I00", - "display": "Rheumatisches Fieber ohne Angabe einer Herzbeteiligung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F02.3", + "display": "Demenz bei prim\u00e4rem Parkinson-Syndrom [G20.- ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I62", - "display": "Sonstige nichttraumatische intrakranielle Blutung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "H02AB12", + "display": "Rimexolon", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "276732005", - "display": "Apneic oxygenation", - "system": "http://snomed.info/sct" + "code": "K72.79", + "display": "Hepatische Enzephalopathie, Grad nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -33633,12 +35580,36 @@ } ], "key": { - "code": "H02AB14", - "display": "Cloprednol", + "code": "C09BB04", + "display": "Perindopril und Amlodipin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I45.5", + "display": "Sonstiger n\u00e4her bezeichneter Herzblock", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -33661,12 +35632,24 @@ } ], "key": { - "code": "M01BA02", - "display": "Dipyrocetyl und Corticosteroide", + "code": "B01AB02", + "display": "Antithrombin III, Antithrombin alfa", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "48065-7", + "display": "Fibrin D-dimer FEU [Mass/volume] in Platelet poor plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -33684,12 +35667,72 @@ } ], "key": { - "code": "I25.11", - "display": "Ein-Gef\u00e4\u00df-Erkrankung", + "code": "C88.40", + "display": "Extranodales Marginalzonen-B-Zell-Lymphom des Mukosa-assoziierten lymphatischen Gewebes [MALT-Lymphom] : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I67.6", + "display": "Nichteitrige Thrombose des intrakraniellen Venensystems", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I36.2", + "display": "Nichtrheumatische Trikuspidalklappenstenose mit Insuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "2862-1", + "display": "Albumin [Mass/volume] in Serum or Plasma by Electrophoresis", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -33712,40 +35755,48 @@ } ], "key": { - "code": "J06BB08", - "display": "Staphylococcus-Immunglobulin", + "code": "L04AC", + "display": "Interleukin-Inhibitoren", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "127779003", - "display": "Oscillating positive expiratory pressure (flutter) physiotherapy", - "system": "http://snomed.info/sct" + "code": "I79.2", + "display": "Periphere Angiopathie bei anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "76486-0", + "display": "C reactive protein [Moles/volume] in Serum or Plasma by High sensitivity method", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -33763,9 +35814,10 @@ } ], "key": { - "code": "I25.12", - "display": "Zwei-Gef\u00e4\u00df-Erkrankung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I27.9", + "display": "Pulmonale Herzkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -33786,8 +35838,8 @@ } ], "key": { - "code": "K74.72", - "display": "Leberzirrhose, Stadium Child-Pugh C", + "code": "C49.0", + "display": "Bindegewebe und andere Weichteilgewebe des Kopfes, des Gesichtes und des Halses", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -33809,8 +35861,8 @@ } ], "key": { - "code": "C85.7", - "display": "Sonstige n\u00e4her bezeichnete Typen des Non-Hodgkin-Lymphoms", + "code": "C54.9", + "display": "Corpus uteri, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -33832,8 +35884,8 @@ } ], "key": { - "code": "J12.1", - "display": "Pneumonie durch Respiratory-Syncytial-Viren [RS-Viren]", + "code": "C83.9", + "display": "Nicht follikul\u00e4res Lymphom, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -33860,14 +35912,14 @@ } ], "key": { - "code": "C09BA09", - "display": "Fosinopril und Diuretika", + "code": "L04AD01", + "display": "Ciclosporin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -33875,22 +35927,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "870391004", - "display": "Assisted ventilation in prone position", - "system": "http://snomed.info/sct" + "code": "C09AA03", + "display": "Lisinopril", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -33911,8 +35963,8 @@ } ], "key": { - "code": "C07", - "display": "B\u00f6sartige Neubildung der Parotis", + "code": "C61", + "display": "B\u00f6sartige Neubildung der Prostata", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -33934,9 +35986,10 @@ } ], "key": { - "code": "E10.4", - "display": "Diabetes mellitus, Typ 1 : Mit neurologischen Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I27.28", + "display": "Sonstige n\u00e4her bezeichnete sekund\u00e4re pulmonale Hypertonie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -33957,9 +36010,10 @@ } ], "key": { - "code": "C47.2", - "display": "Periphere Nerven der unteren Extremit\u00e4t, einschlie\u00dflich H\u00fcfte", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I10.01", + "display": "Benigne essentielle Hypertonie : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -33985,35 +36039,12 @@ } ], "key": { - "code": "J05AE08", - "display": "Atazanavir", + "code": "G01BD", + "display": "Antiseptika und Corticosteroide", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I48.9", - "display": "Vorhofflimmern und Vorhofflattern, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "Procedure", "fixedCriteria": [ @@ -34036,67 +36067,61 @@ } ], "key": { - "code": "38158002", - "display": "Deep breathing, clapping and postural drainage", + "code": "233580005", + "display": "Continuous venovenous hemodialysis", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "836385002", - "display": "Vaccine product containing Yellow fever virus antigen (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "91556-1", - "display": "Fibrin D-dimer DDU [Mass/volume] in Blood by Immunoassay", - "system": "http://loinc.org" + "code": "I25.9", + "display": "Chronische isch\u00e4mische Herzkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C47.5", - "display": "Periphere Nerven des Beckens", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BE73", + "display": "Phenacetin, Kombinationen mit Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -34117,13 +36142,11 @@ } ], "key": { - "code": "422400008", - "display": "Erbrechen", - "system": "http://snomed.info/sct" + "code": "C76.4", + "display": "Obere Extremit\u00e4t", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "MedicationStatement", @@ -34147,22 +36170,35 @@ } ], "key": { - "code": "J06BB19", - "display": "Anthrax-Immunglobulin", + "code": "H02AB08", + "display": "Triamcinolon", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "94506-3", - "display": "SARS-CoV-2 (COVID-19) IgM Ab [Units/volume] in Serum or Plasma by Immunoassay", - "system": "http://loinc.org" + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I35.9", + "display": "Aortenklappenkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -34181,37 +36217,34 @@ } ], "key": { - "code": "I63.1", - "display": "Hirninfarkt durch Embolie pr\u00e4zerebraler Arterien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.75", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "243164007", - "display": "Positive end expiratory pressure reduced", - "system": "http://snomed.info/sct" + "code": "I35.1", + "display": "Aortenklappeninsuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -34237,8 +36270,8 @@ } ], "key": { - "code": "J06BB10", - "display": "Diphtherie-Immunglobulin", + "code": "R03AK11", + "display": "Formoterol und Fluticason", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -34265,23 +36298,12 @@ } ], "key": { - "code": "14130001000004103", - "display": "Aquapheresis", + "code": "229308003", + "display": "Intermittent CPAP", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "34714-6", - "display": "INR in Blood by Coagulation assay", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -34299,9 +36321,10 @@ } ], "key": { - "code": "C02.2", - "display": "Zungenunterfl\u00e4che", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I71.4", + "display": "Aneurysma der Aorta abdominalis, ohne Angabe einer Ruptur", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -34322,13 +36345,11 @@ } ], "key": { - "code": "84229001", - "display": "M\u00fcdigkeit", - "system": "http://snomed.info/sct" + "code": "C88.00", + "display": "Makroglobulin\u00e4mie Waldenstr\u00f6m : Ohne Angabe einer kompletten Remission", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -34347,8 +36368,8 @@ } ], "key": { - "code": "I50.03", - "display": "Rechtsherzinsuffizienz mit Beschwerden bei st\u00e4rkerer Belastung", + "code": "M32.9", + "display": "Systemischer Lupus erythematodes, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -34370,36 +36391,13 @@ } ], "key": { - "code": "C90.31", - "display": "Solit\u00e4res Plasmozytom : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I98.0", + "display": "Kardiovaskul\u00e4re Syphilis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Immunization", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "836381006", - "display": "Vaccine product containing Corynebacterium diphtheriae antigen (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -34417,88 +36415,66 @@ } ], "key": { - "code": "N18.80", - "display": "Einseitige chronische Nierenfunktionsst\u00f6rung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.91", + "display": "Diabetes mellitus, Typ 2 : Ohne Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "N02BH20", - "display": "Kombinationen", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "243153009", + "display": "High frequency positive pressure ventilation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "B01AE04", - "display": "Melagatran", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "system": "http://hl7.org/fhir/event-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "D82.8", - "display": "Immundefekte in Verbindung mit anderen n\u00e4her bezeichneten schweren Defekten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "76777009", + "display": "Electrophrenic respiration", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -34524,8 +36500,8 @@ } ], "key": { - "code": "H02B", - "display": "CORTICOSTEROIDE ZUR SYSTEMISCHEN ANWENDUNG, KOMBINATIONEN", + "code": "G01BD01", + "display": "Antiseptika und Corticosteroide", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -34547,46 +36523,13 @@ } ], "key": { - "code": "E11.60", - "display": "Diabetes mellitus, Typ 2 : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I51.2", - "display": "Papillarmuskelruptur, anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I30.9", + "display": "Akute Perikarditis, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "59826-8", - "display": "Creatinine [Moles/volume] in Blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -34604,8 +36547,8 @@ } ], "key": { - "code": "I61.5", - "display": "Intrazerebrale intraventrikul\u00e4re Blutung", + "code": "C63.1", + "display": "Samenstrang", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -34627,8 +36570,8 @@ } ], "key": { - "code": "E11", - "display": "Diabetes mellitus, Typ 2", + "code": "C82.1", + "display": "Follikul\u00e4res Lymphom Grad II", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -34655,37 +36598,32 @@ } ], "key": { - "code": "L04AC16", - "display": "Guselkumab", + "code": "M01BA02", + "display": "Dipyrocetyl und Corticosteroide", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L04AB", - "display": "Tumornekrosefaktor alpha(TNF-alpha)-Inhibitoren", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C72.5", + "display": "Sonstige und nicht n\u00e4her bezeichnete Hirnnerven", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -34706,9 +36644,10 @@ } ], "key": { - "code": "I61.4", - "display": "Intrazerebrale Blutung in das Kleinhirn", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I39.3", + "display": "Pulmonalklappenkrankheiten bei anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -34729,9 +36668,10 @@ } ], "key": { - "code": "K71.7", - "display": "Toxische Leberkrankheit mit Fibrose und Zirrhose der Leber", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G20.90", + "display": "Prim\u00e4res Parkinson-Syndrom, nicht n\u00e4her bezeichnet : Ohne Wirkungsfluktuation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -34752,8 +36692,8 @@ } ], "key": { - "code": "C94.71", - "display": "Sonstige n\u00e4her bezeichnete Leuk\u00e4mien : In kompletter Remission", + "code": "C86.6", + "display": "Prim\u00e4re kutane CD30-positive T-Zell-Proliferationen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -34775,9 +36715,10 @@ } ], "key": { - "code": "I66.8", - "display": "Verschluss und Stenose sonstiger zerebraler Arterien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.12", + "display": "Chronische obstruktive Lungenkrankheit mit akuter Exazerbation, nicht n\u00e4her bezeichnet : FEV_1 >=50\u00a0% und <70 % des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -34798,9 +36739,10 @@ } ], "key": { - "code": "C15.0", - "display": "Zervikaler \u00d6sophagus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I71.06", + "display": "Dissektion der Aorta abdominalis, rupturiert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -34821,9 +36763,10 @@ } ], "key": { - "code": "C68.9", - "display": "Harnorgan, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.90", + "display": "Diabetes mellitus, Typ 2 : Ohne Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -34844,78 +36787,50 @@ } ], "key": { - "code": "D82.0", - "display": "Wiskott-Aldrich-Syndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I95.1", + "display": "Orthostatische Hypotonie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "C91.1", - "display": "Chronische lymphatische Leuk\u00e4mie vom B-Zell-Typ [CLL]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "49732-1", + "display": "Interleukin 6 [Mass/volume] in Body fluid", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "F33.4", - "display": "Rezidivierende depressive St\u00f6rung, gegenw\u00e4rtig remittiert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "E84.9", - "display": "Zystische Fibrose, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "M04AC01", + "display": "Colchicin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -34936,9 +36851,10 @@ } ], "key": { - "code": "I30.8", - "display": "Sonstige Formen der akuten Perikarditis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.01", + "display": "Akutes Nierenversagen mit Tubulusnekrose : Stadium 1", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -34959,55 +36875,49 @@ } ], "key": { - "code": "C96.6", - "display": "Unifokale Langerhans-Zell-Histiozytose", + "code": "C54.2", + "display": "Myometrium", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "I34.8", - "display": "Sonstige nichtrheumatische Mitralklappenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "94564-2", + "display": "SARS-CoV-2 (COVID-19) IgM Ab [Presence] in Serum or Plasma by Immunoassay", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueConcept", + "valueSearchParameter": "value-concept" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I67.5", - "display": "Moyamoya-Syndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "S02BA03", + "display": "Prednisolon", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -35033,12 +36943,24 @@ } ], "key": { - "code": "J06B", - "display": "IMMUNGLOBULINE", + "code": "B01AC03", + "display": "Picotamid", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "431314004", + "display": "Peripheral oxygen saturation (observable entity)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -35056,9 +36978,10 @@ } ], "key": { - "code": "B18.12", - "display": "Chronische Virushepatitis B ohne Delta-Virus, Phase 2", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I45.4", + "display": "Unspezifischer intraventrikul\u00e4rer Block", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -35079,23 +37002,13 @@ } ], "key": { - "code": "C88.3", - "display": "Immunproliferative D\u00fcnndarmkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I80.80", + "display": "Thrombose, Phlebitis und Thrombophlebitis oberfl\u00e4chlicher Gef\u00e4\u00dfe der oberen Extremit\u00e4ten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "59828-4", - "display": "Bilirubin.total [Mass/volume] in Venous blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -35113,23 +37026,12 @@ } ], "key": { - "code": "J17", - "display": "Pneumonie bei anderenorts klassifizierten Krankheiten", + "code": "C41.32", + "display": "Klavikula", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "94500-6", - "display": "SARS-CoV-2 (COVID-19) RNA [Presence] in Respiratory specimen by NAA with probe detection", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-concept" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -35147,9 +37049,10 @@ } ], "key": { - "code": "C63.1", - "display": "Samenstrang", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I87.00", + "display": "Postthrombotisches Syndrom ohne Ulzeration", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -35170,32 +37073,38 @@ } ], "key": { - "code": "G70.1", - "display": "Toxische neuromuskul\u00e4re Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I67.4", + "display": "Hypertensive Enzephalopathie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "J62.8", - "display": "Pneumokoniose durch sonstigen Quarzstaub", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BE71", + "display": "Paracetamol, Kombinationen mit Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -35216,37 +37125,38 @@ } ], "key": { - "code": "C39.8", - "display": "Atmungsorgane und sonstige intrathorakale Organe, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I82.88", + "display": "Embolie und Thrombose sonstiger n\u00e4her bezeichneter Venen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C09BB", - "display": "ACE-Hemmer und Calciumkanalblocker", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "438603002", + "display": "Hyperventilation therapy for traumatic brain injury", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -35267,9 +37177,10 @@ } ], "key": { - "code": "C60.9", - "display": "Penis, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J63.8", + "display": "Pneumokoniose durch sonstige n\u00e4her bezeichnete anorganische St\u00e4ube", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -35290,37 +37201,33 @@ } ], "key": { - "code": "709044004", - "display": "Chronic kidney disease (disorder)", - "system": "http://snomed.info/sct" + "code": "E14.40", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit neurologischen Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "C09AA12", - "display": "Delapril", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C51.0", + "display": "Labium majus", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -35341,9 +37248,10 @@ } ], "key": { - "code": "I08.3", - "display": "Krankheiten der Mitral-, Aorten- und Trikuspidalklappe, kombiniert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.13", + "display": "Chronische obstruktive Lungenkrankheit mit akuter Exazerbation, nicht n\u00e4her bezeichnet : FEV_1 >=70\u00a0% des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -35364,9 +37272,38 @@ } ], "key": { - "code": "I34.1", - "display": "Mitralklappenprolaps", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I95.9", + "display": "Hypotonie, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "N02BB56", + "display": "Phenazonsalicylat, Kombinationen exkl. Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -35387,11 +37324,13 @@ } ], "key": { - "code": "G47.3", - "display": "Schlafapnoe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "64531003", + "display": "Laufende Nase", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -35410,8 +37349,8 @@ } ], "key": { - "code": "N17.83", - "display": "Sonstiges akutes Nierenversagen : Stadium 3", + "code": "C71.8", + "display": "Gehirn, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -35433,95 +37372,87 @@ } ], "key": { - "code": "D86.2", - "display": "Sarkoidose der Lunge mit Sarkoidose der Lymphknoten", + "code": "C17.9", + "display": "D\u00fcnndarm, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "H02BX20", - "display": "Kombinationen", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "243161004", + "display": "Positive end expiratory pressure increased", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BB52", - "display": "Metamizol-Natrium, Kombinationen exkl. Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "F41.9", + "display": "Angstst\u00f6rung, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "B01AB12", - "display": "Bemiparin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "836383009", + "display": "Vaccine product containing Vibrio cholerae antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -35540,8 +37471,8 @@ } ], "key": { - "code": "C82.4", - "display": "Follikul\u00e4res Lymphom Grad IIIb", + "code": "C30.1", + "display": "Mittelohr", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -35563,65 +37494,58 @@ } ], "key": { - "code": "I72.0", - "display": "Aneurysma und Dissektion der A. carotis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "84387000", + "display": "Asymptomatisch", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "H02AB13", - "display": "Deflazacort", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "G40.00", + "display": "Pseudo-Lennox-Syndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "233584001", - "display": "Continuous arteriovenous hemofiltration", - "system": "http://snomed.info/sct" + "code": "C95.90", + "display": "Leuk\u00e4mie, nicht n\u00e4her bezeichnet : Ohne Angabe einer kompletten Remission", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -35642,12 +37566,24 @@ } ], "key": { - "code": "Z94.81", - "display": "Zustand nach h\u00e4matopoetischer Stammzelltransplantation mit gegenw\u00e4rtiger Immunsuppression", + "code": "D84.0", + "display": "Lymphozytenfunktion-Antigen-1[LFA-1]-Defekt", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "82810-3", + "display": "Pregnancy status", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueConcept", + "valueSearchParameter": "value-concept" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -35665,9 +37601,10 @@ } ], "key": { - "code": "I61.1", - "display": "Intrazerebrale Blutung in die Gro\u00dfhirnhemisph\u00e4re, kortikal", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J60", + "display": "Kohlenbergarbeiter-Pneumokoniose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, @@ -35688,8 +37625,8 @@ } ], "key": { - "code": "I89.04", - "display": "Lymph\u00f6dem, sonstige Lokalisation, Stadium\u00a0II", + "code": "C22.3", + "display": "Angiosarkom der Leber", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -35711,9 +37648,10 @@ } ], "key": { - "code": "C15.2", - "display": "Abdominaler \u00d6sophagus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I39.0", + "display": "Mitralklappenkrankheiten bei anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -35734,8 +37672,8 @@ } ], "key": { - "code": "F00", - "display": "Demenz bei Alzheimer-Krankheit [G30.- ]", + "code": "M35.2", + "display": "Beh\u00e7et-Krankheit", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -35757,23 +37695,13 @@ } ], "key": { - "code": "M36.4", - "display": "Arthropathie bei anderenorts klassifizierten Hypersensitivit\u00e4tsreaktionen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I68.0", + "display": "Zerebrale Amyloidangiopathie [E85.- ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "30313-1", - "display": "Hemoglobin [Mass/volume] in Arterial blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -35791,9 +37719,10 @@ } ], "key": { - "code": "D80.3", - "display": "Selektiver Mangel an Immunglobulin-G-Subklassen [IgG-Subklassen]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I89.03", + "display": "Lymph\u00f6dem, sonstige Lokalisation, Stadium\u00a0I", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -35814,65 +37743,34 @@ } ], "key": { - "code": "I21.3", - "display": "Akuter transmuraler Myokardinfarkt an nicht n\u00e4her bezeichneter Lokalisation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L04AB05", - "display": "Certolizumab pegol", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I13.01", + "display": "Hypertensive Herz- und Nierenkrankheit mit (kongestiver) Herzinsuffizienz : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BA11", - "display": "Diflunisal", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I85.0", + "display": "\u00d6sophagusvarizen mit Blutung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -35898,8 +37796,8 @@ } ], "key": { - "code": "A12CB06", - "display": "Zinkorotat", + "code": "B01AC12", + "display": "Sulfinpyrazon", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -35921,37 +37819,9 @@ } ], "key": { - "code": "371923003", - "display": "Mild to moderate (qualifier value)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "18678000", - "display": "Hyperbaric oxygen therapy", - "system": "http://snomed.info/sct" + "code": "C34.1", + "display": "Oberlappen (-Bronchus)", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -35977,35 +37847,12 @@ } ], "key": { - "code": "108241001", - "display": "dialyse (verrichting)", + "code": "229287009", + "display": "Deep breathing exercises", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C60.1", - "display": "Glans penis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -36028,8 +37875,8 @@ } ], "key": { - "code": "H02AB10", - "display": "Cortison", + "code": "B01AC26", + "display": "Vorapaxar", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -36051,12 +37898,24 @@ } ], "key": { - "code": "C81.2", - "display": "Gemischtzelliges (klassisches) Hodgkin-Lymphom", + "code": "D89.8", + "display": "Sonstige n\u00e4her bezeichnete St\u00f6rungen mit Beteiligung des Immunsystems, anderenorts nicht klassifiziert", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "14804-9", + "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma by Lactate to pyruvate reaction", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -36074,9 +37933,10 @@ } ], "key": { - "code": "C50-C50", - "display": "B\u00f6sartige Neubildungen der Brustdr\u00fcse [Mamma]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I71.9", + "display": "Aortenaneurysma nicht n\u00e4her bezeichneter Lokalisation, ohne Angabe einer Ruptur", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -36097,11 +37957,13 @@ } ], "key": { - "code": "E14.50", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit peripheren vaskul\u00e4ren Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "38880002", + "display": "Starre", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "MedicationStatement", @@ -36125,8 +37987,8 @@ } ], "key": { - "code": "C09BB12", - "display": "Delapril und Manidipin", + "code": "N02BH20", + "display": "Kombinationen", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -36148,8 +38010,8 @@ } ], "key": { - "code": "I42.4", - "display": "Endokardfibroelastose", + "code": "C49.9", + "display": "Bindegewebe und andere Weichteilgewebe, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -36176,12 +38038,36 @@ } ], "key": { - "code": "N02BA19", - "display": "Cholin-Magnesium-Tris-Salicylat", + "code": "L04AC13", + "display": "Ixekizumab", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "F23.8", + "display": "Sonstige akute vor\u00fcbergehende psychotische St\u00f6rungen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -36204,8 +38090,8 @@ } ], "key": { - "code": "H02A", - "display": "CORTICOSTEROIDE ZUR SYSTEMISCHEN ANWENDUNG, REIN", + "code": "C09AA10", + "display": "Trandolapril", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -36227,9 +38113,10 @@ } ], "key": { - "code": "I09.8", - "display": "Sonstige n\u00e4her bezeichnete rheumatische Herzkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I82.1", + "display": "Thrombophlebitis migrans", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -36250,37 +38137,33 @@ } ], "key": { - "code": "I82.80", - "display": "Embolie und Thrombose der Milzvene", + "code": "C95.10", + "display": "Chronische Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "243177003", - "display": "Global oxygen delivery increase", - "system": "http://snomed.info/sct" + "code": "A16.2", + "display": "Lungentuberkulose ohne Angabe einer bakteriologischen, molekularbiologischen oder histologischen Sicherung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -36301,8 +38184,8 @@ } ], "key": { - "code": "I66.9", - "display": "Verschluss und Stenose einer nicht n\u00e4her bezeichneten zerebralen Arterie", + "code": "C06.2", + "display": "Retromolarregion", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -36324,12 +38207,40 @@ } ], "key": { - "code": "I72.8", - "display": "Aneurysma und Dissektion sonstiger n\u00e4her bezeichneter Arterien", + "code": "C51.9", + "display": "Vulva, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "J06BB12", + "display": "FSME-Immunglobulin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Procedure", "fixedCriteria": [ @@ -36352,8 +38263,8 @@ } ], "key": { - "code": "82433009", - "display": "Continuous negative pressure ventilation treatment", + "code": "428311008", + "display": "Noninvasive ventilation", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -36375,14 +38286,15 @@ } ], "key": { - "code": "G73.4", - "display": "Myopathie bei anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I86.0", + "display": "Sublinguale Varizen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -36390,59 +38302,25 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "786452006", - "display": "Arteriovenous extracorporeal membrane oxygenation", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "E10.75", - "display": "Diabetes mellitus, Typ 1 : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AC08", + "display": "Carbasalat calcium", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "2519-7", - "display": "Lactate [Moles/volume] in Venous blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -36460,8 +38338,8 @@ } ], "key": { - "code": "G71.2", - "display": "Angeborene Myopathien", + "code": "C60.9", + "display": "Penis, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -36483,9 +38361,10 @@ } ], "key": { - "code": "I66.4", - "display": "Verschluss und Stenose mehrerer und beidseitiger zerebraler Arterien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I71.07", + "display": "Dissektion der Aorta, thorakoabdominal, rupturiert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -36506,14 +38385,14 @@ } ], "key": { - "code": "D82.1", - "display": "Di-George-Syndrom", + "code": "C67.2", + "display": "Laterale Harnblasenwand", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -36521,22 +38400,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "182686001", - "display": "Endotracheal respiratory assistance", - "system": "http://snomed.info/sct" + "code": "H02BX02", + "display": "Dexamethason, Kombinationen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -36557,9 +38436,10 @@ } ], "key": { - "code": "C91.50", - "display": "Adulte(s) T-Zell-Lymphom/Leuk\u00e4mie (HTLV-1-assoziiert) : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I02.9", + "display": "Rheumatische Chorea ohne Herzbeteiligung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -36580,8 +38460,8 @@ } ], "key": { - "code": "K77.8", - "display": "Leberkrankheiten bei sonstigen anderenorts klassifizierten Krankheiten", + "code": "C69.1", + "display": "Kornea", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -36603,14 +38483,15 @@ } ], "key": { - "code": "I13.10", - "display": "Hypertensive Herz- und Nierenkrankheit mit Niereninsuffizienz : Ohne Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K77.11", + "display": "Stadium 1 der akuten Leber-Graft-versus-Host-Krankheit [T86.01 ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Specimen", "fixedCriteria": [ { "fhirPath": "status", @@ -36618,24 +38499,19 @@ "type": "code", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "available", + "display": "Available", + "system": "http://hl7.org/fhir/ValueSet/specimen-status" } ] } ], "key": { - "code": "C09BA06", - "display": "Quinapril und Diuretika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "122567009", + "display": "Urine sediment specimen (specimen)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "type" }, { "fhirResourceType": "Condition", @@ -36654,8 +38530,8 @@ } ], "key": { - "code": "I50.01", - "display": "Sekund\u00e4re Rechtsherzinsuffizienz", + "code": "C78.4", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung des D\u00fcnndarmes", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -36677,37 +38553,57 @@ } ], "key": { - "code": "I95", - "display": "Hypotonie", + "code": "C53.8", + "display": "Cervix uteri, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "Z87.0", + "display": "Krankheiten des Atmungssystems in der Eigenanamnese", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L04AB03", - "display": "Afelimomab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I89.01", + "display": "Lymph\u00f6dem der oberen und unteren Extremit\u00e4t(en), Stadium\u00a0II", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -36728,65 +38624,56 @@ } ], "key": { - "code": "I52", - "display": "Sonstige Herzkrankheiten bei anderenorts klassifizierten Krankheiten", + "code": "C43.3", + "display": "B\u00f6sartiges Melanom sonstiger und nicht n\u00e4her bezeichneter Teile des Gesichtes", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "44387004", - "display": "Decompression chamber therapy", - "system": "http://snomed.info/sct" + "code": "C32.3", + "display": "Larynxknorpel", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "R03AL05", - "display": "Formoterol und Aclidiniumbromid", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "F33.2", + "display": "Rezidivierende depressive St\u00f6rung, gegenw\u00e4rtig schwere Episode ohne psychotische Symptome", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -36807,9 +38694,10 @@ } ], "key": { - "code": "J44.93", - "display": "Chronische obstruktive Lungenkrankheit, nicht n\u00e4her bezeichnet : FEV_1 >=70\u00a0% des Sollwertes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.51", + "display": "Diabetes mellitus, Typ 2 : Mit peripheren vaskul\u00e4ren Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -36830,9 +38718,10 @@ } ], "key": { - "code": "I73", - "display": "Sonstige periphere Gef\u00e4\u00dfkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.75", + "display": "Diabetes mellitus, Typ 2 : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -36853,8 +38742,8 @@ } ], "key": { - "code": "I77.6", - "display": "Arteriitis, nicht n\u00e4her bezeichnet", + "code": "K28.9", + "display": "Ulcus pepticum jejuni : Weder als akut noch als chronisch bezeichnet, ohne Blutung oder Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -36876,9 +38765,10 @@ } ], "key": { - "code": "C34", - "display": "B\u00f6sartige Neubildung der Bronchien und der Lunge", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.5", + "display": "Isch\u00e4mische Kardiomyopathie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -36899,14 +38789,14 @@ } ], "key": { - "code": "C17", - "display": "B\u00f6sartige Neubildung des D\u00fcnndarmes", + "code": "C09.0", + "display": "Fossa tonsillaris", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -36914,22 +38804,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "233587008", - "display": "Intermittent hemodiafiltration", - "system": "http://snomed.info/sct" + "code": "N02BB72", + "display": "Metamizol-Natrium, Kombinationen mit Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -36950,22 +38840,87 @@ } ], "key": { - "code": "E13.91", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Ohne Komplikationen : Als entgleist bezeichnet", + "code": "I50.05", + "display": "Rechtsherzinsuffizienz mit Beschwerden in Ruhe", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C71.5", + "display": "Hirnventrikel", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], "key": { - "code": "49919-4", - "display": "Interleukin 6 [Mass/volume] in Cerebral spinal fluid", - "system": "http://loinc.org" + "code": "I40.1", + "display": "Isolierte Myokarditis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "N02BA02", + "display": "Aloxiprin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -36984,12 +38939,25 @@ } ], "key": { - "code": "I71.6", - "display": "Aortenaneurysma, thorakoabdominal, ohne Angabe einer Ruptur", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K74.6", + "display": "Sonstige und nicht n\u00e4her bezeichnete Zirrhose der Leber", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "95420-6", + "display": "Is the patient in the intensive care unit?", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueConcept", + "valueSearchParameter": "value-concept" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -37007,9 +38975,10 @@ } ], "key": { - "code": "E13.72", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F23.2", + "display": "Akute schizophreniforme psychotische St\u00f6rung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -37035,8 +39004,36 @@ } ], "key": { - "code": "276737004", - "display": "Domiciliary ventilation", + "code": "230040009", + "display": "Airway suction technique", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "168537006", + "display": "R\u00f6ntgen", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -37058,9 +39055,10 @@ } ], "key": { - "code": "C17.0", - "display": "Duodenum", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J17.0", + "display": "Pneumonie bei anderenorts klassifizierten bakteriellen Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -37086,8 +39084,8 @@ } ], "key": { - "code": "C09BA07", - "display": "Benazepril und Diuretika", + "code": "L03AB07", + "display": "Interferon beta-1a", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -37109,8 +39107,8 @@ } ], "key": { - "code": "K77.23", - "display": "Stadium 3 der chronischen Leber-Graft-versus-Host-Krankheit[T86.07 ]", + "code": "K52.0", + "display": "Gastroenteritis und Kolitis durch Strahleneinwirkung", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -37132,46 +39130,40 @@ } ], "key": { - "code": "J44.80", - "display": "Sonstige n\u00e4her bezeichnete chronische obstruktive Lungenkrankheit : FEV_1 <35\u00a0% des Sollwertes", + "code": "C50.0", + "display": "Brustwarze und Warzenhof", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I40.0", - "display": "Infekti\u00f6se Myokarditis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "Covid-19 therapy", + "display": "Covid-19 therapy", + "system": "num.codex" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "55128-3", - "display": "Discharge disposition", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-concept" - }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -37194,8 +39186,8 @@ } ], "key": { - "code": "H02BX06", - "display": "Prednisolon, Kombinationen", + "code": "J06BB02", + "display": "Tetanus-Immunglobulin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -37217,14 +39209,15 @@ } ], "key": { - "code": "C91.51", - "display": "Adulte(s) T-Zell-Lymphom/Leuk\u00e4mie (HTLV-1-assoziiert) : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I65.1", + "display": "Verschluss und Stenose der A. basilaris", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -37232,22 +39225,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "708934006", - "display": "Maintenance hemofiltration", - "system": "http://snomed.info/sct" + "code": "N02BG03", + "display": "Glafenin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -37268,8 +39261,8 @@ } ], "key": { - "code": "C34.2", - "display": "Mittellappen (-Bronchus)", + "code": "C60.0", + "display": "Praeputium penis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -37291,9 +39284,10 @@ } ], "key": { - "code": "I72.6", - "display": "Aneurysma und Dissektion der A. vertebralis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N18.9", + "display": "Chronische Nierenkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -37314,66 +39308,93 @@ } ], "key": { - "code": "C95.8", - "display": "Leuk\u00e4mie, refrakt\u00e4r auf Standard-Induktionstherapie", + "code": "C44.1", + "display": "Haut des Augenlides, einschlie\u00dflich Kanthus", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I52.0", - "display": "Sonstige Herzkrankheiten bei anderenorts klassifizierten bakteriellen Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J06BB09", + "display": "Cytomegalievirus-Immunglobulin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], "key": { - "code": "20509-6", - "display": "Hemoglobin [Mass/volume] in Blood by calculation", - "system": "http://loinc.org" + "code": "L04AC01", + "display": "Daclizumab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C46.1", - "display": "Kaposi-Sarkom des Weichteilgewebes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J05AE08", + "display": "Atazanavir", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -37394,8 +39415,8 @@ } ], "key": { - "code": "C31.8", - "display": "Nasennebenh\u00f6hlen, mehrere Teilbereiche \u00fcberlappend", + "code": "K26.0", + "display": "Ulcus duodeni : Akut, mit Blutung", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -37417,11 +39438,13 @@ } ], "key": { - "code": "C14.8", - "display": "Lippe, Mundh\u00f6hle und Pharynx, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "248567008", + "display": "Hauteinziehungen des Brustkorbs bei der Einatmung", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Procedure", @@ -37445,8 +39468,8 @@ } ], "key": { - "code": "233589006", - "display": "Continuous arteriovenous hemodiafiltration", + "code": "57274006", + "display": "Initial hemodialysis", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -37473,8 +39496,8 @@ } ], "key": { - "code": "R03AK12", - "display": "Salmeterol und Budesonid", + "code": "B01AB04", + "display": "Dalteparin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -37496,8 +39519,32 @@ } ], "key": { - "code": "C78.3", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung sonstiger und nicht n\u00e4her bezeichneter Atmungsorgane", + "code": "K76.0", + "display": "Fettleber [fettige Degeneration], anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "D89.0", + "display": "Polyklonale Hypergammaglobulin\u00e4mie", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -37524,32 +39571,37 @@ } ], "key": { - "code": "C09BX02", - "display": "Perindopril und Bisoprolol", + "code": "N02BE03", + "display": "Phenacetin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C54.9", - "display": "Corpus uteri, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L03AB02", + "display": "Interferon beta, nat\u00fcrlich", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -37570,14 +39622,15 @@ } ], "key": { - "code": "K71.80", - "display": "Toxische veno-okklusive Leberkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I87.9", + "display": "Venenkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -37585,22 +39638,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "425696007", - "display": "Respiratory assist, manual, using bag-valve-mask", - "system": "http://snomed.info/sct" + "code": "A12CB06", + "display": "Zinkorotat", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -37626,37 +39679,14 @@ } ], "key": { - "code": "1366004", - "display": "Inhalation therapy procedure", + "code": "262277005", + "display": "Warming of inhaled gases", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E11.90", - "display": "Diabetes mellitus, Typ 2 : Ohne Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Specimen", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -37664,19 +39694,24 @@ "type": "code", "value": [ { - "code": "available", - "display": "Available", - "system": "http://hl7.org/fhir/ValueSet/specimen-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "472881004", - "display": "Swab from pharynx (specimen)", - "system": "http://snomed.info/sct" + "code": "A12CB", + "display": "Zink", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, - "termCodeSearchParameter": "type" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -37695,14 +39730,15 @@ } ], "key": { - "code": "K72.9", - "display": "Leberversagen, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.31", + "display": "Diabetes mellitus, Typ 2 : Mit Augenkomplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -37710,22 +39746,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "83794005", - "display": "Extracorporeal photopheresis", - "system": "http://snomed.info/sct" + "code": "B01AB10", + "display": "Tinzaparin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -37746,9 +39782,10 @@ } ], "key": { - "code": "I13.0", - "display": "Hypertensive Herz- und Nierenkrankheit mit (kongestiver) Herzinsuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K72.72", + "display": "Hepatische Enzephalopathie Grad 2", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -37769,32 +39806,37 @@ } ], "key": { - "code": "I77.1", - "display": "Arterienstriktur", + "code": "D89.9", + "display": "St\u00f6rung mit Beteiligung des Immunsystems, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C06.8", - "display": "Sonstige und nicht n\u00e4her bezeichnete Teile des Mundes, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "74596007", + "display": "Resuscitation with artificial respiration", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -37820,8813 +39862,23 @@ } ], "key": { - "code": "N02BB73", - "display": "Aminophenazon, Kombinationen mit Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "243166009", - "display": "Positive end expiratory pressure reduced to optimal PEEP", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E84.80", - "display": "Zystische Fibrose mit Lungen- und Darm-Manifestation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I27.28", - "display": "Sonstige n\u00e4her bezeichnete sekund\u00e4re pulmonale Hypertonie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C82.7", - "display": "Sonstige Typen des follikul\u00e4ren Lymphoms", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C10", - "display": "B\u00f6sartige Neubildung des Oropharynx", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I39.3", - "display": "Pulmonalklappenkrankheiten bei anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I25.20", - "display": "29 Tage bis unter 4 Monate zur\u00fcckliegend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I34.2", - "display": "Nichtrheumatische Mitralklappenstenose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I87.20", - "display": "Ven\u00f6se Insuffizienz (chronisch) (peripher) ohne Ulzeration", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "13791008", - "display": "Schw\u00e4chegef\u00fchl", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I71.0", - "display": "Dissektion der Aorta", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G73.2", - "display": "Sonstige Myastheniesyndrome bei Neubildungen [C00-D48 ]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I31.1", - "display": "Chronische konstriktive Perikarditis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C68", - "display": "B\u00f6sartige Neubildung sonstiger und nicht n\u00e4her bezeichneter Harnorgane", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Immunization", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "787859002", - "display": "Vaccine product (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I69.1", - "display": "Folgen einer intrazerebralen Blutung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "06", - "display": "SOFA-Score", - "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "S02BA56", - "display": "Dexamethason, Kombinationen", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I13", - "display": "Hypertensive Herz- und Nierenkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E14.30", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Augenkomplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "38880002", - "display": "Starre", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C26", - "display": "B\u00f6sartige Neubildung sonstiger und ungenau bezeichneter Verdauungsorgane", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "J05AE10", - "display": "Darunavir", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "Z94.80", - "display": "Zustand nach h\u00e4matopoetischer Stammzelltransplantation ohne gegenw\u00e4rtige Immunsuppression", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "M01BA04", - "display": "Mofebutazon und Corticosteroide", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I49.1", - "display": "Vorhofextrasystolie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G41.8", - "display": "Sonstiger Status epilepticus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "698510006", - "display": "Respiratory therapy by modification of proportion of atmospheric gas", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "N02BA55", - "display": "Salicylamid, Kombinationen exkl. Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "M36.3", - "display": "Arthropathie bei sonstigen anderenorts klassifizierten Blutkrankheiten[D50-D76]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E13.51", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit peripheren vaskul\u00e4ren Komplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "243144002", - "display": "Patient triggered inspiratory assistance", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I74.1", - "display": "Embolie und Thrombose sonstiger und nicht n\u00e4her bezeichneter Abschnitte der Aorta", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K77.2", - "display": "Beteiligung der Leber bei der chronischen Graft-versus-Host-Krankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "32693-4", - "display": "Lactate [Moles/volume] in Blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K70", - "display": "Alkoholische Leberkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "19240-1", - "display": "Lactate [Moles/volume] in Mixed venous blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "698800009", - "display": "Respiratory therapy by control of atmospheric composition", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "P01BA02", - "display": "Hydroxychloroquin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "J66.0", - "display": "Krankheit der Atemwege durch spezifischen organischen Staub", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C90", - "display": "Plasmozytom und b\u00f6sartige Plasmazellen-Neubildungen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I86.82", - "display": "Rektumvarizen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "68341005", - "display": "Hemodialysis, supervision at home", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "N17", - "display": "Akutes Nierenversagen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L04AD03", - "display": "Voclosporin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "N02BA02", - "display": "Aloxiprin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I89.09", - "display": "Lymph\u00f6dem, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C81", - "display": "Hodgkin-Lymphom [Lymphogranulomatose]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I95.9", - "display": "Hypotonie, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "B18.0", - "display": "Chronische Virushepatitis B mit Delta-Virus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "243138001", - "display": "High ambient pressure therapy", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I12.0", - "display": "Hypertensive Nierenkrankheit mit Niereninsuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "243136002", - "display": "Short-term oxygen therapy", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L04AA18", - "display": "Everolimus", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I42.7", - "display": "Kardiomyopathie durch Arzneimittel oder sonstige exogene Substanzen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I31.9", - "display": "Krankheit des Perikards, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C16.9", - "display": "Magen, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K52.2", - "display": "Allergische und aliment\u00e4re Gastroenteritis und Kolitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L03AB09", - "display": "Interferon alfacon-1", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C83.3", - "display": "Diffuses gro\u00dfzelliges B-Zell-Lymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "243143008", - "display": "Airway pressure release ventilation", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C91.40", - "display": "Haarzellenleuk\u00e4mie : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C18.6", - "display": "Colon descendens", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C24", - "display": "B\u00f6sartige Neubildung sonstiger und nicht n\u00e4her bezeichneter Teile der Gallenwege", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C00-C75", - "display": "B\u00f6sartige Neubildungen an genau bezeichneten Lokalisationen, als prim\u00e4r festgestellt oder vermutet, ausgenommen lymphatisches, blutbildendes und verwandtes Gewebe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I61", - "display": "Intrazerebrale Blutung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I83.1", - "display": "Varizen der unteren Extremit\u00e4ten mit Entz\u00fcndung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "128283000", - "display": "Chronic nervous system disorder (disorder)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L04AC09", - "display": "Briakinumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C51.2", - "display": "Klitoris", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "57485005", - "display": "Oxygen therapy", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K50.80", - "display": "Crohn-Krankheit des Magens", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "R03AK10", - "display": "Vilanterol und Fluticasonfuroat", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "F23.1", - "display": "Akute polymorphe psychotische St\u00f6rung mit Symptomen einer Schizophrenie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C50.6", - "display": "Recessus axillaris der Brustdr\u00fcse", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C01", - "display": "B\u00f6sartige Neubildung des Zungengrundes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K76", - "display": "Sonstige Krankheiten der Leber", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C50.1", - "display": "Zentraler Dr\u00fcsenk\u00f6rper der Brustdr\u00fcse", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C96.5", - "display": "Multifokale und unisystemische Langerhans-Zell-Histiozytose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "30352-9", - "display": "Hemoglobin [Mass/volume] in Capillary blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "J63.8", - "display": "Pneumokoniose durch sonstige n\u00e4her bezeichnete anorganische St\u00e4ube", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E14.2", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Nierenkomplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E10.2", - "display": "Diabetes mellitus, Typ 1 : Mit Nierenkomplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C77.9", - "display": "Lymphknoten, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C72.0", - "display": "R\u00fcckenmark", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "44322-6", - "display": "Interleukin 6 [Presence] in Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I74.5", - "display": "Embolie und Thrombose der A. iliaca", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "C09AA06", - "display": "Quinapril", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L04AC01", - "display": "Daclizumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "233578004", - "display": "Continuous hemodialysis", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I79.2", - "display": "Periphere Angiopathie bei anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I85.9", - "display": "\u00d6sophagusvarizen ohne Blutung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G47.39", - "display": "Schlafapnoe, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I30-I52", - "display": "Sonstige Formen der Herzkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C18.9", - "display": "Kolon, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "J06BB15", - "display": "Mumps-Immunglobulin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C49.8", - "display": "Bindegewebe und andere Weichteilgewebe, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C79.5", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Knochens und des Knochenmarkes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C95.10", - "display": "Chronische Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C79.6", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Ovars", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "M34.8", - "display": "Sonstige Formen der systemischen Sklerose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C93.00", - "display": "Akute Monoblasten-/Monozytenleuk\u00e4mie : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C44.9", - "display": "B\u00f6sartige Neubildung der Haut, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C25.1", - "display": "Pankreask\u00f6rper", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I01.0", - "display": "Akute rheumatische Perikarditis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C93.01", - "display": "Akute Monoblasten-/Monozytenleuk\u00e4mie : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I67.88", - "display": "Sonstige n\u00e4her bezeichnete zerebrovaskul\u00e4re Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C43.0", - "display": "B\u00f6sartiges Melanom der Lippe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C79.1", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Harnblase sowie sonstiger und nicht n\u00e4her bezeichneter Harnorgane", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "H02AB", - "display": "Glucocorticoide", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "N02BB71", - "display": "Phenazon, Kombinationen mit Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I40.1", - "display": "Isolierte Myokarditis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C91.6", - "display": "Prolymphozyten-Leuk\u00e4mie vom T-Zell-Typ", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "J06BB17", - "display": "Motavizumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "N02BE05", - "display": "Propacetamol", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I13.91", - "display": "Hypertensive Herz- und Nierenkrankheit, nicht n\u00e4her bezeichnet : Mit Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G43.0", - "display": "Migr\u00e4ne ohne Aura [Gew\u00f6hnliche Migr\u00e4ne]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "786451004", - "display": "Venoarterial extracorporeal membrane oxygenation", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "84387000", - "display": "Asymptomatisch", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" - }, - { - "fhirResourceType": "Immunization", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "836377006", - "display": "Vaccine product containing Influenza virus antigen (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "H02BX21", - "display": "Desoxycorton, Kombinationen", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I61.8", - "display": "Sonstige intrazerebrale Blutung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E11.61", - "display": "Diabetes mellitus, Typ 2 : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I41.1", - "display": "Myokarditis bei anderenorts klassifizierten Viruskrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E14.1", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Ketoazidose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C57.9", - "display": "Weibliches Genitalorgan, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "D86.9", - "display": "Sarkoidose, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "30351-1", - "display": "Hemoglobin [Mass/volume] in Mixed venous blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L03AB13", - "display": "Peginterferon beta-1a", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K77.11", - "display": "Stadium 1 der akuten Leber-Graft-versus-Host-Krankheit [T86.01 ]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E14.90", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Ohne Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C84.1", - "display": "S\u00e9zary-Syndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C31", - "display": "B\u00f6sartige Neubildung der Nasennebenh\u00f6hlen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "243152004", - "display": "Extended mandatory minute volume ventilation", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Immunization", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "836495005", - "display": "Vaccine product containing Human alphaherpesvirus 3 antigen (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C88.20", - "display": "Sonstige Schwerkettenkrankheit : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I51.1", - "display": "Ruptur der Chordae tendineae, anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "424144002", - "display": "Current chronological age (observable entity)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I43.1", - "display": "Kardiomyopathie bei Stoffwechselkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "B01AB06", - "display": "Nadroparin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "243142003", - "display": "Dual pressure spontaneous ventilation support", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C74.1", - "display": "Nebennierenmark", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I37", - "display": "Pulmonalklappenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I25.3", - "display": "Herz-(Wand-)Aneurysma", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "266700009", - "display": "Assisted breathing", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E10.9", - "display": "Diabetes mellitus, Typ 1 : Ohne Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C94.60", - "display": "Myelodysplastische und myeloproliferative Krankheit, nicht klassifizierbar : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "C09BA", - "display": "ACE-Hemmer und Diuretika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "68962001", - "display": "Muskelschmerzen", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C22.4", - "display": "Sonstige Sarkome der Leber", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "398077001", - "display": "Oxygen dynamic interventions", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "46418-0", - "display": "INR in Capillary blood by Coagulation assay", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K77.13", - "display": "Stadium 3 der akuten Leber-Graft-versus-Host-Krankheit [T86.02 ]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I70.23", - "display": "Becken-Bein-Typ, mit Ruheschmerz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I71.4", - "display": "Aneurysma der Aorta abdominalis, ohne Angabe einer Ruptur", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "F00.1", - "display": "Demenz bei Alzheimer-Krankheit, mit sp\u00e4tem Beginn (Typ 1) [G30.1 ]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C41.4", - "display": "Beckenknochen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "19861002", - "display": "Intermittent positive pressure breathing treatment with nebulized medication", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "7799-0", - "display": "Fibrin D-dimer [Units/volume] in Platelet poor plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "N02BB54", - "display": "Propyphenazon, Kombinationen exkl. Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "N02BG09", - "display": "Methoxyfluran", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I25.2", - "display": "Alter Myokardinfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Immunization", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "1119349007", - "display": "Vaccine product containing only Severe acute respiratory syndrome coronavirus 2 messenger ribonucleic acid (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K77.0", - "display": "Leberkrankheiten bei anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C53.1", - "display": "Ektozervix", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "N17.92", - "display": "Akutes Nierenversagen, nicht n\u00e4her bezeichnet : Stadium 2", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I26.9", - "display": "Lungenembolie ohne Angabe eines akuten Cor pulmonale", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C92.81", - "display": "Akute myeloische Leuk\u00e4mie mit multiline\u00e4rer Dysplasie : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K77.12", - "display": "Stadium 2 der akuten Leber-Graft-versus-Host-Krankheit [T86.02 ]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K72.72", - "display": "Hepatische Enzephalopathie Grad 2", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "6301-6", - "display": "INR in Platelet poor plasma by Coagulation assay", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C49.0", - "display": "Bindegewebe und andere Weichteilgewebe des Kopfes, des Gesichtes und des Halses", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G47.32", - "display": "Schlafbezogenes Hypoventilations-Syndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "60017-1", - "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Body fluid by Pyruvate to lactate reaction", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "266702001", - "display": "Oxygen enrichment therapy", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C39", - "display": "B\u00f6sartige Neubildung sonstiger und ungenau bezeichneter Lokalisationen des Atmungssystems und sonstiger intrathorakaler Organe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K73.9", - "display": "Chronische Hepatitis, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Immunization", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "836380007", - "display": "Vaccine product containing Haemophilus influenzae type B antigen (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I51.8", - "display": "Sonstige ungenau bezeichnete Herzkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "48065-7", - "display": "Fibrin D-dimer FEU [Mass/volume] in Platelet poor plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "229295008", - "display": "Forced expiration technique", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I46.0", - "display": "Herzstillstand mit erfolgreicher Wiederbelebung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G40.0", - "display": "Lokalisationsbezogene (fokale) (partielle) idiopathische Epilepsie und epileptische Syndrome mit fokal beginnenden Anf\u00e4llen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "R03AK05", - "display": "Reproterol und Cromoglicins\u00e4ure, Dinatriumsalz", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I10.10", - "display": "Maligne essentielle Hypertonie : Ohne Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Immunization", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "871803007", - "display": "Vaccine product containing only Hepatitis A and Hepatitis B virus antigens (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C25.9", - "display": "Pankreas, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C77.1", - "display": "Intrathorakale Lymphknoten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G40.8", - "display": "Sonstige Epilepsien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "76486-0", - "display": "C reactive protein [Moles/volume] in Serum or Plasma by High sensitivity method", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "N02BB74", - "display": "Propyphenazon, Kombinationen mit Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G20.91", - "display": "Prim\u00e4res Parkinson-Syndrom, nicht n\u00e4her bezeichnet : Mit Wirkungsfluktuation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I11.00", - "display": "Hypertensive Herzkrankheit mit (kongestiver) Herzinsuffizienz : Ohne Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I47.1", - "display": "Supraventrikul\u00e4re Tachykardie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L04AC05", - "display": "Ustekinumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "N02BB04", - "display": "Propyphenazon", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "N17.03", - "display": "Akutes Nierenversagen mit Tubulusnekrose : Stadium 3", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C90.11", - "display": "Plasmazellenleuk\u00e4mie : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K52.0", - "display": "Gastroenteritis und Kolitis durch Strahleneinwirkung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C91.31", - "display": "Prolymphozyt\u00e4re Leuk\u00e4mie vom B-Zell-Typ : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "229303007", - "display": "Mist inhalation therapy", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K74.71", - "display": "Leberzirrhose, Stadium Child-Pugh B", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "F01.1", - "display": "Multiinfarkt-Demenz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "2520-5", - "display": "Lactate [Moles/volume] in Cerebral spinal fluid", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C05", - "display": "B\u00f6sartige Neubildung des Gaumens", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "B01AC07", - "display": "Dipyridamol", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C13.2", - "display": "Hinterwand des Hypopharynx", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "B20", - "display": "Infekti\u00f6se und parasit\u00e4re Krankheiten infolge HIV-Krankheit [Humane Immundefizienz-Viruskrankheit]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I67.8", - "display": "Sonstige n\u00e4her bezeichnete zerebrovaskul\u00e4re Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I31.0", - "display": "Chronische adh\u00e4sive Perikarditis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "341939001", - "display": "Extracorporeal hemofiltration", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E84.8", - "display": "Zystische Fibrose mit sonstigen Manifestationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I33.0", - "display": "Akute und subakute infekti\u00f6se Endokarditis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I37.0", - "display": "Pulmonalklappenstenose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "Z95.5", - "display": "Vorhandensein eines Implantates oder Transplantates nach koronarer Gef\u00e4\u00dfplastik", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C97-C97", - "display": "B\u00f6sartige Neubildungen als Prim\u00e4rtumoren an mehreren Lokalisationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Immunization", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "836403007", - "display": "Vaccine product containing Tick-borne encephalitis virus antigen (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "B01AF", - "display": "Direkte Faktor-Xa-Inhibitoren", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "U69.01", - "display": "Anderenorts klassifizierte, im Krankenhaus erworbene Pneumonie, die mehr als 48 Stunden nach Aufnahme auftritt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "J44.8", - "display": "Sonstige n\u00e4her bezeichnete chronische obstruktive Lungenkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E66.24", - "display": "\u00dcberm\u00e4\u00dfige Adipositas mit alveol\u00e4rer Hypoventilation : Adipositas bei Kindern und Jugendlichen von 3 Jahren bis unter 18 Jahren", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C92.8", - "display": "Akute myeloische Leuk\u00e4mie mit multiline\u00e4rer Dysplasie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "C09B", - "display": "ACE-HEMMER, KOMBINATIONEN", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "B01AC16", - "display": "Eptifibatid", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K76.8", - "display": "Sonstige n\u00e4her bezeichnete Krankheiten der Leber", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "M04AC01", - "display": "Colchicin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "48066-5", - "display": "Fibrin D-dimer DDU [Mass/volume] in Platelet poor plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "C09BA05", - "display": "Ramipril und Diuretika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I13.01", - "display": "Hypertensive Herz- und Nierenkrankheit mit (kongestiver) Herzinsuffizienz : Mit Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "C09BX01", - "display": "Perindopril, Amlodipin und Indapamid", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C84.4", - "display": "Peripheres T-Zell-Lymphom, nicht spezifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C09.0", - "display": "Fossa tonsillaris", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "B01AC24", - "display": "Ticagrelor", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C05.8", - "display": "Gaumen, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "386661006", - "display": "Fieber", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "2160-0", - "display": "Creatinine [Mass/volume] in Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C18.3", - "display": "Flexura coli dextra [hepatica]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I26.0", - "display": "Lungenembolie mit Angabe eines akuten Cor pulmonale", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "698799005", - "display": "Respiratory therapy by control of atmospheric pressure", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C82.5", - "display": "Diffuses Follikelzentrumslymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C90.1", - "display": "Plasmazellenleuk\u00e4mie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I22.0", - "display": "Rezidivierender Myokardinfarkt der Vorderwand", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I05", - "display": "Rheumatische Mitralklappenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I15.91", - "display": "Sekund\u00e4re Hypertonie, nicht n\u00e4her bezeichnet : Mit Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "G01BA", - "display": "Antibiotika und Corticosteroide", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I97.8", - "display": "Sonstige Kreislaufkomplikationen nach medizinischen Ma\u00dfnahmen, anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "D82", - "display": "Immundefekt in Verbindung mit anderen schweren Defekten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C86.5", - "display": "Angioimmunoblastisches T-Zell-Lymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "D86.1", - "display": "Sarkoidose der Lymphknoten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Immunization", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "836387005", - "display": "Vaccine product containing Rotavirus antigen (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C95.11", - "display": "Chronische Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E66.22", - "display": "\u00dcberm\u00e4\u00dfige Adipositas mit alveol\u00e4rer Hypoventilation : Adipositas Grad III (WHO) bei Patienten von 18 Jahren und \u00e4lter", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C92.10", - "display": "Chronische myeloische Leuk\u00e4mie [CML], BCR/ABL-positiv : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C76.4", - "display": "Obere Extremit\u00e4t", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "6597-9", - "display": "Troponin T.cardiac [Mass/volume] in Venous blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "N02BA77", - "display": "Ethenzamid, Kombinationen mit Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "N02BG05", - "display": "Viminol", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L04AC08", - "display": "Canakinumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I71.00", - "display": "Dissektion der Aorta nicht n\u00e4her bezeichneter Lokalisation, ohne Angabe einer Ruptur", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I85.0", - "display": "\u00d6sophagusvarizen mit Blutung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I23.3", - "display": "Ruptur der Herzwand ohne H\u00e4moperikard als akute Komplikation nach akutem Myokardinfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "33762-6", - "display": "Natriuretic peptide.B prohormone N-Terminal [Mass/volume] in Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K51", - "display": "Colitis ulcerosa", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "161663000", - "display": "History of being a tissue or organ recipient (situation)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I86.0", - "display": "Sublinguale Varizen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "C09BB07", - "display": "Ramipril und Amlodipin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I63.6", - "display": "Hirninfarkt durch Thrombose der Hirnvenen, nichteitrig", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K72.73", - "display": "Hepatische Enzephalopathie Grad 3", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G20.9", - "display": "Prim\u00e4res Parkinson-Syndrom, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "B21", - "display": "B\u00f6sartige Neubildungen infolge HIV-Krankheit [Humane Immundefizienz-Viruskrankheit]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "J44.92", - "display": "Chronische obstruktive Lungenkrankheit, nicht n\u00e4her bezeichnet : FEV_1 >=50\u00a0% und <70 % des Sollwertes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C31.1", - "display": "Sinus ethmoidalis [Siebbeinzellen]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C79.9", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung nicht n\u00e4her bezeichneter Lokalisation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "J45.9", - "display": "Asthma bronchiale, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "M35", - "display": "Sonstige Krankheiten mit Systembeteiligung des Bindegewebes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "J64", - "display": "Nicht n\u00e4her bezeichnete Pneumokoniose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E10.31", - "display": "Diabetes mellitus, Typ 1 : Mit Augenkomplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "74596007", - "display": "Resuscitation with artificial respiration", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C69.8", - "display": "Auge und Augenanhangsgebilde, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "127780000", - "display": "High frequency chest compression vest physiotherapy", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "H02AB17", - "display": "Cortivazol", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I11.9", - "display": "Hypertensive Herzkrankheit ohne (kongestive) Herzinsuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C79.84", - "display": "Sonstige sekund\u00e4re b\u00f6sartige Neubildung des Herzens", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "J06BB22", - "display": "Obiltoxaximab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K75", - "display": "Sonstige entz\u00fcndliche Leberkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I69.2", - "display": "Folgen einer sonstigen nichttraumatischen intrakraniellen Blutung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I86.4", - "display": "Magenvarizen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "J17.8", - "display": "Pneumonie bei sonstigen anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C88", - "display": "B\u00f6sartige immunproliferative Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G73.6", - "display": "Myopathie bei Stoffwechselkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "444932008", - "display": "Dependence on ventilator (finding)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C63.0", - "display": "Nebenhoden [Epididymis]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L04AC07", - "display": "Tocilizumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C47.0", - "display": "Periphere Nerven des Kopfes, des Gesichtes und des Halses", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I49.2", - "display": "AV-junktionale Extrasystolie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C92.60", - "display": "Akute myeloische Leuk\u00e4mie mit 11q23-Abnormit\u00e4t : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G43.9", - "display": "Migr\u00e4ne, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C88.31", - "display": "Immunproliferative D\u00fcnndarmkrankheit : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C76-C80", - "display": "B\u00f6sartige Neubildungen ungenau bezeichneter, sekund\u00e4rer und nicht n\u00e4her bezeichneter Lokalisationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C15.3", - "display": "\u00d6sophagus, oberes Drittel", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "238321006", - "display": "Intermittent peritoneal dialysis", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I70.8", - "display": "Atherosklerose sonstiger Arterien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "G01BD", - "display": "Antiseptika und Corticosteroide", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I97.20", - "display": "Lymph\u00f6dem nach (partieller) Mastektomie (mit Lymphadenektomie), Stadium I", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L04AC10", - "display": "Secukinumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G20.10", - "display": "Prim\u00e4res Parkinson-Syndrom mit m\u00e4\u00dfiger bis schwerer Beeintr\u00e4chtigung : Ohne Wirkungsfluktuation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C22.2", - "display": "Hepatoblastom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C16.0", - "display": "Kardia", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K77.14", - "display": "Stadium 4 der akuten Leber-Graft-versus-Host-Krankheit [T86.02 ]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C86.6", - "display": "Prim\u00e4re kutane CD30-positive T-Zell-Proliferationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K51.4", - "display": "Inflammatorische Polypen des Kolons", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C16.4", - "display": "Pylorus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I05.1", - "display": "Rheumatische Mitralklappeninsuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G71.1", - "display": "Myotone Syndrome", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C71.4", - "display": "Okzipitallappen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I15.81", - "display": "Sonstige sekund\u00e4re Hypertonie : Mit Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C78.7", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Leber und der intrahepatischen Galleng\u00e4nge", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I42.3", - "display": "Eosinophile endomyokardiale Krankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "243148004", - "display": "Controlled mandatory ventilation", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E14.60", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C18.2", - "display": "Colon ascendens", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L04AC04", - "display": "Rilonacept", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C43", - "display": "B\u00f6sartiges Melanom der Haut", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L04AC", - "display": "Interleukin-Inhibitoren", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C90.3", - "display": "Solit\u00e4res Plasmozytom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I65.2", - "display": "Verschluss und Stenose der A. carotis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C38.0", - "display": "Herz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I72", - "display": "Sonstiges Aneurysma und sonstige Dissektion", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "B01AC", - "display": "Thrombozytenaggregationshemmer, exkl. Heparin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C30", - "display": "B\u00f6sartige Neubildung der Nasenh\u00f6hle und des Mittelohres", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C54.2", - "display": "Myometrium", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I42.2", - "display": "Sonstige hypertrophische Kardiomyopathie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C94.20", - "display": "Akute Megakaryoblastenleuk\u00e4mie : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I42.1", - "display": "Hypertrophische obstruktive Kardiomyopathie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G35.3", - "display": "Multiple Sklerose mit sekund\u00e4r-chronischem Verlauf", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E11.51", - "display": "Diabetes mellitus, Typ 2 : Mit peripheren vaskul\u00e4ren Komplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I97.82", - "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am axill\u00e4ren Lymphabflussgebiet, Stadium\u00a0II", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I86.88", - "display": "Varizen sonstiger n\u00e4her bezeichneter Lokalisationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "243167000", - "display": "Positive end expiratory pressure reduced to best PEEP", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "B01AC15", - "display": "Aloxiprin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "J06BB18", - "display": "Raxibacumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C70.9", - "display": "Meningen, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "81839001", - "display": "Medicinal product acting as anticoagulant agent (product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I48.0", - "display": "Vorhofflimmern, paroxysmal", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "B01AC11", - "display": "Iloprost", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L03AB11", - "display": "Peginterferon alfa-2a", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I50.14", - "display": "Mit Beschwerden in Ruhe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C17.8", - "display": "D\u00fcnndarm, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C64", - "display": "B\u00f6sartige Neubildung der Niere, ausgenommen Nierenbecken", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "B18.19", - "display": "Chronische Virushepatitis B ohne Delta-Virus, Phase nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C81.3", - "display": "Lymphozytenarmes (klassisches) Hodgkin-Lymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "N02BA51", - "display": "Acetylsalicyls\u00e4ure, Kombinationen exkl. Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "R03AK04", - "display": "Salbutamol und Cromoglicins\u00e4ure, Dinatriumsalz", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I79", - "display": "Krankheiten der Arterien, Arteriolen und Kapillaren bei anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I49.0", - "display": "Kammerflattern und Kammerflimmern", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I23.4", - "display": "Ruptur der Chordae tendineae als akute Komplikation nach akutem Myokardinfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "233564000", - "display": "Platelet apheresis using HLA matched donors", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "14775-1", - "display": "Hemoglobin [Mass/volume] in Arterial blood by Oximetry", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C10.0", - "display": "Vallecula epiglottica", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "C09AA09", - "display": "Fosinopril", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "286812008", - "display": "Pressure controlled ventilation", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "408853006", - "display": "Intermittent positive pressure ventilation via endotracheal tube", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "182687005", - "display": "Intermittent positive pressure ventilation", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C64-C68", - "display": "B\u00f6sartige Neubildungen der Harnorgane", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "6690-2", - "display": "Leukocytes [#/volume] in Blood by Automated count", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E14.21", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Nierenkomplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C75.9", - "display": "Endokrine Dr\u00fcse, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C14", - "display": "B\u00f6sartige Neubildung sonstiger und ungenau bezeichneter Lokalisationen der Lippe, der Mundh\u00f6hle und des Pharynx", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "B01AB02", - "display": "Antithrombin III, Antithrombin alfa", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "M35.7", - "display": "Hypermobilit\u00e4ts-Syndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "J06BB05", - "display": "Tollwut-Immunglobulin", + "code": "A12CB03", + "display": "Zinkprotein-Komplex", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I80-I89", - "display": "Krankheiten der Venen, der Lymphgef\u00e4\u00dfe und der Lymphknoten, anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "C41.2", - "display": "Wirbels\u00e4ule", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "59826-8", + "display": "Creatinine [Moles/volume] in Blood", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "MedicationStatement", @@ -46650,8 +39902,8 @@ } ], "key": { - "code": "N02BA16", - "display": "Imidazolsalicylat", + "code": "C09A", + "display": "ACE-HEMMER, REIN", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -46673,55 +39925,10 @@ } ], "key": { - "code": "E11.4", - "display": "Diabetes mellitus, Typ 2 : Mit neurologischen Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G20", - "display": "Prim\u00e4res Parkinson-Syndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I25.9", - "display": "Chronische isch\u00e4mische Herzkrankheit, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I36.0", + "display": "Nichtrheumatische Trikuspidalklappenstenose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -46747,58 +39954,12 @@ } ], "key": { - "code": "14684005", - "display": "Peritoneal dialysis excluding cannulation", + "code": "870533002", + "display": "Heated and humidified high flow oxygen therapy", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K76.4", - "display": "Peliosis hepatis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "F02.3", - "display": "Demenz bei prim\u00e4rem Parkinson-Syndrom [G20.- ]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -46821,8 +39982,8 @@ } ], "key": { - "code": "J06BB02", - "display": "Tetanus-Immunglobulin", + "code": "C09BA01", + "display": "Captopril und Diuretika", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -46844,9 +40005,10 @@ } ], "key": { - "code": "I97.87", - "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am Urogenitalsystem, alle\u00a0Stadien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I97.80", + "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am zervikalen Lymphabflussgebiet, alle\u00a0Stadien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -46867,9 +40029,10 @@ } ], "key": { - "code": "I07.1", - "display": "Trikuspidalklappeninsuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E10.11", + "display": "Diabetes mellitus, Typ 1 : Mit Ketoazidose : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -46890,8 +40053,8 @@ } ], "key": { - "code": "G96.9", - "display": "Krankheit des Zentralnervensystems, nicht n\u00e4her bezeichnet", + "code": "M36.8", + "display": "Systemkrankheiten des Bindegewebes bei sonstigen anderenorts klassifizierten Krankheiten", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -46918,36 +40081,8 @@ } ], "key": { - "code": "229809001", - "display": "Diaphragmatic breathing exercises", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "386565009", - "display": "Postural drainage therapy", + "code": "243131007", + "display": "Helium inhalation therapy", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -46969,9 +40104,10 @@ } ], "key": { - "code": "C67.5", - "display": "Harnblasenhals", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K76.3", + "display": "Leberinfarkt", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -46992,8 +40128,8 @@ } ], "key": { - "code": "I24.1", - "display": "Postmyokardinfarkt-Syndrom", + "code": "K50.0", + "display": "Crohn-Krankheit des D\u00fcnndarmes", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -47015,9 +40151,9 @@ } ], "key": { - "code": "C49", - "display": "B\u00f6sartige Neubildung sonstigen Bindegewebes und anderer Weichteilgewebe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "161663000", + "display": "History of being a tissue or organ recipient (situation)", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -47038,8 +40174,8 @@ } ], "key": { - "code": "G70.9", - "display": "Neuromuskul\u00e4re Krankheit, nicht n\u00e4her bezeichnet", + "code": "C38.0", + "display": "Herz", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -47066,14 +40202,14 @@ } ], "key": { - "code": "N02BA12", - "display": "Kaliumsalicylat", + "code": "B01AB12", + "display": "Bemiparin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -47081,22 +40217,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "397957008", - "display": "Mechanical assistance to circulation to increase oxygen delivery", - "system": "http://snomed.info/sct" + "code": "N02BG10", + "display": "Cannabinoide", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -47122,8 +40258,8 @@ } ], "key": { - "code": "R03AL04", - "display": "Indacaterol und Glycopyrroniumbromid", + "code": "N02BP01", + "display": "Blauer Eisenhut", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -47145,145 +40281,8 @@ } ], "key": { - "code": "Z94.88", - "display": "Zustand nach sonstiger Organ- oder Gewebetransplantation Inkl.: Darm Pankreas", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E13.1", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Ketoazidose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "G20.00", - "display": "Prim\u00e4res Parkinson-Syndrom mit fehlender oder geringer Beeintr\u00e4chtigung : Ohne Wirkungsfluktuation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "386725007", - "display": "Body temperature (observable entity)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "26464-8", - "display": "Leukocytes [#/volume] in Blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C15.9", - "display": "\u00d6sophagus, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C91.80", - "display": "Reifzellige B-ALL vom Burkitt-Typ : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "N18.4", - "display": "Chronische Nierenkrankheit, Stadium 4", + "code": "C48.1", + "display": "N\u00e4her bezeichnete Teile des Peritoneums", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -47310,8 +40309,8 @@ } ], "key": { - "code": "A12CB01", - "display": "Zinksulfat", + "code": "N02BB05", + "display": "Nifenazon", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -47333,8 +40332,8 @@ } ], "key": { - "code": "I44.3", - "display": "Sonstiger und nicht n\u00e4her bezeichneter atrioventrikul\u00e4rer Block", + "code": "C91.11", + "display": "Chronische lymphatische Leuk\u00e4mie vom B-Zell-Typ [CLL] : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -47356,8 +40355,8 @@ } ], "key": { - "code": "C26.9", - "display": "Ungenau bezeichnete Lokalisationen des Verdauungssystems", + "code": "K26.4", + "display": "Ulcus duodeni : Chronisch oder nicht n\u00e4her bezeichnet, mit Blutung", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -47379,9 +40378,10 @@ } ], "key": { - "code": "C94.8", - "display": "Blastenkrise bei chronischer myeloischer Leuk\u00e4mie [CML]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I63.0", + "display": "Hirninfarkt durch Thrombose pr\u00e4zerebraler Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -47402,46 +40402,40 @@ } ], "key": { - "code": "E11.01", - "display": "Diabetes mellitus, Typ 2 : Mit Koma : Als entgleist bezeichnet", + "code": "C07", + "display": "B\u00f6sartige Neubildung der Parotis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "N17.8", - "display": "Sonstiges akutes Nierenversagen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "243142003", + "display": "Dual pressure spontaneous ventilation support", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "27811-9", - "display": "Antithrombin actual/normal in Platelet poor plasma by Chromogenic method", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -47464,8 +40458,8 @@ } ], "key": { - "code": "H02AB09", - "display": "Hydrocortison", + "code": "B01AF03", + "display": "Edoxaban", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -47487,8 +40481,8 @@ } ], "key": { - "code": "I43.2", - "display": "Kardiomyopathie bei aliment\u00e4ren Krankheiten", + "code": "C84.7", + "display": "Anaplastisches gro\u00dfzelliges Lymphom, ALK-negativ", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -47510,9 +40504,10 @@ } ], "key": { - "code": "C02.1", - "display": "Zungenrand", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I71.1", + "display": "Aneurysma der Aorta thoracica, rupturiert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -47533,8 +40528,8 @@ } ], "key": { - "code": "I45.8", - "display": "Sonstige n\u00e4her bezeichnete kardiale Erregungsleitungsst\u00f6rungen", + "code": "C94.71", + "display": "Sonstige n\u00e4her bezeichnete Leuk\u00e4mien : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -47556,133 +40551,89 @@ } ], "key": { - "code": "J70.1", - "display": "Chronische und sonstige Lungenbeteiligung bei Strahleneinwirkung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I30.0", + "display": "Akute unspezifische idiopathische Perikarditis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C67.1", - "display": "Apex vesicae", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "42757-5", - "display": "Troponin I.cardiac [Mass/volume] in Blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C56", - "display": "B\u00f6sartige Neubildung des Ovars", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "34897002", + "display": "Hemodialysis, maintenance in hospital", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "N02BG04", - "display": "Floctafenin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "67970008", + "display": "Hemodialysis, maintenance at home", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "804-5", - "display": "Leukocytes [#/volume] in Blood by Manual count", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "773454006", - "display": "Bird respiratory therapy", - "system": "http://snomed.info/sct" + "code": "C57.0", + "display": "Tuba uterina [Falloppio]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -47703,8 +40654,8 @@ } ], "key": { - "code": "C90.2", - "display": "Extramedull\u00e4res Plasmozytom", + "code": "C50.2", + "display": "Oberer innerer Quadrant der Brustdr\u00fcse", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -47726,13 +40677,12 @@ } ], "key": { - "code": "43724002", - "display": "Sch\u00fcttelfrost", - "system": "http://snomed.info/sct" + "code": "F01.2", + "display": "Subkortikale vaskul\u00e4re Demenz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -47751,9 +40701,10 @@ } ], "key": { - "code": "I49.5", - "display": "Sick-Sinus-Syndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I72.8", + "display": "Aneurysma und Dissektion sonstiger n\u00e4her bezeichneter Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -47774,37 +40725,32 @@ } ], "key": { - "code": "I60.3", - "display": "Subarachnoidalblutung, von der A. communicans posterior ausgehend", + "code": "C25.4", + "display": "Endokriner Dr\u00fcsenanteil des Pankreas", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BE", - "display": "Anilide", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C67.3", + "display": "Vordere Harnblasenwand", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -47830,8 +40776,8 @@ } ], "key": { - "code": "C09BA23", - "display": "Lisinopril und Hydrochlorothiazid", + "code": "C09BB02", + "display": "Enalapril und Lercanidipin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -47853,37 +40799,34 @@ } ], "key": { - "code": "C03.9", - "display": "Zahnfleisch, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I51.8", + "display": "Sonstige ungenau bezeichnete Herzkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "428311008", - "display": "Noninvasive ventilation", - "system": "http://snomed.info/sct" + "code": "I64", + "display": "Schlaganfall, nicht als Blutung oder Infarkt bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -47904,23 +40847,12 @@ } ], "key": { - "code": "I01.9", - "display": "Akute rheumatische Herzkrankheit, nicht n\u00e4her bezeichnet", + "code": "C47.3", + "display": "Periphere Nerven des Thorax", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "94762-2", - "display": "SARS-CoV-2 (COVID-19) Ab [Presence] in Serum or Plasma by Immunoassay", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-concept" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -47938,12 +40870,24 @@ } ], "key": { - "code": "I09.0", - "display": "Rheumatische Myokarditis", + "code": "K28.2", + "display": "Ulcus pepticum jejuni : Akut, mit Blutung und Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "13056-7", + "display": "Platelets [#/volume] in Plasma by Automated count", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -47961,14 +40905,14 @@ } ], "key": { - "code": "C08.0", - "display": "Glandula submandibularis", + "code": "C93.30", + "display": "Juvenile myelomonozyt\u00e4re Leuk\u00e4mie : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -47976,27 +40920,27 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "408852001", - "display": "Intermittent positive pressure ventilation via bag and mask", - "system": "http://snomed.info/sct" + "code": "L04AB02", + "display": "Infliximab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -48004,21 +40948,21 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "71786000", - "display": "Intranasal oxygen therapy", + "code": "81839001", + "display": "Medicinal product acting as anticoagulant agent (product)", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -48040,37 +40984,33 @@ } ], "key": { - "code": "B18.2", - "display": "Chronische Virushepatitis C", + "code": "D86.8", + "display": "Sarkoidose an sonstigen und kombinierten Lokalisationen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "R03AK13", - "display": "Salbutamol und Beclometason", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I44.2", + "display": "Atrioventrikul\u00e4rer Block 3. Grades", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -48091,37 +41031,38 @@ } ], "key": { - "code": "C88.0", - "display": "Makroglobulin\u00e4mie Waldenstr\u00f6m", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I23.2", + "display": "Ventrikelseptumdefekt als akute Komplikation nach akutem Myokardinfarkt", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "N02BA10", - "display": "Benorilat", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "698510006", + "display": "Respiratory therapy by modification of proportion of atmospheric gas", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -48142,8 +41083,8 @@ } ], "key": { - "code": "M31.1", - "display": "Thrombotische Mikroangiopathie", + "code": "D86.2", + "display": "Sarkoidose der Lunge mit Sarkoidose der Lymphknoten", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -48165,34 +41106,47 @@ } ], "key": { - "code": "I22.9", - "display": "Rezidivierender Myokardinfarkt an nicht n\u00e4her bezeichneter Lokalisation", + "code": "C64", + "display": "B\u00f6sartige Neubildung der Niere, ausgenommen Nierenbecken", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I71.07", - "display": "Dissektion der Aorta, thorakoabdominal, rupturiert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "836378001", + "display": "Vaccine product containing Japanese encephalitis virus antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "46418-0", + "display": "INR in Capillary blood by Coagulation assay", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -48211,9 +41165,10 @@ } ], "key": { - "code": "I97.84", - "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am inguinalen Lymphabflussgebiet, Stadium\u00a0I", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "A16.7", + "display": "Prim\u00e4re Tuberkulose der Atmungsorgane ohne Angabe einer bakteriologischen, molekularbiologischen oder histologischen Sicherung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -48234,12 +41189,25 @@ } ], "key": { - "code": "C53.9", - "display": "Cervix uteri, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G71.0", + "display": "Muskeldystrophie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "2276-4", + "display": "Ferritin [Mass/volume] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -48257,9 +41225,10 @@ } ], "key": { - "code": "K28.6", - "display": "Ulcus pepticum jejuni : Chronisch oder nicht n\u00e4her bezeichnet, mit Blutung und Perforation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E14.74", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -48285,8 +41254,8 @@ } ], "key": { - "code": "302497006", - "display": "Hemodialysis", + "code": "243172009", + "display": "NEEP decreased - Negative end expiratory pressure decreased", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -48308,12 +41277,36 @@ } ], "key": { - "code": "K75.8", - "display": "Sonstige n\u00e4her bezeichnete entz\u00fcndliche Leberkrankheiten", + "code": "Z94.1", + "display": "Zustand nach Herztransplantation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Immunization", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "871804001", + "display": "Vaccine product containing only Hepatitis A virus and Salmonella enterica subspecies enterica serovar Typhi antigens (medicinal product)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -48331,8 +41324,8 @@ } ], "key": { - "code": "C94.3", - "display": "Mastzellenleuk\u00e4mie", + "code": "M35.4", + "display": "Eosinophile Fasziitis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -48354,8 +41347,8 @@ } ], "key": { - "code": "I77.9", - "display": "Krankheit der Arterien und Arteriolen, nicht n\u00e4her bezeichnet", + "code": "C14.0", + "display": "Pharynx, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -48377,9 +41370,10 @@ } ], "key": { - "code": "C18", - "display": "B\u00f6sartige Neubildung des Kolons", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K71.4", + "display": "Toxische Leberkrankheit mit chronischer lobul\u00e4rer Hepatitis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -48400,8 +41394,8 @@ } ], "key": { - "code": "I89.08", - "display": "Sonstiges Lymph\u00f6dem, anderenorts nicht klassifiziert", + "code": "K50.80", + "display": "Crohn-Krankheit des Magens", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -48423,9 +41417,10 @@ } ], "key": { - "code": "C48.1", - "display": "N\u00e4her bezeichnete Teile des Peritoneums", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I50.04", + "display": "Rechtsherzinsuffizienz mit Beschwerden bei leichterer Belastung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -48446,37 +41441,38 @@ } ], "key": { - "code": "K77", - "display": "Leberkrankheiten bei anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F02.0", + "display": "Demenz bei Pick-Krankheit [G31.0 ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "H02AB54", - "display": "Methylprednisolon-Depot", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "229304001", + "display": "Steam inhalations", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -48497,8 +41493,8 @@ } ], "key": { - "code": "C67.7", - "display": "Urachus", + "code": "D83.0", + "display": "Variabler Immundefekt mit \u00fcberwiegenden Abweichungen der B-Zellen-Zahl und -Funktion", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -48520,37 +41516,57 @@ } ], "key": { - "code": "I67.6", - "display": "Nichteitrige Thrombose des intrakraniellen Venensystems", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E10.60", + "display": "Diabetes mellitus, Typ 1 : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C44.2", + "display": "Haut des Ohres und des \u00e4u\u00dferen Geh\u00f6rganges", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "448442005", - "display": "Transtracheal jet ventilation", - "system": "http://snomed.info/sct" + "code": "F00.2", + "display": "Demenz bei Alzheimer-Krankheit, atypische oder gemischte Form [G30.8 ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -48571,8 +41587,8 @@ } ], "key": { - "code": "K51.5", - "display": "Linksseitige Kolitis", + "code": "M33.1", + "display": "Sonstige Dermatomyositis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -48594,9 +41610,37 @@ } ], "key": { - "code": "C46.7", - "display": "Kaposi-Sarkom sonstiger Lokalisationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K25.9", + "display": "Ulcus ventriculi : Weder als akut noch als chronisch bezeichnet, ohne Blutung oder Perforation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "38158002", + "display": "Deep breathing, clapping and postural drainage", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -48617,35 +41661,52 @@ } ], "key": { - "code": "I45.1", - "display": "Sonstiger und nicht n\u00e4her bezeichneter Rechtsschenkelblock", + "code": "C18.5", + "display": "Flexura coli sinistra [lienalis]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "A20.2", - "display": "Lungenpest", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "243167000", + "display": "Positive end expiratory pressure reduced to best PEEP", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "48066-5", + "display": "Fibrin D-dimer DDU [Mass/volume] in Platelet poor plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -48663,8 +41724,8 @@ } ], "key": { - "code": "N18.2", - "display": "Chronische Nierenkrankheit, Stadium 2", + "code": "C93.11", + "display": "Chronische myelomonozyt\u00e4re Leuk\u00e4mie : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -48691,8 +41752,8 @@ } ], "key": { - "code": "N02BG07", - "display": "Flupirtin", + "code": "R03AK06", + "display": "Salmeterol und Fluticason", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -48714,9 +41775,10 @@ } ], "key": { - "code": "E10.50", - "display": "Diabetes mellitus, Typ 1 : Mit peripheren vaskul\u00e4ren Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I43.8", + "display": "Kardiomyopathie bei sonstigen anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -48737,14 +41799,15 @@ } ], "key": { - "code": "I45", - "display": "Sonstige kardiale Erregungsleitungsst\u00f6rungen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G40.1", + "display": "Lokalisationsbezogene (fokale) (partielle) symptomatische Epilepsie und epileptische Syndrome mit einfachen fokalen Anf\u00e4llen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Specimen", "fixedCriteria": [ { "fhirPath": "status", @@ -48752,24 +41815,19 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "available", + "display": "Available", + "system": "http://hl7.org/fhir/ValueSet/specimen-status" } ] } ], "key": { - "code": "895382009", - "display": "Prolonged intermittent renal replacement therapy", + "code": "122575003", + "display": "Urine specimen (specimen)", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "type" }, { "fhirResourceType": "Condition", @@ -48788,9 +41846,10 @@ } ], "key": { - "code": "M35.4", - "display": "Eosinophile Fasziitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I46.9", + "display": "Herzstillstand, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -48816,8 +41875,8 @@ } ], "key": { - "code": "J06BC10", - "display": "Andere Immunglobuline", + "code": "R03AL02", + "display": "Salbutamol und Ipratropiumbromid", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -48839,36 +41898,13 @@ } ], "key": { - "code": "I39.4", - "display": "Krankheiten mehrerer Herzklappen bei anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.92", + "display": "Chronische obstruktive Lungenkrankheit, nicht n\u00e4her bezeichnet : FEV_1 >=50\u00a0% und <70 % des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Immunization", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "840549009", - "display": "Vaccine product containing Yersinia pestis antigen (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, { "fhirResourceType": "Procedure", "fixedCriteria": [ @@ -48891,55 +41927,65 @@ } ], "key": { - "code": "788538002", - "display": "Alcohol-oxygen vapor therapy", + "code": "870392006", + "display": "Weaning from noninvasive ventilation", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I44.5", - "display": "Linksposteriorer Faszikelblock", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L04AC08", + "display": "Canakinumab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C76.7", - "display": "Sonstige ungenau bezeichnete Lokalisationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "R03AK05", + "display": "Reproterol und Cromoglicins\u00e4ure, Dinatriumsalz", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -48965,8 +42011,8 @@ } ], "key": { - "code": "J06BB11", - "display": "Hepatitis-A-Immunglobulin", + "code": "H02B", + "display": "CORTICOSTEROIDE ZUR SYSTEMISCHEN ANWENDUNG, KOMBINATIONEN", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -48988,9 +42034,10 @@ } ], "key": { - "code": "E13.75", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B20", + "display": "Infekti\u00f6se und parasit\u00e4re Krankheiten infolge HIV-Krankheit [Humane Immundefizienz-Viruskrankheit]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, @@ -49011,8 +42058,8 @@ } ], "key": { - "code": "K70-K77", - "display": "Krankheiten der Leber", + "code": "C72.1", + "display": "Cauda equina", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -49034,22 +42081,35 @@ } ], "key": { - "code": "C39.9", - "display": "Ungenau bezeichnete Lokalisationen des Atmungssystems", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I40.0", + "display": "Infekti\u00f6se Myokarditis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], "key": { - "code": "94769-7", - "display": "SARS-CoV-2 (COVID-19) Ab [Units/volume] in Serum or Plasma by Immunoassay", - "system": "http://loinc.org" + "code": "C93.01", + "display": "Akute Monoblasten-/Monozytenleuk\u00e4mie : In kompletter Remission", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -49068,37 +42128,61 @@ } ], "key": { - "code": "I09.9", - "display": "Rheumatische Herzkrankheit, nicht n\u00e4her bezeichnet", + "code": "C08.9", + "display": "Gro\u00dfe Speicheldr\u00fcse, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "B01AE07", - "display": "Dabigatranetexilat", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "276732005", + "display": "Apneic oxygenation", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "E13.11", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Ketoazidose : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -49124,8 +42208,8 @@ } ], "key": { - "code": "265764009", - "display": "Renal dialysis", + "code": "233582002", + "display": "Intermittent hemofiltration", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -49152,8 +42236,8 @@ } ], "key": { - "code": "C09BB05", - "display": "Ramipril und Felodipin", + "code": "A12CB01", + "display": "Zinksulfat", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -49175,9 +42259,10 @@ } ], "key": { - "code": "I74.9", - "display": "Embolie und Thrombose nicht n\u00e4her bezeichneter Arterie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I80.9", + "display": "Thrombose, Phlebitis und Thrombophlebitis nicht n\u00e4her bezeichneter Lokalisation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -49198,37 +42283,32 @@ } ], "key": { - "code": "D83", - "display": "Variabler Immundefekt [common variable immunodeficiency]", + "code": "C81.9", + "display": "Hodgkin-Lymphom, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "B01AC10", - "display": "Indobufen", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C46.9", + "display": "Kaposi-Sarkom, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -49249,14 +42329,15 @@ } ], "key": { - "code": "U69.02", - "display": "Anderenorts klassifizierte, im Krankenhaus erworbene Pneumonie, die entweder bei Aufnahme besteht oder innerhalb von 48 Stunden nach Aufnahme auftritt, bei bekannter, bis zu 28 Tage zur\u00fcckliegender Hospitalisierung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I98.8", + "display": "Sonstige n\u00e4her bezeichnete St\u00f6rungen des Kreislaufsystems bei anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -49264,50 +42345,45 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "229289007", - "display": "Basal expansion exercises", - "system": "http://snomed.info/sct" + "code": "A11CC06", + "display": "Calcifediol", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "229287009", - "display": "Deep breathing exercises", - "system": "http://snomed.info/sct" + "code": "C92.61", + "display": "Akute myeloische Leuk\u00e4mie mit 11q23-Abnormit\u00e4t : In kompletter Remission", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -49328,9 +42404,10 @@ } ], "key": { - "code": "E14.4", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit neurologischen Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J98.9", + "display": "Atemwegskrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -49351,9 +42428,38 @@ } ], "key": { - "code": "C32.8", - "display": "Larynx, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.03", + "display": "Akutes Nierenversagen mit Tubulusnekrose : Stadium 3", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "H02AB58", + "display": "Triamcinolon-Depot", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -49374,14 +42480,15 @@ } ], "key": { - "code": "C90.30", - "display": "Solit\u00e4res Plasmozytom : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K70.1", + "display": "Alkoholische Hepatitis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -49389,22 +42496,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "243130008", - "display": "Humidification therapy", - "system": "http://snomed.info/sct" + "code": "N02BA19", + "display": "Cholin-Magnesium-Tris-Salicylat", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -49425,22 +42532,35 @@ } ], "key": { - "code": "N17.0", - "display": "Akutes Nierenversagen mit Tubulusnekrose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I99", + "display": "Sonstige und nicht n\u00e4her bezeichnete Krankheiten des Kreislaufsystems", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], "key": { - "code": "38483-4", - "display": "Creatinine [Mass/volume] in Blood", - "system": "http://loinc.org" + "code": "C76.2", + "display": "Abdomen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -49459,22 +42579,35 @@ } ], "key": { - "code": "K50.82", - "display": "Crohn-Krankheit der Speiser\u00f6hre und des Magen-Darm-Traktes, mehrere Teilbereiche betreffend", + "code": "M36.52", + "display": "Stadium 2 der chronischen Bindegewebe-Graft-versus-Host-Krankheit [T86.06]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], "key": { - "code": "751-8", - "display": "Neutrophils [#/volume] in Blood by Automated count", - "system": "http://loinc.org" + "code": "J44.91", + "display": "Chronische obstruktive Lungenkrankheit, nicht n\u00e4her bezeichnet : FEV_1 >=35\u00a0% und <50\u00a0% des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -49493,9 +42626,10 @@ } ], "key": { - "code": "I32.0", - "display": "Perikarditis bei anderenorts klassifizierten bakteriellen Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I52.0", + "display": "Sonstige Herzkrankheiten bei anderenorts klassifizierten bakteriellen Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -49516,9 +42650,10 @@ } ], "key": { - "code": "C88.70", - "display": "Sonstige b\u00f6sartige immunproliferative Krankheiten : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I43.1", + "display": "Kardiomyopathie bei Stoffwechselkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -49539,37 +42674,34 @@ } ], "key": { - "code": "C67.3", - "display": "Vordere Harnblasenwand", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K71.3", + "display": "Toxische Leberkrankheit mit chronisch-persistierender Hepatitis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BG06", - "display": "Nefopam", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "J64", + "display": "Nicht n\u00e4her bezeichnete Pneumokoniose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, @@ -49590,8 +42722,8 @@ } ], "key": { - "code": "I02", - "display": "Rheumatische Chorea", + "code": "C18.4", + "display": "Colon transversum", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -49613,9 +42745,10 @@ } ], "key": { - "code": "I42.8", - "display": "Sonstige Kardiomyopathien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F02.2", + "display": "Demenz bei Chorea Huntington [G10 ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -49641,8 +42774,8 @@ } ], "key": { - "code": "233574002", - "display": "Extracorporeal carbon dioxide removal", + "code": "371605008", + "display": "Deep breathing and coughing exercises", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -49664,32 +42797,37 @@ } ], "key": { - "code": "D83.1", - "display": "Variabler Immundefekt mit \u00fcberwiegenden immunregulatorischen T-Zell-St\u00f6rungen", + "code": "C72.9", + "display": "Zentralnervensystem, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C69.9", - "display": "Auge, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "68341005", + "display": "Hemodialysis, supervision at home", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -49715,8 +42853,8 @@ } ], "key": { - "code": "P02CF01", - "display": "Ivermectin", + "code": "H02AB13", + "display": "Deflazacort", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -49738,32 +42876,38 @@ } ], "key": { - "code": "G35.30", - "display": "Multiple Sklerose mit sekund\u00e4r-chronischem Verlauf : Ohne Angabe einer akuten Exazerbation oder Progression", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "U69.02", + "display": "Anderenorts klassifizierte, im Krankenhaus erworbene Pneumonie, die entweder bei Aufnahme besteht oder innerhalb von 48 Stunden nach Aufnahme auftritt, bei bekannter, bis zu 28 Tage zur\u00fcckliegender Hospitalisierung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C13.9", - "display": "Hypopharynx, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "73257006", + "display": "Peritoneal dialysis catheter maintenance", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -49784,37 +42928,34 @@ } ], "key": { - "code": "C25.0", - "display": "Pankreaskopf", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I35.2", + "display": "Aortenklappenstenose mit Insuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "127778006", - "display": "Positive expiratory pressure mask physiotherapy", - "system": "http://snomed.info/sct" + "code": "E66.25", + "display": "\u00dcberm\u00e4\u00dfige Adipositas mit alveol\u00e4rer Hypoventilation : Extreme Adipositas bei Kindern und Jugendlichen von 3 Jahren bis unter 18 Jahren", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -49835,9 +42976,10 @@ } ], "key": { - "code": "I70.2", - "display": "Atherosklerose der Extremit\u00e4tenarterien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K75.8", + "display": "Sonstige n\u00e4her bezeichnete entz\u00fcndliche Leberkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -49858,8 +43000,8 @@ } ], "key": { - "code": "I65.0", - "display": "Verschluss und Stenose der A. vertebralis", + "code": "C58", + "display": "B\u00f6sartige Neubildung der Plazenta", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -49881,9 +43023,10 @@ } ], "key": { - "code": "B18.1", - "display": "Chronische Virushepatitis B ohne Delta-Virus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I66.8", + "display": "Verschluss und Stenose sonstiger zerebraler Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -49909,55 +43052,37 @@ } ], "key": { - "code": "N02BE61", - "display": "Paracetamol, Kombinationen mit Coffein", + "code": "C09BA13", + "display": "Moexipril und Diuretika", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C50.2", - "display": "Oberer innerer Quadrant der Brustdr\u00fcse", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "G73.7", - "display": "Myopathie bei sonstigen anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L04AC16", + "display": "Guselkumab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -49978,9 +43103,10 @@ } ], "key": { - "code": "I79.1", - "display": "Aortitis bei anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.13", + "display": "Akutes Nierenversagen mit akuter Rindennekrose : Stadium 3", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -50001,9 +43127,10 @@ } ], "key": { - "code": "C70.1", - "display": "R\u00fcckenmarkh\u00e4ute", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.11", + "display": "Diabetes mellitus, Typ 2 : Mit Ketoazidose : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -50029,37 +43156,32 @@ } ], "key": { - "code": "B01AB11", - "display": "Sulodexid", + "code": "L04AC04", + "display": "Rilonacept", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "233588003", - "display": "Continuous hemodiafiltration", - "system": "http://snomed.info/sct" + "code": "C32.8", + "display": "Larynx, mehrere Teilbereiche \u00fcberlappend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -50080,8 +43202,8 @@ } ], "key": { - "code": "I15.90", - "display": "Sekund\u00e4re Hypertonie, nicht n\u00e4her bezeichnet : Ohne Angabe einer hypertensiven Krise", + "code": "C91.10", + "display": "Chronische lymphatische Leuk\u00e4mie vom B-Zell-Typ [CLL] : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -50103,9 +43225,10 @@ } ], "key": { - "code": "C88.71", - "display": "Sonstige b\u00f6sartige immunproliferative Krankheiten : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K77.0", + "display": "Leberkrankheiten bei anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -50126,79 +43249,88 @@ } ], "key": { - "code": "I49", - "display": "Sonstige kardiale Arrhythmien", + "code": "C71.2", + "display": "Temporallappen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "863911006", - "display": "Vaccine product containing Clostridium tetani antigen (medicinal product)", - "system": "http://snomed.info/sct" + "code": "C54.8", + "display": "Corpus uteri, mehrere Teilbereiche \u00fcberlappend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C96", - "display": "Sonstige und nicht n\u00e4her bezeichnete b\u00f6sartige Neubildungen des lymphatischen, blutbildenden und verwandten Gewebes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "A12CB05", + "display": "Zinkhydrogenaspartat", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "M31.6", - "display": "Sonstige Riesenzellarteriitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "S01AD05", + "display": "Interferon", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -50219,12 +43351,25 @@ } ], "key": { - "code": "C34.0", - "display": "Hauptbronchus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F40.01", + "display": "Mit Panikst\u00f6rung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "61151-7", + "display": "Albumin [Mass/volume] in Serum or Plasma by Bromocresol green (BCG) dye binding method", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -50242,8 +43387,8 @@ } ], "key": { - "code": "C77.0", - "display": "Lymphknoten des Kopfes, des Gesichtes und des Halses", + "code": "C92.10", + "display": "Chronische myeloische Leuk\u00e4mie [CML], BCR/ABL-positiv : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -50265,8 +43410,8 @@ } ], "key": { - "code": "C46.2", - "display": "Kaposi-Sarkom des Gaumens", + "code": "C02.9", + "display": "Zunge, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -50288,9 +43433,10 @@ } ], "key": { - "code": "K52.9", - "display": "Nichtinfekti\u00f6se Gastroenteritis und Kolitis, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I87.21", + "display": "Ven\u00f6se Insuffizienz (chronisch) (peripher) mit Ulzeration", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -50316,66 +43462,37 @@ } ], "key": { - "code": "R03AK06", - "display": "Salmeterol und Fluticason", + "code": "N02BB", + "display": "Pyrazolone", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "F33.8", - "display": "Sonstige rezidivierende depressive St\u00f6rungen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "24373-3", - "display": "Ferritin [Mass/volume] in Blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C92.00", - "display": "Akute myeloblastische Leuk\u00e4mie [AML] : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "786452006", + "display": "Arteriovenous extracorporeal membrane oxygenation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -50396,9 +43513,10 @@ } ], "key": { - "code": "K70.1", - "display": "Alkoholische Hepatitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I67.0", + "display": "Dissektion zerebraler Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -50424,8 +43542,8 @@ } ], "key": { - "code": "30050007", - "display": "Inhalation anesthesia, machine system, semi-closed, no rebreathing of primary agent", + "code": "229302002", + "display": "Ultrasonic humidification", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -50447,9 +43565,10 @@ } ], "key": { - "code": "I36.8", - "display": "Sonstige nichtrheumatische Trikuspidalklappenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J98.4", + "display": "Sonstige Ver\u00e4nderungen der Lunge", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -50470,8 +43589,32 @@ } ], "key": { - "code": "C18.0", - "display": "Z\u00e4kum", + "code": "I49.0", + "display": "Kammerflattern und Kammerflimmern", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C13.0", + "display": "Regio postcricoidea", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -50498,8 +43641,8 @@ } ], "key": { - "code": "233576000", - "display": "Intermittent hemodialysis with sequential ultrafiltration", + "code": "448442005", + "display": "Transtracheal jet ventilation", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -50526,8 +43669,8 @@ } ], "key": { - "code": "M01BA05", - "display": "Oxyphenbutazon und Corticosteroide", + "code": "N02BA15", + "display": "Carbasalat calcium", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -50549,65 +43692,57 @@ } ], "key": { - "code": "C69.2", - "display": "Retina", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I50.12", + "display": "Mit Beschwerden bei st\u00e4rkerer Belastung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "371907003", - "display": "Oxygen administration by nasal cannula", - "system": "http://snomed.info/sct" + "code": "I63.9", + "display": "Hirninfarkt, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "J06BB07", - "display": "Kuhpocken-Immunglobulin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "D80.2", + "display": "Selektiver Immunglobulin-A-Mangel [IgA-Mangel]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -50628,14 +43763,50 @@ } ], "key": { - "code": "M31.8", - "display": "Sonstige n\u00e4her bezeichnete nekrotisierende Vaskulopathien", + "code": "C92.91", + "display": "Myeloische Leuk\u00e4mie, nicht n\u00e4her bezeichnet : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "3176-5", + "display": "Antithrombin [Moles/volume] in Platelet poor plasma by Chromogenic method", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I89.00", + "display": "Lymph\u00f6dem der oberen und unteren Extremit\u00e4t(en), Stadium\u00a0I", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", @@ -50643,22 +43814,46 @@ "type": "code", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "871738001", + "display": "Vaccine product containing only live attenuated Mumps orthorubulavirus antigen (medicinal product)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "R03AK08", - "display": "Formoterol und Beclometason", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "Ventilation therapy", + "display": "Ventilation therapy", + "system": "num.codex" }, "termCodeSearchParameter": "code" }, @@ -50679,8 +43874,8 @@ } ], "key": { - "code": "C82", - "display": "Follikul\u00e4res Lymphom", + "code": "M32.1", + "display": "Systemischer Lupus erythematodes mit Beteiligung von Organen oder Organsystemen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -50702,12 +43897,24 @@ } ], "key": { - "code": "I11.91", - "display": "Hypertensive Herzkrankheit ohne (kongestive) Herzinsuffizienz : Mit Angabe einer hypertensiven Krise", + "code": "C32.0", + "display": "Glottis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "67151-1", + "display": "Troponin T.cardiac [Mass/volume] in Serum or Plasma by High sensitivity method", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -50725,9 +43932,10 @@ } ], "key": { - "code": "G40.2", - "display": "Lokalisationsbezogene (fokale) (partielle) symptomatische Epilepsie und epileptische Syndrome mit komplexen fokalen Anf\u00e4llen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.22", + "display": "Akutes Nierenversagen mit Marknekrose : Stadium 2", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -50748,8 +43956,8 @@ } ], "key": { - "code": "J44.09", - "display": "Chronische obstruktive Lungenkrankheit mit akuter Infektion der unteren Atemwege : FEV_1 nicht n\u00e4her bezeichnet", + "code": "C82.3", + "display": "Follikul\u00e4res Lymphom Grad IIIa", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -50776,50 +43984,63 @@ } ], "key": { - "code": "A12CB03", - "display": "Zinkprotein-Komplex", + "code": "M01BA", + "display": "Antiphlogistika/Antirheumatika in Kombination mit Corticosteroiden", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "B01AF01", - "display": "Rivaroxaban", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "698801008", + "display": "Respiratory therapy by control of atmospheric pressure and composition", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], "key": { - "code": "75928-2", - "display": "Hemoglobin [Moles/volume] in Arterial blood", - "system": "http://loinc.org" + "code": "B18.11", + "display": "Chronische Virushepatitis B ohne Delta-Virus, Phase 1", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -50838,9 +44059,10 @@ } ], "key": { - "code": "C38.3", - "display": "Mediastinum, Teil nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I67.5", + "display": "Moyamoya-Syndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -50861,37 +44083,33 @@ } ], "key": { - "code": "C88.00", - "display": "Makroglobulin\u00e4mie Waldenstr\u00f6m : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I70.22", + "display": "Becken-Bein-Typ, mit belastungsinduziertem Isch\u00e4mieschmerz, Gehstrecke weniger als 200 m", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "J06BA02", - "display": "Immunglobuline, normal human, zur intravasalen Anwendung", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C54.3", + "display": "Fundus uteri", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -50912,12 +44130,24 @@ } ], "key": { - "code": "C32.1", - "display": "Supraglottis", + "code": "D80.5", + "display": "Immundefekt bei erh\u00f6htem Immunglobulin M [IgM]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "62234-0", + "display": "Albumin [Moles/volume] in Serum or Plasma by Bromocresol purple (BCP) dye binding method", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -50935,8 +44165,8 @@ } ], "key": { - "code": "I68.2", - "display": "Zerebrale Arteriitis bei sonstigen anderenorts klassifizierten Krankheiten", + "code": "C46.0", + "display": "Kaposi-Sarkom der Haut", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -50958,9 +44188,10 @@ } ], "key": { - "code": "I36", - "display": "Nichtrheumatische Trikuspidalklappenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G35.21", + "display": "Multiple Sklerose mit prim\u00e4r-chronischem Verlauf : Mit Angabe einer akuten Exazerbation oder Progression", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -50981,9 +44212,10 @@ } ], "key": { - "code": "C69", - "display": "B\u00f6sartige Neubildung des Auges und der Augenanhangsgebilde", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I28.0", + "display": "Arterioven\u00f6se Fistel der Lungengef\u00e4\u00dfe", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -51009,8 +44241,8 @@ } ], "key": { - "code": "G01B", - "display": "ANTIINFEKTIVA/ANTISEPTIKA IN KOMBINATION MIT CORTICOSTEROIDEN", + "code": "B01AE06", + "display": "Bivalirudin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -51032,32 +44264,38 @@ } ], "key": { - "code": "E13.6", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit sonstigen n\u00e4her bezeichneten Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.23", + "display": "Akutes Nierenversagen mit Marknekrose : Stadium 3", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C96.4", - "display": "Sarkom der dendritischen Zellen (akzessorische Zellen)", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "8948006", + "display": "Assisted ventilation therapy, pressure or volume preset, initiation and management", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -51078,32 +44316,38 @@ } ], "key": { - "code": "I80.88", - "display": "Thrombose, Phlebitis und Thrombophlebitis sonstiger Lokalisationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.01", + "display": "Chronische obstruktive Lungenkrankheit mit akuter Infektion der unteren Atemwege : FEV_1 >=35\u00a0% und <50\u00a0% des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I88.8", - "display": "Sonstige unspezifische Lymphadenitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "H02AB02", + "display": "Dexamethason", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -51124,55 +44368,65 @@ } ], "key": { - "code": "I40.9", - "display": "Akute Myokarditis, nicht n\u00e4her bezeichnet", + "code": "D80.4", + "display": "Selektiver Immunglobulin-M-Mangel [IgM-Mangel]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C75", - "display": "B\u00f6sartige Neubildung sonstiger endokriner Dr\u00fcsen und verwandter Strukturen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AB05", + "display": "Enoxaparin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I71.9", - "display": "Aortenaneurysma nicht n\u00e4her bezeichneter Lokalisation, ohne Angabe einer Ruptur", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J06B", + "display": "IMMUNGLOBULINE", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -51193,9 +44447,10 @@ } ], "key": { - "code": "A16.0", - "display": "Lungentuberkulose, weder bakteriologisch, molekularbiologisch noch histologisch gesichert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I74.8", + "display": "Embolie und Thrombose sonstiger Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -51216,55 +44471,121 @@ } ], "key": { - "code": "B23.0", - "display": "Akutes HIV-Infektionssyndrom", + "code": "C75.3", + "display": "Epiphyse [Glandula pinealis] [Zirbeldr\u00fcse]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "L04AC17", + "display": "Tildrakizumab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "D01AC20", + "display": "Imidazole/Triazole in Kombination mit Corticosteroiden", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I26-I28", - "display": "Pulmonale Herzkrankheit und Krankheiten des Lungenkreislaufes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "676002", + "display": "Peritoneal dialysis including cannulation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C00.1", - "display": "\u00c4u\u00dfere Unterlippe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "243180002", + "display": "Expired air ventilation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -51285,9 +44606,10 @@ } ], "key": { - "code": "C09.1", - "display": "Gaumenbogen (vorderer) (hinterer)", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E10.75", + "display": "Diabetes mellitus, Typ 1 : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -51308,8 +44630,8 @@ } ], "key": { - "code": "I72.9", - "display": "Aneurysma und Dissektion nicht n\u00e4her bezeichneter Lokalisation", + "code": "C15.9", + "display": "\u00d6sophagus, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -51336,12 +44658,47 @@ } ], "key": { - "code": "C09BA02", - "display": "Enalapril und Diuretika", + "code": "C09BA21", + "display": "Captopril und Hydrochlorothiazid", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "D81.1", + "display": "Schwerer kombinierter Immundefekt [SCID] mit niedriger T- und B-Zellen-Zahl", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "2744-1", + "display": "pH-arterial", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -51364,8 +44721,8 @@ } ], "key": { - "code": "N02BE04", - "display": "Bucetin", + "code": "L03AB60", + "display": "Peginterferon alfa-2b, Kombinationen", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -51387,8 +44744,8 @@ } ], "key": { - "code": "G40.5", - "display": "Spezielle epileptische Syndrome", + "code": "C00.6", + "display": "Lippenkommissur", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -51415,8 +44772,8 @@ } ], "key": { - "code": "C09AA05", - "display": "Ramipril", + "code": "S01XA18", + "display": "Ciclosporin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -51438,9 +44795,10 @@ } ], "key": { - "code": "I25.13", - "display": "Drei-Gef\u00e4\u00df-Erkrankung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B21", + "display": "B\u00f6sartige Neubildungen infolge HIV-Krankheit [Humane Immundefizienz-Viruskrankheit]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, @@ -51461,34 +44819,35 @@ } ], "key": { - "code": "E13.8", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit nicht n\u00e4her bezeichneten Komplikationen", + "code": "C66", + "display": "B\u00f6sartige Neubildung des Ureters", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C84.7", - "display": "Anaplastisches gro\u00dfzelliges Lymphom, ALK-negativ", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "601000221108", + "display": "Vaccine product containing Bordetella pertussis antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -51507,9 +44866,10 @@ } ], "key": { - "code": "C04.9", - "display": "Mundboden, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J12.0", + "display": "Pneumonie durch Adenoviren", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -51530,9 +44890,10 @@ } ], "key": { - "code": "G72.0", - "display": "Arzneimittelinduzierte Myopathie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N18.89", + "display": "Sonstige chronische Nierenkrankheit, Stadium nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -51553,55 +44914,37 @@ } ], "key": { - "code": "I69.3", - "display": "Folgen eines Hirninfarktes", + "code": "C01", + "display": "B\u00f6sartige Neubildung des Zungengrundes", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I60.4", - "display": "Subarachnoidalblutung, von der A. basilaris ausgehend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I07.9", - "display": "Trikuspidalklappenkrankheit, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "787180006", + "display": "Mechanical insufflation exsufflation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -51622,8 +44965,8 @@ } ], "key": { - "code": "C31.3", - "display": "Sinus sphenoidalis [Keilbeinh\u00f6hle]", + "code": "C22.2", + "display": "Hepatoblastom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -51632,11 +44975,12 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "2518-9", - "display": "Lactate [Moles/volume] in Arterial blood", + "code": "26474-7", + "display": "Lymphocytes [#/volume] in Blood", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { @@ -51656,9 +45000,10 @@ } ], "key": { - "code": "C81.0", - "display": "Nodul\u00e4res lymphozytenpr\u00e4dominantes Hodgkin-Lymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I23.4", + "display": "Ruptur der Chordae tendineae als akute Komplikation nach akutem Myokardinfarkt", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -51707,8 +45052,44 @@ } ], "key": { - "code": "C63", - "display": "B\u00f6sartige Neubildung sonstiger und nicht n\u00e4her bezeichneter m\u00e4nnlicher Genitalorgane", + "code": "J67.7", + "display": "Befeuchter- und Klimaanlage-Lunge", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "49919-4", + "display": "Interleukin 6 [Mass/volume] in Cerebral spinal fluid", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C92.40", + "display": "Akute Promyelozyten-Leuk\u00e4mie [PCL] : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -51730,8 +45111,32 @@ } ], "key": { - "code": "E11.6", - "display": "Diabetes mellitus, Typ 2 : Mit sonstigen n\u00e4her bezeichneten Komplikationen", + "code": "G43.1", + "display": "Migr\u00e4ne mit Aura [Klassische Migr\u00e4ne]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C44.4", + "display": "Behaarte Kopfhaut und Haut des Halses", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -51758,8 +45163,8 @@ } ], "key": { - "code": "398287006", - "display": "Alteration of circulating volume to increase oxygen delivery", + "code": "110474005", + "display": "Whole body hyperbaric oxygen therapy", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -51781,35 +45186,53 @@ } ], "key": { - "code": "I35.1", - "display": "Aortenklappeninsuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.9", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Ohne Komplikationen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "399166001", - "display": "Fatal (qualifier value)", - "system": "http://snomed.info/sct" + "code": "N02BA20", + "display": "Kombinationen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "2745-8", + "display": "pH-capillary", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -51827,8 +45250,8 @@ } ], "key": { - "code": "K50.88", - "display": "Sonstige Crohn-Krankheit", + "code": "C71.7", + "display": "Hirnstamm", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -51850,9 +45273,10 @@ } ], "key": { - "code": "K52.30", - "display": "Pancolitis indeterminata", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I45.2", + "display": "Bifaszikul\u00e4rer Block", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -51873,9 +45297,10 @@ } ], "key": { - "code": "I63.8", - "display": "Sonstiger Hirninfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I60.6", + "display": "Subarachnoidalblutung, von sonstigen intrakraniellen Arterien ausgehend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -51896,12 +45321,68 @@ } ], "key": { - "code": "I49.8", - "display": "Sonstige n\u00e4her bezeichnete kardiale Arrhythmien", + "code": "C97", + "display": "B\u00f6sartige Neubildungen als Prim\u00e4rtumoren an mehreren Lokalisationen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "R03AK01", + "display": "Epinephrin und andere Mittel bei obstruktiven Atemwegserkrankungen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "14130001000004103", + "display": "Aquapheresis", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -51919,9 +45400,66 @@ } ], "key": { - "code": "C84.8", - "display": "Kutanes T-Zell-Lymphom, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I67.3", + "display": "Progressive subkortikale vaskul\u00e4re Enzephalopathie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "G01BC", + "display": "Chinolin-Derivate und Corticosteroide", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "233584001", + "display": "Continuous arteriovenous hemofiltration", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -51942,12 +45480,24 @@ } ], "key": { - "code": "I89.00", - "display": "Lymph\u00f6dem der oberen und unteren Extremit\u00e4t(en), Stadium\u00a0I", + "code": "C03.1", + "display": "Unterkieferzahnfleisch", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "1971-1", + "display": "Bilirubin.indirect [Mass/volume] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -51965,12 +45515,52 @@ } ], "key": { - "code": "I39", - "display": "Endokarditis und Herzklappenkrankheiten bei anderenorts klassifizierten Krankheiten", + "code": "C91.40", + "display": "Haarzellenleuk\u00e4mie : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "229291004", + "display": "Thoracic expansion exercises", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "75241-0", + "display": "Procalcitonin [Mass/volume] in Serum or Plasma by Immunoassay", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -51988,37 +45578,33 @@ } ], "key": { - "code": "J68.4", - "display": "Chronische Krankheiten der Atmungsorgane durch chemische Substanzen, Gase, Rauch und D\u00e4mpfe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I36.8", + "display": "Sonstige nichtrheumatische Trikuspidalklappenkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BA15", - "display": "Carbasalat calcium", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C22.7", + "display": "Sonstige n\u00e4her bezeichnete Karzinome der Leber", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -52039,23 +45625,13 @@ } ], "key": { - "code": "I25", - "display": "Chronische isch\u00e4mische Herzkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K71.0", + "display": "Toxische Leberkrankheit mit Cholestase", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "02", - "display": "Study enrolment due to Covid-19", - "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-concept" - }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -52078,8 +45654,8 @@ } ], "key": { - "code": "C09AA14", - "display": "Temocapril", + "code": "L03AB01", + "display": "Interferon alfa, nat\u00fcrlich", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -52101,9 +45677,10 @@ } ], "key": { - "code": "F02.0", - "display": "Demenz bei Pick-Krankheit [G31.0 ]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I05.2", + "display": "Mitralklappenstenose mit Insuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -52124,8 +45701,8 @@ } ], "key": { - "code": "I25.19", - "display": "Nicht n\u00e4her bezeichnet", + "code": "K51.5", + "display": "Linksseitige Kolitis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -52147,9 +45724,10 @@ } ], "key": { - "code": "J17.2", - "display": "Pneumonie bei Mykosen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E14.90", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Ohne Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -52170,32 +45748,37 @@ } ], "key": { - "code": "C44.5", - "display": "Haut des Rumpfes", + "code": "K25.0", + "display": "Ulcus ventriculi : Akut, mit Blutung", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "E10.73", - "display": "Diabetes mellitus, Typ 1 : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G01BA01", + "display": "Antibiotika und Corticosteroide", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -52216,8 +45799,8 @@ } ], "key": { - "code": "M30.1", - "display": "Panarteriitis mit Lungenbeteiligung", + "code": "C17.2", + "display": "Ileum", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -52239,9 +45822,10 @@ } ], "key": { - "code": "M31.3", - "display": "Wegener-Granulomatose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J18.9", + "display": "Pneumonie, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, @@ -52262,37 +45846,33 @@ } ], "key": { - "code": "G20.90", - "display": "Prim\u00e4res Parkinson-Syndrom, nicht n\u00e4her bezeichnet : Ohne Wirkungsfluktuation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I60.9", + "display": "Subarachnoidalblutung, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "229293001", - "display": "Lower thoracic expansion exercises", - "system": "http://snomed.info/sct" + "code": "K27.2", + "display": "Ulcus pepticum, Lokalisation nicht n\u00e4her bezeichnet : Akut, mit Blutung und Perforation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -52313,9 +45893,10 @@ } ], "key": { - "code": "C86", - "display": "Weitere spezifizierte T/NK-Zell-Lymphome", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I21.0", + "display": "Akuter transmuraler Myokardinfarkt der Vorderwand", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -52336,9 +45917,10 @@ } ], "key": { - "code": "I89.02", - "display": "Lymph\u00f6dem der oberen und unteren Extremit\u00e4t(en), Stadium\u00a0III", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.6", + "display": "Stumme Myokardisch\u00e4mie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -52359,14 +45941,14 @@ } ], "key": { - "code": "I43.0", - "display": "Kardiomyopathie bei anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", + "code": "K50.82", + "display": "Crohn-Krankheit der Speiser\u00f6hre und des Magen-Darm-Traktes, mehrere Teilbereiche betreffend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -52374,45 +45956,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "229302002", - "display": "Ultrasonic humidification", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C94.4", - "display": "Akute Panmyelose mit Myelofibrose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BA08", + "display": "Morpholinsalicylat", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -52433,8 +45992,8 @@ } ], "key": { - "code": "I51.3", - "display": "Intrakardiale Thrombose, anderenorts nicht klassifiziert", + "code": "C85.2", + "display": "Mediastinales (thymisches) gro\u00dfzelliges B-Zell-Lymphom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -52461,55 +46020,61 @@ } ], "key": { - "code": "L03AB61", - "display": "Peginterferon alfa-2a, Kombinationen", + "code": "H02AB07", + "display": "Prednison", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C17.1", - "display": "Jejunum", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "836379009", + "display": "Vaccine product containing Human papillomavirus antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "K76.0", - "display": "Fettleber [fettige Degeneration], anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "H02BX20", + "display": "Kombinationen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -52517,118 +46082,75 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "14805-6", - "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma by Pyruvate to lactate reaction", + "code": "14631-6", + "display": "Bilirubin.total [Moles/volume] in Serum or Plasma", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C71.5", - "display": "Hirnventrikel", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "I63.2", - "display": "Hirninfarkt durch nicht n\u00e4her bezeichneten Verschluss oder Stenose pr\u00e4zerebraler Arterien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "1920-8", + "display": "Aspartate aminotransferase [Enzymatic activity/volume] in Serum or Plasma", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "M32.9", - "display": "Systemischer Lupus erythematodes, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "59260-0", - "display": "Hemoglobin [Moles/volume] in Blood", - "system": "http://loinc.org" + "code": "836381006", + "display": "Vaccine product containing Corynebacterium diphtheriae antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "N02BH01", - "display": "Aconitum", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "243146000", + "display": "Diaphragmatic augmentation by rocking bed", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -52649,8 +46171,8 @@ } ], "key": { - "code": "C92.4", - "display": "Akute Promyelozyten-Leuk\u00e4mie [PCL]", + "code": "C88.31", + "display": "Immunproliferative D\u00fcnndarmkrankheit : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -52672,9 +46194,10 @@ } ], "key": { - "code": "C88.2", - "display": "Sonstige Schwerkettenkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J62.8", + "display": "Pneumokoniose durch sonstigen Quarzstaub", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -52695,9 +46218,10 @@ } ], "key": { - "code": "C60.8", - "display": "Penis, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I60.0", + "display": "Subarachnoidalblutung, vom Karotissiphon oder der Karotisbifurkation ausgehend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -52718,32 +46242,38 @@ } ], "key": { - "code": "J63", - "display": "Pneumokoniose durch sonstige anorganische St\u00e4ube", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I13.21", + "display": "Hypertensive Herz- und Nierenkrankheit mit (kongestiver) Herzinsuffizienz und Niereninsuffizienz : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C40.2", - "display": "Lange Knochen der unteren Extremit\u00e4t", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "83794005", + "display": "Extracorporeal photopheresis", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -52764,8 +46294,8 @@ } ], "key": { - "code": "C70", - "display": "B\u00f6sartige Neubildung der Meningen", + "code": "C08.0", + "display": "Glandula submandibularis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -52787,12 +46317,24 @@ } ], "key": { - "code": "I45.5", - "display": "Sonstiger n\u00e4her bezeichneter Herzblock", + "code": "C81.2", + "display": "Gemischtzelliges (klassisches) Hodgkin-Lymphom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "55782-7", + "display": "Hemoglobin [Mass/volume] in Blood by Oximetry", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -52810,9 +46352,10 @@ } ], "key": { - "code": "I27.9", - "display": "Pulmonale Herzkrankheit, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I70.21", + "display": "Becken-Bein-Typ, mit belastungsinduziertem Isch\u00e4mieschmerz, Gehstrecke 200 m und mehr", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -52833,11 +46376,13 @@ } ], "key": { - "code": "D82.4", - "display": "Hyperimmunglobulin-E[IgE]-Syndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "422400008", + "display": "Erbrechen", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "MedicationStatement", @@ -52861,8 +46406,8 @@ } ], "key": { - "code": "C09BX03", - "display": "Ramipril, Amlodipin und Hydrochlorothiazid", + "code": "H02CA02", + "display": "Osilodrostat", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -52889,93 +46434,8 @@ } ], "key": { - "code": "182749009", - "display": "Extracorporeal blood irradiation", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I11", - "display": "Hypertensive Herzkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "26474-7", - "display": "Lymphocytes [#/volume] in Blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I12.01", - "display": "Hypertensive Nierenkrankheit mit Niereninsuffizienz : Mit Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "47545007", - "display": "Continuous positive airway pressure ventilation treatment", + "code": "229312009", + "display": "Nasal ventilation therapy", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -52997,40 +46457,12 @@ } ], "key": { - "code": "I66.2", - "display": "Verschluss und Stenose der A. cerebri posterior", + "code": "C79.82", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Genitalorgane", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "34897002", - "display": "Hemodialysis, maintenance in hospital", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -53048,9 +46480,10 @@ } ], "key": { - "code": "I73.0", - "display": "Raynaud-Syndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J63.1", + "display": "Bauxitfibrose (Lunge)", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -53071,9 +46504,10 @@ } ], "key": { - "code": "C08.1", - "display": "Glandula sublingualis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I66.1", + "display": "Verschluss und Stenose der A. cerebri anterior", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -53094,9 +46528,10 @@ } ], "key": { - "code": "K28.4", - "display": "Ulcus pepticum jejuni : Chronisch oder nicht n\u00e4her bezeichnet, mit Blutung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I74.9", + "display": "Embolie und Thrombose nicht n\u00e4her bezeichneter Arterie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -53117,8 +46552,8 @@ } ], "key": { - "code": "I39.0", - "display": "Mitralklappenkrankheiten bei anderenorts klassifizierten Krankheiten", + "code": "C83.8", + "display": "Sonstige nicht follikul\u00e4re Lymphome", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -53145,65 +46580,56 @@ } ], "key": { - "code": "C09BA01", - "display": "Captopril und Diuretika", + "code": "C09BB03", + "display": "Lisinopril und Amlodipin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BB01", - "display": "Phenazon", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "F32.0", + "display": "Leichte depressive Episode", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "34431008", - "display": "Physiotherapy of chest", - "system": "http://snomed.info/sct" + "code": "C92.70", + "display": "Sonstige myeloische Leuk\u00e4mie : Ohne Angabe einer kompletten Remission", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -53224,14 +46650,15 @@ } ], "key": { - "code": "B18.13", - "display": "Chronische Virushepatitis B ohne Delta-Virus, Phase 3", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G35.20", + "display": "Multiple Sklerose mit prim\u00e4r-chronischem Verlauf : Ohne Angabe einer akuten Exazerbation oder Progression", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -53242,17 +46669,21 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "836389008", - "display": "Vaccine product containing Vaccinia virus antigen (medicinal product)", + "code": "715743002", + "display": "Emergency hemofiltration", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -53271,9 +46702,10 @@ } ], "key": { - "code": "C92.80", - "display": "Akute myeloische Leuk\u00e4mie mit multiline\u00e4rer Dysplasie : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I41.2", + "display": "Myokarditis bei sonstigen anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -53294,9 +46726,10 @@ } ], "key": { - "code": "G35", - "display": "Multiple Sklerose [Encephalomyelitis disseminata]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.16", + "display": "Mit stenosierten Stents", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -53317,8 +46750,8 @@ } ], "key": { - "code": "I40.8", - "display": "Sonstige akute Myokarditis", + "code": "C02.2", + "display": "Zungenunterfl\u00e4che", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -53340,32 +46773,38 @@ } ], "key": { - "code": "F33.1", - "display": "Rezidivierende depressive St\u00f6rung, gegenw\u00e4rtig mittelgradige Episode", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E10.21", + "display": "Diabetes mellitus, Typ 1 : Mit Nierenkomplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I27.1", - "display": "Kyphoskoliotische Herzkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "233578004", + "display": "Continuous hemodialysis", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -53386,12 +46825,24 @@ } ], "key": { - "code": "C94.30", - "display": "Mastzellenleuk\u00e4mie : Ohne Angabe einer kompletten Remission", + "code": "K50.1", + "display": "Crohn-Krankheit des Dickdarmes", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "71426-1", + "display": "C reactive protein [Mass/volume] in Blood by High sensitivity method", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -53409,9 +46860,10 @@ } ], "key": { - "code": "I70.1", - "display": "Atherosklerose der Nierenarterie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F32.2", + "display": "Schwere depressive Episode ohne psychotische Symptome", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -53432,9 +46884,10 @@ } ], "key": { - "code": "I42.80", - "display": "Arrhythmogene rechtsventrikul\u00e4re Kardiomyopathie [ARVCM]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G72.9", + "display": "Myopathie, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -53455,14 +46908,14 @@ } ], "key": { - "code": "I50.00", - "display": "Prim\u00e4re Rechtsherzinsuffizienz", + "code": "C31.0", + "display": "Sinus maxillaris [Kieferh\u00f6hle]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -53470,45 +46923,50 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "233579007", - "display": "Continuous arteriovenous hemodialysis", - "system": "http://snomed.info/sct" + "code": "N02B", + "display": "ANDERE ANALGETIKA UND ANTIPYRETIKA", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C04.0", - "display": "Vorderer Teil des Mundbodens", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "34431008", + "display": "Physiotherapy of chest", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -53529,37 +46987,10 @@ } ], "key": { - "code": "E14.61", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "233586004", - "display": "Hemodiafiltration", - "system": "http://snomed.info/sct" + "code": "I23.0", + "display": "H\u00e4moperikard als akute Komplikation nach akutem Myokardinfarkt", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -53580,8 +47011,8 @@ } ], "key": { - "code": "G41.9", - "display": "Status epilepticus, nicht n\u00e4her bezeichnet", + "code": "C94.70", + "display": "Sonstige n\u00e4her bezeichnete Leuk\u00e4mien : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -53608,32 +47039,37 @@ } ], "key": { - "code": "G01BA01", - "display": "Antibiotika und Corticosteroide", + "code": "C09BA26", + "display": "Quinapril und Hydrochlorothiazid", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I44.0", - "display": "Atrioventrikul\u00e4rer Block 1. Grades", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BB71", + "display": "Phenazon, Kombinationen mit Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -53659,32 +47095,37 @@ } ], "key": { - "code": "34281000175105", - "display": "Nocturnal continuous positive airway pressure", + "code": "233574002", + "display": "Extracorporeal carbon dioxide removal", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I50.05", - "display": "Rechtsherzinsuffizienz mit Beschwerden in Ruhe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "233572003", + "display": "Extracorporeal gas exchange", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -53705,8 +47146,8 @@ } ], "key": { - "code": "I80.0", - "display": "Thrombose, Phlebitis und Thrombophlebitis oberfl\u00e4chlicher Gef\u00e4\u00dfe der unteren Extremit\u00e4ten", + "code": "C91.71", + "display": "Sonstige lymphatische Leuk\u00e4mie : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -53728,37 +47169,37 @@ } ], "key": { - "code": "836379009", - "display": "Vaccine product containing Human papillomavirus antigen (medicinal product)", + "code": "871895005", + "display": "Vaccine product containing only Bordetella pertussis and Clostridium tetani and Corynebacterium diphtheriae and Haemophilus influenzae type B and Hepatitis B virus and Human poliovirus antigens (medicinal product)", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "vaccine-code", "valueFhirPath": "vaccineCode" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "333710000", - "display": "Product containing immunoglobulin (product)", + "code": "714749008", + "display": "Continuous renal replacement therapy", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -53780,8 +47221,8 @@ } ], "key": { - "code": "C91.30", - "display": "Prolymphozyt\u00e4re Leuk\u00e4mie vom B-Zell-Typ : Ohne Angabe einer kompletten Remission", + "code": "C78.2", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Pleura", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -53808,8 +47249,8 @@ } ], "key": { - "code": "127788007", - "display": "Apheresis (procedure)", + "code": "243160003", + "display": "Control of end expiratory pressure", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -53831,9 +47272,10 @@ } ], "key": { - "code": "C82.0", - "display": "Follikul\u00e4res Lymphom Grad I", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N18.3", + "display": "Chronische Nierenkrankheit, Stadium 3", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -53859,32 +47301,37 @@ } ], "key": { - "code": "66852000", - "display": "Flow and timed ventilation procedure, initiation and management", + "code": "243169002", + "display": "Zero end expiratory pressure maintained", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "D80", - "display": "Immundefekt mit vorherrschendem Antik\u00f6rpermangel", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09BA23", + "display": "Lisinopril und Hydrochlorothiazid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -53910,8 +47357,8 @@ } ], "key": { - "code": "N02BA65", - "display": "Carbasalat calcium, Kombinationen exkl. Psycholeptika", + "code": "N02BG02", + "display": "Rimazolium", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -53933,9 +47380,10 @@ } ], "key": { - "code": "G43.3", - "display": "Komplizierte Migr\u00e4ne", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I61.3", + "display": "Intrazerebrale Blutung in den Hirnstamm", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -53956,37 +47404,33 @@ } ], "key": { - "code": "I79.0", - "display": "Aortenaneurysma bei anderenorts klassifizierten Krankheiten", + "code": "Z94.9", + "display": "Zustand nach Organ- oder Gewebetransplantation, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "40617009", - "display": "Artificial respiration", - "system": "http://snomed.info/sct" + "code": "E11.30", + "display": "Diabetes mellitus, Typ 2 : Mit Augenkomplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -53994,56 +47438,39 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "38898-3", - "display": "Fibrin D-dimer [Titer] in Platelet poor plasma", + "code": "48058-2", + "display": "Fibrin D-dimer DDU [Mass/volume] in Platelet poor plasma by Immunoassay", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I51.4", - "display": "Myokarditis, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I30", - "display": "Akute Perikarditis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "37113006", + "display": "Mouth-to-mouth resuscitation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -54069,35 +47496,12 @@ } ], "key": { - "code": "B01AE05", - "display": "Ximelagatran", + "code": "B01AF01", + "display": "Rivaroxaban", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E11.8", - "display": "Diabetes mellitus, Typ 2 : Mit nicht n\u00e4her bezeichneten Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "Procedure", "fixedCriteria": [ @@ -54120,8 +47524,8 @@ } ], "key": { - "code": "424139009", - "display": "Trial for spontaneous breathing", + "code": "243170001", + "display": "Negative end expiratory pressure applied", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -54143,9 +47547,10 @@ } ], "key": { - "code": "F32.9", - "display": "Depressive Episode, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I45.6", + "display": "Pr\u00e4exzitations-Syndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -54166,9 +47571,10 @@ } ], "key": { - "code": "Z94.1", - "display": "Zustand nach Herztransplantation", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I69.8", + "display": "Folgen sonstiger und nicht n\u00e4her bezeichneter zerebrovaskul\u00e4rer Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -54189,78 +47595,66 @@ } ], "key": { - "code": "C50.8", - "display": "Brustdr\u00fcse, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G43.3", + "display": "Komplizierte Migr\u00e4ne", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C91.81", - "display": "Reifzellige B-ALL vom Burkitt-Typ : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C81.7", - "display": "Sonstige Typen des (klassischen) Hodgkin-Lymphoms", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "708933000", + "display": "Emergency hemodiafiltration", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I82.81", - "display": "Embolie und Thrombose der Jugularisvene", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "225231007", + "display": "Stab peritoneal dialysis", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -54281,8 +47675,8 @@ } ], "key": { - "code": "I15", - "display": "Sekund\u00e4re Hypertonie", + "code": "C31.3", + "display": "Sinus sphenoidalis [Keilbeinh\u00f6hle]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -54304,9 +47698,10 @@ } ], "key": { - "code": "D81.4", - "display": "Nezelof-Syndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I50.14", + "display": "Mit Beschwerden in Ruhe", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -54332,71 +47727,37 @@ } ], "key": { - "code": "L04AB02", - "display": "Infliximab", + "code": "B01AC05", + "display": "Ticlopidin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "76631-1", - "display": "Albumin [Mass/volume] in Blood by Bromocresol purple (BCP) dye binding method", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I97.86", - "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am inguinalen Lymphabflussgebiet, Stadium\u00a0III", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "L04AB01", - "display": "Etanercept", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "424139009", + "display": "Trial for spontaneous breathing", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -54417,8 +47778,8 @@ } ], "key": { - "code": "I41", - "display": "Myokarditis bei anderenorts klassifizierten Krankheiten", + "code": "M33.9", + "display": "Dermatomyositis-Polymyositis, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -54440,8 +47801,8 @@ } ], "key": { - "code": "C51.0", - "display": "Labium majus", + "code": "D81.8", + "display": "Sonstige kombinierte Immundefekte", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -54463,8 +47824,8 @@ } ], "key": { - "code": "M33.0", - "display": "Juvenile Dermatomyositis", + "code": "C53.1", + "display": "Ektozervix", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -54473,110 +47834,14 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "67151-1", - "display": "Troponin T.cardiac [Mass/volume] in Serum or Plasma by High sensitivity method", + "code": "6301-6", + "display": "INR in Platelet poor plasma by Coagulation assay", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C67.8", - "display": "Harnblase, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I28.8", - "display": "Sonstige n\u00e4her bezeichnete Krankheiten der Lungengef\u00e4\u00dfe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "39496003", - "display": "Control of atmospheric pressure and composition with antigen-free air conditioning", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C69.3", - "display": "Chorioidea", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -54599,39 +47864,23 @@ } ], "key": { - "code": "N02BA09", - "display": "Dipyrocetyl", + "code": "B01AB06", + "display": "Nadroparin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "182731009", - "display": "Asthma control step 5", - "system": "http://snomed.info/sct" + "code": "3173-2", + "display": "aPTT in Blood by Coagulation assay", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "MedicationStatement", @@ -54655,8 +47904,8 @@ } ], "key": { - "code": "N02BA13", - "display": "Lysin-Acetylsalicylat", + "code": "N02BG04", + "display": "Floctafenin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -54678,32 +47927,38 @@ } ], "key": { - "code": "I97.88", - "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen, sonstige Lokalisationen, alle\u00a0Stadien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J70.0", + "display": "Akute Lungenbeteiligung bei Strahleneinwirkung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "K51.8", - "display": "Sonstige Colitis ulcerosa", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "127782008", + "display": "Autogenic pulmonary drainage", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -54724,8 +47979,8 @@ } ], "key": { - "code": "D81.6", - "display": "Haupthistokompatibilit\u00e4ts-Komplex-Klasse-I-Defekt [MHC-Klasse-I-Defekt]", + "code": "C88.71", + "display": "Sonstige b\u00f6sartige immunproliferative Krankheiten : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -54747,23 +48002,12 @@ } ], "key": { - "code": "C05.0", - "display": "Harter Gaumen", + "code": "C04.1", + "display": "Seitlicher Teil des Mundbodens", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "62234-0", - "display": "Albumin [Moles/volume] in Serum or Plasma by Bromocresol purple (BCP) dye binding method", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -54781,13 +48025,11 @@ } ], "key": { - "code": "49727002", - "display": "Husten", - "system": "http://snomed.info/sct" + "code": "C76.7", + "display": "Sonstige ungenau bezeichnete Lokalisationen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -54806,8 +48048,8 @@ } ], "key": { - "code": "J62.0", - "display": "Pneumokoniose durch Talkum-Staub", + "code": "C94.61", + "display": "Myelodysplastische und myeloproliferative Krankheit, nicht klassifizierbar : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -54829,43 +48071,37 @@ } ], "key": { - "code": "C16.5", - "display": "Kleine Kurvatur des Magens, nicht n\u00e4her bezeichnet", + "code": "M30.1", + "display": "Panarteriitis mit Lungenbeteiligung", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "12190-5", - "display": "Creatinine [Mass/volume] in Body fluid", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C86.1", - "display": "Hepatosplenisches T-Zell-Lymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "R03AK02", + "display": "Isoprenalin und andere Mittel bei obstruktiven Atemwegserkrankungen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -54891,8 +48127,8 @@ } ], "key": { - "code": "C09AA04", - "display": "Perindopril", + "code": "C09BA35", + "display": "Zofenopril und Hydrochlorothiazid", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -54914,8 +48150,8 @@ } ], "key": { - "code": "I13.2", - "display": "Hypertensive Herz- und Nierenkrankheit mit (kongestiver) Herzinsuffizienz und Niereninsuffizienz", + "code": "C93.91", + "display": "Monozytenleuk\u00e4mie, nicht n\u00e4her bezeichnet : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -54937,12 +48173,68 @@ } ], "key": { - "code": "M30.0", - "display": "Panarteriitis nodosa", + "code": "C95.91", + "display": "Leuk\u00e4mie, nicht n\u00e4her bezeichnet : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "B01AE02", + "display": "Lepirudin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "N02BE", + "display": "Anilide", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -54960,8 +48252,8 @@ } ], "key": { - "code": "E13.01", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Koma : Als entgleist bezeichnet", + "code": "M31.8", + "display": "Sonstige n\u00e4her bezeichnete nekrotisierende Vaskulopathien", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -54983,8 +48275,8 @@ } ], "key": { - "code": "I74.8", - "display": "Embolie und Thrombose sonstiger Arterien", + "code": "C16.3", + "display": "Antrum pyloricum", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -55011,8 +48303,8 @@ } ], "key": { - "code": "243170001", - "display": "Negative end expiratory pressure applied", + "code": "243149007", + "display": "Controlled mandatory ventilation with sigh", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -55034,8 +48326,8 @@ } ], "key": { - "code": "D81", - "display": "Kombinierte Immundefekte", + "code": "C14.8", + "display": "Lippe, Mundh\u00f6hle und Pharynx, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -55062,14 +48354,14 @@ } ], "key": { - "code": "R03AL01", - "display": "Fenoterol und Ipratropiumbromid", + "code": "R03AL04", + "display": "Indacaterol und Glycopyrroniumbromid", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -55080,17 +48372,33 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "836374004", - "display": "Vaccine product containing Hepatitis B virus antigen (medicinal product)", + "code": "233588003", + "display": "Continuous hemodiafiltration", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "3255-7", + "display": "Fibrinogen [Mass/volume] in Platelet poor plasma by Coagulation assay", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -55109,32 +48417,37 @@ } ], "key": { - "code": "F41.0", - "display": "Panikst\u00f6rung [episodisch paroxysmale Angst]", + "code": "C85.9", + "display": "Non-Hodgkin-Lymphom, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "G71.9", - "display": "Prim\u00e4re Myopathie, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "H02AA02", + "display": "Fludrocortison", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -55155,9 +48468,62 @@ } ], "key": { - "code": "J12.9", - "display": "Viruspneumonie, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I86.81", + "display": "Dickdarmvarizen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "14118-4", + "display": "Lactate [Mass/volume] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "30522-7", + "display": "C reactive protein [Mass/volume] in Serum or Plasma by High sensitivity method", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "243168005", + "display": "Positive end expiratory pressure withdrawn", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -55183,12 +48549,40 @@ } ], "key": { - "code": "G01BD01", - "display": "Antiseptika und Corticosteroide", + "code": "H02AB17", + "display": "Cortivazol", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "233581009", + "display": "Hemofiltration", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -55211,22 +48605,62 @@ } ], "key": { - "code": "C09BA22", - "display": "Enalapril und Hydrochlorothiazid", + "code": "H02C", + "display": "NEBENNIERENHEMMSTOFFE", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], "key": { - "code": "43734-3", - "display": "aPTT in Platelet poor plasma by Coagulation 1:1 saline", - "system": "http://loinc.org" + "code": "K50.88", + "display": "Sonstige Crohn-Krankheit", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "L04AC02", + "display": "Basiliximab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -55245,8 +48679,8 @@ } ], "key": { - "code": "I83.9", - "display": "Varizen der unteren Extremit\u00e4ten ohne Ulzeration oder Entz\u00fcndung", + "code": "C92.71", + "display": "Sonstige myeloische Leuk\u00e4mie : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -55268,9 +48702,10 @@ } ], "key": { - "code": "I87", - "display": "Sonstige Venenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I86.1", + "display": "Skrotumvarizen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -55291,8 +48726,8 @@ } ], "key": { - "code": "I45.4", - "display": "Unspezifischer intraventrikul\u00e4rer Block", + "code": "C50.8", + "display": "Brustdr\u00fcse, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -55314,12 +48749,40 @@ } ], "key": { - "code": "G35.9", - "display": "Multiple Sklerose, nicht n\u00e4her bezeichnet", + "code": "C71.1", + "display": "Frontallappen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "L04AB05", + "display": "Certolizumab pegol", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -55337,9 +48800,10 @@ } ], "key": { - "code": "M32.1", - "display": "Systemischer Lupus erythematodes mit Beteiligung von Organen oder Organsystemen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I43.2", + "display": "Kardiomyopathie bei aliment\u00e4ren Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -55360,8 +48824,8 @@ } ], "key": { - "code": "K50.9", - "display": "Crohn-Krankheit, nicht n\u00e4her bezeichnet", + "code": "C15.8", + "display": "\u00d6sophagus, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -55383,9 +48847,10 @@ } ], "key": { - "code": "I95.0", - "display": "Idiopathische Hypotonie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F02.4", + "display": "Demenz bei HIV-Krankheit [Humane Immundefizienz-Viruskrankheit] [B22 ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -55411,60 +48876,56 @@ } ], "key": { - "code": "4764004", - "display": "Jet ventilation procedure", + "code": "425447009", + "display": "Bag valve mask ventilation", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I13.00", - "display": "Hypertensive Herz- und Nierenkrankheit mit (kongestiver) Herzinsuffizienz : Ohne Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "836398006", + "display": "Vaccine product containing Streptococcus pneumoniae antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "243149007", - "display": "Controlled mandatory ventilation with sigh", - "system": "http://snomed.info/sct" + "code": "C72.4", + "display": "N. vestibulocochlearis [VIII. Hirnnerv]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -55485,9 +48946,10 @@ } ], "key": { - "code": "Z86.7", - "display": "Krankheiten des Kreislaufsystems in der Eigenanamnese", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I43.0", + "display": "Kardiomyopathie bei anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -55513,8 +48975,8 @@ } ], "key": { - "code": "H02AA03", - "display": "Desoxycorton", + "code": "H02AB56", + "display": "Prednisolon-Depot", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -55536,9 +48998,10 @@ } ], "key": { - "code": "C79.82", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Genitalorgane", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K72.9", + "display": "Leberversagen, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -55559,8 +49022,8 @@ } ], "key": { - "code": "M34.0", - "display": "Progressive systemische Sklerose", + "code": "C16.9", + "display": "Magen, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -55582,8 +49045,8 @@ } ], "key": { - "code": "F01.8", - "display": "Sonstige vaskul\u00e4re Demenz", + "code": "C91.91", + "display": "Lymphatische Leuk\u00e4mie, nicht n\u00e4her bezeichnet : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -55605,32 +49068,37 @@ } ], "key": { - "code": "C14.0", - "display": "Pharynx, nicht n\u00e4her bezeichnet", + "code": "C93.70", + "display": "Sonstige Monozytenleuk\u00e4mie : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I24", - "display": "Sonstige akute isch\u00e4mische Herzkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BG09", + "display": "Methoxyfluran", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -55651,9 +49119,10 @@ } ], "key": { - "code": "M32", - "display": "Systemischer Lupus erythematodes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I15.90", + "display": "Sekund\u00e4re Hypertonie, nicht n\u00e4her bezeichnet : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -55674,8 +49143,8 @@ } ], "key": { - "code": "K52.31", - "display": "Linksseitige Colitis indeterminata", + "code": "C00.1", + "display": "\u00c4u\u00dfere Unterlippe", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -55702,8 +49171,8 @@ } ], "key": { - "code": "786453001", - "display": "Venovenous extracorporeal membrane oxygenation", + "code": "438839005", + "display": "Erythrocytapheresis", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -55725,25 +49194,15 @@ } ], "key": { - "code": "I60.6", - "display": "Subarachnoidalblutung, von sonstigen intrakraniellen Arterien ausgehend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J17.8", + "display": "Pneumonie bei sonstigen anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "16631-4", - "display": "aPTT in Blood by Coagulation 1:1 saline", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -55751,27 +49210,27 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "387726004", - "display": "Intermittent positive pressure breathing treatment without nebulized medication", - "system": "http://snomed.info/sct" + "code": "C09BB10", + "display": "Trandolapril und Verapamil", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -55779,36 +49238,25 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "182727003", - "display": "Asthma control step 1", - "system": "http://snomed.info/sct" + "code": "R03AK10", + "display": "Vilanterol und Fluticasonfuroat", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "30350-3", - "display": "Hemoglobin [Mass/volume] in Venous blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -55826,9 +49274,39 @@ } ], "key": { - "code": "I44.1", - "display": "Atrioventrikul\u00e4rer Block 2. Grades", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "367391008", + "display": "Unwohlsein", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "397899008", + "display": "Weaning from mechanically assisted ventilation commenced", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -55849,9 +49327,10 @@ } ], "key": { - "code": "I50.11", - "display": "Ohne Beschwerden", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J70.2", + "display": "Akute arzneimittelinduzierte interstitielle Lungenkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -55872,12 +49351,25 @@ } ], "key": { - "code": "C19", - "display": "B\u00f6sartige Neubildung am Rektosigmoid, \u00dcbergang", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F01.3", + "display": "Gemischte kortikale und subkortikale vaskul\u00e4re Demenz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "59260-0", + "display": "Hemoglobin [Moles/volume] in Blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -55895,32 +49387,38 @@ } ], "key": { - "code": "C02.3", - "display": "Vordere zwei Drittel der Zunge, Bereich nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I10.91", + "display": "Essentielle Hypertonie, nicht n\u00e4her bezeichnet : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I42.5", - "display": "Sonstige restriktive Kardiomyopathie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "P01BA01", + "display": "Chloroquin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -55941,9 +49439,10 @@ } ], "key": { - "code": "E14.11", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Ketoazidose : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G40.6", + "display": "Grand-Mal-Anf\u00e4lle, nicht n\u00e4her bezeichnet (mit oder ohne Petit-Mal)", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -55964,8 +49463,8 @@ } ], "key": { - "code": "I42.9", - "display": "Kardiomyopathie, nicht n\u00e4her bezeichnet", + "code": "Z94.88", + "display": "Zustand nach sonstiger Organ- oder Gewebetransplantation Inkl.: Darm Pankreas", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -55987,32 +49486,38 @@ } ], "key": { - "code": "D83.2", - "display": "Variabler Immundefekt mit Autoantik\u00f6rpern gegen B- oder T-Zellen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G47.3", + "display": "Schlafapnoe", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C11.2", - "display": "Seitenwand des Nasopharynx", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "D11AH01", + "display": "Tacrolimus", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -56033,8 +49538,8 @@ } ], "key": { - "code": "C94.31", - "display": "Mastzellenleuk\u00e4mie : In kompletter Remission", + "code": "C82.5", + "display": "Diffuses Follikelzentrumslymphom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -56056,9 +49561,10 @@ } ], "key": { - "code": "I80.28", - "display": "Thrombose, Phlebitis und Thrombophlebitis sonstiger tiefer Gef\u00e4\u00dfe der unteren Extremit\u00e4ten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I49.5", + "display": "Sick-Sinus-Syndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -56084,57 +49590,35 @@ } ], "key": { - "code": "B01AC86", - "display": "Acetylsalicyls\u00e4ure und Esomeprazol", + "code": "A12CB02", + "display": "Zinkgluconat", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I28", - "display": "Sonstige Krankheiten der Lungengef\u00e4\u00dfe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "D86.3", - "display": "Sarkoidose der Haut", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "836374004", + "display": "Vaccine product containing Hepatitis B virus antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -56153,9 +49637,10 @@ } ], "key": { - "code": "G70.8", - "display": "Sonstige n\u00e4her bezeichnete neuromuskul\u00e4re Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I10.10", + "display": "Maligne essentielle Hypertonie : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -56174,11 +49659,12 @@ } ] } - ], - "key": { - "code": "C54.0", - "display": "Isthmus uteri", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + ], + "key": { + "code": "J98.6", + "display": "Krankheiten des Zwerchfells", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -56199,8 +49685,8 @@ } ], "key": { - "code": "I87.01", - "display": "Postthrombotisches Syndrom mit Ulzeration", + "code": "C94.00", + "display": "Akute Erythroleuk\u00e4mie : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -56222,9 +49708,10 @@ } ], "key": { - "code": "D90", - "display": "Immunkompromittierung nach Bestrahlung, Chemotherapie und sonstigen immunsuppressiven Ma\u00dfnahmen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I63.1", + "display": "Hirninfarkt durch Embolie pr\u00e4zerebraler Arterien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -56245,8 +49732,8 @@ } ], "key": { - "code": "I50.13", - "display": "Mit Beschwerden bei leichterer Belastung", + "code": "C92.50", + "display": "Akute myelomonozyt\u00e4re Leuk\u00e4mie : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -56268,9 +49755,10 @@ } ], "key": { - "code": "C38.1", - "display": "Vorderes Mediastinum", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G40.3", + "display": "Generalisierte idiopathische Epilepsie und epileptische Syndrome", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -56278,24 +49766,14 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "2703-7", - "display": "Oxygen [Partial pressure] in Arterial blood", + "code": "91556-1", + "display": "Fibrin D-dimer DDU [Mass/volume] in Blood by Immunoassay", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "82810-3", - "display": "Pregnancy status", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-concept" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -56313,8 +49791,8 @@ } ], "key": { - "code": "E66.2", - "display": "\u00dcberm\u00e4\u00dfige Adipositas mit alveol\u00e4rer Hypoventilation", + "code": "C50.3", + "display": "Unterer innerer Quadrant der Brustdr\u00fcse", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -56336,37 +49814,38 @@ } ], "key": { - "code": "C22.3", - "display": "Angiosarkom der Leber", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F23.0", + "display": "Akute polymorphe psychotische St\u00f6rung ohne Symptome einer Schizophrenie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "J06BB06", - "display": "R\u00f6teln-Immunglobulin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "266702001", + "display": "Oxygen enrichment therapy", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -56387,37 +49866,34 @@ } ], "key": { - "code": "I79.8", - "display": "Sonstige Krankheiten der Arterien, Arteriolen und Kapillaren bei anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "3006004", + "display": "Bewusstseinsst\u00f6rung", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "243146000", - "display": "Diaphragmatic augmentation by rocking bed", - "system": "http://snomed.info/sct" + "code": "C86.0", + "display": "Extranodales NK/T-Zell-Lymphom, nasaler Typ", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -56438,8 +49914,8 @@ } ], "key": { - "code": "G40.3", - "display": "Generalisierte idiopathische Epilepsie und epileptische Syndrome", + "code": "C38.4", + "display": "Pleura", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -56461,13 +49937,12 @@ } ], "key": { - "code": "11833005", - "display": "Trockener Husten", - "system": "http://snomed.info/sct" + "code": "E66.29", + "display": "\u00dcberm\u00e4\u00dfige Adipositas mit alveol\u00e4rer Hypoventilation : Grad oder Ausma\u00df der Adipositas nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -56486,48 +49961,58 @@ } ], "key": { - "code": "I12.00", - "display": "Hypertensive Nierenkrankheit mit Niereninsuffizienz : Ohne Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I42.3", + "display": "Eosinophile endomyokardiale Krankheit", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "94505-5", - "display": "SARS-CoV-2 (COVID-19) IgG Ab [Units/volume] in Serum or Plasma by Immunoassay", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "J06BB21", - "display": "Bezlotoxumab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "863911006", + "display": "Vaccine product containing Clostridium tetani antigen (medicinal product)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "E11.81", + "display": "Diabetes mellitus, Typ 2 : Mit nicht n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -56548,8 +50033,8 @@ } ], "key": { - "code": "K51.2", - "display": "Ulzer\u00f6se (chronische) Proktitis", + "code": "C48.8", + "display": "Retroperitoneum und Peritoneum, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -56571,14 +50056,37 @@ } ], "key": { - "code": "E11.41", - "display": "Diabetes mellitus, Typ 2 : Mit neurologischen Komplikationen : Als entgleist bezeichnet", + "code": "C48.2", + "display": "Peritoneum, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "K27.9", + "display": "Ulcus pepticum, Lokalisation nicht n\u00e4her bezeichnet : Weder als akut noch als chronisch bezeichnet, ohne Blutung oder Perforation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -56586,27 +50094,27 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "233590002", - "display": "Continuous venovenous hemodiafiltration", - "system": "http://snomed.info/sct" + "code": "N02BB73", + "display": "Aminophenazon, Kombinationen mit Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -56617,17 +50125,21 @@ "code": "completed", "display": "completed", "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "1031000221108", - "display": "Vaccine product containing Human poliovirus antigen (medicinal product)", + "code": "408853006", + "display": "Intermittent positive pressure ventilation via endotracheal tube", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -56646,8 +50158,8 @@ } ], "key": { - "code": "C88.40", - "display": "Extranodales Marginalzonen-B-Zell-Lymphom des Mukosa-assoziierten lymphatischen Gewebes [MALT-Lymphom] : Ohne Angabe einer kompletten Remission", + "code": "C91.90", + "display": "Lymphatische Leuk\u00e4mie, nicht n\u00e4her bezeichnet : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -56669,12 +50181,24 @@ } ], "key": { - "code": "C43.8", - "display": "B\u00f6sartiges Melanom der Haut, mehrere Teilbereiche \u00fcberlappend", + "code": "D81.0", + "display": "Schwerer kombinierter Immundefekt [SCID] mit retikul\u00e4rer Dysgenesie", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "1751-7", + "display": "Albumin [Mass/volume] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -56692,11 +50216,13 @@ } ], "key": { - "code": "G70.0", - "display": "Myasthenia gravis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "426000000", + "display": "Fieber \u00fcber 38\u00b0 Celsius", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -56715,9 +50241,10 @@ } ], "key": { - "code": "J44.11", - "display": "Chronische obstruktive Lungenkrankheit mit akuter Exazerbation, nicht n\u00e4her bezeichnet : FEV_1 >=35\u00a0% und <50\u00a0% des Sollwertes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J63.0", + "display": "Aluminose (Lunge)", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -56738,12 +50265,25 @@ } ], "key": { - "code": "K72.7", - "display": "Hepatische Enzephalopathie und Coma hepaticum", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K70.3", + "display": "Alkoholische Leberzirrhose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "20567-4", + "display": "Ferritin [Mass/volume] in Serum or Plasma by Immunoassay", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -56761,9 +50301,10 @@ } ], "key": { - "code": "C69.6", - "display": "Orbita", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I83.1", + "display": "Varizen der unteren Extremit\u00e4ten mit Entz\u00fcndung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -56784,31 +50325,36 @@ } ], "key": { - "code": "Z95.88", - "display": "Vorhandensein von sonstigen kardialen oder vaskul\u00e4ren Implantaten oder Transplantaten", + "code": "D86.9", + "display": "Sarkoidose, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "277022003", - "display": "Remission phase (qualifier value)", + "code": "243150007", + "display": "Assisted controlled mandatory ventilation", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -56835,8 +50381,8 @@ } ], "key": { - "code": "M01BA", - "display": "Antiphlogistika/Antirheumatika in Kombination mit Corticosteroiden", + "code": "B01AC19", + "display": "Beraprost", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -56858,8 +50404,8 @@ } ], "key": { - "code": "I71", - "display": "Aortenaneurysma und -dissektion", + "code": "C84.6", + "display": "Anaplastisches gro\u00dfzelliges Lymphom, ALK-positiv", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -56881,9 +50427,10 @@ } ], "key": { - "code": "C45.9", - "display": "Mesotheliom, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F41.1", + "display": "Generalisierte Angstst\u00f6rung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -56904,9 +50451,10 @@ } ], "key": { - "code": "K74.2", - "display": "Leberfibrose mit Lebersklerose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F32.8", + "display": "Sonstige depressive Episoden", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -56932,32 +50480,117 @@ } ], "key": { - "code": "N02BB06", - "display": "Phenazonsalicylat", + "code": "B01AC17", + "display": "Tirofiban", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C74.0", - "display": "Nebennierenrinde", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "836393002", + "display": "Vaccine product containing Rabies lyssavirus antigen (medicinal product)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "N02BA06", + "display": "Salsalat", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "J05AR23", + "display": "Atazanavir und Ritonavir", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "C09BA02", + "display": "Enalapril und Diuretika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -56978,9 +50611,10 @@ } ], "key": { - "code": "G73.3", - "display": "Myastheniesyndrome bei sonstigen anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K70.2", + "display": "Alkoholische Fibrose und Sklerose der Leber", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -57001,9 +50635,10 @@ } ], "key": { - "code": "I13.90", - "display": "Hypertensive Herz- und Nierenkrankheit, nicht n\u00e4her bezeichnet : Ohne Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "A16.3", + "display": "Tuberkulose der intrathorakalen Lymphknoten ohne Angabe einer bakteriologischen, molekularbiologischen oder histologischen Sicherung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -57024,8 +50659,8 @@ } ], "key": { - "code": "C95.00", - "display": "Akute Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps : Ohne Angabe einer kompletten Remission", + "code": "C32.2", + "display": "Subglottis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -57047,12 +50682,68 @@ } ], "key": { - "code": "C13.0", - "display": "Regio postcricoidea", + "code": "C68.1", + "display": "Paraurethrale Dr\u00fcse", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "N02BA51", + "display": "Acetylsalicyls\u00e4ure, Kombinationen exkl. Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "J06BB14", + "display": "Masern-Immunglobulin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -57070,9 +50761,10 @@ } ], "key": { - "code": "C84.6", - "display": "Anaplastisches gro\u00dfzelliges Lymphom, ALK-positiv", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E10.9", + "display": "Diabetes mellitus, Typ 1 : Ohne Komplikationen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, @@ -57093,9 +50785,10 @@ } ], "key": { - "code": "I62.09", - "display": "Nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G40.8", + "display": "Sonstige Epilepsien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -57116,9 +50809,10 @@ } ], "key": { - "code": "E13.2", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Nierenkomplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "A16.4", + "display": "Tuberkulose des Larynx, der Trachea und der Bronchien ohne Angabe einer bakteriologischen, molekularbiologischen oder histologischen Sicherung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -57139,8 +50833,8 @@ } ], "key": { - "code": "I67.2", - "display": "Zerebrale Atherosklerose", + "code": "D80.0", + "display": "Heredit\u00e4re Hypogammaglobulin\u00e4mie", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -57162,9 +50856,10 @@ } ], "key": { - "code": "D81.7", - "display": "Haupthistokompatibilit\u00e4ts-Komplex-Klasse-II-Defekt [MHC-Klasse-II-Defekt]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G73.4", + "display": "Myopathie bei anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -57185,8 +50880,8 @@ } ], "key": { - "code": "C02", - "display": "B\u00f6sartige Neubildung sonstiger und nicht n\u00e4her bezeichneter Teile der Zunge", + "code": "C54.0", + "display": "Isthmus uteri", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -57208,9 +50903,10 @@ } ], "key": { - "code": "I82.88", - "display": "Embolie und Thrombose sonstiger n\u00e4her bezeichneter Venen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K71.80", + "display": "Toxische veno-okklusive Leberkrankheit", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -57231,32 +50927,37 @@ } ], "key": { - "code": "E11.3", - "display": "Diabetes mellitus, Typ 2 : Mit Augenkomplikationen", + "code": "C88.91", + "display": "B\u00f6sartige immunproliferative Krankheit, nicht n\u00e4her bezeichnet : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C30-C39", - "display": "B\u00f6sartige Neubildungen der Atmungsorgane und sonstiger intrathorakaler Organe", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AB01", + "display": "Heparin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -57277,32 +50978,37 @@ } ], "key": { - "code": "G40.01", - "display": "CSWS [Continuous spikes and waves during slow-wave sleep]", + "code": "C68.8", + "display": "Harnorgane, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I15.9", - "display": "Sekund\u00e4re Hypertonie, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BB53", + "display": "Aminophenazon, Kombinationen exkl. Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -57323,8 +51029,8 @@ } ], "key": { - "code": "N17.9", - "display": "Akutes Nierenversagen, nicht n\u00e4her bezeichnet", + "code": "M31.1", + "display": "Thrombotische Mikroangiopathie", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -57346,8 +51052,8 @@ } ], "key": { - "code": "I72.1", - "display": "Aneurysma und Dissektion einer Arterie der oberen Extremit\u00e4t", + "code": "C92.01", + "display": "Akute myeloblastische Leuk\u00e4mie [AML] : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -57369,8 +51075,8 @@ } ], "key": { - "code": "C49.3", - "display": "Bindegewebe und andere Weichteilgewebe des Thorax", + "code": "C00.0", + "display": "\u00c4u\u00dfere Oberlippe", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -57392,8 +51098,8 @@ } ], "key": { - "code": "I21.9", - "display": "Akuter Myokardinfarkt, nicht n\u00e4her bezeichnet", + "code": "C41.4", + "display": "Beckenknochen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -57420,8 +51126,8 @@ } ], "key": { - "code": "243151006", - "display": "Mandatory minute volume ventilation", + "code": "431182000", + "display": "pati\u00ebnt in buikligging plaatsen (verrichting)", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -57443,65 +51149,69 @@ } ], "key": { - "code": "E14.3", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Augenkomplikationen", + "code": "C88.20", + "display": "Sonstige Schwerkettenkrankheit : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "3246-6", + "display": "Fibrin D-dimer [Units/volume] in Platelet poor plasma by Immunoassay", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BE51", - "display": "Paracetamol, Kombinationen exkl. Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "E84.87", + "display": "Zystische Fibrose mit sonstigen multiplen Manifestationen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "37113006", - "display": "Mouth-to-mouth resuscitation", - "system": "http://snomed.info/sct" + "code": "I42.5", + "display": "Sonstige restriktive Kardiomyopathie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -57522,8 +51232,8 @@ } ], "key": { - "code": "E10.1", - "display": "Diabetes mellitus, Typ 1 : Mit Ketoazidose", + "code": "C68.9", + "display": "Harnorgan, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -57550,55 +51260,37 @@ } ], "key": { - "code": "387727008", - "display": "Intermittent positive pressure breathing treatment", + "code": "182686001", + "display": "Endotracheal respiratory assistance", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C48.0", - "display": "Retroperitoneum", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "J17.3", - "display": "Pneumonie bei parasit\u00e4ren Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "77257005", + "display": "Leukopheresis", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -57619,8 +51311,8 @@ } ], "key": { - "code": "J44.90", - "display": "Chronische obstruktive Lungenkrankheit, nicht n\u00e4her bezeichnet : FEV_1 <35\u00a0% des Sollwertes", + "code": "C74.9", + "display": "Nebenniere, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -57642,32 +51334,38 @@ } ], "key": { - "code": "I37.2", - "display": "Pulmonalklappenstenose mit Insuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.89", + "display": "Sonstiges akutes Nierenversagen : Stadium nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I80.2", - "display": "Thrombose, Phlebitis und Thrombophlebitis sonstiger tiefer Gef\u00e4\u00dfe der unteren Extremit\u00e4ten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "786451004", + "display": "Venoarterial extracorporeal membrane oxygenation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -57675,56 +51373,67 @@ "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "30242-2", - "display": "Lactate [Mass/volume] in Arterial blood", + "code": "34714-6", + "display": "INR in Blood by Coagulation assay", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I61.2", - "display": "Intrazerebrale Blutung in die Gro\u00dfhirnhemisph\u00e4re, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "304577004", + "display": "Humidified oxygen therapy", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "M30.3", - "display": "Mukokutanes Lymphknotensyndrom [Kawasaki-Krankheit]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "233587008", + "display": "Intermittent hemodiafiltration", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -57745,37 +51454,37 @@ } ], "key": { - "code": "E13.90", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Ohne Komplikationen : Nicht als entgleist bezeichnet", + "code": "C02.0", + "display": "Zungenr\u00fccken", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C09BA21", - "display": "Captopril und Hydrochlorothiazid", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "182728008", + "display": "Asthma control step 2", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -57796,9 +51505,10 @@ } ], "key": { - "code": "F28", - "display": "Sonstige nichtorganische psychotische St\u00f6rungen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I70.20", + "display": "Becken-Bein-Typ, ohne Beschwerden", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -57819,8 +51529,8 @@ } ], "key": { - "code": "I74.2", - "display": "Embolie und Thrombose der Arterien der oberen Extremit\u00e4ten", + "code": "C41.31", + "display": "Sternum", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -57842,9 +51552,10 @@ } ], "key": { - "code": "E10.0", - "display": "Diabetes mellitus, Typ 1 : Mit Koma", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F23.1", + "display": "Akute polymorphe psychotische St\u00f6rung mit Symptomen einer Schizophrenie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -57865,9 +51576,10 @@ } ], "key": { - "code": "J17.1", - "display": "Pneumonie bei anderenorts klassifizierten Viruskrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N18.2", + "display": "Chronische Nierenkrankheit, Stadium 2", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -57888,9 +51600,10 @@ } ], "key": { - "code": "M36.0", - "display": "Dermatomyositis-Polymyositis bei Neubildungen[C00-D48]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F28", + "display": "Sonstige nichtorganische psychotische St\u00f6rungen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -57911,8 +51624,8 @@ } ], "key": { - "code": "I21.4", - "display": "Akuter subendokardialer Myokardinfarkt", + "code": "K27.6", + "display": "Ulcus pepticum, Lokalisation nicht n\u00e4her bezeichnet : Chronisch oder nicht n\u00e4her bezeichnet, mit Blutung und Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -57934,37 +51647,33 @@ } ], "key": { - "code": "I82.2", - "display": "Embolie und Thrombose der V. cava", + "code": "C91.30", + "display": "Prolymphozyt\u00e4re Leuk\u00e4mie vom B-Zell-Typ : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "229314005", - "display": "Breathing awareness for childbirth", - "system": "http://snomed.info/sct" + "code": "I69.0", + "display": "Folgen einer Subarachnoidalblutung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -57990,12 +51699,36 @@ } ], "key": { - "code": "243156001", - "display": "Continuous flow ventilation", + "code": "47545007", + "display": "Continuous positive airway pressure ventilation treatment", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "2519-7", + "display": "Lactate [Moles/volume] in Venous blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "76768-1", + "display": "Hemoglobin [Mass/volume] in Mixed venous blood by Oximetry", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -58013,9 +51746,10 @@ } ], "key": { - "code": "I21", - "display": "Akuter Myokardinfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.40", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit neurologischen Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -58036,8 +51770,8 @@ } ], "key": { - "code": "I72.5", - "display": "Aneurysma und Dissektion sonstiger pr\u00e4zerebraler Arterien", + "code": "K52.38", + "display": "Sonstige Colitis indeterminata", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -58059,9 +51793,10 @@ } ], "key": { - "code": "I37.8", - "display": "Sonstige Pulmonalklappenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K71.5", + "display": "Toxische Leberkrankheit mit chronisch-aktiver Hepatitis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -58087,80 +51822,23 @@ } ], "key": { - "code": "C09BA54", - "display": "Perindopril und Indapamid", + "code": "B01AC24", + "display": "Ticagrelor", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "I15.1", - "display": "Hypertonie als Folge von sonstigen Nierenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "C10.2", - "display": "Seitenwand des Oropharynx", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "C57.1", - "display": "Lig. latum uteri", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "11558-4", + "display": "pH-blood", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -58172,46 +51850,17 @@ "value": [ { "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "271807003", - "display": "Hautausschlag", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" - }, - { - "fhirResourceType": "Procedure", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "262277005", - "display": "Warming of inhaled gases", - "system": "http://snomed.info/sct" + "code": "I86.80", + "display": "D\u00fcnndarmvarizen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -58232,9 +51881,10 @@ } ], "key": { - "code": "C00-C97", - "display": "B\u00f6sartige Neubildungen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K75.3", + "display": "Granulomat\u00f6se Hepatitis, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -58255,37 +51905,33 @@ } ], "key": { - "code": "I62.0", - "display": "Nichttraumatische subdurale Blutung", + "code": "C75.4", + "display": "Glomus caroticum", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "405609003", - "display": "Volume controlled ventilation", - "system": "http://snomed.info/sct" + "code": "G40.02", + "display": "Benigne psychomotorische Epilepsie [terror fits]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -58306,9 +51952,38 @@ } ], "key": { - "code": "I77.3", - "display": "Fibromuskul\u00e4re Dysplasie der Arterien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G41.1", + "display": "Petit-Mal-Status", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "R03AL06", + "display": "Olodaterol und Tiotropiumbromid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -58329,56 +52004,66 @@ } ], "key": { - "code": "G72.4", - "display": "Entz\u00fcndliche Myopathie, anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G43.9", + "display": "Migr\u00e4ne, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "871908002", - "display": "Vaccine product containing only Human alphaherpesvirus 3 and Measles morbillivirus and Mumps orthorubulavirus and Rubella virus antigens (medicinal product)", - "system": "http://snomed.info/sct" + "code": "N02BH", + "display": "Hom\u00f6opathische und anthroposophische Analgetika und Antipyretika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C03", - "display": "B\u00f6sartige Neubildung des Zahnfleisches", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BA03", + "display": "Cholinsalicylat", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -58404,8 +52089,8 @@ } ], "key": { - "code": "H02AB04", - "display": "Methylprednisolon", + "code": "C09AA16", + "display": "Imidapril", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -58427,24 +52112,11 @@ } ], "key": { - "code": "422587007", - "display": "\u00dcbelkeit", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "48421-2", - "display": "C reactive protein [Mass/volume] in Capillary blood", - "system": "http://loinc.org" + "code": "C83.0", + "display": "Kleinzelliges B-Zell-Lymphom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -58463,48 +52135,56 @@ } ], "key": { - "code": "C41.31", - "display": "Sternum", + "code": "C02.8", + "display": "Zunge, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], "key": { - "code": "19239-3", - "display": "Lactate [Moles/volume] in Capillary blood", - "system": "http://loinc.org" + "code": "C57.9", + "display": "Weibliches Genitalorgan, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "N02BA71", - "display": "Acetylsalicyls\u00e4ure, Kombinationen mit Psycholeptika", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "E11.61", + "display": "Diabetes mellitus, Typ 2 : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -58525,37 +52205,33 @@ } ], "key": { - "code": "I39.2", - "display": "Trikuspidalklappenkrankheiten bei anderenorts klassifizierten Krankheiten", + "code": "C63.7", + "display": "Sonstige n\u00e4her bezeichnete m\u00e4nnliche Genitalorgane", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "429253002", - "display": "Oxygen administration by Venturi mask", - "system": "http://snomed.info/sct" + "code": "K71.2", + "display": "Toxische Leberkrankheit mit akuter Hepatitis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -58576,14 +52252,14 @@ } ], "key": { - "code": "I65.8", - "display": "Verschluss und Stenose sonstiger pr\u00e4zerebraler Arterien", + "code": "Z94.3", + "display": "Zustand nach Herz-Lungen-Transplantation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Specimen", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -58591,40 +52267,50 @@ "type": "code", "value": [ { - "code": "available", - "display": "Available", - "system": "http://hl7.org/fhir/ValueSet/specimen-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "122575003", - "display": "Urine specimen (specimen)", + "code": "233592005", + "display": "Plasma filtration", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "type" + "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "E84", - "display": "Zystische Fibrose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09AA13", + "display": "Moexipril", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -58645,9 +52331,10 @@ } ], "key": { - "code": "I41.8", - "display": "Myokarditis bei sonstigen anderenorts klassifizierten Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I67.10", + "display": "Zerebrales Aneurysma (erworben)", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -58668,8 +52355,8 @@ } ], "key": { - "code": "D89.0", - "display": "Polyklonale Hypergammaglobulin\u00e4mie", + "code": "C62.1", + "display": "Deszendierter Hoden", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -58691,21 +52378,24 @@ } ], "key": { - "code": "C96.8", - "display": "Histiozytisches Sarkom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "68235000", + "display": "Verstopfte Nase", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Observation", "fixedCriteria": [], "key": { - "code": "74775-8", - "display": "Platelets [#/volume] in Platelet rich plasma by Automated count", + "code": "6597-9", + "display": "Troponin T.cardiac [Mass/volume] in Venous blood", "system": "http://loinc.org" }, "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", "valueSearchParameter": "value-quantity" }, { @@ -58725,12 +52415,37 @@ } ], "key": { - "code": "G72.88", - "display": "Sonstige n\u00e4her bezeichnete Myopathien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I08.9", + "display": "Krankheit mehrerer Herzklappen, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "1975-2", + "display": "Bilirubin.total [Mass/volume] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "7799-0", + "display": "Fibrin D-dimer [Units/volume] in Platelet poor plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -58748,8 +52463,8 @@ } ], "key": { - "code": "I05.0", - "display": "Mitralklappenstenose", + "code": "C91.81", + "display": "Reifzellige B-ALL vom Burkitt-Typ : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -58776,8 +52491,8 @@ } ], "key": { - "code": "B01AF04", - "display": "Betrixaban", + "code": "C09BA55", + "display": "Ramipril und Piretanid", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -58799,9 +52514,62 @@ } ], "key": { - "code": "C63.2", - "display": "Skrotum", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E14.41", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit neurologischen Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "763264000", + "display": "Canadian Study of Health and Aging Clinical Frailty Scale score (observable entity)", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueConcept", + "valueSearchParameter": "value-concept" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "44322-6", + "display": "Interleukin 6 [Presence] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "11932001", + "display": "Stabilizing hemodialysis", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -58827,8 +52595,8 @@ } ], "key": { - "code": "C09AA", - "display": "ACE-Hemmer, rein", + "code": "N02BP", + "display": "Pflanzliche Analgetika und Antipyretika", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -58850,9 +52618,10 @@ } ], "key": { - "code": "I71.04", - "display": "Dissektion der Aorta nicht n\u00e4her bezeichneter Lokalisation, rupturiert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E14.80", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit nicht n\u00e4her bezeichneten Komplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -58873,8 +52642,8 @@ } ], "key": { - "code": "I26", - "display": "Lungenembolie", + "code": "C18.8", + "display": "Kolon, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -58896,9 +52665,34 @@ } ], "key": { - "code": "I15.11", - "display": "Hypertonie als Folge von sonstigen Nierenkrankheiten : Mit Angabe einer hypertensiven Krise", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I39.8", + "display": "Endokarditis bei anderenorts klassifizierten Krankheiten, Herzklappe nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I05.1", + "display": "Rheumatische Mitralklappeninsuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -58924,8 +52718,8 @@ } ], "key": { - "code": "397815001", - "display": "Administration of cardiovascular drug to increase oxygen delivery", + "code": "11140008", + "display": "Respiratory assist, manual", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -58947,55 +52741,37 @@ } ], "key": { - "code": "E14.7", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen", + "code": "C34.0", + "display": "Hauptbronchus", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "E14.74", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "G72.8", - "display": "Sonstige n\u00e4her bezeichnete Myopathien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "448134000", + "display": "Continuous positive airway pressure to nonventilated lung", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -59016,8 +52792,8 @@ } ], "key": { - "code": "I89", - "display": "Sonstige nichtinfekti\u00f6se Krankheiten der Lymphgef\u00e4\u00dfe und Lymphknoten", + "code": "C92.11", + "display": "Chronische myeloische Leuk\u00e4mie [CML], BCR/ABL-positiv : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -59039,36 +52815,12 @@ } ], "key": { - "code": "C94.0", - "display": "Akute Erythroleuk\u00e4mie", + "code": "C26.8", + "display": "Verdauungssystem, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Immunization", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "Immunization status", - "display": "Immunization status", - "system": "num.codex" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -59086,9 +52838,10 @@ } ], "key": { - "code": "I51.5", - "display": "Myokarddegeneration", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J17.3", + "display": "Pneumonie bei parasit\u00e4ren Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -59109,9 +52862,10 @@ } ], "key": { - "code": "C88.21", - "display": "Sonstige Schwerkettenkrankheit : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J12.8", + "display": "Pneumonie durch sonstige Viren", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -59137,8 +52891,8 @@ } ], "key": { - "code": "R03AK01", - "display": "Epinephrin und andere Mittel bei obstruktiven Atemwegserkrankungen", + "code": "L03AB13", + "display": "Peginterferon beta-1a", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -59160,9 +52914,10 @@ } ], "key": { - "code": "C43.7", - "display": "B\u00f6sartiges Melanom der unteren Extremit\u00e4t, einschlie\u00dflich H\u00fcfte", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I67.80", + "display": "Vasospasmen bei Subarachnoidalblutung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -59183,9 +52938,10 @@ } ], "key": { - "code": "C46.0", - "display": "Kaposi-Sarkom der Haut", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E84.1", + "display": "Zystische Fibrose mit Darmmanifestationen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -59211,32 +52967,37 @@ } ], "key": { - "code": "J05AX27", - "display": "Favipiravir", + "code": "C09BA27", + "display": "Benazepril und Hydrochlorothiazid", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "N17.99", - "display": "Akutes Nierenversagen, nicht n\u00e4her bezeichnet : Stadium nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J06BB19", + "display": "Anthrax-Immunglobulin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -59257,34 +53018,36 @@ } ], "key": { - "code": "C69.0", - "display": "Konjunktiva", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I89.09", + "display": "Lymph\u00f6dem, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I89.03", - "display": "Lymph\u00f6dem, sonstige Lokalisation, Stadium\u00a0I", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "871803007", + "display": "Vaccine product containing only Hepatitis A and Hepatitis B virus antigens (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -59303,9 +53066,10 @@ } ], "key": { - "code": "J63.3", - "display": "Graphitfibrose (Lunge)", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J63.4", + "display": "Siderose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -59326,32 +53090,38 @@ } ], "key": { - "code": "I70.24", - "display": "Becken-Bein-Typ, mit Ulzeration", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I70.25", + "display": "Becken-Bein-Typ, mit Gangr\u00e4n", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "B22", - "display": "Sonstige n\u00e4her bezeichnete Krankheiten infolge HIV-Krankheit [Humane Immundefizienz-Viruskrankheit]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L04AA10", + "display": "Sirolimus", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -59377,8 +53147,8 @@ } ], "key": { - "code": "H02AB08", - "display": "Triamcinolon", + "code": "J06BC01", + "display": "Nebacumab", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -59400,8 +53170,8 @@ } ], "key": { - "code": "E14", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus", + "code": "K51.0", + "display": "Ulzer\u00f6se (chronische) Pankolitis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -59423,9 +53193,10 @@ } ], "key": { - "code": "I31", - "display": "Sonstige Krankheiten des Perikards", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I50.03", + "display": "Rechtsherzinsuffizienz mit Beschwerden bei st\u00e4rkerer Belastung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -59446,8 +53217,8 @@ } ], "key": { - "code": "E10.3", - "display": "Diabetes mellitus, Typ 1 : Mit Augenkomplikationen", + "code": "C44.6", + "display": "Haut der oberen Extremit\u00e4t, einschlie\u00dflich Schulter", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -59469,23 +53240,12 @@ } ], "key": { - "code": "C45", - "display": "Mesotheliom", + "code": "C43.7", + "display": "B\u00f6sartiges Melanom der unteren Extremit\u00e4t, einschlie\u00dflich H\u00fcfte", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "10839-9", - "display": "Troponin I.cardiac [Mass/volume] in Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -59508,8 +53268,8 @@ } ], "key": { - "code": "H02BX02", - "display": "Dexamethason, Kombinationen", + "code": "N02BE61", + "display": "Paracetamol, Kombinationen mit Coffein", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -59531,9 +53291,10 @@ } ], "key": { - "code": "I01.8", - "display": "Sonstige akute rheumatische Herzkrankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I41.8", + "display": "Myokarditis bei sonstigen anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -59559,117 +53320,121 @@ } ], "key": { - "code": "N02BA59", - "display": "Dipyrocetyl, Kombinationen exkl. Psycholeptika", + "code": "H02BX", + "display": "Corticosteroide zur systemischen Anwendung, Kombinationen", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "B01AC04", - "display": "Clopidogrel", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "229314005", + "display": "Breathing awareness for childbirth", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "76769-9", - "display": "Hemoglobin [Mass/volume] in Venous blood by Oximetry", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "G35.20", - "display": "Multiple Sklerose mit prim\u00e4r-chronischem Verlauf : Ohne Angabe einer akuten Exazerbation oder Progression", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "233583007", + "display": "Continuous hemofiltration", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "N17.09", - "display": "Akutes Nierenversagen mit Tubulusnekrose : Stadium nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09BX", + "display": "ACE-Hemmer, andere Kombinationen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "J63.2", - "display": "Berylliose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AB", + "display": "Heparingruppe", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -59690,8 +53455,8 @@ } ], "key": { - "code": "C88.9", - "display": "B\u00f6sartige immunproliferative Krankheit, nicht n\u00e4her bezeichnet", + "code": "C38.2", + "display": "Hinteres Mediastinum", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -59713,8 +53478,8 @@ } ], "key": { - "code": "G41", - "display": "Status epilepticus", + "code": "C90.20", + "display": "Extramedull\u00e4res Plasmozytom : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -59736,55 +53501,66 @@ } ], "key": { - "code": "E84.0", - "display": "Zystische Fibrose mit Lungenmanifestationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I52.8", + "display": "Sonstige Herzkrankheiten bei sonstigen anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C71.2", - "display": "Temporallappen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "427053002", + "display": "Extracorporeal albumin hemodialysis", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C14.2", - "display": "Lymphatischer Rachenring [Waldeyer]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L04AC05", + "display": "Ustekinumab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -59810,8 +53586,8 @@ } ], "key": { - "code": "H02AB05", - "display": "Paramethason", + "code": "N02BA10", + "display": "Benorilat", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -59833,8 +53609,32 @@ } ], "key": { - "code": "N17.2", - "display": "Akutes Nierenversagen mit Marknekrose", + "code": "I71.03", + "display": "Dissektion der Aorta, thorakoabdominal, ohne Angabe einer Ruptur", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "D82.3", + "display": "Immundefekt mit heredit\u00e4r defekter Reaktion auf Epstein-Barr-Virus", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -59856,9 +53656,9 @@ } ], "key": { - "code": "40845000", - "display": "Gastrointestinal ulcer (disorder)", - "system": "http://snomed.info/sct" + "code": "C79.5", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Knochens und des Knochenmarkes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -59879,9 +53679,10 @@ } ], "key": { - "code": "N17.82", - "display": "Sonstiges akutes Nierenversagen : Stadium 2", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I23.6", + "display": "Thrombose des Vorhofes, des Herzohres oder der Kammer als akute Komplikation nach akutem Myokardinfarkt", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -59902,8 +53703,8 @@ } ], "key": { - "code": "K72.1", - "display": "Chronisches Leberversagen", + "code": "K28.1", + "display": "Ulcus pepticum jejuni : Akut, mit Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -59930,8 +53731,8 @@ } ], "key": { - "code": "L03AB18", - "display": "Interferon gamma-1b", + "code": "B01AC15", + "display": "Aloxiprin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -59958,34 +53759,34 @@ } ], "key": { - "code": "N02BA04", - "display": "Natriumsalicylat", + "code": "B01AE07", + "display": "Dabigatranetexilat", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Specimen", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "available", + "display": "Available", + "system": "http://hl7.org/fhir/ValueSet/specimen-status" } ] } ], "key": { - "code": "D80.1", - "display": "Nichtfamili\u00e4re Hypogammaglobulin\u00e4mie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "119361006", + "display": "Plasma specimen (specimen)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "type" }, { "fhirResourceType": "Condition", @@ -60004,61 +53805,62 @@ } ], "key": { - "code": "C67.2", - "display": "Laterale Harnblasenwand", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I27.20", + "display": "Pulmonale Hypertonie bei chronischer Thromboembolie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "836378001", - "display": "Vaccine product containing Japanese encephalitis virus antigen (medicinal product)", - "system": "http://snomed.info/sct" + "code": "R03AL", + "display": "Sympathomimetika in Kombination mit Anticholinergika inkl. Dreifachkombinationen mit Corticosteroiden", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "C09A", - "display": "ACE-HEMMER, REIN", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I97.87", + "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am Urogenitalsystem, alle\u00a0Stadien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -60084,37 +53886,33 @@ } ], "key": { - "code": "N02BE03", - "display": "Phenacetin", + "code": "B01AE05", + "display": "Ximelagatran", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "233572003", - "display": "Extracorporeal gas exchange", - "system": "http://snomed.info/sct" + "code": "I51.7", + "display": "Kardiomegalie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -60135,9 +53933,10 @@ } ], "key": { - "code": "C76.0", - "display": "Kopf, Gesicht und Hals", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F23.9", + "display": "Akute vor\u00fcbergehende psychotische St\u00f6rung, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -60158,8 +53957,8 @@ } ], "key": { - "code": "C93.30", - "display": "Juvenile myelomonozyt\u00e4re Leuk\u00e4mie : Ohne Angabe einer kompletten Remission", + "code": "M36.53", + "display": "Stadium 3 der chronischen Bindegewebe-Graft-versus-Host-Krankheit [T86.07 ]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -60181,43 +53980,38 @@ } ], "key": { - "code": "C18.8", - "display": "Kolon, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I70.0", + "display": "Atherosklerose der Aorta", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "42719-5", - "display": "Bilirubin.total [Mass/volume] in Blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I07.2", - "display": "Trikuspidalklappenstenose mit Insuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AC23", + "display": "Cilostazol", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -60238,8 +54032,8 @@ } ], "key": { - "code": "C41.01", - "display": "Kraniofazial", + "code": "C62.0", + "display": "Dystoper Hoden", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -60266,42 +54060,62 @@ } ], "key": { - "code": "229292006", - "display": "Upper thoracic expansion exercises", + "code": "428648006", + "display": "Automated peritoneal dialysis", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "I72.9", + "display": "Aneurysma und Dissektion nicht n\u00e4her bezeichneter Lokalisation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "233575001", - "display": "Intermittent hemodialysis", - "system": "http://snomed.info/sct" + "code": "J67.4", + "display": "Malzarbeiter-Lunge", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -60309,22 +54123,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "19647005", - "display": "Plasma exchange", - "system": "http://snomed.info/sct" + "code": "G01B", + "display": "ANTIINFEKTIVA/ANTISEPTIKA IN KOMBINATION MIT CORTICOSTEROIDEN", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -60345,9 +54159,10 @@ } ], "key": { - "code": "J70.4", - "display": "Arzneimittelinduzierte interstitielle Lungenkrankheit, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I65.0", + "display": "Verschluss und Stenose der A. vertebralis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -60368,37 +54183,46 @@ } ], "key": { - "code": "C93.91", - "display": "Monozytenleuk\u00e4mie, nicht n\u00e4her bezeichnet : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I62.01", + "display": "Subakut", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "48425-3", + "display": "Troponin T.cardiac [Mass/volume] in Blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, + { + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "C09BA26", - "display": "Quinapril und Hydrochlorothiazid", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "G20.01", + "display": "Prim\u00e4res Parkinson-Syndrom mit fehlender oder geringer Beeintr\u00e4chtigung : Mit Wirkungsfluktuation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -60419,9 +54243,10 @@ } ], "key": { - "code": "D80.4", - "display": "Selektiver Immunglobulin-M-Mangel [IgM-Mangel]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I24.9", + "display": "Akute isch\u00e4mische Herzkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -60442,9 +54267,10 @@ } ], "key": { - "code": "C33", - "display": "B\u00f6sartige Neubildung der Trachea", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I45.1", + "display": "Sonstiger und nicht n\u00e4her bezeichneter Rechtsschenkelblock", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -60465,14 +54291,15 @@ } ], "key": { - "code": "385349001", - "display": "Clinical stage (observable entity)", - "system": "http://snomed.info/sct" + "code": "K77.21", + "display": "Stadium 1 der chronischen Leber-Graft-versus-Host-Krankheit [T86.05][T86.06]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Specimen", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", @@ -60480,19 +54307,36 @@ "type": "code", "value": [ { - "code": "available", - "display": "Available", - "system": "http://hl7.org/fhir/ValueSet/specimen-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "258607008", - "display": "Bronchoalveolar lavage fluid sample (specimen)", + "code": "243158000", + "display": "Fluorocarbon ventilation", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "type" + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "76689-9", + "display": "Sex assigned at birth", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueConcept", + "valueSearchParameter": "value-concept" }, { "fhirResourceType": "MedicationStatement", @@ -60516,8 +54360,8 @@ } ], "key": { - "code": "L03AB05", - "display": "Interferon alfa-2b", + "code": "N02BB03", + "display": "Aminophenazon", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -60539,8 +54383,8 @@ } ], "key": { - "code": "C96.7", - "display": "Sonstige n\u00e4her bezeichnete b\u00f6sartige Neubildungen des lymphatischen, blutbildenden und verwandten Gewebes", + "code": "C60.1", + "display": "Glans penis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -60562,8 +54406,8 @@ } ], "key": { - "code": "I69.4", - "display": "Folgen eines Schlaganfalls, nicht als Blutung oder Infarkt bezeichnet", + "code": "C72.2", + "display": "Nn. olfactorii [I. Hirnnerv]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -60585,40 +54429,12 @@ } ], "key": { - "code": "E13.74", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, nicht als entgleist bezeichnet", + "code": "C91.50", + "display": "Adulte(s) T-Zell-Lymphom/Leuk\u00e4mie (HTLV-1-assoziiert) : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "L04AB07", - "display": "Opinercept", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -60636,39 +54452,63 @@ } ], "key": { - "code": "E13.30", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Augenkomplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I79.8", + "display": "Sonstige Krankheiten der Arterien, Arteriolen und Kapillaren bei anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "B01AC11", + "display": "Iloprost", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Specimen", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "available", + "display": "Available", + "system": "http://hl7.org/fhir/ValueSet/specimen-status" } ] } ], "key": { - "code": "233580005", - "display": "Continuous venovenous hemodialysis", + "code": "119297000", + "display": "Blood specimen (specimen)|", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "type" }, { "fhirResourceType": "Condition", @@ -60687,8 +54527,8 @@ } ], "key": { - "code": "I05.9", - "display": "Mitralklappenkrankheit, nicht n\u00e4her bezeichnet", + "code": "C70.1", + "display": "R\u00fcckenmarkh\u00e4ute", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -60710,12 +54550,25 @@ } ], "key": { - "code": "I48.4", - "display": "Vorhofflattern, atypisch", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.11", + "display": "Akutes Nierenversagen mit akuter Rindennekrose : Stadium 1", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "2704-5", + "display": "PaO2-capillary", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -60733,55 +54586,65 @@ } ], "key": { - "code": "I87.8", - "display": "Sonstige n\u00e4her bezeichnete Venenkrankheiten", + "code": "C21.1", + "display": "Analkanal", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "N17.29", - "display": "Akutes Nierenversagen mit Marknekrose : Stadium nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L04AC10", + "display": "Secukinumab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "F41.9", - "display": "Angstst\u00f6rung, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09BA", + "display": "ACE-Hemmer und Diuretika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -60802,9 +54665,10 @@ } ], "key": { - "code": "C70.0", - "display": "Hirnh\u00e4ute", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K72.0", + "display": "Akutes und subakutes Leberversagen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -60825,9 +54689,10 @@ } ], "key": { - "code": "C81-C96", - "display": "B\u00f6sartige Neubildungen des lymphatischen, blutbildenden und verwandten Gewebes, als prim\u00e4r festgestellt oder vermutet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J67.3", + "display": "Suberose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -60848,32 +54713,38 @@ } ], "key": { - "code": "J17.0", - "display": "Pneumonie bei anderenorts klassifizierten bakteriellen Krankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E84.88", + "display": "Zystische Fibrose mit sonstigen Manifestationen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I89.0", - "display": "Lymph\u00f6dem, anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J06BA01", + "display": "Immunglobuline, normal human, zur extravasalen Anwendung", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -60899,8 +54770,8 @@ } ], "key": { - "code": "428648006", - "display": "Automated peritoneal dialysis", + "code": "243147009", + "display": "Controlled ventilation", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -60922,8 +54793,8 @@ } ], "key": { - "code": "K75.2", - "display": "Unspezifische reaktive Hepatitis", + "code": "K27.3", + "display": "Ulcus pepticum, Lokalisation nicht n\u00e4her bezeichnet : Akut, ohne Blutung oder Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -60945,32 +54816,37 @@ } ], "key": { - "code": "I73.8", - "display": "Sonstige n\u00e4her bezeichnete periphere Gef\u00e4\u00dfkrankheiten", + "code": "C05.8", + "display": "Gaumen, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "E10.01", - "display": "Diabetes mellitus, Typ 1 : Mit Koma : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "243166009", + "display": "Positive end expiratory pressure reduced to optimal PEEP", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -60991,9 +54867,10 @@ } ], "key": { - "code": "C75.4", - "display": "Glomus caroticum", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I27.1", + "display": "Kyphoskoliotische Herzkrankheit", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -61014,78 +54891,93 @@ } ], "key": { - "code": "C92", - "display": "Myeloische Leuk\u00e4mie", + "code": "M31.9", + "display": "Nekrotisierende Vaskulopathie, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C69.1", - "display": "Kornea", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "243181003", + "display": "Expired air ventilation with airway aid", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C72.1", - "display": "Cauda equina", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "H02BX01", + "display": "Methylprednisolon, Kombinationen", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C77.4", - "display": "Inguinale Lymphknoten und Lymphknoten der unteren Extremit\u00e4t", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "H02AA", + "display": "Mineralocorticoide", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -61106,82 +54998,73 @@ } ], "key": { - "code": "C00.4", - "display": "Unterlippe, Innenseite", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I72.1", + "display": "Aneurysma und Dissektion einer Arterie der oberen Extremit\u00e4t", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", + "fhirResourceType": "Consent", "fixedCriteria": [], "key": { - "code": "2325-9", - "display": "Gamma glutamyl transferase/Aspartate aminotransferase [Enzymatic activity ratio] in Serum or Plasma", - "system": "http://loinc.org" + "code": "304251008", + "display": "Resuscitation status (observable entity)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "category", + "valueFhirPath": "provision.code", + "valueSearchParameter": "mii-provision-code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "B01AC13", - "display": "Abciximab", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C91.41", + "display": "Haarzellenleuk\u00e4mie : In kompletter Remission", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "777-3", - "display": "Platelets [#/volume] in Blood by Automated count", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I39.8", - "display": "Endokarditis bei anderenorts klassifizierten Krankheiten, Herzklappe nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "243183000", + "display": "Mouth to nose expired air ventilation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -61202,9 +55085,10 @@ } ], "key": { - "code": "I65", - "display": "Verschluss und Stenose pr\u00e4zerebraler Arterien ohne resultierenden Hirninfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I61.9", + "display": "Intrazerebrale Blutung, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -61225,9 +55109,10 @@ } ], "key": { - "code": "C53", - "display": "B\u00f6sartige Neubildung der Cervix uteri", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I01.1", + "display": "Akute rheumatische Endokarditis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -61253,34 +55138,35 @@ } ], "key": { - "code": "P01BA01", - "display": "Chloroquin", + "code": "J06BB18", + "display": "Raxibacumab", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "E14.01", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit Koma : Als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "836390004", + "display": "Vaccine product containing Salmonella enterica subspecies enterica serovar Typhi antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "MedicationStatement", @@ -61304,34 +55190,34 @@ } ], "key": { - "code": "L04AC02", - "display": "Basiliximab", + "code": "H02CA", + "display": "Anticorticosteroide", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Specimen", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "available", - "display": "Available", - "system": "http://hl7.org/fhir/ValueSet/specimen-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "708049000", - "display": "Plasma specimen with ethylenediamine tetraacetic acid (specimen)", - "system": "http://snomed.info/sct" + "code": "C15.4", + "display": "\u00d6sophagus, mittleres Drittel", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "type" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -61350,8 +55236,8 @@ } ], "key": { - "code": "C91.3", - "display": "Prolymphozyt\u00e4re Leuk\u00e4mie vom B-Zell-Typ", + "code": "C76.5", + "display": "Untere Extremit\u00e4t", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -61373,8 +55259,8 @@ } ], "key": { - "code": "K74.70", - "display": "Leberzirrhose, Stadium Child-Pugh A", + "code": "C47.4", + "display": "Periphere Nerven des Abdomens", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -61396,9 +55282,10 @@ } ], "key": { - "code": "K51.9", - "display": "Colitis ulcerosa, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K75.2", + "display": "Unspezifische reaktive Hepatitis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -61419,8 +55306,8 @@ } ], "key": { - "code": "I95.1", - "display": "Orthostatische Hypotonie", + "code": "C31.1", + "display": "Sinus ethmoidalis [Siebbeinzellen]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -61442,9 +55329,38 @@ } ], "key": { - "code": "D80.7", - "display": "Transitorische Hypogammaglobulin\u00e4mie im Kindesalter", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J98.0", + "display": "Krankheiten der Bronchien, anderenorts nicht klassifiziert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "B01AB07", + "display": "Parnaparin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -61465,9 +55381,10 @@ } ], "key": { - "code": "C91.61", - "display": "Prolymphozyten-Leuk\u00e4mie vom T-Zell-Typ : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K74.3", + "display": "Prim\u00e4re bili\u00e4re Zirrhose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -61488,65 +55405,55 @@ } ], "key": { - "code": "C92.70", - "display": "Sonstige myeloische Leuk\u00e4mie : Ohne Angabe einer kompletten Remission", + "code": "C67.5", + "display": "Harnblasenhals", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "S01AD09", - "display": "Ganciclovir", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C79.2", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Haut", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "243161004", - "display": "Positive end expiratory pressure increased", - "system": "http://snomed.info/sct" + "code": "K26.7", + "display": "Ulcus duodeni : Chronisch, ohne Blutung oder Perforation", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -61567,8 +55474,8 @@ } ], "key": { - "code": "I20.0", - "display": "Instabile Angina pectoris", + "code": "C69.8", + "display": "Auge und Augenanhangsgebilde, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -61590,37 +55497,56 @@ } ], "key": { - "code": "C22.7", - "display": "Sonstige n\u00e4her bezeichnete Karzinome der Leber", + "code": "C38.8", + "display": "Herz, Mediastinum und Pleura, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C18.2", + "display": "Colon ascendens", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "229301009", - "display": "Incentive spirometry", - "system": "http://snomed.info/sct" + "code": "I87.8", + "display": "Sonstige n\u00e4her bezeichnete Venenkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -61641,8 +55567,8 @@ } ], "key": { - "code": "I87.9", - "display": "Venenkrankheit, nicht n\u00e4her bezeichnet", + "code": "C80.0", + "display": "B\u00f6sartige Neubildung, prim\u00e4re Lokalisation unbekannt, so bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -61669,65 +55595,56 @@ } ], "key": { - "code": "H02BX01", - "display": "Methylprednisolon, Kombinationen", + "code": "J06BA02", + "display": "Immunglobuline, normal human, zur intravasalen Anwendung", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "714749008", - "display": "Continuous renal replacement therapy", - "system": "http://snomed.info/sct" + "code": "I82.2", + "display": "Embolie und Thrombose der V. cava", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "L04AC03", - "display": "Anakinra", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "D86.3", + "display": "Sarkoidose der Haut", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -61748,13 +55665,11 @@ } ], "key": { - "code": "46742003", - "display": "Hautgeschw\u00fcre", - "system": "http://snomed.info/sct" + "code": "C24.8", + "display": "Gallenwege, mehrere Teilbereiche \u00fcberlappend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -61773,40 +55688,77 @@ } ], "key": { - "code": "E14.6", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit sonstigen n\u00e4her bezeichneten Komplikationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K76.7", + "display": "Hepatorenales Syndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "N02BA75", + "display": "Salicylamid, Kombinationen mit Psycholeptika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "233583007", - "display": "Continuous hemofiltration", - "system": "http://snomed.info/sct" + "code": "I82.80", + "display": "Embolie und Thrombose der Milzvene", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "42757-5", + "display": "Troponin I.cardiac [Mass/volume] in Blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -61824,8 +55776,8 @@ } ], "key": { - "code": "I86.81", - "display": "Dickdarmvarizen", + "code": "C94.8", + "display": "Blastenkrise bei chronischer myeloischer Leuk\u00e4mie [CML]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -61847,9 +55799,10 @@ } ], "key": { - "code": "I36.9", - "display": "Nichtrheumatische Trikuspidalklappenkrankheit, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.91", + "display": "Akutes Nierenversagen, nicht n\u00e4her bezeichnet : Stadium 1", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -61875,8 +55828,8 @@ } ], "key": { - "code": "N02BG03", - "display": "Glafenin", + "code": "H02BX21", + "display": "Desoxycorton, Kombinationen", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -61898,9 +55851,10 @@ } ], "key": { - "code": "G47.31", - "display": "Obstruktives Schlafapnoe-Syndrom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I15.21", + "display": "Hypertonie als Folge von endokrinen Krankheiten : Mit Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -61921,9 +55875,10 @@ } ], "key": { - "code": "C53.0", - "display": "Endozervix", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.20", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Nierenkomplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -61944,9 +55899,10 @@ } ], "key": { - "code": "F00.9", - "display": "Demenz bei Alzheimer-Krankheit, nicht n\u00e4her bezeichnet [G30.9 ]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N17.99", + "display": "Akutes Nierenversagen, nicht n\u00e4her bezeichnet : Stadium nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -61967,32 +55923,38 @@ } ], "key": { - "code": "F40.0", - "display": "Agoraphobie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I72.6", + "display": "Aneurysma und Dissektion der A. vertebralis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C38", - "display": "B\u00f6sartige Neubildung des Herzens, des Mediastinums und der Pleura", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L04AC11", + "display": "Siltuximab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -62013,78 +55975,94 @@ } ], "key": { - "code": "C06.2", - "display": "Retromolarregion", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I25.3", + "display": "Herz-(Wand-)Aneurysma", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C41.30", - "display": "Rippen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "182727003", + "display": "Asthma control step 1", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C15.8", - "display": "\u00d6sophagus, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J06BB15", + "display": "Mumps-Immunglobulin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I30.0", - "display": "Akute unspezifische idiopathische Perikarditis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "708932005", + "display": "Emergency hemodialysis", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -62105,9 +56083,10 @@ } ], "key": { - "code": "M30.8", - "display": "Sonstige mit Panarteriitis nodosa verwandte Zust\u00e4nde", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I60.2", + "display": "Subarachnoidalblutung, von der A. communicans anterior ausgehend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -62128,32 +56107,37 @@ } ], "key": { - "code": "E14.72", - "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, nicht als entgleist bezeichnet", + "code": "Z94.5", + "display": "Zustand nach Hauttransplantation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C93.90", - "display": "Monozytenleuk\u00e4mie, nicht n\u00e4her bezeichnet : Ohne Angabe einer kompletten Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "H02AB05", + "display": "Paramethason", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -62174,9 +56158,10 @@ } ], "key": { - "code": "I77.0", - "display": "Arterioven\u00f6se Fistel, erworben", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G72.3", + "display": "Periodische L\u00e4hmung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -62197,48 +56182,43 @@ } ], "key": { - "code": "C82.2", - "display": "Follikul\u00e4res Lymphom Grad III, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K70.9", + "display": "Alkoholische Leberkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C06.0", - "display": "Wangenschleimhaut", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09AA12", + "display": "Delapril", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "49498-9", - "display": "Leukocytes [#/volume] in Blood by Estimate", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -62246,22 +56226,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "3257008", - "display": "Empty and measure peritoneal dialysis fluid", - "system": "http://snomed.info/sct" + "code": "J05AH02", + "display": "Oseltamivir", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -62282,8 +56262,8 @@ } ], "key": { - "code": "C32.9", - "display": "Larynx, nicht n\u00e4her bezeichnet", + "code": "D80.3", + "display": "Selektiver Mangel an Immunglobulin-G-Subklassen [IgG-Subklassen]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -62305,8 +56285,8 @@ } ], "key": { - "code": "I12.9", - "display": "Hypertensive Nierenkrankheit ohne Niereninsuffizienz", + "code": "C81.3", + "display": "Lymphozytenarmes (klassisches) Hodgkin-Lymphom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -62328,8 +56308,8 @@ } ], "key": { - "code": "F33.0", - "display": "Rezidivierende depressive St\u00f6rung, gegenw\u00e4rtig leichte Episode", + "code": "C81.1", + "display": "Nodul\u00e4r-sklerosierendes (klassisches) Hodgkin-Lymphom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -62351,106 +56331,84 @@ } ], "key": { - "code": "C21.2", - "display": "Kloakenregion", + "code": "M34.9", + "display": "Systemische Sklerose, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Specimen", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "available", + "display": "Available", + "system": "http://hl7.org/fhir/ValueSet/specimen-status" } ] } ], "key": { - "code": "I07.8", - "display": "Sonstige Trikuspidalklappenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "404798000", + "display": "Peripheral blood mononuclear cell (cell)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "type" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Immunization", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "S02BA06", - "display": "Dexamethason", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "37146000", + "display": "Typhus vaccine (product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], - "key": { - "code": "K71.1", - "display": "Toxische Leberkrankheit mit Lebernekrose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C79.2", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Haut", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "52729008", + "display": "Treatment by iron lung", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -62471,9 +56429,10 @@ } ], "key": { - "code": "C81.1", - "display": "Nodul\u00e4r-sklerosierendes (klassisches) Hodgkin-Lymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I89.9", + "display": "Nichtinfekti\u00f6se Krankheit der Lymphgef\u00e4\u00dfe und Lymphknoten, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -62499,8 +56458,8 @@ } ], "key": { - "code": "110474005", - "display": "Whole body hyperbaric oxygen therapy", + "code": "229288004", + "display": "Lower lateral costal expansion exercises", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -62527,8 +56486,8 @@ } ], "key": { - "code": "431182000", - "display": "pati\u00ebnt in buikligging plaatsen (verrichting)", + "code": "4764004", + "display": "Jet ventilation procedure", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -62550,8 +56509,8 @@ } ], "key": { - "code": "C04.1", - "display": "Seitlicher Teil des Mundbodens", + "code": "C25.7", + "display": "Sonstige Teile des Pankreas", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -62573,8 +56532,32 @@ } ], "key": { - "code": "G35.10", - "display": "Multiple Sklerose mit vorherrschend schubf\u00f6rmigem Verlauf : Ohne Angabe einer akuten Exazerbation oder Progression", + "code": "I49.2", + "display": "AV-junktionale Extrasystolie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C13.9", + "display": "Hypopharynx, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -62596,8 +56579,8 @@ } ], "key": { - "code": "I42.6", - "display": "Alkoholische Kardiomyopathie", + "code": "C91.31", + "display": "Prolymphozyt\u00e4re Leuk\u00e4mie vom B-Zell-Typ : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -62619,9 +56602,10 @@ } ], "key": { - "code": "M30.2", - "display": "Juvenile Panarteriitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G73.2", + "display": "Sonstige Myastheniesyndrome bei Neubildungen [C00-D48 ]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -62642,11 +56626,13 @@ } ], "key": { - "code": "C94.7", - "display": "Sonstige n\u00e4her bezeichnete Leuk\u00e4mien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "282145008", + "display": "Unf\u00e4hig zu gehen", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -62665,34 +56651,35 @@ } ], "key": { - "code": "C16.6", - "display": "Gro\u00dfe Kurvatur des Magens, nicht n\u00e4her bezeichnet", + "code": "C47.0", + "display": "Periphere Nerven des Kopfes, des Gesichtes und des Halses", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "I15.8", - "display": "Sonstige sekund\u00e4re Hypertonie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "871806004", + "display": "Vaccine product containing only Haemophilus influenzae type B and Hepatitis B virus antigens (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -62711,9 +56698,10 @@ } ], "key": { - "code": "E11.50", - "display": "Diabetes mellitus, Typ 2 : Mit peripheren vaskul\u00e4ren Komplikationen : Nicht als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I05.8", + "display": "Sonstige Mitralklappenkrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -62734,84 +56722,89 @@ } ], "key": { - "code": "C72.2", - "display": "Nn. olfactorii [I. Hirnnerv]", + "code": "D80.6", + "display": "Antik\u00f6rpermangel bei Normo- oder Hypergammaglobulin\u00e4mie", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C09BA27", - "display": "Benazepril und Hydrochlorothiazid", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "386565009", + "display": "Postural drainage therapy", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "871804001", - "display": "Vaccine product containing only Hepatitis A virus and Salmonella enterica subspecies enterica serovar Typhi antigens (medicinal product)", - "system": "http://snomed.info/sct" + "code": "I06.1", + "display": "Rheumatische Aortenklappeninsuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I44.2", - "display": "Atrioventrikul\u00e4rer Block 3. Grades", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09BA09", + "display": "Fosinopril und Diuretika", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -62832,9 +56825,10 @@ } ], "key": { - "code": "J63.5", - "display": "Stannose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I97.88", + "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen, sonstige Lokalisationen, alle\u00a0Stadien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -62855,32 +56849,38 @@ } ], "key": { - "code": "C93.7", - "display": "Sonstige Monozytenleuk\u00e4mie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I67.2", + "display": "Zerebrale Atherosklerose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C72.3", - "display": "N. opticus [II. Hirnnerv]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "698074000", + "display": "Sustained low-efficiency dialysis", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -62901,8 +56901,8 @@ } ], "key": { - "code": "C88.91", - "display": "B\u00f6sartige immunproliferative Krankheit, nicht n\u00e4her bezeichnet : In kompletter Remission", + "code": "C06.9", + "display": "Mund, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -62924,34 +56924,36 @@ } ], "key": { - "code": "K73.0", - "display": "Chronische persistierende Hepatitis, anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I20.0", + "display": "Instabile Angina pectoris", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C92.61", - "display": "Akute myeloische Leuk\u00e4mie mit 11q23-Abnormit\u00e4t : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "836495005", + "display": "Vaccine product containing Human alphaherpesvirus 3 antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -62970,12 +56972,25 @@ } ], "key": { - "code": "I97.1", - "display": "Sonstige Funktionsst\u00f6rungen nach kardiochirurgischem Eingriff", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "P27.8", + "display": "Sonstige chronische Atemwegskrankheiten mit Ursprung in der Perinatalperiode", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "59827-6", + "display": "Bilirubin.total [Mass/volume] in Arterial blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -62993,9 +57008,10 @@ } ], "key": { - "code": "I25.0", - "display": "Atherosklerotische Herz-Kreislauf-Krankheit, so beschrieben", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I98.3", + "display": "\u00d6sophagus- und Magenvarizen bei anderenorts klassifizierten Krankheiten, mit Angabe einer Blutung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -63016,23 +57032,12 @@ } ], "key": { - "code": "C11.1", - "display": "Hinterwand des Nasopharynx", + "code": "C23", + "display": "B\u00f6sartige Neubildung der Gallenblase", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "76689-9", - "display": "Sex assigned at birth", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-concept" - }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -63055,8 +57060,8 @@ } ], "key": { - "code": "B01AC01", - "display": "Ditazol", + "code": "L04AC15", + "display": "Sirukumab", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -63078,9 +57083,10 @@ } ], "key": { - "code": "C57.4", - "display": "Uterine Adnexe, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I80.88", + "display": "Thrombose, Phlebitis und Thrombophlebitis sonstiger Lokalisationen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -63101,9 +57107,10 @@ } ], "key": { - "code": "K77.1", - "display": "Beteiligung der Leber bei der akuten Graft-versus-Host-Krankheit", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.74", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -63124,101 +57131,122 @@ } ], "key": { - "code": "C41.9", - "display": "Knochen und Gelenkknorpel, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E11.41", + "display": "Diabetes mellitus, Typ 2 : Mit neurologischen Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C95", - "display": "Leuk\u00e4mie nicht n\u00e4her bezeichneten Zelltyps", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "381000124105", + "display": "Increase dialyzer size for hemodialysis", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C77.2", - "display": "Intraabdominale Lymphknoten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "870391004", + "display": "Assisted ventilation in prone position", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I95.2", - "display": "Hypotonie durch Arzneimittel", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "C09BA29", + "display": "Fosinopril und Hydrochlorothiazid", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C78.1", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung des Mediastinums", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "786453001", + "display": "Venovenous extracorporeal membrane oxygenation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -63239,9 +57267,9 @@ } ], "key": { - "code": "C92.0", - "display": "Akute myeloblastische Leuk\u00e4mie [AML]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "414029004", + "display": "Disorder of immune function (disorder)", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -63262,9 +57290,10 @@ } ], "key": { - "code": "C02.8", - "display": "Zunge, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "A24.1", + "display": "Akute oder fulminante Melioidose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -63285,9 +57314,10 @@ } ], "key": { - "code": "C75.5", - "display": "Glomus aorticum und sonstige Paraganglien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "Z86.7", + "display": "Krankheiten des Kreislaufsystems in der Eigenanamnese", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, @@ -63308,9 +57338,10 @@ } ], "key": { - "code": "N18.5", - "display": "Chronische Nierenkrankheit, Stadium 5", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J98.1", + "display": "Lungenkollaps", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -63331,14 +57362,14 @@ } ], "key": { - "code": "I63.0", - "display": "Hirninfarkt durch Thrombose pr\u00e4zerebraler Arterien", + "code": "C96.7", + "display": "Sonstige n\u00e4her bezeichnete b\u00f6sartige Neubildungen des lymphatischen, blutbildenden und verwandten Gewebes", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -63346,22 +57377,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "238319001", - "display": "Continuous cycling peritoneal dialysis", - "system": "http://snomed.info/sct" + "code": "S02BA01", + "display": "Hydrocortison", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -63382,46 +57413,41 @@ } ], "key": { - "code": "C93.0", - "display": "Akute Monoblasten-/Monozytenleuk\u00e4mie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G41.2", + "display": "Status epilepticus mit komplexfokalen Anf\u00e4llen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "J60", - "display": "Kohlenbergarbeiter-Pneumokoniose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "391893003", + "display": "Manipulation of oxygen dynamics", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "13056-7", - "display": "Platelets [#/volume] in Plasma by Automated count", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -63439,40 +57465,12 @@ } ], "key": { - "code": "C45.0", - "display": "Mesotheliom der Pleura", + "code": "C32.9", + "display": "Larynx, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "R03AL06", - "display": "Olodaterol und Tiotropiumbromid", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -63490,9 +57488,10 @@ } ], "key": { - "code": "G41.0", - "display": "Grand-Mal-Status", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I48.9", + "display": "Vorhofflimmern und Vorhofflattern, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -63518,8 +57517,8 @@ } ], "key": { - "code": "225067007", - "display": "Therapeutic plasma exchange", + "code": "229299002", + "display": "Relaxed breathing", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -63541,9 +57540,10 @@ } ], "key": { - "code": "C41.32", - "display": "Klavikula", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E10.51", + "display": "Diabetes mellitus, Typ 1 : Mit peripheren vaskul\u00e4ren Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -63564,9 +57564,10 @@ } ], "key": { - "code": "I71.01", - "display": "Dissektion der Aorta thoracica, ohne Angabe einer Ruptur", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I63.8", + "display": "Sonstiger Hirninfarkt", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -63587,40 +57588,12 @@ } ], "key": { - "code": "C93.31", - "display": "Juvenile myelomonozyt\u00e4re Leuk\u00e4mie : In kompletter Remission", + "code": "C20", + "display": "B\u00f6sartige Neubildung des Rektums", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "N02BH10", - "display": "Verschiedene", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -63638,8 +57611,8 @@ } ], "key": { - "code": "M34.1", - "display": "CR(E)ST-Syndrom", + "code": "C34.9", + "display": "Bronchus oder Lunge, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -63661,9 +57634,10 @@ } ], "key": { - "code": "I42", - "display": "Kardiomyopathie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J17.2", + "display": "Pneumonie bei Mykosen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -63684,9 +57658,10 @@ } ], "key": { - "code": "C63.8", - "display": "M\u00e4nnliche Genitalorgane, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I51.4", + "display": "Myokarditis, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -63707,12 +57682,25 @@ } ], "key": { - "code": "C26.0", - "display": "Intestinaltrakt, Teil nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F03", + "display": "Nicht n\u00e4her bezeichnete Demenz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "21232-4", + "display": "Creatinine [Mass/volume] in Arterial blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -63730,9 +57718,10 @@ } ], "key": { - "code": "C86.2", - "display": "T-Zell-Lymphom vom Enteropathie-Typ", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K76.9", + "display": "Leberkrankheit, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -63758,8 +57747,8 @@ } ], "key": { - "code": "306765008", - "display": "Respiratory drainage techniques", + "code": "243182005", + "display": "Mouth to mouth expired air ventilation with airway", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -63781,8 +57770,32 @@ } ], "key": { - "code": "K71", - "display": "Toxische Leberkrankheit", + "code": "I60.4", + "display": "Subarachnoidalblutung, von der A. basilaris ausgehend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C86.4", + "display": "Blastisches NK-Zell-Lymphom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -63804,13 +57817,36 @@ } ], "key": { - "code": "248567008", - "display": "Hauteinziehungen des Brustkorbs bei der Einatmung", + "code": "I25.19", + "display": "Nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Immunization", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "871887006", + "display": "Vaccine product containing only Bordetella pertussis and Clostridium tetani and Corynebacterium diphtheriae and Haemophilus influenzae type B and Human poliovirus antigens (medicinal product)", "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { "fhirResourceType": "Condition", @@ -63829,9 +57865,10 @@ } ], "key": { - "code": "Z94.7", - "display": "Zustand nach Keratoplastik", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J84.1", + "display": "Sonstige interstitielle Lungenkrankheiten mit Fibrose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, @@ -63852,9 +57889,10 @@ } ], "key": { - "code": "I23.2", - "display": "Ventrikelseptumdefekt als akute Komplikation nach akutem Myokardinfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J68.0", + "display": "Bronchitis und Pneumonie durch chemische Substanzen, Gase, Rauch und D\u00e4mpfe", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -63880,12 +57918,36 @@ } ], "key": { - "code": "L04AC13", - "display": "Ixekizumab", + "code": "J06BB10", + "display": "Diphtherie-Immunglobulin", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "J44.03", + "display": "Chronische obstruktive Lungenkrankheit mit akuter Infektion der unteren Atemwege : FEV_1 >=70\u00a0% des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, { "fhirResourceType": "MedicationStatement", "fixedCriteria": [ @@ -63908,8 +57970,8 @@ } ], "key": { - "code": "J05AR14", - "display": "Darunavir und Cobicistat", + "code": "N02BA01", + "display": "Acetylsalicyls\u00e4ure", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -63931,23 +57993,13 @@ } ], "key": { - "code": "C12", - "display": "B\u00f6sartige Neubildung des Recessus piriformis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I13.90", + "display": "Hypertensive Herz- und Nierenkrankheit, nicht n\u00e4her bezeichnet : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "3174-0", - "display": "Antithrombin [Units/volume] in Platelet poor plasma by Chromogenic method", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -63965,8 +58017,8 @@ } ], "key": { - "code": "C91.9", - "display": "Lymphatische Leuk\u00e4mie, nicht n\u00e4her bezeichnet", + "code": "C47.1", + "display": "Periphere Nerven der oberen Extremit\u00e4t, einschlie\u00dflich Schulter", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -63988,78 +58040,90 @@ } ], "key": { - "code": "C57.2", - "display": "Lig. teres uteri", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I46.0", + "display": "Herzstillstand mit erfolgreicher Wiederbelebung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C30.1", - "display": "Mittelohr", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "H02", + "display": "CORTICOSTEROIDE ZUR SYSTEMISCHEN ANWENDUNG", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Immunization", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "K71.4", - "display": "Toxische Leberkrankheit mit chronischer lobul\u00e4rer Hepatitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "836402002", + "display": "Vaccine product containing live attenuated Mycobacterium bovis antigen (medicinal product)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "vaccine-code", + "valueFhirPath": "vaccineCode" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "A16.2", - "display": "Lungentuberkulose ohne Angabe einer bakteriologischen, molekularbiologischen oder histologischen Sicherung", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "243162006", + "display": "Positive end expiratory pressure increased to optimal PEEP", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -64080,8 +58144,8 @@ } ], "key": { - "code": "C92.40", - "display": "Akute Promyelozyten-Leuk\u00e4mie [PCL] : Ohne Angabe einer kompletten Remission", + "code": "C96.5", + "display": "Multifokale und unisystemische Langerhans-Zell-Histiozytose", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -64108,8 +58172,8 @@ } ], "key": { - "code": "S02BA03", - "display": "Prednisolon", + "code": "C09AA01", + "display": "Captopril", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -64131,8 +58195,32 @@ } ], "key": { - "code": "J44.13", - "display": "Chronische obstruktive Lungenkrankheit mit akuter Exazerbation, nicht n\u00e4her bezeichnet : FEV_1 >=70\u00a0% des Sollwertes", + "code": "I49.8", + "display": "Sonstige n\u00e4her bezeichnete kardiale Arrhythmien", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "D82.4", + "display": "Hyperimmunglobulin-E[IgE]-Syndrom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -64154,8 +58242,8 @@ } ], "key": { - "code": "C47.8", - "display": "Periphere Nerven und autonomes Nervensystem, mehrere Teilbereiche \u00fcberlappend", + "code": "C26.9", + "display": "Ungenau bezeichnete Lokalisationen des Verdauungssystems", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -64182,8 +58270,8 @@ } ], "key": { - "code": "243154003", - "display": "High frequency jet ventilation", + "code": "265764009", + "display": "Renal dialysis", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -64205,8 +58293,8 @@ } ], "key": { - "code": "I98.1", - "display": "St\u00f6rungen des Herz-Kreislaufsystems bei sonstigen anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", + "code": "M31.7", + "display": "Mikroskopische Polyangiitis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -64228,8 +58316,8 @@ } ], "key": { - "code": "K71.5", - "display": "Toxische Leberkrankheit mit chronisch-aktiver Hepatitis", + "code": "C47.5", + "display": "Periphere Nerven des Beckens", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -64251,14 +58339,15 @@ } ], "key": { - "code": "M35.0", - "display": "Sicca-Syndrom [Sj\u00f6gren-Syndrom]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "A16.0", + "display": "Lungentuberkulose, weder bakteriologisch, molekularbiologisch noch histologisch gesichert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -64266,47 +58355,36 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "243157005", - "display": "Liquid ventilation", - "system": "http://snomed.info/sct" + "code": "J06BB11", + "display": "Hepatitis-A-Immunglobulin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "C82.1", - "display": "Follikul\u00e4res Lymphom Grad II", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "12190-5", + "display": "Creatinine [Mass/volume] in Body fluid", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -64325,9 +58403,10 @@ } ], "key": { - "code": "C92.9", - "display": "Myeloische Leuk\u00e4mie, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I98.1", + "display": "St\u00f6rungen des Herz-Kreislaufsystems bei sonstigen anderenorts klassifizierten infekti\u00f6sen und parasit\u00e4ren Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -64348,9 +58427,10 @@ } ], "key": { - "code": "C15", - "display": "B\u00f6sartige Neubildung des \u00d6sophagus", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "Z95.1", + "display": "Vorhandensein eines aortokoronaren Bypasses", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, @@ -64371,57 +58451,59 @@ } ], "key": { - "code": "C55", - "display": "B\u00f6sartige Neubildung des Uterus, Teil nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G43.8", + "display": "Sonstige Migr\u00e4ne", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Specimen", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "available", + "display": "Available", + "system": "http://hl7.org/fhir/ValueSet/specimen-status" } ] } ], "key": { - "code": "I10", - "display": "Essentielle (prim\u00e4re) Hypertonie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "708049000", + "display": "Plasma specimen with ethylenediamine tetraacetic acid (specimen)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "type" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "C93.9", - "display": "Monozytenleuk\u00e4mie, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "03", + "display": "Interventional studies participation", + "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueConcept", + "valueSearchParameter": "value-concept" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "26464-8", + "display": "Leukocytes [#/volume] in Blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -64440,8 +58522,8 @@ } ], "key": { - "code": "C90.0", - "display": "Multiples Myelom", + "code": "K52.32", + "display": "Colitis indeterminata des Rektosigmoids", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -64463,9 +58545,10 @@ } ], "key": { - "code": "I66", - "display": "Verschluss und Stenose zerebraler Arterien ohne resultierenden Hirninfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I78.9", + "display": "Krankheit der Kapillaren, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -64486,9 +58569,10 @@ } ], "key": { - "code": "I97", - "display": "Kreislaufkomplikationen nach medizinischen Ma\u00dfnahmen, anderenorts nicht klassifiziert", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J12.2", + "display": "Pneumonie durch Parainfluenzaviren", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -64509,9 +58593,10 @@ } ], "key": { - "code": "C79.7", - "display": "Sekund\u00e4re b\u00f6sartige Neubildung der Nebenniere", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J70.9", + "display": "Krankheiten der Atmungsorgane durch nicht n\u00e4her bezeichnete exogene Substanz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -64532,32 +58617,38 @@ } ], "key": { - "code": "C44.8", - "display": "Haut, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G20", + "display": "Prim\u00e4res Parkinson-Syndrom", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "C43.4", - "display": "B\u00f6sartiges Melanom der behaarten Kopfhaut und des Halses", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "34281000175105", + "display": "Nocturnal continuous positive airway pressure", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -64583,8 +58674,8 @@ } ], "key": { - "code": "S02BA08", - "display": "Fluocinolonacetonid", + "code": "C09AA06", + "display": "Quinapril", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -64606,9 +58697,10 @@ } ], "key": { - "code": "I34.88", - "display": "Sonstige nichtrheumatische Mitralklappenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I89.1", + "display": "Lymphangitis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -64629,37 +58721,37 @@ } ], "key": { - "code": "C93.11", - "display": "Chronische myelomonozyt\u00e4re Leuk\u00e4mie : In kompletter Remission", + "code": "M35.7", + "display": "Hypermobilit\u00e4ts-Syndrom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Procedure", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "B01AB07", - "display": "Parnaparin", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "243177003", + "display": "Global oxygen delivery increase", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -64680,9 +58772,10 @@ } ], "key": { - "code": "I30.1", - "display": "Infekti\u00f6se Perikarditis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.41", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit neurologischen Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -64703,46 +58796,41 @@ } ], "key": { - "code": "C32.3", - "display": "Larynxknorpel", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E10.61", + "display": "Diabetes mellitus, Typ 1 : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C21.0", - "display": "Anus, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "S02BA06", + "display": "Dexamethason", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "27941-4", - "display": "Lactate [Mass/volume] in Cerebral spinal fluid", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -64760,11 +58848,13 @@ } ], "key": { - "code": "C20", - "display": "B\u00f6sartige Neubildung des Rektums", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "103001002", + "display": "Fieberigkeit", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "severity", + "valueSearchParameter": "severity" }, { "fhirResourceType": "Condition", @@ -64783,14 +58873,15 @@ } ], "key": { - "code": "D84.0", - "display": "Lymphozytenfunktion-Antigen-1[LFA-1]-Defekt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F99", + "display": "Psychische St\u00f6rung ohne n\u00e4here Angabe", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -64798,22 +58889,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "229294007", - "display": "Active cycle of breathing technique", - "system": "http://snomed.info/sct" + "code": "C09BX04", + "display": "Perindopril, Bisoprolol und Amlodipin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -64834,12 +58925,24 @@ } ], "key": { - "code": "C41.1", - "display": "Unterkieferknochen", + "code": "C16.1", + "display": "Fundus ventriculi", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "33762-6", + "display": "Natriuretic peptide.B prohormone N-Terminal [Mass/volume] in Serum or Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -64857,9 +58960,10 @@ } ], "key": { - "code": "Z99.2", - "display": "Langzeitige Abh\u00e4ngigkeit von Dialyse bei Niereninsuffizienz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I49.9", + "display": "Kardiale Arrhythmie, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -64880,40 +58984,12 @@ } ], "key": { - "code": "I87.0", - "display": "Postthrombotisches Syndrom", + "code": "C26.1", + "display": "Milz", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "C09AA13", - "display": "Moexipril", - "system": "http://fhir.de/CodeSystem/dimdi/atc" - }, - "termCodeSearchParameter": "code" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -64931,56 +59007,37 @@ } ], "key": { - "code": "G35.21", - "display": "Multiple Sklerose mit prim\u00e4r-chronischem Verlauf : Mit Angabe einer akuten Exazerbation oder Progression", + "code": "K25.6", + "display": "Ulcus ventriculi : Chronisch oder nicht n\u00e4her bezeichnet, mit Blutung und Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", "searchParameter": "status", "type": "code", "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, { "code": "completed", "display": "completed", - "system": "http://hl7.org/fhir/event-status" - } - ] - } - ], - "key": { - "code": "836393002", - "display": "Vaccine product containing Rabies lyssavirus antigen (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, - { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "K77.21", - "display": "Stadium 1 der chronischen Leber-Graft-versus-Host-Krankheit [T86.05][T86.06]", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "P02CF01", + "display": "Ivermectin", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -65006,8 +59063,8 @@ } ], "key": { - "code": "J06BB14", - "display": "Masern-Immunglobulin", + "code": "R03AK13", + "display": "Salbutamol und Beclometason", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -65029,93 +59086,81 @@ } ], "key": { - "code": "E10.74", - "display": "Diabetes mellitus, Typ 1 : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, nicht als entgleist bezeichnet", + "code": "C92.30", + "display": "Myelosarkom : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "229297000", - "display": "Expectoration technique", - "system": "http://snomed.info/sct" + "code": "K72.71", + "display": "Hepatische Enzephalopathie Grad 1", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "426990007", - "display": "Home oxygen therapy", - "system": "http://snomed.info/sct" + "code": "G73.7", + "display": "Myopathie bei sonstigen anderenorts klassifizierten Krankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "H02AB06", - "display": "Prednisolon", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I41.1", + "display": "Myokarditis bei anderenorts klassifizierten Viruskrankheiten", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -65136,8 +59181,8 @@ } ], "key": { - "code": "N17.19", - "display": "Akutes Nierenversagen mit akuter Rindennekrose : Stadium nicht n\u00e4her bezeichnet", + "code": "C22.4", + "display": "Sonstige Sarkome der Leber", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -65159,9 +59204,10 @@ } ], "key": { - "code": "I35.0", - "display": "Aortenklappenstenose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G35.30", + "display": "Multiple Sklerose mit sekund\u00e4r-chronischem Verlauf : Ohne Angabe einer akuten Exazerbation oder Progression", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -65182,60 +59228,62 @@ } ], "key": { - "code": "D86.0", - "display": "Sarkoidose der Lunge", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I48.0", + "display": "Vorhofflimmern, paroxysmal", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "243140006", - "display": "Lung inflation by intermittent compression of reservoir bag", - "system": "http://snomed.info/sct" + "code": "E10.20", + "display": "Diabetes mellitus, Typ 1 : Mit Nierenkomplikationen : Nicht als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "6736007", - "display": "Moderate (severity modifier) (qualifier value)", - "system": "http://snomed.info/sct" + "code": "J06BB", + "display": "Spezifische Immunglobuline", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -65256,46 +59304,40 @@ } ], "key": { - "code": "C49.5", - "display": "Bindegewebe und andere Weichteilgewebe des Beckens", + "code": "C49.4", + "display": "Bindegewebe und andere Weichteilgewebe des Abdomens", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I83.0", - "display": "Varizen der unteren Extremit\u00e4ten mit Ulzeration", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "G01BA", + "display": "Antibiotika und Corticosteroide", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "89579-7", - "display": "Troponin I.cardiac [Mass/volume] in Serum or Plasma by High sensitivity method", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -65313,34 +59355,35 @@ } ], "key": { - "code": "C41.02", - "display": "Maxillofazial", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I97.85", + "display": "Lymph\u00f6dem nach medizinischen Ma\u00dfnahmen am inguinalen Lymphabflussgebiet, Stadium\u00a0II", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Specimen", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "available", + "display": "Available", + "system": "http://hl7.org/fhir/ValueSet/specimen-status" } ] } ], "key": { - "code": "I70.22", - "display": "Becken-Bein-Typ, mit belastungsinduziertem Isch\u00e4mieschmerz, Gehstrecke weniger als 200 m", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "119342007", + "display": "Saliva specimen (specimen)", + "system": "http://snomed.info/sct" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "type" }, { "fhirResourceType": "Condition", @@ -65359,9 +59402,10 @@ } ], "key": { - "code": "K52", - "display": "Sonstige nichtinfekti\u00f6se Gastroenteritis und Kolitis", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "J44.10", + "display": "Chronische obstruktive Lungenkrankheit mit akuter Exazerbation, nicht n\u00e4her bezeichnet : FEV_1 <35\u00a0% des Sollwertes", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -65382,8 +59426,8 @@ } ], "key": { - "code": "I72.3", - "display": "Aneurysma und Dissektion der A. iliaca", + "code": "C72.8", + "display": "Gehirn und andere Teile des Zentralnervensystems, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -65405,8 +59449,8 @@ } ], "key": { - "code": "C32.2", - "display": "Subglottis", + "code": "C79.88", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung sonstiger n\u00e4her bezeichneter Lokalisationen", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -65433,8 +59477,8 @@ } ], "key": { - "code": "182726007", - "display": "Asthma control step 0", + "code": "788538002", + "display": "Alcohol-oxygen vapor therapy", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -65456,55 +59500,50 @@ } ], "key": { - "code": "C90.01", - "display": "Multiples Myelom : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I87.1", + "display": "Venenkompression", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", - "fixedCriteria": [ - { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", - "value": [ - { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" - } - ] - } - ], + "fhirResourceType": "Observation", + "fixedCriteria": [], "key": { - "code": "C40.3", - "display": "Kurze Knochen der unteren Extremit\u00e4t", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "94720-0", + "display": "SARS-CoV-2 (COVID-19) IgA Ab [Units/volume] in Serum or Plasma by Immunoassay", + "system": "http://loinc.org" }, - "termCodeSearchParameter": "code" + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I46.1", - "display": "Pl\u00f6tzlicher Herztod, so beschrieben", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "R03AK04", + "display": "Salbutamol und Cromoglicins\u00e4ure, Dinatriumsalz", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -65525,32 +59564,37 @@ } ], "key": { - "code": "C76.1", - "display": "Thorax", + "code": "C55", + "display": "B\u00f6sartige Neubildung des Uterus, Teil nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "G72", - "display": "Sonstige Myopathien", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "243141005", + "display": "Mechanically assisted spontaneous ventilation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -65571,9 +59615,10 @@ } ], "key": { - "code": "I61.6", - "display": "Intrazerebrale Blutung an mehreren Lokalisationen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I08.8", + "display": "Sonstige Krankheiten mehrerer Herzklappen", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -65594,8 +59639,8 @@ } ], "key": { - "code": "I83.2", - "display": "Varizen der unteren Extremit\u00e4ten mit Ulzeration und Entz\u00fcndung", + "code": "D81.5", + "display": "Purinnukleosid-Phosphorylase[PNP]-Mangel", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -65617,8 +59662,8 @@ } ], "key": { - "code": "C91.11", - "display": "Chronische lymphatische Leuk\u00e4mie vom B-Zell-Typ [CLL] : In kompletter Remission", + "code": "C69.2", + "display": "Retina", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -65640,12 +59685,25 @@ } ], "key": { - "code": "C92.91", - "display": "Myeloische Leuk\u00e4mie, nicht n\u00e4her bezeichnet : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "Z99.2", + "display": "Langzeitige Abh\u00e4ngigkeit von Dialyse bei Niereninsuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "71427-9", + "display": "Fibrin D-dimer FEU [Mass/volume] in Blood by Immunoassay", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Condition", "fixedCriteria": [ @@ -65663,9 +59721,9 @@ } ], "key": { - "code": "24484000", - "display": "Severe (severity modifier) (qualifier value)", - "system": "http://snomed.info/sct" + "code": "D83.9", + "display": "Variabler Immundefekt, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -65686,69 +59744,68 @@ } ], "key": { - "code": "C83", - "display": "Nicht follikul\u00e4res Lymphom", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I69.2", + "display": "Folgen einer sonstigen nichttraumatischen intrakraniellen Blutung", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "G40.4", - "display": "Sonstige generalisierte Epilepsie und epileptische Syndrome", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "L01XE18", + "display": "Ruxolitinib", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "component-code", - "searchParameter": "component-code", + "fhirPath": "status", + "searchParameter": "status", "type": "code", "value": [ { - "code": "94651-7", - "display": "Country of travel", - "system": "http://loinc.org" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "8691-8", - "display": "History of Travel", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "component-value-concept" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "33959-8", - "display": "Procalcitonin [Mass/volume] in Serum or Plasma", - "system": "http://loinc.org" + "code": "J06BB22", + "display": "Obiltoxaximab", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -65767,37 +59824,32 @@ } ], "key": { - "code": "I85", - "display": "\u00d6sophagusvarizen", + "code": "C72.3", + "display": "N. opticus [II. Hirnnerv]", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "B01AB", - "display": "Heparingruppe", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "C79.4", + "display": "Sekund\u00e4re b\u00f6sartige Neubildung sonstiger und nicht n\u00e4her bezeichneter Teile des Nervensystems", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, @@ -65818,9 +59870,10 @@ } ], "key": { - "code": "I05.8", - "display": "Sonstige Mitralklappenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I34.0", + "display": "Mitralklappeninsuffizienz", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -65846,14 +59899,26 @@ } ], "key": { - "code": "C09BA03", - "display": "Lisinopril und Diuretika", + "code": "L04AD02", + "display": "Tacrolimus", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "94562-6", + "display": "SARS-CoV-2 (COVID-19) IgA Ab [Presence] in Serum or Plasma by Immunoassay", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueConcept", + "valueSearchParameter": "value-concept" + }, + { + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { "fhirPath": "status", @@ -65861,22 +59926,22 @@ "type": "code", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" }, { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "708932005", - "display": "Emergency hemodialysis", - "system": "http://snomed.info/sct" + "code": "N02BE01", + "display": "Paracetamol", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -65897,8 +59962,8 @@ } ], "key": { - "code": "P27.8", - "display": "Sonstige chronische Atemwegskrankheiten mit Ursprung in der Perinatalperiode", + "code": "C90.11", + "display": "Plasmazellenleuk\u00e4mie : In kompletter Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -65920,32 +59985,38 @@ } ], "key": { - "code": "E11.75", - "display": "Diabetes mellitus, Typ 2 : Mit multiplen Komplikationen : Mit diabetischem Fu\u00dfsyndrom, als entgleist bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I34.2", + "display": "Nichtrheumatische Mitralklappenstenose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I35", - "display": "Nichtrheumatische Aortenklappenkrankheiten", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "N02BG05", + "display": "Viminol", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -65966,9 +60037,10 @@ } ], "key": { - "code": "I86.80", - "display": "D\u00fcnndarmvarizen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I50.19", + "display": "Nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -65989,9 +60061,10 @@ } ], "key": { - "code": "K50.0", - "display": "Crohn-Krankheit des D\u00fcnndarmes", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I09.0", + "display": "Rheumatische Myokarditis", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -66012,37 +60085,10 @@ } ], "key": { - "code": "C69.4", - "display": "Ziliark\u00f6rper", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" - }, - "termCodeSearchParameter": "code" - }, - { - "fhirResourceType": "MedicationStatement", - "fixedCriteria": [ - { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", - "value": [ - { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - } - ] - } - ], - "key": { - "code": "N02BA", - "display": "Salicyls\u00e4ure und Derivate", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "I07.0", + "display": "Trikuspidalklappenstenose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -66063,9 +60109,10 @@ } ], "key": { - "code": "C84.5", - "display": "Sonstige reifzellige T/NK-Zell-Lymphome", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "K70.0", + "display": "Alkoholische Fettleber", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -66086,8 +60133,8 @@ } ], "key": { - "code": "K74.1", - "display": "Lebersklerose", + "code": "C24.9", + "display": "Gallenwege, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -66109,32 +60156,37 @@ } ], "key": { - "code": "I49.4", - "display": "Sonstige und nicht n\u00e4her bezeichnete Extrasystolie", + "code": "C44.8", + "display": "Haut, mehrere Teilbereiche \u00fcberlappend", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "N17.23", - "display": "Akutes Nierenversagen mit Marknekrose : Stadium 3", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "710976005", + "display": "Maintaining ventilation", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, @@ -66160,8 +60212,8 @@ } ], "key": { - "code": "B01AC34", - "display": "Clopidogrel und Acetylsalicyls\u00e4ure", + "code": "S02BA08", + "display": "Fluocinolonacetonid", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -66183,9 +60235,10 @@ } ], "key": { - "code": "C91.41", - "display": "Haarzellenleuk\u00e4mie : In kompletter Remission", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E14.91", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Ohne Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -66206,35 +60259,53 @@ } ], "key": { - "code": "I27.0", - "display": "Prim\u00e4re pulmonale Hypertonie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "F33.4", + "display": "Rezidivierende depressive St\u00f6rung, gegenw\u00e4rtig remittiert", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "Procedure", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" } ] } ], "key": { - "code": "F01.0", - "display": "Vaskul\u00e4re Demenz mit akutem Beginn", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "448955002", + "display": "Low density lipoprotein apheresis", + "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "26516-5", + "display": "Platelets [#/volume] in Plasma", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" + }, { "fhirResourceType": "Procedure", "fixedCriteria": [ @@ -66257,8 +60328,8 @@ } ], "key": { - "code": "381000124105", - "display": "Increase dialyzer size for hemodialysis", + "code": "57485005", + "display": "Oxygen therapy", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -66280,8 +60351,8 @@ } ], "key": { - "code": "I10.1", - "display": "Maligne essentielle Hypertonie", + "code": "C67.7", + "display": "Urachus", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -66303,46 +60374,35 @@ } ], "key": { - "code": "I69.8", - "display": "Folgen sonstiger und nicht n\u00e4her bezeichneter zerebrovaskul\u00e4rer Krankheiten", + "code": "Z94.7", + "display": "Zustand nach Keratoplastik", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "871806004", - "display": "Vaccine product containing only Haemophilus influenzae type B and Hepatitis B virus antigens (medicinal product)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "1988-5", - "display": "C reactive protein [Mass/volume] in Serum or Plasma", - "system": "http://loinc.org" + "code": "K72.74", + "display": "Hepatische Enzephalopathie Grad 4", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -66361,13 +60421,12 @@ } ], "key": { - "code": "28743005", - "display": "Produktiver Husten", - "system": "http://snomed.info/sct" + "code": "I09.1", + "display": "Rheumatische Krankheiten des Endokards, Herzklappe nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "code", - "valueFhirPath": "severity", - "valueSearchParameter": "severity" + "termCodeSearchParameter": "code" }, { "fhirResourceType": "Condition", @@ -66386,32 +60445,37 @@ } ], "key": { - "code": "M33.2", - "display": "Polymyositis", + "code": "M35.3", + "display": "Polymyalgia rheumatica", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "C57.8", - "display": "Weibliche Genitalorgane, mehrere Teilbereiche \u00fcberlappend", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B01AC34", + "display": "Clopidogrel und Acetylsalicyls\u00e4ure", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -66432,9 +60496,38 @@ } ], "key": { - "code": "C40.9", - "display": "Knochen und Gelenkknorpel einer Extremit\u00e4t, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I62.9", + "display": "Intrakranielle Blutung (nichttraumatisch), nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "MedicationStatement", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + } + ] + } + ], + "key": { + "code": "C09AA08", + "display": "Cilazapril", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -66460,8 +60553,36 @@ } ], "key": { - "code": "182728008", - "display": "Asthma control step 2", + "code": "30050007", + "display": "Inhalation anesthesia, machine system, semi-closed, no rebreathing of primary agent", + "system": "http://snomed.info/sct" + }, + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Procedure", + "fixedCriteria": [ + { + "fhirPath": "status", + "searchParameter": "status", + "type": "code", + "value": [ + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/event-status" + }, + { + "code": "in-progress", + "display": "in-progress", + "system": "http://hl7.org/fhir/event-status" + } + ] + } + ], + "key": { + "code": "238318009", + "display": "Continuous ambulatory peritoneal dialysis", "system": "http://snomed.info/sct" }, "termCodeSearchParameter": "code" @@ -66483,37 +60604,34 @@ } ], "key": { - "code": "E11.0", - "display": "Diabetes mellitus, Typ 2 : Mit Koma", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I49.1", + "display": "Vorhofextrasystolie", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Procedure", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" - }, - { - "code": "in-progress", - "display": "in-progress", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "238322004", - "display": "Tidal peritoneal dialysis", - "system": "http://snomed.info/sct" + "code": "E10.73", + "display": "Diabetes mellitus, Typ 1 : Mit multiplen Komplikationen : Mit sonstigen multiplen Komplikationen, als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -66534,32 +60652,38 @@ } ], "key": { - "code": "I67.9", - "display": "Zerebrovaskul\u00e4re Krankheit, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I42.80", + "display": "Arrhythmogene rechtsventrikul\u00e4re Kardiomyopathie [ARVCM]", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Condition", + "fhirResourceType": "MedicationStatement", "fixedCriteria": [ { - "fhirPath": "verificationStatus", - "searchParameter": "verification-status", - "type": "coding", + "fhirPath": "status", + "searchParameter": "status", + "type": "code", "value": [ { - "code": "confirmed", - "display": "confirmed", - "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + "code": "active", + "display": "active", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + }, + { + "code": "completed", + "display": "completed", + "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" } ] } ], "key": { - "code": "I77.5", - "display": "Arteriennekrose", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "S02B", + "display": "CORTICOSTEROIDE", + "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" }, @@ -66580,9 +60704,10 @@ } ], "key": { - "code": "C11.9", - "display": "Nasopharynx, nicht n\u00e4her bezeichnet", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I97.9", + "display": "Kreislaufkomplikation nach medizinischer Ma\u00dfnahme, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -66603,8 +60728,8 @@ } ], "key": { - "code": "C90.21", - "display": "Extramedull\u00e4res Plasmozytom : In kompletter Remission", + "code": "D82.1", + "display": "Di-George-Syndrom", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -66626,9 +60751,10 @@ } ], "key": { - "code": "F03", - "display": "Nicht n\u00e4her bezeichnete Demenz", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "E13.01", + "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Koma : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -66654,8 +60780,8 @@ } ], "key": { - "code": "N02BH", - "display": "Hom\u00f6opathische und anthroposophische Analgetika und Antipyretika", + "code": "B01AC06", + "display": "Acetylsalicyls\u00e4ure", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" @@ -66677,8 +60803,8 @@ } ], "key": { - "code": "E13.31", - "display": "Sonstiger n\u00e4her bezeichneter Diabetes mellitus : Mit Augenkomplikationen : Als entgleist bezeichnet", + "code": "K25.3", + "display": "Ulcus ventriculi : Akut, ohne Blutung oder Perforation", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -66700,8 +60826,8 @@ } ], "key": { - "code": "F40.2", - "display": "Spezifische (isolierte) Phobien", + "code": "M31.6", + "display": "Sonstige Riesenzellarteriitis", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -66723,8 +60849,8 @@ } ], "key": { - "code": "D81.1", - "display": "Schwerer kombinierter Immundefekt [SCID] mit niedriger T- und B-Zellen-Zahl", + "code": "C94.30", + "display": "Mastzellenleuk\u00e4mie : Ohne Angabe einer kompletten Remission", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -66746,8 +60872,8 @@ } ], "key": { - "code": "I86.1", - "display": "Skrotumvarizen", + "code": "C47.9", + "display": "Periphere Nerven und autonomes Nervensystem, nicht n\u00e4her bezeichnet", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -66769,9 +60895,10 @@ } ], "key": { - "code": "I08", - "display": "Krankheiten mehrerer Herzklappen", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I15.00", + "display": "Renovaskul\u00e4re Hypertonie : Ohne Angabe einer hypertensiven Krise", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -66792,8 +60919,8 @@ } ], "key": { - "code": "F41.2", - "display": "Angst und depressive St\u00f6rung, gemischt", + "code": "C49.1", + "display": "Bindegewebe und andere Weichteilgewebe der oberen Extremit\u00e4t, einschlie\u00dflich Schulter", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" @@ -66815,109 +60942,57 @@ } ], "key": { - "code": "F40.00", - "display": "Ohne Angabe einer Panikst\u00f6rung", + "code": "C46.1", + "display": "Kaposi-Sarkom des Weichteilgewebes", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "59032-3", - "display": "Lactate [Mass/volume] in Blood", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "2532-0", - "display": "Lactate dehydrogenase [Enzymatic activity/volume] in Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "C09BA28", - "display": "Cilazapril und Hydrochlorothiazid", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "F40.9", + "display": "Phobische St\u00f6rung, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "50373000", - "display": "Body height measure (observable entity)", - "system": "http://snomed.info/sct" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "Observation", - "fixedCriteria": [], - "key": { - "code": "14723-1", - "display": "Ferritin [Moles/volume] in Serum or Plasma", - "system": "http://loinc.org" - }, - "termCodeSearchParameter": "code", - "valueSearchParameter": "value-quantity" - }, - { - "fhirResourceType": "MedicationStatement", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "active", - "display": "active", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" - }, - { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/CodeSystem/medication-statement-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "H02AA02", - "display": "Fludrocortison", - "system": "http://fhir.de/CodeSystem/dimdi/atc" + "code": "E14.61", + "display": "Nicht n\u00e4her bezeichneter Diabetes mellitus : Mit sonstigen n\u00e4her bezeichneten Komplikationen : Als entgleist bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -66938,9 +61013,10 @@ } ], "key": { - "code": "J45.1", - "display": "Nichtallergisches Asthma bronchiale", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I37.0", + "display": "Pulmonalklappenstenose", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -66961,9 +61037,10 @@ } ], "key": { - "code": "F23.0", - "display": "Akute polymorphe psychotische St\u00f6rung ohne Symptome einer Schizophrenie", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "B18.19", + "display": "Chronische Virushepatitis B ohne Delta-Virus, Phase nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -66984,35 +61061,47 @@ } ], "key": { - "code": "K72.74", - "display": "Hepatische Enzephalopathie Grad 4", + "code": "C67.4", + "display": "Hintere Harnblasenwand", "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" }, "termCodeSearchParameter": "code" }, { - "fhirResourceType": "Immunization", + "fhirResourceType": "Condition", "fixedCriteria": [ { - "fhirPath": "status", - "searchParameter": "status", - "type": "code", + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", "value": [ { - "code": "completed", - "display": "completed", - "system": "http://hl7.org/fhir/event-status" + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" } ] } ], "key": { - "code": "836500008", - "display": "Vaccine product containing only Haemophilus influenzae type B and Neisseria meningitidis serogroup C antigens (medicinal product)", - "system": "http://snomed.info/sct" + "code": "I50.02", + "display": "Rechtsherzinsuffizienz ohne Beschwerden", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, - "termCodeSearchParameter": "vaccine-code", - "valueFhirPath": "vaccineCode" + "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Observation", + "fixedCriteria": [], + "key": { + "code": "32693-4", + "display": "Lactate [Moles/volume] in Blood", + "system": "http://loinc.org" + }, + "termCodeSearchParameter": "code", + "valueFhirPath": "valueQuantity", + "valueSearchParameter": "value-quantity" }, { "fhirResourceType": "Condition", @@ -67031,9 +61120,10 @@ } ], "key": { - "code": "I23.1", - "display": "Vorhofseptumdefekt als akute Komplikation nach akutem Myokardinfarkt", - "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + "code": "I60.7", + "display": "Subarachnoidalblutung, von nicht n\u00e4her bezeichneter intrakranieller Arterie ausgehend", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2020" }, "termCodeSearchParameter": "code" }, @@ -67059,10 +61149,33 @@ } ], "key": { - "code": "N02BG", - "display": "Andere Analgetika und Antipyretika", + "code": "S02BA", + "display": "Corticosteroide", "system": "http://fhir.de/CodeSystem/dimdi/atc" }, "termCodeSearchParameter": "code" + }, + { + "fhirResourceType": "Condition", + "fixedCriteria": [ + { + "fhirPath": "verificationStatus", + "searchParameter": "verification-status", + "type": "coding", + "value": [ + { + "code": "confirmed", + "display": "confirmed", + "system": "http://terminology.hl7.org/CodeSystem/condition-ver-status" + } + ] + } + ], + "key": { + "code": "C84.9", + "display": "Reifzelliges T/NK-Zell-Lymphom, nicht n\u00e4her bezeichnet", + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm" + }, + "termCodeSearchParameter": "code" } ] \ No newline at end of file diff --git a/testData.json b/testData.json index e1d1722..97ab62c 100644 --- a/testData.json +++ b/testData.json @@ -5,7 +5,7 @@ }, "type": "transaction", "entry": [ { - "fullUrl": "Patient/5f58baa651c0c48667912fc2b6580b4b", + "fullUrl": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643", "resource": { "resourceType": "Patient", "meta": { @@ -24,7 +24,7 @@ }, { "url": "age", "valueAge": { - "value": 46.6, + "value": 47, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" @@ -45,9 +45,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/patientId", - "value": "1", + "value": "gecco-all-1", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "birthDate": "1973-08-10" @@ -55,10 +55,10 @@ "request": { "method": "POST", "url": "Patient", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/patientId|5f58baa651c0c48667912fc2b6580b4b" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/patientId|b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" } }, { - "fullUrl": "Organization/7bf3ad593927360881a2fe7425317511", + "fullUrl": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a", "resource": { "resourceType": "Organization", "name": "Mein Krankenhaus" @@ -66,17 +66,17 @@ "request": { "method": "POST", "url": "Organization", - "ifNoneExist": "identifier=null|7bf3ad593927360881a2fe7425317511" + "ifNoneExist": "identifier=null|3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } }, { - "fullUrl": "Encounter/68b157940b50eb031e94379dbbc96f0c", + "fullUrl": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e", "resource": { "resourceType": "Encounter", "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/encounterId", - "value": "1-Event.1_fall_arm_1.1", + "value": "72eabc9aafb20756f5a8310e39d91c519efb2e1e64542e792cc42bc3ff40c6a2", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "unknown", @@ -86,16 +86,16 @@ "display": "inpatient encounter" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" } }, "request": { "method": "POST", "url": "Encounter", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/encounterId|68b157940b50eb031e94379dbbc96f0c" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/encounterId|bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" } }, { - "fullUrl": "Condition/deb7dca65db909690eb02d1413d400bf", + "fullUrl": "Condition/1eb086bc0c4292df5d078d22a5d95243378ae465fcc4eb693c6773d79ae32ec5", "resource": { "resourceType": "Condition", "meta": { @@ -103,7 +103,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.krankheitsbeginn_aufnahme.1-krankheitsbeginn_aufnahme.erkrankungsphase_zum_zeitpunkt_der_diagnose_code.1-erkrankungsphase_zum_zeitpunkt_der_diagnose_code" + "value": "4853086b0bd4a12adbad348ad454c52263eeb2a0dc01239d8704d531d5b608d2" } ], "clinicalStatus": { "coding": [ { @@ -138,10 +138,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -153,7 +153,7 @@ "summary": { "coding": [ { "system": "http://snomed.info/sct", - "code": "399166001" + "code": "24484000" } ] }, "type": { @@ -167,10 +167,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|deb7dca65db909690eb02d1413d400bf" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|1eb086bc0c4292df5d078d22a5d95243378ae465fcc4eb693c6773d79ae32ec5" } }, { - "fullUrl": "Condition/f4130055ca4942cd9ce4229f84b4c11a", + "fullUrl": "Condition/bf4ac3bba7d8e3629a60ede295fddfee0324a84cd66189213109b619880f447b", "resource": { "resourceType": "Condition", "meta": { @@ -178,7 +178,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_lungenerkrankungen_asthma.1-chronische_lungenerkrankungen_asthma" + "value": "a4525031cd16e9133b8dced0ba6f53457ba9c07f0a42e7b81d1daba8cd37e0c7" } ], "clinicalStatus": { "coding": [ { @@ -216,10 +216,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -231,10 +231,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|f4130055ca4942cd9ce4229f84b4c11a" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|bf4ac3bba7d8e3629a60ede295fddfee0324a84cd66189213109b619880f447b" } }, { - "fullUrl": "Condition/1a56be7c1f8e03b1a7800c4364765b08", + "fullUrl": "Condition/33150f2687b4e2692119e8ae2eee3783a7736027075e757240c383b63a2312c0", "resource": { "resourceType": "Condition", "meta": { @@ -242,7 +242,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_lungenerkrankungen_asthma.1-chronische_lungenerkrankungen_copd" + "value": "08526889ae9f19d8a26760c8a899353b5c077347dd96c712fa87408a5c39e5de" } ], "clinicalStatus": { "coding": [ { @@ -280,10 +280,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -295,10 +295,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|1a56be7c1f8e03b1a7800c4364765b08" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|33150f2687b4e2692119e8ae2eee3783a7736027075e757240c383b63a2312c0" } }, { - "fullUrl": "Condition/2fbdd14ef1f0aa5a609fd70be38a3f3b", + "fullUrl": "Condition/8f89b68b142cb4af256824cd6e9c00d6d84268757846c73e58773e250a0fc1c5", "resource": { "resourceType": "Condition", "meta": { @@ -306,7 +306,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_lungenerkrankungen_asthma.1-chronische_lungenerkrankungen_lungenfibrose" + "value": "3cb3411f6685c2794719df3d0b56727c661d9371c67c7adebafeb0deb8fd69ad" } ], "clinicalStatus": { "coding": [ { @@ -344,10 +344,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -359,10 +359,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|2fbdd14ef1f0aa5a609fd70be38a3f3b" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|8f89b68b142cb4af256824cd6e9c00d6d84268757846c73e58773e250a0fc1c5" } }, { - "fullUrl": "Condition/1950c94e634111ef7ca237fe7a2f4986", + "fullUrl": "Condition/8f581a4779e03a39d6034e4ef82805358b8b3d6d5f4f2db7cb16beae7021a811", "resource": { "resourceType": "Condition", "meta": { @@ -370,7 +370,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_lungenerkrankungen_asthma.1-chronische_lungenerkrankungen_lungenhochdruck_pulmonale_hypertonie" + "value": "6aee39f4478fa8f0da7af8e01f5d9e8b7602ed74f5456fb641bed724308b1249" } ], "clinicalStatus": { "coding": [ { @@ -408,10 +408,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -423,10 +423,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|1950c94e634111ef7ca237fe7a2f4986" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|8f581a4779e03a39d6034e4ef82805358b8b3d6d5f4f2db7cb16beae7021a811" } }, { - "fullUrl": "Condition/6d51c78162822dac4a9ebfa14a5778f0", + "fullUrl": "Condition/16f4fa7154259622b79bcf3d24a6b50edde6a72abef53ea749ebf0561523c88d", "resource": { "resourceType": "Condition", "meta": { @@ -445,7 +445,7 @@ } ], "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_lungenerkrankungen_asthma.1-chronische_lungenerkrankungen_ohs" + "value": "e4f3063501ef348b288b81744ce017006977a58d1c14224bae8833db3fcc4f22" } ], "category": [ { "coding": [ { @@ -465,10 +465,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -480,10 +480,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|6d51c78162822dac4a9ebfa14a5778f0" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|16f4fa7154259622b79bcf3d24a6b50edde6a72abef53ea749ebf0561523c88d" } }, { - "fullUrl": "Condition/a1b32a8922bcb6633309d167e09b4f22", + "fullUrl": "Condition/e38e4d0dc713b5caa35ff52d86153435a85bef92598111d3e0950fed27f8af7e", "resource": { "resourceType": "Condition", "meta": { @@ -491,7 +491,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_lungenerkrankungen_asthma.1-chronische_lungenerkrankungen_schlafapnoe" + "value": "41638a5eb91205a8d2f54e3cf634bd3819d224c48ff1b730047c5d72b6579a37" } ], "verificationStatus": { "coding": [ { @@ -522,10 +522,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -537,10 +537,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|a1b32a8922bcb6633309d167e09b4f22" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|e38e4d0dc713b5caa35ff52d86153435a85bef92598111d3e0950fed27f8af7e" } }, { - "fullUrl": "Condition/8fa18ddc349b0348065db2219cd46578", + "fullUrl": "Condition/71abac27b94d87da219f0b787ed5ec34a9268fba3a3cf58919d599f39eda6706", "resource": { "resourceType": "Condition", "meta": { @@ -559,7 +559,7 @@ } ], "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_lungenerkrankungen_asthma.1-chronische_lungenerkrankungen_osas" + "value": "d77078f875e51e2dd632914bda75b0d20cdf1f610ad3c733583969c0d3c1e554" } ], "category": [ { "coding": [ { @@ -579,10 +579,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -594,10 +594,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|8fa18ddc349b0348065db2219cd46578" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|71abac27b94d87da219f0b787ed5ec34a9268fba3a3cf58919d599f39eda6706" } }, { - "fullUrl": "Condition/e3e4d12e4a27d4b2b215c1536f78f0a0", + "fullUrl": "Condition/783bb8845efdfdd595e7c273cdd6269f107f9fd398db8ca8cb3e39d5d6f08e89", "resource": { "resourceType": "Condition", "meta": { @@ -605,7 +605,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_lungenerkrankungen_asthma.1-chronische_lungenerkrankungen_cystische_fibrose" + "value": "ad72e65e4d8177937cd4bf82d46eef4fb62e96066b827e4351b4e76d210d49e0" } ], "clinicalStatus": { "coding": [ { @@ -643,10 +643,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -658,10 +658,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|e3e4d12e4a27d4b2b215c1536f78f0a0" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|783bb8845efdfdd595e7c273cdd6269f107f9fd398db8ca8cb3e39d5d6f08e89" } }, { - "fullUrl": "Condition/89f08d1b12c26204e79987284d39210d", + "fullUrl": "Condition/aeb3ea3f63a25d8948f0d6f7877df320da1b7bee0576fcac0f780512c4602f4a", "resource": { "resourceType": "Condition", "meta": { @@ -669,7 +669,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_lungenerkrankungen_asthma.1-chronische_lungenerkrankungen_andere" + "value": "246eef26280b8d668e5d37cb727bd258cf4af97642406a8692f5eed19e791c2d" } ], "verificationStatus": { "coding": [ { @@ -696,10 +696,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -711,10 +711,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|89f08d1b12c26204e79987284d39210d" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|aeb3ea3f63a25d8948f0d6f7877df320da1b7bee0576fcac0f780512c4602f4a" } }, { - "fullUrl": "Condition/bb2318953d8be6ca2007db9b6ae383c4", + "fullUrl": "Condition/95ad6e3abcc0f862e6054dbcf09a03aaf9bd282e6c13bb6339134e6481bb91bf", "resource": { "resourceType": "Condition", "meta": { @@ -722,7 +722,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.herzkreislauferkrankungen_bluthochdruck.1-herzkreislauferkrankungen_bluthochdruck" + "value": "08e111e9420b268bbf690162c318ee8ae0f05f6cf8f026fbd6eae56fabae5394" } ], "clinicalStatus": { "coding": [ { @@ -760,10 +760,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -775,10 +775,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|bb2318953d8be6ca2007db9b6ae383c4" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|95ad6e3abcc0f862e6054dbcf09a03aaf9bd282e6c13bb6339134e6481bb91bf" } }, { - "fullUrl": "Condition/8a12fba34dbd608c4c85b11c2a39b830", + "fullUrl": "Condition/600231db22904ce6540cef3854b28c222624e7cd42efe51ce7287b119d28bc0b", "resource": { "resourceType": "Condition", "meta": { @@ -786,7 +786,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.herzkreislauferkrankungen_bluthochdruck.1-herzkreislauferkrankungen_zustand_nach_herzinfarkt" + "value": "3933280336db558dd0caf46bd6f4b880e1be13c7caaf50933707cebd9da0920b" } ], "clinicalStatus": { "coding": [ { @@ -824,10 +824,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -839,10 +839,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|8a12fba34dbd608c4c85b11c2a39b830" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|600231db22904ce6540cef3854b28c222624e7cd42efe51ce7287b119d28bc0b" } }, { - "fullUrl": "Condition/f4f18d096bbcb8e93773651cf4e37f43", + "fullUrl": "Condition/bdebaaab8e9c359abb88b2c02fddb0366a2589a7796dd3a4098f02e84816e2df", "resource": { "resourceType": "Condition", "meta": { @@ -850,7 +850,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.herzkreislauferkrankungen_bluthochdruck.1-herzkreislauferkrankungen_herzrhythmusstoerungen" + "value": "aa8cb79072515f9b4288d433cc2f3a5e296794fa43957121137ea1c4e0c7feac" } ], "clinicalStatus": { "coding": [ { @@ -888,10 +888,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -903,10 +903,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|f4f18d096bbcb8e93773651cf4e37f43" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|bdebaaab8e9c359abb88b2c02fddb0366a2589a7796dd3a4098f02e84816e2df" } }, { - "fullUrl": "Condition/f62d84e5c05a7d3ae75b8059440e0e5c", + "fullUrl": "Condition/7f4916cafaff6e6dace8c8cb45d02a1f79bfaf15a48949ce083e513427ef714a", "resource": { "resourceType": "Condition", "meta": { @@ -914,7 +914,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.herzkreislauferkrankungen_bluthochdruck.1-herzkreislauferkrankungen_herzinsuffizienz" + "value": "dafd6fa965f118adc098a975e41ccf2dfddb1951f3fbed5ea5731264d011b94b" } ], "clinicalStatus": { "coding": [ { @@ -952,10 +952,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -967,10 +967,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|f62d84e5c05a7d3ae75b8059440e0e5c" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|7f4916cafaff6e6dace8c8cb45d02a1f79bfaf15a48949ce083e513427ef714a" } }, { - "fullUrl": "Condition/2d1c27ebedaee8aa876a74facb7c3d8b", + "fullUrl": "Condition/55be0f2824b75825b76763a9cf2493d027edad792069db7100e98c3d06b6609d", "resource": { "resourceType": "Condition", "meta": { @@ -978,7 +978,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.herzkreislauferkrankungen_bluthochdruck.1-herzkreislauferkrankungen_pavk" + "value": "2111fae2c8a1b43e6e04b53e181c366c15129cf4c5a22254dc4373925b06c642" } ], "clinicalStatus": { "coding": [ { @@ -1016,10 +1016,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1031,10 +1031,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|2d1c27ebedaee8aa876a74facb7c3d8b" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|55be0f2824b75825b76763a9cf2493d027edad792069db7100e98c3d06b6609d" } }, { - "fullUrl": "Condition/6461fc511fff2f8efb8d4a628dd6bc0a", + "fullUrl": "Condition/d1ca99ffdbdf0707c16d00690175372f05721614a88098f97574de8e4da0a9a7", "resource": { "resourceType": "Condition", "meta": { @@ -1042,7 +1042,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.herzkreislauferkrankungen_bluthochdruck.1-herzkreislauferkrankungen_zustand_nach_revaskularisation" + "value": "d711d7a171f2dbf22fd6ebb9dadabeb8c71ecc16efbd97b3faeee82ca02915e4" } ], "clinicalStatus": { "coding": [ { @@ -1080,10 +1080,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1095,10 +1095,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|6461fc511fff2f8efb8d4a628dd6bc0a" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|d1ca99ffdbdf0707c16d00690175372f05721614a88098f97574de8e4da0a9a7" } }, { - "fullUrl": "Condition/870a6d7248051c1040f4e42214a1ea0b", + "fullUrl": "Condition/2a02455f63a5a6f6772fbe4dcc766f2418e3d887ee9f9eea23379a6aececb9f4", "resource": { "resourceType": "Condition", "meta": { @@ -1106,7 +1106,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.herzkreislauferkrankungen_bluthochdruck.1-herzkreislauferkrankungen_koronare_herzerkrankung_khk" + "value": "5fd1a47f44d6d9f208ab2887019fd29b59b65839c399b1b3470970b44e15e67c" } ], "clinicalStatus": { "coding": [ { @@ -1144,10 +1144,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1159,10 +1159,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|870a6d7248051c1040f4e42214a1ea0b" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|2a02455f63a5a6f6772fbe4dcc766f2418e3d887ee9f9eea23379a6aececb9f4" } }, { - "fullUrl": "Condition/3963183f27403402d908961f58e39b48", + "fullUrl": "Condition/f029fda7a7a8a968644af88583359a996dda71f5172931ba9fd3d622722de3cd", "resource": { "resourceType": "Condition", "meta": { @@ -1170,7 +1170,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.herzkreislauferkrankungen_bluthochdruck.1-herzkreislauferkrankungen_carotisstenose" + "value": "015f82ffa9450742bc9721a9496a0e98d8644ea0246c527cacb0c648d4428df9" } ], "clinicalStatus": { "coding": [ { @@ -1208,10 +1208,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1223,10 +1223,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|3963183f27403402d908961f58e39b48" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|f029fda7a7a8a968644af88583359a996dda71f5172931ba9fd3d622722de3cd" } }, { - "fullUrl": "Condition/aa3c0a763ab6517f629c6aaf23645f40", + "fullUrl": "Condition/89039a7d3cfc0b3378e129ef838175c49d137747943f8df80be8b0551a0e2b8b", "resource": { "resourceType": "Condition", "meta": { @@ -1234,7 +1234,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.herzkreislauferkrankungen_bluthochdruck.1-herzkreislauferkrankungen_andere" + "value": "5655649a90a4d26ba8b04d72f75e006401c75cb3b346689eaf9c65c46df9c0c6" } ], "verificationStatus": { "coding": [ { @@ -1265,10 +1265,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1280,10 +1280,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|aa3c0a763ab6517f629c6aaf23645f40" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|89039a7d3cfc0b3378e129ef838175c49d137747943f8df80be8b0551a0e2b8b" } }, { - "fullUrl": "Condition/0a2b13349475275bd4b640d95006d721", + "fullUrl": "Condition/af5d3ebaefdedb865fbdc02ab6b759192755d9f05ff2d56def636147eba24c7e", "resource": { "resourceType": "Condition", "meta": { @@ -1291,7 +1291,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_lebererkrankungen_fettleber.1-chronische_lebererkrankungen_fettleber" + "value": "8ad5e243a368756019371e6ea82e81dd6e067ed97b394536e8d8f0128ccc8cab" } ], "clinicalStatus": { "coding": [ { @@ -1329,10 +1329,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1344,10 +1344,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|0a2b13349475275bd4b640d95006d721" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|af5d3ebaefdedb865fbdc02ab6b759192755d9f05ff2d56def636147eba24c7e" } }, { - "fullUrl": "Condition/7e21f1bdac07d687fa9c234c66c0cfad", + "fullUrl": "Condition/5d44425a96f19a5c3d6e0c2a4b279a3a07fc1032de5099fc084980eacdd98c25", "resource": { "resourceType": "Condition", "meta": { @@ -1355,7 +1355,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_lebererkrankungen_fettleber.1-chronische_lebererkrankungen_leberzirrhose" + "value": "de324f06b1655dabb56af5fc4afd97754472e9ef1f42c0fc3db3a43f846556d7" } ], "verificationStatus": { "coding": [ { @@ -1386,10 +1386,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1401,10 +1401,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|7e21f1bdac07d687fa9c234c66c0cfad" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|5d44425a96f19a5c3d6e0c2a4b279a3a07fc1032de5099fc084980eacdd98c25" } }, { - "fullUrl": "Condition/fdc6bf4f4f9d096e3c808dc7e2c26353", + "fullUrl": "Condition/da0e8841dec03aa5a20c8064c287fec927e8049764bda1568271c3db171509a8", "resource": { "resourceType": "Condition", "meta": { @@ -1412,7 +1412,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_lebererkrankungen_fettleber.1-chronische_lebererkrankungen_chronische_infektioese_hepatitis" + "value": "41f059a953fc120cad992226d1eec696584d295986d969bda46b39982d4b282a" } ], "clinicalStatus": { "coding": [ { @@ -1450,10 +1450,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1465,10 +1465,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|fdc6bf4f4f9d096e3c808dc7e2c26353" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|da0e8841dec03aa5a20c8064c287fec927e8049764bda1568271c3db171509a8" } }, { - "fullUrl": "Condition/639b3e9d33cf4ce8aca8685209d12319", + "fullUrl": "Condition/b19488177301b9d02379186665ddce096b387e1a8485f70f25e964caeeb3302f", "resource": { "resourceType": "Condition", "meta": { @@ -1476,7 +1476,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_lebererkrankungen_fettleber.1-chronische_lebererkrankungen_autoimmune_lebererkrankungen" + "value": "037e9375355608c81dde7c48bc71b606498962a018d0c9b8bcd8d548e7f9c6ef" } ], "clinicalStatus": { "coding": [ { @@ -1510,10 +1510,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1525,10 +1525,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|639b3e9d33cf4ce8aca8685209d12319" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|b19488177301b9d02379186665ddce096b387e1a8485f70f25e964caeeb3302f" } }, { - "fullUrl": "Condition/3b6856251b6dae21abc6f647da730650", + "fullUrl": "Condition/77923e90b541220d3edca4794c73238b7e38f5b96aed06f996f6426466e173fc", "resource": { "resourceType": "Condition", "meta": { @@ -1536,7 +1536,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_lebererkrankungen_fettleber.1-chronische_lebererkrankungen_andere" + "value": "d667409d1c34dc0cfd989d6bde0d3fd4bdba8bb2f34cbcb9cdd25e40b87cddb1" } ], "verificationStatus": { "coding": [ { @@ -1567,10 +1567,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1582,10 +1582,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|3b6856251b6dae21abc6f647da730650" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|77923e90b541220d3edca4794c73238b7e38f5b96aed06f996f6426466e173fc" } }, { - "fullUrl": "Condition/8a84f52755986a54a8110899a2d3998f", + "fullUrl": "Condition/ab927d28e4a3c4cbcb4dedb86e42c5c4a61bd9d0f0f0a4d0bb018acfc8e892b4", "resource": { "resourceType": "Condition", "meta": { @@ -1593,7 +1593,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung.1-rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung" + "value": "3cdf38c9428835c431b0e6c12bb5697c648686a3fcd7328a3e7306f4c67aa500" } ], "clinicalStatus": { "coding": [ { @@ -1635,10 +1635,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1650,10 +1650,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|8a84f52755986a54a8110899a2d3998f" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|ab927d28e4a3c4cbcb4dedb86e42c5c4a61bd9d0f0f0a4d0bb018acfc8e892b4" } }, { - "fullUrl": "Condition/f2e41dbf1def130cce1eb35bc31d091f", + "fullUrl": "Condition/ac90fc892de607425ad95920dc41c4993241d18e65102f040e0a3565708e3936", "resource": { "resourceType": "Condition", "meta": { @@ -1661,7 +1661,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung.1-rheumatologischeimmunologische_erkrankungen_rheumatoide_arthritis" + "value": "bd6cd3097389c4e1a26293b997e99ea636cc23396697022796c8f229ffac3184" } ], "clinicalStatus": { "coding": [ { @@ -1703,10 +1703,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1718,10 +1718,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|f2e41dbf1def130cce1eb35bc31d091f" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|ac90fc892de607425ad95920dc41c4993241d18e65102f040e0a3565708e3936" } }, { - "fullUrl": "Condition/722d6a8637a9edd7221a9454ee8403b0", + "fullUrl": "Condition/e145930d694704324349394a13ce2a9dbe84947db67abd2a55197c8263d1d543", "resource": { "resourceType": "Condition", "meta": { @@ -1740,7 +1740,7 @@ } ], "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung.1-rheumatologischeimmunologische_erkrankungen_kollagenosen" + "value": "fba8734b04f596820a46ed35d82fecbe485a4e245757029176e9e9739ddb1917" } ], "category": [ { "coding": [ { @@ -1764,10 +1764,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1779,10 +1779,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|722d6a8637a9edd7221a9454ee8403b0" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|e145930d694704324349394a13ce2a9dbe84947db67abd2a55197c8263d1d543" } }, { - "fullUrl": "Condition/c041e38061c353b9a995c3b9dd896ac4", + "fullUrl": "Condition/ee3365fab5dbb9519b3bba360ee8142a4dc71d18910ae3994838494c29261204", "resource": { "resourceType": "Condition", "meta": { @@ -1790,7 +1790,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung.1-rheumatologischeimmunologische_erkrankungen_vaskulitiden" + "value": "81c5e83853d1101571f58d2026d3db2d0402561c370f2e7a8e0e13f5e35d3e34" } ], "clinicalStatus": { "coding": [ { @@ -1832,10 +1832,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1847,10 +1847,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|c041e38061c353b9a995c3b9dd896ac4" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|ee3365fab5dbb9519b3bba360ee8142a4dc71d18910ae3994838494c29261204" } }, { - "fullUrl": "Condition/6d9fc87d75df3c9ae0f003f2b086ed49", + "fullUrl": "Condition/3cebaad66d9fa22c48aa30566bc5504a9ee1024ff7621c61984170677ac2e2e5", "resource": { "resourceType": "Condition", "meta": { @@ -1858,7 +1858,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung.1-rheumatologischeimmunologische_erkrankungen_angeborene_immundefekte" + "value": "830c81ded834f70ab35c5c5b43a5be2214e09975ec00d596fdae9c90ac7394b5" } ], "clinicalStatus": { "coding": [ { @@ -1900,10 +1900,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1915,10 +1915,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|6d9fc87d75df3c9ae0f003f2b086ed49" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|3cebaad66d9fa22c48aa30566bc5504a9ee1024ff7621c61984170677ac2e2e5" } }, { - "fullUrl": "Condition/b0be96feb0d61c1f1584bb92859cc779", + "fullUrl": "Condition/9922c005d6860357af7d77f9b1d4b9082148bedb345fba4a65f62fe568c516df", "resource": { "resourceType": "Condition", "meta": { @@ -1926,7 +1926,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung.1-rheumatologischeimmunologische_erkrankungen_andere" + "value": "498e3548a1ec07a9e67c023208ae265d9bc51f00b05efd022178e578e57558fd" } ], "verificationStatus": { "coding": [ { @@ -1961,10 +1961,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -1976,10 +1976,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|b0be96feb0d61c1f1584bb92859cc779" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|9922c005d6860357af7d77f9b1d4b9082148bedb345fba4a65f62fe568c516df" } }, { - "fullUrl": "Condition/f213422e96bf2cb85dc5293f4cbc871d", + "fullUrl": "Condition/96689b8dcc8844fffb33831b54131a57ffcabcfcb315620bdde9ccb935e5c8e9", "resource": { "resourceType": "Condition", "meta": { @@ -1987,7 +1987,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.bestehende_hivinfektion_code.1-bestehende_hivinfektion_code" + "value": "62e62d0ae54b0ec72e46978c0867799cdce1068b800f52fe847132f4d6e91913" } ], "clinicalStatus": { "coding": [ { @@ -2025,10 +2025,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -2040,10 +2040,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|f213422e96bf2cb85dc5293f4cbc871d" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|96689b8dcc8844fffb33831b54131a57ffcabcfcb315620bdde9ccb935e5c8e9" } }, { - "fullUrl": "Condition/42183beb8e3e26c47b25209bd294f99f", + "fullUrl": "Condition/8c9815392a1507b17bf0af877b647abfeb58ea591e95875f4838ddbba48404a9", "resource": { "resourceType": "Condition", "meta": { @@ -2051,7 +2051,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.organtransplantiert_herz.1-organtransplantiert_herz" + "value": "fe549cb6e2b7896d3d786fbc228ec41a33e29eda7f64ec5508e7131b8e5023ba" } ], "clinicalStatus": { "coding": [ { @@ -2092,10 +2092,10 @@ } ] } ], "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -2107,10 +2107,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|42183beb8e3e26c47b25209bd294f99f" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|8c9815392a1507b17bf0af877b647abfeb58ea591e95875f4838ddbba48404a9" } }, { - "fullUrl": "Condition/e16c715192b7b86478eb66f900ed8749", + "fullUrl": "Condition/9cdfbb8ad2e4029fba27275c289685c9bddb68e148de120cddce92829bfd45a4", "resource": { "resourceType": "Condition", "meta": { @@ -2118,7 +2118,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.organtransplantiert_herz.1-organtransplantiert_lunge" + "value": "85aacc405ea12210cd14ec6f2ee5930ff6b9766d1b31909b1095c98341033439" } ], "clinicalStatus": { "coding": [ { @@ -2159,10 +2159,10 @@ } ] } ], "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -2174,10 +2174,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|e16c715192b7b86478eb66f900ed8749" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|9cdfbb8ad2e4029fba27275c289685c9bddb68e148de120cddce92829bfd45a4" } }, { - "fullUrl": "Condition/7dba243d9fd73d84f3e191a263a1c925", + "fullUrl": "Condition/980e34ab3310671774aabda077200058578a4877763a140fc22fabd4e00072c6", "resource": { "resourceType": "Condition", "meta": { @@ -2185,7 +2185,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.organtransplantiert_herz.1-organtransplantiert_leber" + "value": "d4f0d777481b7ef151b9b919052e28808d8c105734bda54d6d13115264848ac3" } ], "clinicalStatus": { "coding": [ { @@ -2226,10 +2226,10 @@ } ] } ], "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -2241,10 +2241,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|7dba243d9fd73d84f3e191a263a1c925" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|980e34ab3310671774aabda077200058578a4877763a140fc22fabd4e00072c6" } }, { - "fullUrl": "Condition/6e2598c957b36cc8247105214eac1a54", + "fullUrl": "Condition/f65db219efdd5a129a69d2d15cd98c77b3c7fc30d8ec12c22ba2477f00a43e03", "resource": { "resourceType": "Condition", "meta": { @@ -2252,7 +2252,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.organtransplantiert_herz.1-organtransplantiert_nieren" + "value": "c1afcaf5033715e3930898b676621813d684fc7135253b50976da32c49737e12" } ], "clinicalStatus": { "coding": [ { @@ -2293,10 +2293,10 @@ } ] } ], "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -2308,10 +2308,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|6e2598c957b36cc8247105214eac1a54" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|f65db219efdd5a129a69d2d15cd98c77b3c7fc30d8ec12c22ba2477f00a43e03" } }, { - "fullUrl": "Condition/59376a4ccec5d0d20c4929c592fad6d5", + "fullUrl": "Condition/089841b8e5a96a8db6df2164d389b427c287048b1153cad1cd71bb7ec62b41b0", "resource": { "resourceType": "Condition", "meta": { @@ -2319,7 +2319,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.organtransplantiert_herz.1-organtransplantiert_darm" + "value": "2ac5e296cbf1bd3b6f073df64295f5688c567689b532d46c6a0cfe13380bf7e0" } ], "clinicalStatus": { "coding": [ { @@ -2360,10 +2360,10 @@ } ] } ], "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -2375,10 +2375,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|59376a4ccec5d0d20c4929c592fad6d5" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|089841b8e5a96a8db6df2164d389b427c287048b1153cad1cd71bb7ec62b41b0" } }, { - "fullUrl": "Condition/f964ab7a3022805779bbd8818c915fb4", + "fullUrl": "Condition/e9683c570a1571277e1acf053fb16a8eed2c48c5f1f4ee55f76e739ea78988bb", "resource": { "resourceType": "Condition", "meta": { @@ -2386,7 +2386,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.organtransplantiert_herz.1-organtransplantiert_haut" + "value": "e691003d20f1067cda48fa009131b4efd360a4c887c4da95b09e886f01228312" } ], "verificationStatus": { "coding": [ { @@ -2420,10 +2420,10 @@ } ] } ], "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -2435,10 +2435,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|f964ab7a3022805779bbd8818c915fb4" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|e9683c570a1571277e1acf053fb16a8eed2c48c5f1f4ee55f76e739ea78988bb" } }, { - "fullUrl": "Condition/60afecc625504a49682a40503d732637", + "fullUrl": "Condition/a4d3659c343b6bbf137300e89ba5bec2ba90c8aa8a7d7f87f4920c9bc3452620", "resource": { "resourceType": "Condition", "meta": { @@ -2446,7 +2446,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.organtransplantiert_herz.1-organtransplantiert_hornhaut" + "value": "749a83eb8404b696af8d18411a161825f5ba0df7f156f47d06a7081773709fb9" } ], "clinicalStatus": { "coding": [ { @@ -2487,10 +2487,10 @@ } ] } ], "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -2502,10 +2502,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|60afecc625504a49682a40503d732637" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|a4d3659c343b6bbf137300e89ba5bec2ba90c8aa8a7d7f87f4920c9bc3452620" } }, { - "fullUrl": "Condition/68f7e0534e3d3237169bd2847f1edeb9", + "fullUrl": "Condition/0aae5f14a78cffb7ea6a40733ff2ba05900e7c897b3bd04abcd6ed7c9821064c", "resource": { "resourceType": "Condition", "meta": { @@ -2524,7 +2524,7 @@ } ], "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.organtransplantiert_herz.1-organtransplantiert_gehoerknoechelchen" + "value": "ef694ef327b49b46820f389fb38a348f9bddfc8e6f0b5ea3bd25094a3fc034c9" } ], "category": [ { "coding": [ { @@ -2547,10 +2547,10 @@ } ] } ], "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -2562,10 +2562,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|68f7e0534e3d3237169bd2847f1edeb9" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|0aae5f14a78cffb7ea6a40733ff2ba05900e7c897b3bd04abcd6ed7c9821064c" } }, { - "fullUrl": "Condition/be26017baf4e19d30c315abe18c00f10", + "fullUrl": "Condition/81b6c4550ba409025cb132c81a37313d1ed3a394b4972c45f3adabe84d617367", "resource": { "resourceType": "Condition", "meta": { @@ -2573,7 +2573,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.organtransplantiert_herz.1-organtransplantiert_herzklappen" + "value": "2060eed85d762ca768e9e3f699269396c5b730c53d03526e7f5c292728f96dbc" } ], "verificationStatus": { "coding": [ { @@ -2607,10 +2607,10 @@ } ] } ], "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -2622,10 +2622,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|be26017baf4e19d30c315abe18c00f10" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|81b6c4550ba409025cb132c81a37313d1ed3a394b4972c45f3adabe84d617367" } }, { - "fullUrl": "Condition/0e67db598207ad825740c6ee9c438378", + "fullUrl": "Condition/0dbc933a153ddece35bdb9e3f87721d17e51fdafe7aaa50e279fb62e6fea6522", "resource": { "resourceType": "Condition", "meta": { @@ -2633,7 +2633,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.organtransplantiert_herz.1-organtransplantiert_blutgefaess" + "value": "3cd4c17bd532935d6b1dc586a99f0a372cbf2e4d5f8a540fda330bf4173d3eba" } ], "clinicalStatus": { "coding": [ { @@ -2674,10 +2674,10 @@ } ] } ], "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -2689,10 +2689,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|0e67db598207ad825740c6ee9c438378" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|0dbc933a153ddece35bdb9e3f87721d17e51fdafe7aaa50e279fb62e6fea6522" } }, { - "fullUrl": "Condition/d76af43fffb02f2ca6375f381b6589f6", + "fullUrl": "Condition/01bd465314490f8af76fc0c8d861fd0d4307c176a044a3ab7c6980facf2f6c8b", "resource": { "resourceType": "Condition", "meta": { @@ -2700,7 +2700,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.organtransplantiert_herz.1-organtransplantiert_hirnhaut" + "value": "0d86685a2ec02a3f2dc948255912f3b1c847b02cdac59ddbe93fa1a14348d4be" } ], "verificationStatus": { "coding": [ { @@ -2734,10 +2734,10 @@ } ] } ], "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -2749,10 +2749,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|d76af43fffb02f2ca6375f381b6589f6" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|01bd465314490f8af76fc0c8d861fd0d4307c176a044a3ab7c6980facf2f6c8b" } }, { - "fullUrl": "Condition/5001fd7746742a3e810486fc64170dde", + "fullUrl": "Condition/85c37125110ea885adbdef78b4ae55817190e5155d3e6e34fdd3fb8852930472", "resource": { "resourceType": "Condition", "meta": { @@ -2760,7 +2760,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.organtransplantiert_herz.1-organtransplantiert_knochengewebe" + "value": "a53cc4d142aec10c1df5d18ac47c4b5c94bf572bc7ac120ab73edd43b57ecb7c" } ], "clinicalStatus": { "coding": [ { @@ -2801,10 +2801,10 @@ } ] } ], "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -2816,10 +2816,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|5001fd7746742a3e810486fc64170dde" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|85c37125110ea885adbdef78b4ae55817190e5155d3e6e34fdd3fb8852930472" } }, { - "fullUrl": "Condition/271eec26e070cd8bc9041a18dc3aa8e5", + "fullUrl": "Condition/60b1f0c68157abad5099db411fac59931a3782d67ede774c153b529d6fdd527c", "resource": { "resourceType": "Condition", "meta": { @@ -2827,7 +2827,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.organtransplantiert_herz.1-organtransplantiert_knorpelgewebe" + "value": "ea9fd02bb7898279a03cca4a698a9482adede66e147a7ffed0ff9a7dafac0f45" } ], "clinicalStatus": { "coding": [ { @@ -2868,10 +2868,10 @@ } ] } ], "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -2883,10 +2883,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|271eec26e070cd8bc9041a18dc3aa8e5" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|60b1f0c68157abad5099db411fac59931a3782d67ede774c153b529d6fdd527c" } }, { - "fullUrl": "Condition/b9c3e22ba4030d78e112a6a4c7c5b57b", + "fullUrl": "Condition/1950a63db69aa0587fc9d343ddf03f7a38009a5ef498091dc41e9e64fe62b29c", "resource": { "resourceType": "Condition", "meta": { @@ -2894,7 +2894,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.organtransplantiert_herz.1-organtransplantiert_sehne" + "value": "78ac02801040fccfab265f5cc0065825b403da304ac1f4e68bc705732d4fe223" } ], "clinicalStatus": { "coding": [ { @@ -2935,10 +2935,10 @@ } ] } ], "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -2950,10 +2950,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|b9c3e22ba4030d78e112a6a4c7c5b57b" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|1950a63db69aa0587fc9d343ddf03f7a38009a5ef498091dc41e9e64fe62b29c" } }, { - "fullUrl": "Condition/58147e642065fcdb25c59f04715134ce", + "fullUrl": "Condition/b6dfbdf43f9840552afb1503565cc0047fcafafbb43c25c20471b320f6237c09", "resource": { "resourceType": "Condition", "meta": { @@ -2961,7 +2961,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.diabetes_code.1-diabetes_code" + "value": "36707dd935022ec4816767b77a6a88205e588842f98e800b42dad0dc9f2c7461" } ], "verificationStatus": { "coding": [ { @@ -2983,15 +2983,19 @@ } ], "code": { "coding": [ { + "system": "http://fhir.de/CodeSystem/dimdi/icd-10-gm", + "version": "2021", + "code": "E11.9" + }, { "system": "http://snomed.info/sct", - "code": "237599002" + "code": "44054006" } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -3003,10 +3007,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|58147e642065fcdb25c59f04715134ce" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|b6dfbdf43f9840552afb1503565cc0047fcafafbb43c25c20471b320f6237c09" } }, { - "fullUrl": "Condition/a0cfad1a5f9738526c534f55c28f6ca0", + "fullUrl": "Condition/83e6c6f56ef048f9b69649a7c39993b8b2a86538b4bc461bfb552397e8a3bfae", "resource": { "resourceType": "Condition", "meta": { @@ -3014,7 +3018,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.aktive_tumorkrebserkrankungen_code.1-aktive_tumorkrebserkrankungen_code" + "value": "5e633b8591811e9e8bdd28ed6587b03264705fde99fb7926b9affe51f985bed0" } ], "clinicalStatus": { "coding": [ { @@ -3052,10 +3056,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -3067,10 +3071,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|a0cfad1a5f9738526c534f55c28f6ca0" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|83e6c6f56ef048f9b69649a7c39993b8b2a86538b4bc461bfb552397e8a3bfae" } }, { - "fullUrl": "Condition/e50f5d3a6205bcbab24fcc1c8be7b603", + "fullUrl": "Condition/742091f704195a09aa83fc5db3e77e856c5879ffa7c7018f5d64bba7fa37cb92", "resource": { "resourceType": "Condition", "meta": { @@ -3078,7 +3082,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson.1-chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson" + "value": "e747871f2572fe59a67dad19ce48ee95cb4846d99bb115042fcb82f084ea5a16" } ], "clinicalStatus": { "coding": [ { @@ -3120,10 +3124,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -3135,10 +3139,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|e50f5d3a6205bcbab24fcc1c8be7b603" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|742091f704195a09aa83fc5db3e77e856c5879ffa7c7018f5d64bba7fa37cb92" } }, { - "fullUrl": "Condition/2232c9bf87bcaea3662d0cdf99e95eec", + "fullUrl": "Condition/569bc1dbb1cf42077d3824864cfe6f7ce4faa87ac26ed003d278c2778af771ee", "resource": { "resourceType": "Condition", "meta": { @@ -3146,7 +3150,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson.1-chronische_neurologische_oder_psychiatrische_erkrankungen_demenz" + "value": "c1bc65a1b0540d20376df68bd56c13510972aefa91654ddb4a03fc5dbdf0f912" } ], "clinicalStatus": { "coding": [ { @@ -3188,10 +3192,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -3203,10 +3207,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|2232c9bf87bcaea3662d0cdf99e95eec" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|569bc1dbb1cf42077d3824864cfe6f7ce4faa87ac26ed003d278c2778af771ee" } }, { - "fullUrl": "Condition/3d41249fd134d042643a1bf0cba029f4", + "fullUrl": "Condition/535d2631c4e395ae5b2ff75cb2004f08574a01b676ec5d067c78d6784427d516", "resource": { "resourceType": "Condition", "meta": { @@ -3214,7 +3218,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson.1-chronische_neurologische_oder_psychiatrische_erkrankungen_multiple_sklerose" + "value": "29546f1ab505b2a7282e1927f9158c0cc5a55d2aed64f11b71bf38b097c90399" } ], "clinicalStatus": { "coding": [ { @@ -3256,10 +3260,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -3271,10 +3275,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|3d41249fd134d042643a1bf0cba029f4" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|535d2631c4e395ae5b2ff75cb2004f08574a01b676ec5d067c78d6784427d516" } }, { - "fullUrl": "Condition/b4673122eee799ca8e50b7c39e5cf3c8", + "fullUrl": "Condition/737238208a80199e0056c1392163b05fad94f30525d2b543448f542bb7896419", "resource": { "resourceType": "Condition", "meta": { @@ -3282,7 +3286,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson.1-chronische_neurologische_oder_psychiatrische_erkrankungen_neuromuskulaere_erkrankungen" + "value": "5890c31583142a40fa12e8be477db990502a7b697219ca1d1a82d6044a71b409" } ], "verificationStatus": { "coding": [ { @@ -3317,10 +3321,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -3332,10 +3336,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|b4673122eee799ca8e50b7c39e5cf3c8" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|737238208a80199e0056c1392163b05fad94f30525d2b543448f542bb7896419" } }, { - "fullUrl": "Condition/2bb096fb82a3d305feadb3d78483ee55", + "fullUrl": "Condition/100cddee26af749d3fb5c89830937afa42bc8877a9b54e62ae460cc490bdda5c", "resource": { "resourceType": "Condition", "meta": { @@ -3343,7 +3347,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson.1-chronische_neurologische_oder_psychiatrische_erkrankungen_epilepsie" + "value": "c4d71f460647a34a4c6e3ea3e57893cceb9acf60a457821bc8c90f0aaa13c674" } ], "clinicalStatus": { "coding": [ { @@ -3385,10 +3389,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -3400,10 +3404,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|2bb096fb82a3d305feadb3d78483ee55" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|100cddee26af749d3fb5c89830937afa42bc8877a9b54e62ae460cc490bdda5c" } }, { - "fullUrl": "Condition/cf51c6ee676a7d36a6a06991c97f5037", + "fullUrl": "Condition/71ee685baa3af179ff1045e301171e6e62548894b533673c3f51eb39fb416c98", "resource": { "resourceType": "Condition", "meta": { @@ -3411,7 +3415,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson.1-chronische_neurologische_oder_psychiatrische_erkrankungen_migraene" + "value": "aa673fe392728fb072fb473067ae00349d0378a5d1ca5d95d7c457a06d901412" } ], "clinicalStatus": { "coding": [ { @@ -3453,10 +3457,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -3468,10 +3472,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|cf51c6ee676a7d36a6a06991c97f5037" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|71ee685baa3af179ff1045e301171e6e62548894b533673c3f51eb39fb416c98" } }, { - "fullUrl": "Condition/8cc199f205fcba71bda6423edb76a0fc", + "fullUrl": "Condition/48c081a0493d759f71e4b0c38a0aed0f889d6a2cda2c45c74fc4d251beee57e6", "resource": { "resourceType": "Condition", "meta": { @@ -3479,7 +3483,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson.1-chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_mit_residuen" + "value": "5b1aee06829e43ef748acb3f8a1af256045bb9bc90d75ca84aed7c0c40845683" } ], "verificationStatus": { "coding": [ { @@ -3514,10 +3518,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -3529,10 +3533,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|8cc199f205fcba71bda6423edb76a0fc" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|48c081a0493d759f71e4b0c38a0aed0f889d6a2cda2c45c74fc4d251beee57e6" } }, { - "fullUrl": "Condition/52d3feb390e15355015e0000878ff861", + "fullUrl": "Condition/89bce1f8135565561bee0519311a88b7a01e152d8ff4ec6c9d16dc6f71cb4c26", "resource": { "resourceType": "Condition", "meta": { @@ -3540,7 +3544,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson.1-chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_ohne_residuen" + "value": "a1e07adc61dd8a0004c1e72d26d8e04224137e99c6ac357b3f116a0cf7d2b6e3" } ], "clinicalStatus": { "coding": [ { @@ -3582,10 +3586,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -3597,10 +3601,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|52d3feb390e15355015e0000878ff861" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|89bce1f8135565561bee0519311a88b7a01e152d8ff4ec6c9d16dc6f71cb4c26" } }, { - "fullUrl": "Condition/62a3f771bff4d565927fff9d88631f84", + "fullUrl": "Condition/4c8a43fd865d8563f84eac1607ff3a59e6465d30a2f569551382c8a960e7911d", "resource": { "resourceType": "Condition", "meta": { @@ -3608,7 +3612,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson.1-chronische_neurologische_oder_psychiatrische_erkrankungen_psychose" + "value": "5b52f9a97d72d2150fc634ad2be8d36ed6e0169b78b8db636470c461bdef7d0e" } ], "clinicalStatus": { "coding": [ { @@ -3650,10 +3654,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -3665,10 +3669,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|62a3f771bff4d565927fff9d88631f84" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|4c8a43fd865d8563f84eac1607ff3a59e6465d30a2f569551382c8a960e7911d" } }, { - "fullUrl": "Condition/ef62e366c18c37efd57a628727e0d629", + "fullUrl": "Condition/1f66414a6643b9bf300454e7a58377ae17d0401e3707c9f03bd35ab119398dcb", "resource": { "resourceType": "Condition", "meta": { @@ -3676,7 +3680,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson.1-chronische_neurologische_oder_psychiatrische_erkrankungen_depression" + "value": "2249946021506833c760ce05bf8fdf4df9349c710cdffdf5a7ff7b0c893e4ed2" } ], "clinicalStatus": { "coding": [ { @@ -3718,10 +3722,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -3733,10 +3737,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|ef62e366c18c37efd57a628727e0d629" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|1f66414a6643b9bf300454e7a58377ae17d0401e3707c9f03bd35ab119398dcb" } }, { - "fullUrl": "Condition/158281e46b9fcc558fcaab8e9fc62ff0", + "fullUrl": "Condition/17dc9ecb8b3ab6fb96404c2ba9ef12c585aa12e7204ac8b06bce4bd3dcc8899c", "resource": { "resourceType": "Condition", "meta": { @@ -3744,7 +3748,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson.1-chronische_neurologische_oder_psychiatrische_erkrankungen_angsterkrankung" + "value": "ecdb870bc46a10bed2f6586ca1c10182a8e6f6532243247d9d7a35e8cc619967" } ], "clinicalStatus": { "coding": [ { @@ -3786,10 +3790,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -3801,10 +3805,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|158281e46b9fcc558fcaab8e9fc62ff0" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|17dc9ecb8b3ab6fb96404c2ba9ef12c585aa12e7204ac8b06bce4bd3dcc8899c" } }, { - "fullUrl": "Condition/7f7cb1ee559e234a47f9f5791d874283", + "fullUrl": "Condition/8397ac25d1b10929448f2ceea671330e3585e24cf4719d48faced666d2927e8d", "resource": { "resourceType": "Condition", "meta": { @@ -3812,7 +3816,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.chronische_nierenerkrankungen_code.1-chronische_nierenerkrankungen_code" + "value": "f92a90219a9a7c574e35e9b14bd246df0958addf258eb2e18fd2be553fa3ca22" } ], "clinicalStatus": { "coding": [ { @@ -3850,10 +3854,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -3865,10 +3869,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|7f7cb1ee559e234a47f9f5791d874283" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|8397ac25d1b10929448f2ceea671330e3585e24cf4719d48faced666d2927e8d" } }, { - "fullUrl": "Condition/ae345eb37cee2728e38df71dcf60a8b7", + "fullUrl": "Condition/75962197fac4e4664e6b1db7505907d2f741bdd810437a4234648c83f8a42176", "resource": { "resourceType": "Condition", "meta": { @@ -3876,7 +3880,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.magengeschwure_code.1-magengeschwure_code" + "value": "167338bccb9f1e11df84b5554e405786ed4c9b8164f05940e85e68e98ad49b05" } ], "clinicalStatus": { "coding": [ { @@ -3914,10 +3918,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -3929,10 +3933,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|ae345eb37cee2728e38df71dcf60a8b7" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|75962197fac4e4664e6b1db7505907d2f741bdd810437a4234648c83f8a42176" } }, { - "fullUrl": "Observation/8d797113634820fe7b035349f4799336", + "fullUrl": "Observation/15f3864e0cb3979ab2209d0e99d656d91128f814c3c37ef3d5370cae94638102", "resource": { "resourceType": "Observation", "meta": { @@ -3940,7 +3944,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.raucherstatus_code.1-raucherstatus_code" + "value": "5008ecc74e0edef7964e4e06123796830af9a37944f924203361b579801574f6" } ], "status": "final", "category": [ { @@ -3957,10 +3961,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -3978,10 +3982,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|8d797113634820fe7b035349f4799336" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|15f3864e0cb3979ab2209d0e99d656d91128f814c3c37ef3d5370cae94638102" } }, { - "fullUrl": "Observation/a813e636ecf46c38cec9059480a4eb98", + "fullUrl": "Observation/2641cf86ba724f00d34ab6035560c287eff557edf04ffd5192d658ed1dacefee", "resource": { "resourceType": "Observation", "meta": { @@ -3996,9 +4000,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.reiseaktivitat_country_1.1-reiseaktivitat_country_1", + "value": "5311ad46adc668ae8cd29df795a5d7095687145376c08ae0b8433c3b55e8360e", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -4020,10 +4024,10 @@ "text": "History of Travel" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -4079,10 +4083,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|a813e636ecf46c38cec9059480a4eb98" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|2641cf86ba724f00d34ab6035560c287eff557edf04ffd5192d658ed1dacefee" } }, { - "fullUrl": "Procedure/cc1d9effec7880059304a7da2af9e53b", + "fullUrl": "Procedure/ee1401dc8ba90433e518d8e2fdaa73b3ff4d057921e9d18d206a15036eee7ced", "resource": { "resourceType": "Procedure", "meta": { @@ -4090,7 +4094,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/procedureId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.bestehende_sauerstoff_oder_beatmungstherapie_code.1-bestehende_sauerstoff_oder_beatmungstherapie_code" + "value": "1a60e6f37532273776087a973fc480dde6198bf53e6c24b328b4aea7790e3680" } ], "status": "in-progress", "category": { @@ -4107,10 +4111,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_performedDateTime": { "extension": [ { @@ -4122,10 +4126,10 @@ "request": { "method": "POST", "url": "Procedure", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|cc1d9effec7880059304a7da2af9e53b" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|ee1401dc8ba90433e518d8e2fdaa73b3ff4d057921e9d18d206a15036eee7ced" } }, { - "fullUrl": "Immunization/78e7f2d8bf1c9c395b3c435dbcbfa41b", + "fullUrl": "Immunization/9a85e372cc875c799b8d561c4e75a9f440d334ba6a48c2fa4f08ad3eb8663999", "resource": { "resourceType": "Immunization", "meta": { @@ -4133,7 +4137,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/immunizationId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.impfungen_influenza.1-impfungen_influenza" + "value": "74892a180bc9b33b9f71cf65d4fc34da55a197ad204b8d92047c66aa90928b59" } ], "status": "completed", "vaccineCode": { @@ -4143,10 +4147,10 @@ } ] }, "patient": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "occurrenceDateTime": "2019-04-25", "protocolApplied": [ { @@ -4167,10 +4171,10 @@ "request": { "method": "POST", "url": "Immunization", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/immunizationId|78e7f2d8bf1c9c395b3c435dbcbfa41b" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/immunizationId|9a85e372cc875c799b8d561c4e75a9f440d334ba6a48c2fa4f08ad3eb8663999" } }, { - "fullUrl": "Immunization/4fae4dcca51487424cd5a9b5e982578d", + "fullUrl": "Immunization/72c1c0dba709171cf34b2b50800e4ff03e82bc9f22f5f365f46e20178526bb01", "resource": { "resourceType": "Immunization", "meta": { @@ -4178,7 +4182,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/immunizationId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.impfungen_influenza.1-impfungen_pneumokokken" + "value": "3ac04a98c7d1d07c5277bf90c44bbd9c5d16556c6ce570b67c6c7808711f2c31" } ], "status": "completed", "vaccineCode": { @@ -4188,10 +4192,10 @@ } ] }, "patient": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "occurrenceDateTime": "2020-03-03", "protocolApplied": [ { @@ -4212,10 +4216,10 @@ "request": { "method": "POST", "url": "Immunization", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/immunizationId|4fae4dcca51487424cd5a9b5e982578d" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/immunizationId|72c1c0dba709171cf34b2b50800e4ff03e82bc9f22f5f365f46e20178526bb01" } }, { - "fullUrl": "Immunization/ca1584ba1018f9ab0209021c9cf04ae8", + "fullUrl": "Immunization/be4b62cac3a4766495f2f7b80e0849584d9c9da601362fdee299aacb45ea2728", "resource": { "resourceType": "Immunization", "meta": { @@ -4223,7 +4227,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/immunizationId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.impfungen_influenza.1-impfungen_bcg" + "value": "b26106ba99b9af483ffb3839e47a8d754768dabd0ac9be13e7f92adce913c1fc" } ], "status": "completed", "vaccineCode": { @@ -4233,10 +4237,10 @@ } ] }, "patient": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "occurrenceDateTime": "2019-04-10", "protocolApplied": [ { @@ -4257,10 +4261,10 @@ "request": { "method": "POST", "url": "Immunization", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/immunizationId|ca1584ba1018f9ab0209021c9cf04ae8" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/immunizationId|be4b62cac3a4766495f2f7b80e0849584d9c9da601362fdee299aacb45ea2728" } }, { - "fullUrl": "Immunization/9205d01d4aceb36aeafa264a18a10cd4", + "fullUrl": "Immunization/4cf55fb92dbc3e08b7c0d99c30d63915b6f84402a094dccae6ee464e1d382c9c", "resource": { "resourceType": "Immunization", "meta": { @@ -4268,7 +4272,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/immunizationId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.impfungen_influenza.1-impfungen_covid_19" + "value": "b63b22e27043d161314218490a2aae97a4003346e1bc2b284c0c0bc32ab1a142" } ], "status": "not-done", "vaccineCode": { @@ -4278,10 +4282,10 @@ } ] }, "patient": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_occurrenceDateTime": { "extension": [ { @@ -4307,10 +4311,10 @@ "request": { "method": "POST", "url": "Immunization", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/immunizationId|9205d01d4aceb36aeafa264a18a10cd4" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/immunizationId|4cf55fb92dbc3e08b7c0d99c30d63915b6f84402a094dccae6ee464e1d382c9c" } }, { - "fullUrl": "Consent/8a397e16ded291857c6da7f34d845b71", + "fullUrl": "Consent/1406aaf84417c56ffbaa5e9abf66fffc8120651a7e34faad0545e839b806a570", "resource": { "resourceType": "Consent", "meta": { @@ -4318,9 +4322,10 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/consentId", - "value": "1-Event.1_fall_arm_1.1-Form.anamnese_risikofaktoren.1-anamnese_risikofaktoren.dnranordnung_code.1-dnranordnung" + "value": "63c7a04368477a2c1f400b0432af44e8b94e254b8528d7de76ddb9fa002870e2" } ], "status": "active", + "status": "active", "scope": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/consentscope", @@ -4336,7 +4341,7 @@ } ] } ], "patient": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "policy": [ { "uri": "https://www.aerzteblatt.de/archiv/65440/DNR-Anordnungen-Das-fehlende-Bindeglied" @@ -4353,10 +4358,10 @@ "request": { "method": "POST", "url": "Consent", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/consentId|8a397e16ded291857c6da7f34d845b71" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/consentId|1406aaf84417c56ffbaa5e9abf66fffc8120651a7e34faad0545e839b806a570" } }, { - "fullUrl": "DiagnosticReport/7db8d983943891d0e79a2537f41df66a", + "fullUrl": "DiagnosticReport/5ecc4f1b4e9bf701302c8d3621d1aa48a55cdca3f876a0c6c6adf818e2bab965", "resource": { "resourceType": "DiagnosticReport", "meta": { @@ -4364,7 +4369,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/diagnosticreportId", - "value": "1-Event.1_fall_arm_1.1-Form.bildgebung.1-bildgebung.befund_bildgebender_verfahren_ct.1-befund_bildgebender_verfahren_ct" + "value": "8397d3fbd7b6a0db510c92ae2c688a5dac2b0977f117bc88cc71511c00882728" } ], "status": "final", "category": [ { @@ -4386,10 +4391,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -4407,10 +4412,10 @@ "request": { "method": "POST", "url": "DiagnosticReport", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/diagnosticreportId|7db8d983943891d0e79a2537f41df66a" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/diagnosticreportId|5ecc4f1b4e9bf701302c8d3621d1aa48a55cdca3f876a0c6c6adf818e2bab965" } }, { - "fullUrl": "Procedure/23336a6967dc8136c44671d097dcebf3", + "fullUrl": "Procedure/77629924622a5aa2d947f1191e636bec33f1001e42a82c448a3749b0721ae335", "resource": { "resourceType": "Procedure", "meta": { @@ -4418,7 +4423,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/procedureId", - "value": "1-Event.1_fall_arm_1.1-Form.bildgebung.1-bildgebung.bildgebende_verfahren_ct.1-bildgebende_verfahren_ct" + "value": "d3f6d6c99ad358f66c801b0b3e7cd11672c521ced7cfb8d3d36a1be1e5bfaae0" } ], "status": "completed", "category": { @@ -4438,10 +4443,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_performedDateTime": { "extension": [ { @@ -4457,16 +4462,16 @@ } ] } ], "report": [ { - "reference": "DiagnosticReport/7db8d983943891d0e79a2537f41df66a" + "reference": "DiagnosticReport/5ecc4f1b4e9bf701302c8d3621d1aa48a55cdca3f876a0c6c6adf818e2bab965" } ] }, "request": { "method": "POST", "url": "Procedure", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|23336a6967dc8136c44671d097dcebf3" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|77629924622a5aa2d947f1191e636bec33f1001e42a82c448a3749b0721ae335" } }, { - "fullUrl": "DiagnosticReport/121391ebc20f01c123838478c01eb099", + "fullUrl": "DiagnosticReport/43fb6df057acec173d70f90dd4ddaa7acf01b2a6fd6522831ec159503cf8d144", "resource": { "resourceType": "DiagnosticReport", "meta": { @@ -4474,7 +4479,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/diagnosticreportId", - "value": "1-Event.1_fall_arm_1.1-Form.bildgebung.1-bildgebung.befund_bildgebender_verfahren_ct.1-befund_bildgebender_verfahren_roentgen" + "value": "edef24b8e5c44456d6f04f7525c3aab974347e7395cc46a13428144ce31c2483" } ], "status": "final", "category": [ { @@ -4496,10 +4501,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -4517,10 +4522,10 @@ "request": { "method": "POST", "url": "DiagnosticReport", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/diagnosticreportId|121391ebc20f01c123838478c01eb099" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/diagnosticreportId|43fb6df057acec173d70f90dd4ddaa7acf01b2a6fd6522831ec159503cf8d144" } }, { - "fullUrl": "Procedure/63d1e2cbec6a210a60808de18b88d430", + "fullUrl": "Procedure/cb495d0dc381be737c4057caa4a75781e988c07a743c12c5008f17061eb77354", "resource": { "resourceType": "Procedure", "meta": { @@ -4528,7 +4533,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/procedureId", - "value": "1-Event.1_fall_arm_1.1-Form.bildgebung.1-bildgebung.bildgebende_verfahren_ct.1-bildgebende_verfahren_roentgen" + "value": "338b02c9ca6ab87fea029f6e8d50b040956f8d4db0a6f474ed1861480169f593" } ], "status": "completed", "category": { @@ -4548,10 +4553,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_performedDateTime": { "extension": [ { @@ -4567,16 +4572,16 @@ } ] } ], "report": [ { - "reference": "DiagnosticReport/121391ebc20f01c123838478c01eb099" + "reference": "DiagnosticReport/43fb6df057acec173d70f90dd4ddaa7acf01b2a6fd6522831ec159503cf8d144" } ] }, "request": { "method": "POST", "url": "Procedure", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|63d1e2cbec6a210a60808de18b88d430" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|cb495d0dc381be737c4057caa4a75781e988c07a743c12c5008f17061eb77354" } }, { - "fullUrl": "DiagnosticReport/ea540a3d68536a554ad89879d166fb9b", + "fullUrl": "DiagnosticReport/163e16243506e408179af791b1c015c2de473b076314de6086c013888db4e445", "resource": { "resourceType": "DiagnosticReport", "meta": { @@ -4584,7 +4589,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/diagnosticreportId", - "value": "1-Event.1_fall_arm_1.1-Form.bildgebung.1-bildgebung.befund_bildgebender_verfahren_ct.1-befund_bildgebender_verfahren_us" + "value": "2ee1a2c53ec9aa59398309d7fb4bc12676effc9a65f255de677de71be767f75c" } ], "status": "final", "category": [ { @@ -4606,10 +4611,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -4627,10 +4632,10 @@ "request": { "method": "POST", "url": "DiagnosticReport", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/diagnosticreportId|ea540a3d68536a554ad89879d166fb9b" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/diagnosticreportId|163e16243506e408179af791b1c015c2de473b076314de6086c013888db4e445" } }, { - "fullUrl": "Procedure/834e4facc0023e09ada2ddae64cbbf52", + "fullUrl": "Procedure/6047da994a852d4e9542884ada5d2c93633a31b97b5e9dcd1c703085f0c90f60", "resource": { "resourceType": "Procedure", "meta": { @@ -4638,7 +4643,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/procedureId", - "value": "1-Event.1_fall_arm_1.1-Form.bildgebung.1-bildgebung.bildgebende_verfahren_ct.1-bildgebende_verfahren_us" + "value": "8d3c4efc33e5e72bd881bebac97cbf9ea15d0fb5bbaa1ed8d74af7ac3fae6c1c" } ], "status": "completed", "category": { @@ -4658,10 +4663,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_performedDateTime": { "extension": [ { @@ -4677,16 +4682,16 @@ } ] } ], "report": [ { - "reference": "DiagnosticReport/ea540a3d68536a554ad89879d166fb9b" + "reference": "DiagnosticReport/163e16243506e408179af791b1c015c2de473b076314de6086c013888db4e445" } ] }, "request": { "method": "POST", "url": "Procedure", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|834e4facc0023e09ada2ddae64cbbf52" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|6047da994a852d4e9542884ada5d2c93633a31b97b5e9dcd1c703085f0c90f60" } }, { - "fullUrl": "Observation/a7e0bafdb16b5208b621146591775bf2", + "fullUrl": "Observation/de13058a01e937c0e9fe4f5b594b463c3ac3cea6d8dfe37443052c14ef22c10a", "resource": { "resourceType": "Observation", "meta": { @@ -4701,9 +4706,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.demographie.1-demographie.schwangerschaft_code.1-schwangerschaft_code", + "value": "30042524ff563ee33723e62904ce518b05a1ba61d4e122b75b4cab0d9941906c", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -4722,10 +4727,10 @@ "text": "Pregnancy status" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -4746,10 +4751,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|a7e0bafdb16b5208b621146591775bf2" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|de13058a01e937c0e9fe4f5b594b463c3ac3cea6d8dfe37443052c14ef22c10a" } }, { - "fullUrl": "Observation/4f1849da986cd6574243cad240676309", + "fullUrl": "Observation/79c79c611baedc6868d7f84238dbecebfb9bbd994a9dffe62795574a5e381a5a", "resource": { "resourceType": "Observation", "meta": { @@ -4757,7 +4762,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.demographie.1-demographie.biologisches_geschlecht_code.1-biologisches_geschlecht_code" + "value": "d075b9ea3c2a1d1272f2f5d0ffec00ac37784be06713ec0eed5507953a26ed6d" } ], "status": "final", "category": [ { @@ -4774,10 +4779,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -4795,10 +4800,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|4f1849da986cd6574243cad240676309" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|79c79c611baedc6868d7f84238dbecebfb9bbd994a9dffe62795574a5e381a5a" } }, { - "fullUrl": "Observation/c7ac42650063403e9bf68f545afb512f", + "fullUrl": "Observation/be1d8d18ba151ced1c3870397984dd79d1e83007724f9e6a887ffdc3d595d4cd", "resource": { "resourceType": "Observation", "meta": { @@ -4813,9 +4818,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.demographie.1-demographie.frailtyscore_code.1-frailtyscore_code", + "value": "51003901e1b26d6e4d23fdff25b3f17321b3f91c1e608675af573b99c11860db", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -4834,10 +4839,10 @@ "text": "Frailty Scale Score" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -4862,10 +4867,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|c7ac42650063403e9bf68f545afb512f" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|be1d8d18ba151ced1c3870397984dd79d1e83007724f9e6a887ffdc3d595d4cd" } }, { - "fullUrl": "Observation/540a48c942408b04a753b7a9f05987f0", + "fullUrl": "Observation/20f84eba79c7b37188976014fab0f691eb02ca85f5102b84c49d49f2355cefee", "resource": { "resourceType": "Observation", "meta": { @@ -4880,9 +4885,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.demographie.1-demographie.gewicht_code.1-gewicht_code", + "value": "513c065c0fd3db403827becdef141a35e89658ea9546088552f48f3073e2d501", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -4904,10 +4909,10 @@ "text": "Body Weight" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -4925,10 +4930,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|540a48c942408b04a753b7a9f05987f0" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|20f84eba79c7b37188976014fab0f691eb02ca85f5102b84c49d49f2355cefee" } }, { - "fullUrl": "Observation/b1e6c82a81da9cc7c53da1742adc0ac6", + "fullUrl": "Observation/8eda991f1b115cca35a48c0752228c18ea0c021d315fafbcffdf3ea7c0052f9d", "resource": { "resourceType": "Observation", "meta": { @@ -4943,9 +4948,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.demographie.1-demographie.korpergrose_code.1-korpergrose_code", + "value": "0653c19d342175f971833f50edce87da7a56c4df40fac45abbd39d40e2f3f473", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -4967,10 +4972,10 @@ "text": "Body height" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -4988,10 +4993,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|b1e6c82a81da9cc7c53da1742adc0ac6" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|8eda991f1b115cca35a48c0752228c18ea0c021d315fafbcffdf3ea7c0052f9d" } }, { - "fullUrl": "Observation/56a2ff5358f4cee3e741092b35344199", + "fullUrl": "Observation/681096c6e54160b019b13cebd2aeb2fc6664bc2508f49240ffb4659ddad60a9c", "resource": { "resourceType": "Observation", "meta": { @@ -5006,9 +5011,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.epidemiologische_faktoren.1-epidemiologische_faktoren.kontakt_mit_an_covid19_erkrankter_personq_code.1-kontakt_mit_an_covid19_erkrankter_personq_code", + "value": "1f7366a51a9e83ed50d03db20f7d285d01f1872b5123f87e34a61ffdfaa8334d", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -5027,10 +5032,10 @@ "text": "Known exposure" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -5048,10 +5053,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|56a2ff5358f4cee3e741092b35344199" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|681096c6e54160b019b13cebd2aeb2fc6664bc2508f49240ffb4659ddad60a9c" } }, { - "fullUrl": "Condition/10e70a8e57207b64c3fa26d51fa9500d", + "fullUrl": "Condition/203fe8594d19a58526ac1a9fbbab8a5907fed71221f95b3bc39b5f533b229023", "resource": { "resourceType": "Condition", "meta": { @@ -5059,7 +5064,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.komplikationen.1-komplikationen.komplikation_thrombembolische_ereignisse.1-komplikation_venoese_thrombose" + "value": "e0fbdba0a872eacb0412edce5b5476fa333085bfbe93c6299aed765bf0e3988c" } ], "clinicalStatus": { "coding": [ { @@ -5096,10 +5101,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -5111,10 +5116,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|10e70a8e57207b64c3fa26d51fa9500d" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|203fe8594d19a58526ac1a9fbbab8a5907fed71221f95b3bc39b5f533b229023" } }, { - "fullUrl": "Condition/e95e2237f89e17e3a6667368c478ade6", + "fullUrl": "Condition/77479da6b7b350f4ebb96bf2c04641d9ee5885b4a1ff773037b219d1ed942b20", "resource": { "resourceType": "Condition", "meta": { @@ -5122,7 +5127,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.komplikationen.1-komplikationen.komplikation_thrombembolische_ereignisse.1-komplikation_lungenarterienembolie" + "value": "f1b21cb1ad714c27b331cbf98752d93cebde7c88134fc6d0500feab336890faf" } ], "clinicalStatus": { "coding": [ { @@ -5159,10 +5164,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -5174,10 +5179,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|e95e2237f89e17e3a6667368c478ade6" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|77479da6b7b350f4ebb96bf2c04641d9ee5885b4a1ff773037b219d1ed942b20" } }, { - "fullUrl": "Condition/b477e364572e1e76563eca485ba3314e", + "fullUrl": "Condition/8bf05b334ea7f1a4dde232574ce77b1dcd5273ac1663b9f396ce986edb1b9cd1", "resource": { "resourceType": "Condition", "meta": { @@ -5185,7 +5190,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.komplikationen.1-komplikationen.komplikation_thrombembolische_ereignisse.1-komplikation_stroke" + "value": "6494463a619bdfb6a7cbcee3211ef025d1627e0d31ceac6239992cbd6f8a73de" } ], "clinicalStatus": { "coding": [ { @@ -5222,10 +5227,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -5237,10 +5242,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|b477e364572e1e76563eca485ba3314e" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|8bf05b334ea7f1a4dde232574ce77b1dcd5273ac1663b9f396ce986edb1b9cd1" } }, { - "fullUrl": "Condition/326e7bcdc551143b739a9805ed73576f", + "fullUrl": "Condition/b03499984d77a84ea1b4dbd285733b7459a189f04850bdb0a0abcf5d273c2e1b", "resource": { "resourceType": "Condition", "meta": { @@ -5248,7 +5253,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.komplikationen.1-komplikationen.komplikation_thrombembolische_ereignisse.1-komplikation_myokardinfarkt" + "value": "2d5e5bd387189580d19283d1e6fcfd194ad7ac504755cbfecdc4d149d84f6ae4" } ], "verificationStatus": { "coding": [ { @@ -5278,10 +5283,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -5293,10 +5298,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|326e7bcdc551143b739a9805ed73576f" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|b03499984d77a84ea1b4dbd285733b7459a189f04850bdb0a0abcf5d273c2e1b" } }, { - "fullUrl": "Condition/6b61f570cda73213491211f04ae52d02", + "fullUrl": "Condition/52953ac964ccb264a5d1fbecc2c7b6f2ec7c8fbc1e469c30c1d8dbfa83ecf042", "resource": { "resourceType": "Condition", "meta": { @@ -5315,7 +5320,7 @@ } ], "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.komplikationen.1-komplikationen.komplikation_thrombembolische_ereignisse.1-komplikation_andere" + "value": "e09be0d7734d277965ab7fdeaea15d5dd129bfd772c54af8164261b7ec1c6136" } ], "category": [ { "coding": [ { @@ -5334,10 +5339,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -5349,10 +5354,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|6b61f570cda73213491211f04ae52d02" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|52953ac964ccb264a5d1fbecc2c7b6f2ec7c8fbc1e469c30c1d8dbfa83ecf042" } }, { - "fullUrl": "Condition/defb942e73ddf1cc6a28aacbf7c623a1", + "fullUrl": "Condition/68c1be1eab5be0eb4e3b985deb6004476c215d1d8dbe6c5655c1e6972e4e0cc2", "resource": { "resourceType": "Condition", "meta": { @@ -5360,7 +5365,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.komplikationen.1-komplikationen.komplikation_thrombembolische_ereignisse.1-komplikation_pulmonale_co_infektionen" + "value": "854883cec46345b81c4e8cef610ffe10c1a35e3a175837bad1fddc2b4cf283c4" } ], "clinicalStatus": { "coding": [ { @@ -5397,10 +5402,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -5412,10 +5417,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|defb942e73ddf1cc6a28aacbf7c623a1" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|68c1be1eab5be0eb4e3b985deb6004476c215d1d8dbe6c5655c1e6972e4e0cc2" } }, { - "fullUrl": "Condition/518b244a9ff9fcd52da05f8965bcf6df", + "fullUrl": "Condition/838b0099ffaf3e10c3a9278a9081d014b8811772449004d552e94562cd357330", "resource": { "resourceType": "Condition", "meta": { @@ -5423,7 +5428,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.komplikationen.1-komplikationen.komplikation_thrombembolische_ereignisse.1-komplikation_blutstrominfektionen" + "value": "ee126376b42453838ce8b40497c3ba802dfb9d5dedb2e8d9b603086b11f62709" } ], "clinicalStatus": { "coding": [ { @@ -5460,10 +5465,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -5475,10 +5480,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|518b244a9ff9fcd52da05f8965bcf6df" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|838b0099ffaf3e10c3a9278a9081d014b8811772449004d552e94562cd357330" } }, { - "fullUrl": "Condition/0eb6da1056e1bc597088bfe4d07b6c04", + "fullUrl": "Condition/19b7a413bcb5f393822678a72fe958ab49ded689e89be9bcdfa4768adc28bb78", "resource": { "resourceType": "Condition", "meta": { @@ -5486,7 +5491,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.symptome.1-symptome.symptome_geruchs_bzw_geschmacksstoerungen.1-symptome_bauchschmerzen" + "value": "b43fa99bbec53f57a91729da92d60b3937617584c4a57c579886fb77273355d1" } ], "clinicalStatus": { "coding": [ { @@ -5525,10 +5530,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -5540,10 +5545,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|0eb6da1056e1bc597088bfe4d07b6c04" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|19b7a413bcb5f393822678a72fe958ab49ded689e89be9bcdfa4768adc28bb78" } }, { - "fullUrl": "Condition/18f4a74b819f48e846aea8428cbf2e65", + "fullUrl": "Condition/8111428a6e54f5207e07dbca03cc522da454fe4ae03d60f0e471f410d9bfafe3", "resource": { "resourceType": "Condition", "meta": { @@ -5551,7 +5556,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.symptome.1-symptome.symptome_geruchs_bzw_geschmacksstoerungen.1-symptome_bewusstseinsstoerungen_verwirrtheit" + "value": "e863dc8aa29e81bb895520ab34a354f70ebfa461f4fe1d1ccf6550b5930c7fda" } ], "clinicalStatus": { "coding": [ { @@ -5584,10 +5589,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -5599,10 +5604,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|18f4a74b819f48e846aea8428cbf2e65" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|8111428a6e54f5207e07dbca03cc522da454fe4ae03d60f0e471f410d9bfafe3" } }, { - "fullUrl": "Condition/7ae512e36d6be2671663a9c72a267ebc", + "fullUrl": "Condition/e4771716b44cf8cb1bf84158ec11e84b7a6579ca85f6372d0db9d246e2605b7f", "resource": { "resourceType": "Condition", "meta": { @@ -5610,7 +5615,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.symptome.1-symptome.symptome_geruchs_bzw_geschmacksstoerungen.1-symptome_durchfall" + "value": "ff9445fbbc62e822fce5e14f5fa23c690493175796fa87c3c6d79f4ab72b8cf7" } ], "clinicalStatus": { "coding": [ { @@ -5649,10 +5654,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -5664,10 +5669,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|7ae512e36d6be2671663a9c72a267ebc" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|e4771716b44cf8cb1bf84158ec11e84b7a6579ca85f6372d0db9d246e2605b7f" } }, { - "fullUrl": "Condition/da799a2594ad682ccf003a17a42fa0a5", + "fullUrl": "Condition/c68a7d2a76b33bc5a20be4b1e1f86cd5fd013c9e7b4159f03a988c66ad2b8b17", "resource": { "resourceType": "Condition", "meta": { @@ -5675,7 +5680,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.symptome.1-symptome.symptome_geruchs_bzw_geschmacksstoerungen.1-symptome_erbrechen" + "value": "37111aab3365aabe7645f10be00a0f6988a8a6ee4504f945d96637e182f34314" } ], "clinicalStatus": { "coding": [ { @@ -5714,10 +5719,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -5729,10 +5734,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|da799a2594ad682ccf003a17a42fa0a5" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|c68a7d2a76b33bc5a20be4b1e1f86cd5fd013c9e7b4159f03a988c66ad2b8b17" } }, { - "fullUrl": "Condition/383f7ebb1247a9fdaf5154f4d2447565", + "fullUrl": "Condition/cb8ccd40ce866a2d02623880f35dd5f30421bf567d46118641f54c554e5baf5a", "resource": { "resourceType": "Condition", "meta": { @@ -5751,7 +5756,7 @@ } ], "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.symptome.1-symptome.symptome_geruchs_bzw_geschmacksstoerungen.1-symptome_husten" + "value": "2404bcbacd07600661cc87ec069f6ee6e901f4fd2132dc242c9c3977dd2a605f" } ], "clinicalStatus": { "coding": [ { @@ -5773,10 +5778,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -5788,10 +5793,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|383f7ebb1247a9fdaf5154f4d2447565" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|cb8ccd40ce866a2d02623880f35dd5f30421bf567d46118641f54c554e5baf5a" } }, { - "fullUrl": "Condition/e6d3b0194d67cfadb95a73dc56fd5ced", + "fullUrl": "Condition/cde3b028479fca8b014ff53be2c444bc2b187952e2d91d20dac4931962ce0051", "resource": { "resourceType": "Condition", "meta": { @@ -5799,7 +5804,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.symptome.1-symptome.symptome_geruchs_bzw_geschmacksstoerungen.1-symptome_kurzatmigkeit_dyspnoe" + "value": "57ca85cb3bdb386271f6e0dfbc1239d7994498f7d8fc80cec774fcceb7fa5211" } ], "clinicalStatus": { "coding": [ { @@ -5838,10 +5843,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -5853,10 +5858,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|e6d3b0194d67cfadb95a73dc56fd5ced" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|cde3b028479fca8b014ff53be2c444bc2b187952e2d91d20dac4931962ce0051" } }, { - "fullUrl": "Condition/e58efc4175c485a70cae4d16515109f5", + "fullUrl": "Condition/a4b8b9f82ff94cd07ea6a5b685523e77e7460b7f5866f18be7464f3d4ce8e10a", "resource": { "resourceType": "Condition", "meta": { @@ -5864,7 +5869,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.symptome.1-symptome.symptome_geruchs_bzw_geschmacksstoerungen.1-symptome_uebelkeit" + "value": "001a09bf0cdaddf6a5a94be598b76572db7b185fa4b6a3d4239340df16f55c25" } ], "clinicalStatus": { "coding": [ { @@ -5903,10 +5908,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -5918,10 +5923,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|e58efc4175c485a70cae4d16515109f5" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|a4b8b9f82ff94cd07ea6a5b685523e77e7460b7f5866f18be7464f3d4ce8e10a" } }, { - "fullUrl": "Condition/cb351c76451dc77c7be7b33df720f11e", + "fullUrl": "Condition/b352bd85ae1eb6a863b9b59550b34f5447f88a3f62f35183a466f6d03a6df630", "resource": { "resourceType": "Condition", "meta": { @@ -5929,7 +5934,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.symptome.1-symptome.symptome_geruchs_bzw_geschmacksstoerungen.1-symptome_fieber" + "value": "f27551353a988492f1a372e24a21281c1e43ea651b46e0531106b36e65531c10" } ], "clinicalStatus": { "coding": [ { @@ -5968,10 +5973,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -5983,10 +5988,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|cb351c76451dc77c7be7b33df720f11e" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|b352bd85ae1eb6a863b9b59550b34f5447f88a3f62f35183a466f6d03a6df630" } }, { - "fullUrl": "Condition/fd18f40e701b014998240c8ee77036b0", + "fullUrl": "Condition/ebf76ca6b967e5ae38dad82767348f8d2dd13be02381c0ce04693d9b169b084d", "resource": { "resourceType": "Condition", "meta": { @@ -5994,7 +5999,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.symptome.1-symptome.symptome_geruchs_bzw_geschmacksstoerungen.1-symptome_kopfschmerzen" + "value": "7ffba52abc2d24a81ea742034afe27e771bfdd7287b4ca989372e20657694674" } ], "clinicalStatus": { "coding": [ { @@ -6033,10 +6038,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -6048,10 +6053,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|fd18f40e701b014998240c8ee77036b0" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|ebf76ca6b967e5ae38dad82767348f8d2dd13be02381c0ce04693d9b169b084d" } }, { - "fullUrl": "Procedure/f5099ee9e4ebecb30404aa827095425d", + "fullUrl": "Procedure/73ca5b33cbb29c177a16a4036f9a76ec2e1be33815544067f88ca0e313cfa0fc", "resource": { "resourceType": "Procedure", "meta": { @@ -6059,7 +6064,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/procedureId", - "value": "1-Event.1_fall_arm_1.1-Form.therapie.1-therapie.dialyse_hamofiltration_code.1-dialyse_hamofiltration_code" + "value": "97312d10f9b633176f2128f1310b8c920064d973eaa3525d79970be327f45e38" } ], "status": "in-progress", "category": { @@ -6077,10 +6082,10 @@ "text": "Dialysis" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_performedDateTime": { "extension": [ { @@ -6092,10 +6097,10 @@ "request": { "method": "POST", "url": "Procedure", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|f5099ee9e4ebecb30404aa827095425d" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|73ca5b33cbb29c177a16a4036f9a76ec2e1be33815544067f88ca0e313cfa0fc" } }, { - "fullUrl": "Procedure/f0681e4ddb86deeb21e4348f01d10f18", + "fullUrl": "Procedure/3bace9fad5f74cfa73a6a850aa9091a56c228bad4c5f7e235f02d8f4c1651cec", "resource": { "resourceType": "Procedure", "meta": { @@ -6103,7 +6108,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/procedureId", - "value": "1-Event.1_fall_arm_1.1-Form.therapie.1-therapie.apherese_code.1-apherese_code" + "value": "5709bead2dc8a1c110c0e8104ab9adbf1f4393284d64390c934aef9f790cd525" } ], "status": "in-progress", "category": { @@ -6121,10 +6126,10 @@ "text": "Apheresis" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_performedDateTime": { "extension": [ { @@ -6136,10 +6141,10 @@ "request": { "method": "POST", "url": "Procedure", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|f0681e4ddb86deeb21e4348f01d10f18" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|3bace9fad5f74cfa73a6a850aa9091a56c228bad4c5f7e235f02d8f4c1651cec" } }, { - "fullUrl": "Procedure/4031dde4e474e8666379ecc981039015", + "fullUrl": "Procedure/e159a6666d63d53c5003f2cd8fdace6b6a6a0660bb81e5ad064441969c3e40b9", "resource": { "resourceType": "Procedure", "meta": { @@ -6147,7 +6152,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/procedureId", - "value": "1-Event.1_fall_arm_1.1-Form.therapie.1-therapie.bauchlage_code.1-bauchlage_code" + "value": "2861f83d8dc97f5ec7d1da8b7244d83f97e318211935f17d9c7e20b87ed51e09" } ], "status": "in-progress", "category": { @@ -6165,10 +6170,10 @@ "text": "Prone position" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_performedDateTime": { "extension": [ { @@ -6180,10 +6185,10 @@ "request": { "method": "POST", "url": "Procedure", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|4031dde4e474e8666379ecc981039015" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|e159a6666d63d53c5003f2cd8fdace6b6a6a0660bb81e5ad064441969c3e40b9" } }, { - "fullUrl": "Procedure/f52ad2d78fa2e2f0b34d1978ce16ba9d", + "fullUrl": "Procedure/47d8d662f3f436c7436dcf6fa73cd0789fba059a666d21a8f7a8eec87357aea5", "resource": { "resourceType": "Procedure", "meta": { @@ -6191,7 +6196,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/procedureId", - "value": "1-Event.1_fall_arm_1.1-Form.therapie.1-therapie.ecmotherapie_code.1-ecmotherapie_code" + "value": "ea351532cf49ca82c63d48d8c0da092d931f9749c636d2ebcbc9dc53aee51573" } ], "status": "in-progress", "category": { @@ -6209,10 +6214,10 @@ "text": "ECMO" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_performedDateTime": { "extension": [ { @@ -6224,10 +6229,10 @@ "request": { "method": "POST", "url": "Procedure", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|f52ad2d78fa2e2f0b34d1978ce16ba9d" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|47d8d662f3f436c7436dcf6fa73cd0789fba059a666d21a8f7a8eec87357aea5" } }, { - "fullUrl": "Procedure/7f06d5b778fd7d9b7994b4709bfaba74", + "fullUrl": "Procedure/acd54072618b11f7099fb09f4376c5917b8cb6ba77ddd2015146f983ba1a2c18", "resource": { "resourceType": "Procedure", "meta": { @@ -6235,7 +6240,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/procedureId", - "value": "1-Event.1_fall_arm_1.1-Form.therapie.1-therapie.beatmungstherapie_code.1-beatmungstherapie" + "value": "76ef00a937adba629dd4489cf7ab43905be0eded84c33d18994121ac1c8e4f0b" } ], "status": "in-progress", "category": { @@ -6252,10 +6257,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_performedDateTime": { "extension": [ { @@ -6273,10 +6278,10 @@ "request": { "method": "POST", "url": "Procedure", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|7f06d5b778fd7d9b7994b4709bfaba74" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/procedureId|acd54072618b11f7099fb09f4376c5917b8cb6ba77ddd2015146f983ba1a2c18" } }, { - "fullUrl": "Observation/4b5f5a80141ab5ae8077f3f88211eeca", + "fullUrl": "Observation/158a0561214e3317c7dba1031e32960e4a1f22f54e043a36f094669e2ab31d88", "resource": { "resourceType": "Observation", "meta": { @@ -6284,7 +6289,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.therapie.1-therapie.liegt_der_patient_auf_der_intensivstationq_code.1-liegt_der_patient_auf_der_intensivstationq" + "value": "a1094582774642ef3496e11d5cafcd347bff55a756fb40357690540ee0aa6e65" } ], "status": "final", "category": [ { @@ -6302,10 +6307,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -6323,10 +6328,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|4b5f5a80141ab5ae8077f3f88211eeca" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|158a0561214e3317c7dba1031e32960e4a1f22f54e043a36f094669e2ab31d88" } }, { - "fullUrl": "Condition/030b210545dfcce392b2437998748873", + "fullUrl": "Condition/b45a809897e0d8597738d63c8fc6db1aa130eea8928d47d90cb38b817e96dfdf", "resource": { "resourceType": "Condition", "meta": { @@ -6334,7 +6339,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/conditionId", - "value": "1-Event.1_fall_arm_1.1-Form.outcome_bei_entlassung.1-outcome_bei_entlassung.respiratorisches_outcome_code.1-respiratorisches_outcome_code" + "value": "1c9f209ddd8a3cd944558b085b9f826134e9746da2f229b091a76895f34a9ada" } ], "clinicalStatus": { "coding": [ { @@ -6368,10 +6373,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_recordedDate": { "extension": [ { @@ -6383,10 +6388,10 @@ "request": { "method": "POST", "url": "Condition", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|030b210545dfcce392b2437998748873" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/conditionId|b45a809897e0d8597738d63c8fc6db1aa130eea8928d47d90cb38b817e96dfdf" } }, { - "fullUrl": "Observation/295079020c484b97139cf61dfd17597f", + "fullUrl": "Observation/1cc4aadc566dba9ade61b5444b0d6fd4964d8a75a93e32e4b5808ef4326cd51d", "resource": { "resourceType": "Observation", "meta": { @@ -6401,9 +6406,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.outcome_bei_entlassung.1-outcome_bei_entlassung.entlassungsart_code.1-entlassungsart_code", + "value": "c8a6124fd7e6458c6e4b6fdc89c29ee50eae6143483fe2cbfa0716622a9e0019", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -6422,10 +6427,10 @@ "text": "type of Discharge" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -6443,10 +6448,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|295079020c484b97139cf61dfd17597f" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|1cc4aadc566dba9ade61b5444b0d6fd4964d8a75a93e32e4b5808ef4326cd51d" } }, { - "fullUrl": "Observation/7036a4295910bec756a86548c51c2155", + "fullUrl": "Observation/f4344e6b56de2fcd164b51361ac2cafa28e74bb2b5c1f11611e8ae654a438150", "resource": { "resourceType": "Observation", "meta": { @@ -6461,9 +6466,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.outcome_bei_entlassung.1-outcome_bei_entlassung.ergebnis_folgeabstrich_code.1-ergebnis_folgeabstrich_code", + "value": "30959da9105a04e6901b42df6e2f07cd1a68bae18436409ec84f6b0f11626651", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -6485,10 +6490,10 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -6506,10 +6511,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|7036a4295910bec756a86548c51c2155" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|f4344e6b56de2fcd164b51361ac2cafa28e74bb2b5c1f11611e8ae654a438150" } }, { - "fullUrl": "Observation/c6c4aa0c109f0ef0ce0bea83d1295000", + "fullUrl": "Observation/9981d228d668c1eb4f0db26cd738e7c959ce26ec57833398bf41ab0d50ba7fd9", "resource": { "resourceType": "Observation", "meta": { @@ -6524,9 +6529,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.crp_code.1-crp", + "value": "b24b4220d6c1da637ec51f72ef65d615540257f427e915cbb1a606b2b0d04d83", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -6549,10 +6554,10 @@ "text": "crp" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -6570,10 +6575,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|c6c4aa0c109f0ef0ce0bea83d1295000" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|9981d228d668c1eb4f0db26cd738e7c959ce26ec57833398bf41ab0d50ba7fd9" } }, { - "fullUrl": "Observation/b18504380f29923f1e2535f0690ae652", + "fullUrl": "Observation/107c1ac3b6b7ab6d97ba22b6c63744afe1d998d1a8243a7d453b57cde46bcb60", "resource": { "resourceType": "Observation", "meta": { @@ -6588,9 +6593,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.ferritin_code.1-ferritin", + "value": "7c7110083b03e675c196d1fbd220f777a9ded8d9db0e3dcd478c74d80f31348d", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -6613,10 +6618,10 @@ "text": "ferritin" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -6634,10 +6639,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|b18504380f29923f1e2535f0690ae652" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|107c1ac3b6b7ab6d97ba22b6c63744afe1d998d1a8243a7d453b57cde46bcb60" } }, { - "fullUrl": "Observation/57af451484bed3dac9d0658e76e60abb", + "fullUrl": "Observation/3b4a2e85fc688c2d9b6f66ca8e0a6fb33e442a7218cfc5fb9f7435f7cfd85a05", "resource": { "resourceType": "Observation", "meta": { @@ -6652,9 +6657,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.bilirubin_code.1-bilirubin", + "value": "c3daf83be43aabff0ed2be5b44b398b3764ee1cfe93ac2bedff7488129684624", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -6677,10 +6682,10 @@ "text": "bilirubin" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -6698,10 +6703,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|57af451484bed3dac9d0658e76e60abb" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|3b4a2e85fc688c2d9b6f66ca8e0a6fb33e442a7218cfc5fb9f7435f7cfd85a05" } }, { - "fullUrl": "Observation/a9dd6563d85197d56723589bbd50a456", + "fullUrl": "Observation/9ac0133aaf5343f33a6a5419505be4d5714775945ce14bbdb4326479544a60c8", "resource": { "resourceType": "Observation", "meta": { @@ -6716,9 +6721,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.ddimer_code.1-ddimer", + "value": "b961d800c1d6c34a50301f3cd797e4cf8f7ffccf4ad4ab730fa9e33ef1eb61b7", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -6741,10 +6746,10 @@ "text": "ddimer" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -6762,10 +6767,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|a9dd6563d85197d56723589bbd50a456" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|9ac0133aaf5343f33a6a5419505be4d5714775945ce14bbdb4326479544a60c8" } }, { - "fullUrl": "Observation/aad455b964a2553d98a2069d46a9c862", + "fullUrl": "Observation/bd495e187660c5c10ada3d92db7cd727c22cc213a97546e26b7ec7e53954e791", "resource": { "resourceType": "Observation", "meta": { @@ -6780,9 +6785,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.gammagt_code.1-gammagt", + "value": "818a252b723559083a44733bb285ab9d798d8570f3c0aecc20e02ea8a9cf3c6f", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -6805,10 +6810,10 @@ "text": "gammagt" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -6826,10 +6831,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|aad455b964a2553d98a2069d46a9c862" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|bd495e187660c5c10ada3d92db7cd727c22cc213a97546e26b7ec7e53954e791" } }, { - "fullUrl": "Observation/19d8d00510005a69deea2bf1098f6831", + "fullUrl": "Observation/edbad4f1f86b88e6afb2837d53bcc9874b1f20222e4bfee4c75ab0eec7fa1fb9", "resource": { "resourceType": "Observation", "meta": { @@ -6844,9 +6849,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.gotast_code.1-gotast", + "value": "ec09993402f02490d771fd245b659f5c2386661ac1419951919cd3448410c1a2", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -6869,10 +6874,10 @@ "text": "gotast" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -6890,10 +6895,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|19d8d00510005a69deea2bf1098f6831" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|edbad4f1f86b88e6afb2837d53bcc9874b1f20222e4bfee4c75ab0eec7fa1fb9" } }, { - "fullUrl": "Observation/7d1a6f74189f4f0c548d02ceeacaa77a", + "fullUrl": "Observation/3e0765aad762f84106d54b85a36ade16ca817cb9ac4a6f398270b92a93f1f3d6", "resource": { "resourceType": "Observation", "meta": { @@ -6908,9 +6913,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.ldh_code.1-ldh", + "value": "04854087f6cab5601180926d6c4cee7f3990698230a8b8646f15808fc3a90d29", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -6933,10 +6938,10 @@ "text": "ldh" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -6954,10 +6959,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|7d1a6f74189f4f0c548d02ceeacaa77a" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|3e0765aad762f84106d54b85a36ade16ca817cb9ac4a6f398270b92a93f1f3d6" } }, { - "fullUrl": "Observation/0d981d3043fc264fa9b78f9b26029a48", + "fullUrl": "Observation/0d847afd866eac5251d3a898168ed0474483400233a67f2ac55bdc4d5a1beb90", "resource": { "resourceType": "Observation", "meta": { @@ -6972,9 +6977,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.kardiale_troponine_code.1-kardiale_troponine", + "value": "10e4b1174e44a6dd6cef4937e0676f42cec5483886f7bb555276af5e6a6dbd83", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -6997,10 +7002,10 @@ "text": "kardiale_troponine" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7018,10 +7023,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|0d981d3043fc264fa9b78f9b26029a48" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|0d847afd866eac5251d3a898168ed0474483400233a67f2ac55bdc4d5a1beb90" } }, { - "fullUrl": "Observation/c1108c784b76b703cb069b34bcf34de8", + "fullUrl": "Observation/6826d38f617d9a7d4f80c7e73aaba5a18d76517aa08be3296a03778741923f79", "resource": { "resourceType": "Observation", "meta": { @@ -7036,9 +7041,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.hamoglobin_code.1-hamoglobin", + "value": "b02c15eac0a0d28c8bc11893b9534299668f4a3e07b14e74d99204143110ed5e", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -7061,10 +7066,10 @@ "text": "hamoglobin" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7082,10 +7087,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|c1108c784b76b703cb069b34bcf34de8" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|6826d38f617d9a7d4f80c7e73aaba5a18d76517aa08be3296a03778741923f79" } }, { - "fullUrl": "Observation/d3c90eae28de0fbbf0a7d6c22a6b920d", + "fullUrl": "Observation/cc3d870c8b2a79250bacabc27f14aab8625bc3a6f44f56afd6ef6b2f75e2569d", "resource": { "resourceType": "Observation", "meta": { @@ -7100,9 +7105,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.kreatinin_code.1-kreatinin", + "value": "93ce8e86f008ecf5170b4cf037726c822ff754823d41da08d5245e11cbd5e210", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -7125,10 +7130,10 @@ "text": "kreatinin" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7146,10 +7151,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|d3c90eae28de0fbbf0a7d6c22a6b920d" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|cc3d870c8b2a79250bacabc27f14aab8625bc3a6f44f56afd6ef6b2f75e2569d" } }, { - "fullUrl": "Observation/daeaafe11755740646d6e93bd13cdf10", + "fullUrl": "Observation/a85481e2222062101c49a51c587cb249e0018a981f34364c873b5d2c44d5ac38", "resource": { "resourceType": "Observation", "meta": { @@ -7164,9 +7169,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.laktat_code.1-laktat", + "value": "af3d617499812cafd587cfc2f818c4af86fe47f0b40c0748149bf49ac28c27f5", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -7189,10 +7194,10 @@ "text": "laktat" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7210,10 +7215,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|daeaafe11755740646d6e93bd13cdf10" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|a85481e2222062101c49a51c587cb249e0018a981f34364c873b5d2c44d5ac38" } }, { - "fullUrl": "Observation/d6b363609ec0f23d45f3c248e196ae1e", + "fullUrl": "Observation/9599c54f483c06cf8c47d7fe2474740dfe5059cff0c831d9c03ad4b77f45bb18", "resource": { "resourceType": "Observation", "meta": { @@ -7228,9 +7233,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.leukozyten_absolut_code.1-leukozyten_absolut", + "value": "9fa0688261056a463fced2c62a991ad775f109daccedbb196218aa0a55e3f407", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -7253,10 +7258,10 @@ "text": "leukozyten_absolut" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7274,10 +7279,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|d6b363609ec0f23d45f3c248e196ae1e" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|9599c54f483c06cf8c47d7fe2474740dfe5059cff0c831d9c03ad4b77f45bb18" } }, { - "fullUrl": "Observation/05cbe513382c2611d7a38f2d9576b026", + "fullUrl": "Observation/4ab4e251c9c6aa416b8a82e971fdda8f83822e7cfc1c81257045b515ac66dbee", "resource": { "resourceType": "Observation", "meta": { @@ -7292,9 +7297,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.lymphozyten_absolut_code.1-lymphozyten_absolut", + "value": "86e8f080c6bd277be583cd0c704bd15a38ddfc420850cf4c2ca89c9d0e382767", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -7317,10 +7322,10 @@ "text": "lymphozyten_absolut" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7338,10 +7343,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|05cbe513382c2611d7a38f2d9576b026" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|4ab4e251c9c6aa416b8a82e971fdda8f83822e7cfc1c81257045b515ac66dbee" } }, { - "fullUrl": "Observation/c788d56370f329e0fc639d441944b966", + "fullUrl": "Observation/d181b60c645aee6379466959982341ebf94c2421af8453ab463f84155451a250", "resource": { "resourceType": "Observation", "meta": { @@ -7356,9 +7361,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.neutrophile_absolut_code.1-neutrophile_absolut", + "value": "042e10dcd2c516956a799096b709ae39968c8d85916c2d5ea84e9be513414067", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -7381,10 +7386,10 @@ "text": "neutrophile_absolut" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7402,10 +7407,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|c788d56370f329e0fc639d441944b966" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|d181b60c645aee6379466959982341ebf94c2421af8453ab463f84155451a250" } }, { - "fullUrl": "Observation/b62ab4cb10abf72c9a392d7f875ee513", + "fullUrl": "Observation/049addea8dfececd432c62b3ec51815c86e4bd36fdbe825a763d42351dda98d9", "resource": { "resourceType": "Observation", "meta": { @@ -7420,9 +7425,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.ptt_code.1-ptt", + "value": "5c3502efa39432b3c856e921892a423888a4309bf150f45549278d1877a90bbf", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -7445,10 +7450,10 @@ "text": "ptt" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7466,10 +7471,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|b62ab4cb10abf72c9a392d7f875ee513" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|049addea8dfececd432c62b3ec51815c86e4bd36fdbe825a763d42351dda98d9" } }, { - "fullUrl": "Observation/438c4a7ca77969f413a05a1a9dfdfb2a", + "fullUrl": "Observation/9a577a36b29cbfe97c73018ab585fa76b8ef63d3ceeec0be6c0102ea91b952a6", "resource": { "resourceType": "Observation", "meta": { @@ -7484,9 +7489,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.thrombozyten_absolut_code.1-thrombozyten_absolut", + "value": "fd268a52c82f4d73ad670d1a1c06aa921de8ef3fba50dd8a25cb646fcf795a5d", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -7509,10 +7514,10 @@ "text": "thrombozyten_absolut" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7530,10 +7535,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|438c4a7ca77969f413a05a1a9dfdfb2a" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|9a577a36b29cbfe97c73018ab585fa76b8ef63d3ceeec0be6c0102ea91b952a6" } }, { - "fullUrl": "Observation/19879eaeb48f6ad089e882c252a7440e", + "fullUrl": "Observation/a557d037084e45d76793a87a6d58a9f3f636ae451dde3dcdcd70c65a226da80c", "resource": { "resourceType": "Observation", "meta": { @@ -7548,9 +7553,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.inr_code.1-inr", + "value": "16c227ac1841c3e0426d318f0cfe367ab6f9ff345e259c3527fcc3553f0aa298", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -7573,10 +7578,10 @@ "text": "inr" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7594,10 +7599,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|19879eaeb48f6ad089e882c252a7440e" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|a557d037084e45d76793a87a6d58a9f3f636ae451dde3dcdcd70c65a226da80c" } }, { - "fullUrl": "Observation/90836f31df913c7c16459ec5e8acbaf5", + "fullUrl": "Observation/2256eb749fe29101fb4b8911dfd9361244e7b381ec73574e124378b4db732f50", "resource": { "resourceType": "Observation", "meta": { @@ -7612,9 +7617,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.serumalbumin_code.1-serumalbumin", + "value": "e18c05ef7844e7938b0164c070aface9e09eb567b12546c9d5fb8319677c109d", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -7637,10 +7642,10 @@ "text": "serumalbumin" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7658,10 +7663,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|90836f31df913c7c16459ec5e8acbaf5" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|2256eb749fe29101fb4b8911dfd9361244e7b381ec73574e124378b4db732f50" } }, { - "fullUrl": "Observation/10ecb6f5122913455d8adc1bec2cc61b", + "fullUrl": "Observation/01e69af4b6e55a908b0de57832570fa15c0fe0c118cd11537fad98c32877278c", "resource": { "resourceType": "Observation", "meta": { @@ -7676,9 +7681,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.antithrombin_iii_code.1-antithrombin_iii", + "value": "5a13579b8ba432b1b44350736c10ba27a32c8943c2122b837c866e55aef829c9", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -7701,10 +7706,10 @@ "text": "antithrombin_iii" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7722,10 +7727,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|10ecb6f5122913455d8adc1bec2cc61b" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|01e69af4b6e55a908b0de57832570fa15c0fe0c118cd11537fad98c32877278c" } }, { - "fullUrl": "Observation/a9e3a6cb462320856852a4a4f1b40451", + "fullUrl": "Observation/400b4f53aa7a8efa3c8c9e2988142070b0230769bf6e24ddd258f62e54fc1fcb", "resource": { "resourceType": "Observation", "meta": { @@ -7740,9 +7745,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.pct_procalcitonin_code.1-pct_procalcitonin", + "value": "6d281ec8bf16beb79be06c2ca91490939cd343146eb67b92cd92c13252ee74f2", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -7765,10 +7770,10 @@ "text": "pct_procalcitonin" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7786,10 +7791,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|a9e3a6cb462320856852a4a4f1b40451" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|400b4f53aa7a8efa3c8c9e2988142070b0230769bf6e24ddd258f62e54fc1fcb" } }, { - "fullUrl": "Observation/69cf7898a72f2ad8134a0a56fcca294e", + "fullUrl": "Observation/9a350e8fdc9f75fc5ebe350ea62e649da16ce7a3b6d79d06922aff0546d43eb5", "resource": { "resourceType": "Observation", "meta": { @@ -7804,9 +7809,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.il6_interleukin_6_code.1-il6_interleukin_6", + "value": "3a431713680062b48bbd3d2a09e3f905b0b799583233828f99c5b17c29922643", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -7829,10 +7834,10 @@ "text": "il6_interleukin_6" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7850,10 +7855,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|69cf7898a72f2ad8134a0a56fcca294e" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|9a350e8fdc9f75fc5ebe350ea62e649da16ce7a3b6d79d06922aff0546d43eb5" } }, { - "fullUrl": "Observation/ab8f04367e154d82937a130774cc7d79", + "fullUrl": "Observation/904dd7099920490fa8d01054b1b77e63dbec880d0f884ce8daedf07ae7876d4b", "resource": { "resourceType": "Observation", "meta": { @@ -7868,9 +7873,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.ntprobnp_code.1-ntprobnp", + "value": "bbed550f9bb9e2c7a15b2a7e788d98490b5490e2fe3cb64742657afa0fc7bb7d", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -7893,10 +7898,10 @@ "text": "ntprobnp" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7914,10 +7919,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|ab8f04367e154d82937a130774cc7d79" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|904dd7099920490fa8d01054b1b77e63dbec880d0f884ce8daedf07ae7876d4b" } }, { - "fullUrl": "Observation/d0c364ae358b5cd6afafbd00d49e5b1e", + "fullUrl": "Observation/0e6fd65e744cda39672d3842cd02d3a00f622c108fa5828b4b659f3aae953c5f", "resource": { "resourceType": "Observation", "meta": { @@ -7932,9 +7937,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.fibrinogen_code.1-fibrinogen", + "value": "6c028a9782dc27422881d0d69c5bdceea5a44e2c5ffa708dd526f154d6eff311", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -7957,10 +7962,10 @@ "text": "fibrinogen" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -7978,10 +7983,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|d0c364ae358b5cd6afafbd00d49e5b1e" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|0e6fd65e744cda39672d3842cd02d3a00f622c108fa5828b4b659f3aae953c5f" } }, { - "fullUrl": "Observation/c03e0a5a1ce3bc2c467bf4c555a496da", + "fullUrl": "Observation/c52bb745fa6802921e43fc642e39c6f47a256dba513d6dad0eefd2b68f69996f", "resource": { "resourceType": "Observation", "meta": { @@ -7996,9 +8001,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.sarsco_v2rtpcr_code.1-sarsco_v2rtpcr_code", + "value": "32e1b9e2897a466a49ae8640f074982f9aa15e0e087d5c906041cae2696174ac", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -8021,10 +8026,10 @@ "text": "SARS-CoV-2-RNA (PCR)" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -8044,10 +8049,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|c03e0a5a1ce3bc2c467bf4c555a496da" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|c52bb745fa6802921e43fc642e39c6f47a256dba513d6dad0eefd2b68f69996f" } }, { - "fullUrl": "Observation/71c3c99f3aa819f15620db902f7bf554", + "fullUrl": "Observation/2221053485108e262d42d40b9df48fba5afe6d0822def1694f9858568f5fb878", "resource": { "resourceType": "Observation", "meta": { @@ -8062,9 +8067,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.sarsco_v2_covid19_ab_ia_ql_code.1-sarsco_v2_covid19_ab_pnl_code", + "value": "dc560191090d4072f7e779f55780dbbfe09887fe1315985beeb5a9acaa183f97", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -8086,10 +8091,10 @@ "text": "sarsco_v2_covid19_ab_pnl" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -8098,30 +8103,30 @@ } ] }, "hasMember": [ { - "reference": "Observation/36aa48a9cf003b80b5d8409b9f84cd4c" + "reference": "Observation/8b68e6b8ce567cdeba68e2ad9a3fc0d6c44ff1afccc89bf1087245668562a18b" }, { - "reference": "Observation/d0defccbd7da3608f83a29d94c81b4a1" + "reference": "Observation/b845f19041973c1db771974f2955de01cf0dc894b363cbd1ff1a3559a622caa8" }, { - "reference": "Observation/1fad7001bef169ba818f8d022e67714e" + "reference": "Observation/e0e47dd420a49109a77e93bfbcadd0820e0f8cdc75adae1baaab487d8853a9b6" }, { - "reference": "Observation/97c5e718cf6dbf4b534c0c9cfc59e614" + "reference": "Observation/0218e3a57f905b1b074f3d084c8f3a2b4763f41babff21855d0dd9ea740ea533" }, { - "reference": "Observation/97bc563b27ce55d0c54eeb23f7ee79e3" + "reference": "Observation/5b9c5e9688d0a54e07c89284146172e4f94ab3b0182792eba608f24692ac76d4" }, { - "reference": "Observation/cbe306564e08d1f48b857a8a4bdd8d08" + "reference": "Observation/3842f30a0dc9a45b98a34b536501fd31c6404097a192a140f4fd8ef271d01f49" }, { - "reference": "Observation/0d7142d3e0a5e68f31be7bd72c68687b" + "reference": "Observation/7923044aceaf70d58a9492c129284c6f5f47cc0351972c0566231ce20bc5d0e6" }, { - "reference": "Observation/34d7542e8550af2e3c4a451ef05ea2fc" + "reference": "Observation/8df65ca4b5de3b13525d5772709c4af6a851585cbf0db0b3e34faf13ebc7f8c6" } ] }, "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|71c3c99f3aa819f15620db902f7bf554" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|2221053485108e262d42d40b9df48fba5afe6d0822def1694f9858568f5fb878" } }, { - "fullUrl": "Observation/36aa48a9cf003b80b5d8409b9f84cd4c", + "fullUrl": "Observation/8b68e6b8ce567cdeba68e2ad9a3fc0d6c44ff1afccc89bf1087245668562a18b", "resource": { "resourceType": "Observation", "meta": { @@ -8136,9 +8141,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.sarsco_v2_covid19_ab_ia_ql_code.1-sarsco_v2_covid19_ab_ia_ql_code", + "value": "61609bc45424ea3b1e68be443ec8aa9c77375d3f8f522f8559ac6454ee82557e", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -8161,10 +8166,10 @@ "text": "sarsco_v2_covid19_ab_ia_ql" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -8182,10 +8187,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|36aa48a9cf003b80b5d8409b9f84cd4c" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|8b68e6b8ce567cdeba68e2ad9a3fc0d6c44ff1afccc89bf1087245668562a18b" } }, { - "fullUrl": "Observation/d0defccbd7da3608f83a29d94c81b4a1", + "fullUrl": "Observation/b845f19041973c1db771974f2955de01cf0dc894b363cbd1ff1a3559a622caa8", "resource": { "resourceType": "Observation", "meta": { @@ -8200,9 +8205,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.sarsco_v2_covid19_ab_ia_qn_code.1-sarsco_v2_covid19_ab_ia_qn_code", + "value": "49b0a2638eefdd4dc8ba61588c6e37ca4243cdeb61a65c762d953eb9e52adccf", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -8225,10 +8230,10 @@ "text": "sarsco_v2_covid19_ab_ia_qn" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -8246,10 +8251,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|d0defccbd7da3608f83a29d94c81b4a1" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|b845f19041973c1db771974f2955de01cf0dc894b363cbd1ff1a3559a622caa8" } }, { - "fullUrl": "Observation/1fad7001bef169ba818f8d022e67714e", + "fullUrl": "Observation/e0e47dd420a49109a77e93bfbcadd0820e0f8cdc75adae1baaab487d8853a9b6", "resource": { "resourceType": "Observation", "meta": { @@ -8264,9 +8269,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.sarsco_v2_covid19_ig_a_ia_ql_code.1-sarsco_v2_covid19_ig_a_ia_ql_code", + "value": "9e0a0f23c00dc44e97c047c20a893547d1bafc289a0bcec7372bad94330f5a2d", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -8289,10 +8294,10 @@ "text": "sarsco_v2_covid19_ig_a_ia_ql" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -8310,10 +8315,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|1fad7001bef169ba818f8d022e67714e" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|e0e47dd420a49109a77e93bfbcadd0820e0f8cdc75adae1baaab487d8853a9b6" } }, { - "fullUrl": "Observation/97c5e718cf6dbf4b534c0c9cfc59e614", + "fullUrl": "Observation/0218e3a57f905b1b074f3d084c8f3a2b4763f41babff21855d0dd9ea740ea533", "resource": { "resourceType": "Observation", "meta": { @@ -8328,9 +8333,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.sarsco_v2_covid19_ig_a_ia_qn_code.1-sarsco_v2_covid19_ig_a_ia_qn_code", + "value": "7337d40170b2a9221ca98afdf4d853440b0a0a59466276723e997a7d784c18c0", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -8353,10 +8358,10 @@ "text": "sarsco_v2_covid19_ig_a_ia_qn" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -8374,10 +8379,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|97c5e718cf6dbf4b534c0c9cfc59e614" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|0218e3a57f905b1b074f3d084c8f3a2b4763f41babff21855d0dd9ea740ea533" } }, { - "fullUrl": "Observation/97bc563b27ce55d0c54eeb23f7ee79e3", + "fullUrl": "Observation/5b9c5e9688d0a54e07c89284146172e4f94ab3b0182792eba608f24692ac76d4", "resource": { "resourceType": "Observation", "meta": { @@ -8392,9 +8397,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.sarsco_v2_covid19_ig_g_ia_ql_code.1-sarsco_v2_covid19_ig_g_ia_ql_code", + "value": "38d6bc38c909822f3ad1d9236e909dec92583be0a4535dd3c24bb52d380eab37", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -8417,10 +8422,10 @@ "text": "sarsco_v2_covid19_ig_g_ia_ql" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -8438,10 +8443,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|97bc563b27ce55d0c54eeb23f7ee79e3" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|5b9c5e9688d0a54e07c89284146172e4f94ab3b0182792eba608f24692ac76d4" } }, { - "fullUrl": "Observation/cbe306564e08d1f48b857a8a4bdd8d08", + "fullUrl": "Observation/3842f30a0dc9a45b98a34b536501fd31c6404097a192a140f4fd8ef271d01f49", "resource": { "resourceType": "Observation", "meta": { @@ -8456,9 +8461,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.sarsco_v2_covid19_ig_g_ia_qn_code.1-sarsco_v2_covid19_ig_g_ia_qn_code", + "value": "a67aa10c7c54af18db7d8127bd6c397f24131e0e1dd99679de52f96c147738ea", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -8481,10 +8486,10 @@ "text": "sarsco_v2_covid19_ig_g_ia_qn" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -8502,10 +8507,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|cbe306564e08d1f48b857a8a4bdd8d08" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|3842f30a0dc9a45b98a34b536501fd31c6404097a192a140f4fd8ef271d01f49" } }, { - "fullUrl": "Observation/0d7142d3e0a5e68f31be7bd72c68687b", + "fullUrl": "Observation/7923044aceaf70d58a9492c129284c6f5f47cc0351972c0566231ce20bc5d0e6", "resource": { "resourceType": "Observation", "meta": { @@ -8520,9 +8525,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.sarsco_v2_covid19_ig_m_ia_ql_code.1-sarsco_v2_covid19_ig_m_ia_ql_code", + "value": "153120ed2d9359c7f4479a3a7ba7a4c3050258d1166087ea949341c9228be7f6", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -8545,10 +8550,10 @@ "text": "sarsco_v2_covid19_ig_m_ia_ql" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -8566,10 +8571,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|0d7142d3e0a5e68f31be7bd72c68687b" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|7923044aceaf70d58a9492c129284c6f5f47cc0351972c0566231ce20bc5d0e6" } }, { - "fullUrl": "Observation/34d7542e8550af2e3c4a451ef05ea2fc", + "fullUrl": "Observation/8df65ca4b5de3b13525d5772709c4af6a851585cbf0db0b3e34faf13ebc7f8c6", "resource": { "resourceType": "Observation", "meta": { @@ -8584,9 +8589,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.laborwerte.1-laborwerte.sarsco_v2_covid19_ig_m_ia_qn_code.1-sarsco_v2_covid19_ig_m_ia_qn_code", + "value": "2de75b1d9b9199605f4a647cdcc48f2982967af5ef5939b82b46d6cd3bbe7d84", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -8609,10 +8614,10 @@ "text": "sarsco_v2_covid19_ig_m_ia_qn" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -8630,10 +8635,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|34d7542e8550af2e3c4a451ef05ea2fc" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|8df65ca4b5de3b13525d5772709c4af6a851585cbf0db0b3e34faf13ebc7f8c6" } }, { - "fullUrl": "MedicationStatement/738644ecbdf2351ad08ad6e914c44d1b", + "fullUrl": "MedicationStatement/d37059a0c4097dba53005019cc349fa9868cf6d3361a4da1c573726d40abbd53", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -8641,7 +8646,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_antipyretika" + "value": "fe8130b7b94ca8889120a3bcf6c1c6b9fd25c077cd7eacc18dcef0df72a7d034" } ], "status": "active", "medicationCodeableConcept": { @@ -8654,17 +8659,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|738644ecbdf2351ad08ad6e914c44d1b" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|d37059a0c4097dba53005019cc349fa9868cf6d3361a4da1c573726d40abbd53" } }, { - "fullUrl": "MedicationStatement/b65dcd2c29be11ec690b1f97170c69ca", + "fullUrl": "MedicationStatement/1908f30301bda86c0170aa9875121f593a761854e591d737bfecbe484aaa8a01", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -8672,7 +8677,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_kortikosteroide" + "value": "4e1d25be60770a648ebfb875be34edce0f66d3f2b253115403861d00ba7ffd41" } ], "status": "active", "medicationCodeableConcept": { @@ -8682,17 +8687,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|b65dcd2c29be11ec690b1f97170c69ca" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|1908f30301bda86c0170aa9875121f593a761854e591d737bfecbe484aaa8a01" } }, { - "fullUrl": "MedicationStatement/f82761d223e1bce214c390ce48fa7a32", + "fullUrl": "MedicationStatement/994c9ff12de973e15605e8cc6806850539efc60e22e9fc4d19f9a054e7040a1c", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -8700,7 +8705,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_atazanavir" + "value": "27069365448fe812cca5b466ff36ae3f172006d1c33906f87b953aa0aa0a380b" } ], "status": "active", "medicationCodeableConcept": { @@ -8710,17 +8715,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|f82761d223e1bce214c390ce48fa7a32" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|994c9ff12de973e15605e8cc6806850539efc60e22e9fc4d19f9a054e7040a1c" } }, { - "fullUrl": "MedicationStatement/82c925220f1b1192b43f8fae91123d4e", + "fullUrl": "MedicationStatement/ae343aba4d1adfe0fd5fb47ce33def0bef1104b1e6943f6a68bab2213edc743e", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -8728,7 +8733,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_darunavir" + "value": "3f6bce6dc4276531596bcc04f5e3dddea53ad74448e7e1444dc8315bb0d1efe5" } ], "status": "active", "medicationCodeableConcept": { @@ -8738,17 +8743,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|82c925220f1b1192b43f8fae91123d4e" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|ae343aba4d1adfe0fd5fb47ce33def0bef1104b1e6943f6a68bab2213edc743e" } }, { - "fullUrl": "MedicationStatement/a8260b3a2712040d97b611829126856c", + "fullUrl": "MedicationStatement/04da91616e58179b7d67d0edfc3f1fcb81b71d0167a26e68c7660e3009e5ed48", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -8756,7 +8761,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_chloroquine_phosphate" + "value": "458ba04f0ed710c1a97faf6b22d380c68ada8ecfb7b45a0a0f35df67d93ef20b" } ], "status": "active", "medicationCodeableConcept": { @@ -8769,17 +8774,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|a8260b3a2712040d97b611829126856c" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|04da91616e58179b7d67d0edfc3f1fcb81b71d0167a26e68c7660e3009e5ed48" } }, { - "fullUrl": "MedicationStatement/66a3a49903b2d6283d00a0612d0021d7", + "fullUrl": "MedicationStatement/36c216d36817853e01bd52350c5e909a59f8290658fd3afe757174c7ca0bffd7", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -8787,7 +8792,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_hydroxychloroquine" + "value": "6847d7bccf6575fdf6ed387207fe4bd0cf292f16f4b1811dc23a0d433605330e" } ], "status": "active", "medicationCodeableConcept": { @@ -8800,17 +8805,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|66a3a49903b2d6283d00a0612d0021d7" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|36c216d36817853e01bd52350c5e909a59f8290658fd3afe757174c7ca0bffd7" } }, { - "fullUrl": "MedicationStatement/8530d5fb33d3a055fc9692e9828f4d75", + "fullUrl": "MedicationStatement/927fe30172f7c05b1101b641bb08989a426f8ad9d613e28968f370148c0008ea", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -8818,7 +8823,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_ivermectin" + "value": "18c3e08b92388c5706ff087c60b153e462efb5f9ecc01796fcd45f074b563e62" } ], "status": "active", "medicationCodeableConcept": { @@ -8834,17 +8839,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|8530d5fb33d3a055fc9692e9828f4d75" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|927fe30172f7c05b1101b641bb08989a426f8ad9d613e28968f370148c0008ea" } }, { - "fullUrl": "MedicationStatement/f1c4170a4a772bd7ef5d706f08aef9e2", + "fullUrl": "MedicationStatement/67cae0d9ab7f9ebf0b8450198ebbee0395c72dac24eb3d02f38fa07864b506d3", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -8852,7 +8857,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_lopinavir_ritonavir" + "value": "acf85759eb75e49820e8a5cc7d6db3e03831649e0b6c8763ffe159682fd77b8d" } ], "status": "active", "medicationCodeableConcept": { @@ -8865,17 +8870,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|f1c4170a4a772bd7ef5d706f08aef9e2" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|67cae0d9ab7f9ebf0b8450198ebbee0395c72dac24eb3d02f38fa07864b506d3" } }, { - "fullUrl": "MedicationStatement/b17d67fee5e95da4d329b8aa34ca3f6d", + "fullUrl": "MedicationStatement/02354e768c7d55e0f00f9adf8df92c118ac515327cce97bfdb45ddafb2b9f273", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -8883,7 +8888,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_ganciclovir" + "value": "61279ae3721e3848cf9f3826d4ffed2c27faed7d5f5bb23a418a368331038eb3" } ], "status": "active", "medicationCodeableConcept": { @@ -8899,17 +8904,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|b17d67fee5e95da4d329b8aa34ca3f6d" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|02354e768c7d55e0f00f9adf8df92c118ac515327cce97bfdb45ddafb2b9f273" } }, { - "fullUrl": "MedicationStatement/466ab6bd182e5feda2b1d7a7aeff6ee0", + "fullUrl": "MedicationStatement/dc5ca9514a1900fd831e64dd532b44048d55a7db6f9cff4f72770613c7820c5d", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -8917,7 +8922,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_oseltamivir" + "value": "75a84055c7daa502296f93b404e0d6ebd7cc9d6a5199791951268ee2e042eec2" } ], "status": "active", "medicationCodeableConcept": { @@ -8930,17 +8935,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|466ab6bd182e5feda2b1d7a7aeff6ee0" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|dc5ca9514a1900fd831e64dd532b44048d55a7db6f9cff4f72770613c7820c5d" } }, { - "fullUrl": "MedicationStatement/d5a099001e02479728054c2808d15d7b", + "fullUrl": "MedicationStatement/583fdd3232a3191df4204ed1da13cd8b30c69a354828e3dfd78c93e5b1791496", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -8948,7 +8953,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_remdesivir" + "value": "903da20a1486cab80e71c8d67ac42859e6b263770d8a6cde0a4473f5f275023f" } ], "status": "active", "medicationCodeableConcept": { @@ -8961,17 +8966,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|d5a099001e02479728054c2808d15d7b" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|583fdd3232a3191df4204ed1da13cd8b30c69a354828e3dfd78c93e5b1791496" } }, { - "fullUrl": "MedicationStatement/f3c1aee6cef1a72302a3a08985d139f2", + "fullUrl": "MedicationStatement/0e57be7937b2688f3315fc07af23a97354b00b9594a7d0e2686abe145049a004", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -8979,7 +8984,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_ribavirin" + "value": "16a7b5939811f66d78bad73fefcb98f957470dcc1542ccf00cdfa824390967d5" } ], "status": "active", "medicationCodeableConcept": { @@ -8992,17 +8997,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|f3c1aee6cef1a72302a3a08985d139f2" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|0e57be7937b2688f3315fc07af23a97354b00b9594a7d0e2686abe145049a004" } }, { - "fullUrl": "MedicationStatement/f40ce9b76c2112d9e538291d6be69534", + "fullUrl": "MedicationStatement/e3842bdb2e1af5750bb3dab3606086e1f75e3fbf5048429420ba79ab131b6b4e", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9010,7 +9015,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_camostat" + "value": "c794d1665915938baeda56be81bc846839a0a89895f5084dfbc738aaf07e6d49" } ], "status": "not-taken", "medicationCodeableConcept": { @@ -9023,17 +9028,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|f40ce9b76c2112d9e538291d6be69534" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|e3842bdb2e1af5750bb3dab3606086e1f75e3fbf5048429420ba79ab131b6b4e" } }, { - "fullUrl": "MedicationStatement/c678f28f5d497d6587faa76efbd77480", + "fullUrl": "MedicationStatement/404b2068e2c98a213445f59752fb7d664ce040726bc6e9146719fd0e87826109", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9041,7 +9046,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_favipiravir" + "value": "8c83f8eba14a08e5c2f08a896fc72d75a4541c6c41d9f51404a6abd2cd041d28" } ], "status": "active", "medicationCodeableConcept": { @@ -9054,17 +9059,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|c678f28f5d497d6587faa76efbd77480" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|404b2068e2c98a213445f59752fb7d664ce040726bc6e9146719fd0e87826109" } }, { - "fullUrl": "MedicationStatement/2cfe06dea473205aa4b55ac50c2b5239", + "fullUrl": "MedicationStatement/21a4c606f315cdb66b737bc1dac2f9e1afc19e639dda555088ad528554e24bf5", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9072,7 +9077,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_convalescent_plasma" + "value": "7355283c4745ca78fbf72c1f7a6c8c2861972d71b4493379b6b85ced9ddacb20" } ], "status": "not-taken", "medicationCodeableConcept": { @@ -9109,17 +9114,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|2cfe06dea473205aa4b55ac50c2b5239" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|21a4c606f315cdb66b737bc1dac2f9e1afc19e639dda555088ad528554e24bf5" } }, { - "fullUrl": "MedicationStatement/2fff8ba7810f13abf56da951ecce5e20", + "fullUrl": "MedicationStatement/767036346917cd43496335ed7525d31d6f1d0eea9dd60b57f050e682dd0dffc1", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9127,7 +9132,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_steroids_gt_05_mg_kg_prednisone_equivalents" + "value": "f2d074b3d4c8d4de974e9d2bd848e91efa1eedaf10eef0094b5b52b0bb59d7ed" } ], "status": "active", "medicationCodeableConcept": { @@ -9137,17 +9142,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|2fff8ba7810f13abf56da951ecce5e20" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|767036346917cd43496335ed7525d31d6f1d0eea9dd60b57f050e682dd0dffc1" } }, { - "fullUrl": "MedicationStatement/8e84ab83f716721f1511115a1559d0c3", + "fullUrl": "MedicationStatement/ff41390c96b93a994294e05b5bae5a9c0f4f2a68d3ac8fb5e9c165b1e66163a4", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9155,7 +9160,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_steroids_lt_05_mg_kg_prednisone_equivalents" + "value": "c65a76d28200e60fd8075bc76cadc3fb4b105f2c595ecf5281c6971ed7be9878" } ], "status": "unknown", "medicationCodeableConcept": { @@ -9165,17 +9170,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|8e84ab83f716721f1511115a1559d0c3" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|ff41390c96b93a994294e05b5bae5a9c0f4f2a68d3ac8fb5e9c165b1e66163a4" } }, { - "fullUrl": "MedicationStatement/7d140cba5db00a82030badcf23cad1cc", + "fullUrl": "MedicationStatement/957142cd1866869c81554f7784dc03dd6f9c8a477c7c62475b3d0f288ed2f8b0", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9183,7 +9188,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_tocilizumab" + "value": "8b24527e6c11dc94e4994dd84da6d7fe68a5638d691e70b7ad28c620c9aa9976" } ], "status": "active", "medicationCodeableConcept": { @@ -9193,17 +9198,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|7d140cba5db00a82030badcf23cad1cc" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|957142cd1866869c81554f7784dc03dd6f9c8a477c7c62475b3d0f288ed2f8b0" } }, { - "fullUrl": "MedicationStatement/0a33e036990066e9249c4e22121eec33", + "fullUrl": "MedicationStatement/d3e90dd2664c6464fee67d866245ee5327fa0d28291b005e79e62693e0bc451b", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9211,7 +9216,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_sarilumab" + "value": "4c52ab1345b060882bd9082ff99aa9005c8e8ad27d84fbde206620f569cdc774" } ], "status": "active", "medicationCodeableConcept": { @@ -9227,17 +9232,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|0a33e036990066e9249c4e22121eec33" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|d3e90dd2664c6464fee67d866245ee5327fa0d28291b005e79e62693e0bc451b" } }, { - "fullUrl": "MedicationStatement/17571b1d79e88d61df8be3af16321744", + "fullUrl": "MedicationStatement/bca06b311050de81a4d53b9742dbedba8483af12cd2b07f8851581f4a429a84a", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9245,27 +9250,30 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus" + "value": "0a46288495acba56617b341ebd9fe86fe3ac6c7370fc0d1751abb48e1427f310" } ], "status": "active", "medicationCodeableConcept": { "coding": [ { "system": "http://fhir.de/CodeSystem/dimdi/atc", "code": "L01XE10" + }, { + "system": "http://fhir.de/CodeSystem/dimdi/atc", + "code": "L04AA18" } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|17571b1d79e88d61df8be3af16321744" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|bca06b311050de81a4d53b9742dbedba8483af12cd2b07f8851581f4a429a84a" } }, { - "fullUrl": "MedicationStatement/a4c1e5ea57e481bc19ee53caf3a10574", + "fullUrl": "MedicationStatement/12991f6fa49355dc1daafcf892f1231b1d29f056da9c35f95715e50684a97446", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9273,7 +9281,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept" + "value": "21ef3caecb15123b656ce7a76a3a36f2bfff0ba6e2e8aa236c4857b077862167" } ], "status": "active", "medicationCodeableConcept": { @@ -9283,17 +9291,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|a4c1e5ea57e481bc19ee53caf3a10574" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|12991f6fa49355dc1daafcf892f1231b1d29f056da9c35f95715e50684a97446" } }, { - "fullUrl": "MedicationStatement/fb26c96ddc5fb7104215b062648162ce", + "fullUrl": "MedicationStatement/7d4b4100fc57058052306e0ea0747ae8c56945527245a41923c07d43759fdaab", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9301,7 +9309,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_il1_receptor_antangonists" + "value": "2bd25268b774348083e97a48acd8626b70c5bac17bb945ee9e81bb184f61b5c5" } ], "status": "active", "medicationCodeableConcept": { @@ -9317,17 +9325,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|fb26c96ddc5fb7104215b062648162ce" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|7d4b4100fc57058052306e0ea0747ae8c56945527245a41923c07d43759fdaab" } }, { - "fullUrl": "MedicationStatement/167d6dfb19a796fdc360bfd892bdf306", + "fullUrl": "MedicationStatement/23daff38f0343a348ea3aedc349e3036f52e9e8779f225700cdea9f2de52d822", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9335,7 +9343,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_ruxolitinib" + "value": "00709c3ccdfcb2e60d6f02fb780e64d3721e29dedc25d32d386cb7a13ebdd284" } ], "status": "active", "medicationCodeableConcept": { @@ -9348,17 +9356,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|167d6dfb19a796fdc360bfd892bdf306" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|23daff38f0343a348ea3aedc349e3036f52e9e8779f225700cdea9f2de52d822" } }, { - "fullUrl": "MedicationStatement/78a5ff941c5a3a644b233df9bc0b2567", + "fullUrl": "MedicationStatement/6928ee08ac8f8fae5f97108d906f929b7aa786eba9784970d926321004ed97fc", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9366,7 +9374,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_colchicine" + "value": "4bf6a858163061489442e2361d95312b7cebbdb07f06e07e1298efa03cef155e" } ], "status": "active", "medicationCodeableConcept": { @@ -9379,17 +9387,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|78a5ff941c5a3a644b233df9bc0b2567" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|6928ee08ac8f8fae5f97108d906f929b7aa786eba9784970d926321004ed97fc" } }, { - "fullUrl": "MedicationStatement/1406d6cd4f8eef4f9c27cd2b0fac4dec", + "fullUrl": "MedicationStatement/ac736ff144e98a924f8ea121743c9e3ac688070c6db1661f746e418fff2336a9", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9397,7 +9405,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_interferone_any" + "value": "202bbf6020d3ec266bacd2b1e6d4141794d603459ead3c236184365ac3c8e7b2" } ], "status": "active", "medicationCodeableConcept": { @@ -9410,17 +9418,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|1406d6cd4f8eef4f9c27cd2b0fac4dec" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|ac736ff144e98a924f8ea121743c9e3ac688070c6db1661f746e418fff2336a9" } }, { - "fullUrl": "MedicationStatement/0e8bb33746d93301ad626c71decf112b", + "fullUrl": "MedicationStatement/16e68974fee2dd04bb889f64817f9935244ea64e0919c812dc3c690cad2ac803", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9428,7 +9436,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_25_hydroxyvitamin_d" + "value": "1a746d39987d6b46bd12600b28cbfa4fad2e38b94f21808acbfba042429705f5" } ], "status": "active", "medicationCodeableConcept": { @@ -9441,17 +9449,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|0e8bb33746d93301ad626c71decf112b" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|16e68974fee2dd04bb889f64817f9935244ea64e0919c812dc3c690cad2ac803" } }, { - "fullUrl": "MedicationStatement/dd7d6def763677e172e59600743462f9", + "fullUrl": "MedicationStatement/767f2942b354f8d0f6d4513e1c92211a3e6182400ca91247a45b45dd6c11475f", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9459,7 +9467,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.covid19therapie_antipyretika.1-covid19therapie_zinc" + "value": "14b4eb4f01e0dbec3a08b345ff5931bfb1402af375f03bf340db3c5de28b4c9b" } ], "status": "active", "medicationCodeableConcept": { @@ -9472,17 +9480,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|dd7d6def763677e172e59600743462f9" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|767f2942b354f8d0f6d4513e1c92211a3e6182400ca91247a45b45dd6c11475f" } }, { - "fullUrl": "MedicationStatement/d65661ae8c7fd7f8ecd7be9b5274813d", + "fullUrl": "MedicationStatement/084538c0fbaf07c2beda096ac6d6e70da4bf4e36fa79f972968a9d6422ef471a", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9490,7 +9498,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.acehemmer_code.1-acehemmer_code" + "value": "ac16efc02877f307fe38210a2fb894b9f8983b22638abe03b5bfd0cef1b86121" } ], "status": "active", "medicationCodeableConcept": { @@ -9501,17 +9509,17 @@ "text": "ACE inhibitors" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|d65661ae8c7fd7f8ecd7be9b5274813d" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|084538c0fbaf07c2beda096ac6d6e70da4bf4e36fa79f972968a9d6422ef471a" } }, { - "fullUrl": "MedicationStatement/f62da31eea0c8d9ac28284329f3d80d5", + "fullUrl": "MedicationStatement/888a44bd652d41c11c7a1f147014d167595a0a75bdd2a1eb13e50c2539e115ca", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9519,7 +9527,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.immunglobuline_code.1-immunglobuline_code" + "value": "4fd27920b359881dcea38a788d361a688baefd34e616b8b5ca623dcc5862f6f0" } ], "status": "active", "medicationCodeableConcept": { @@ -9530,17 +9538,17 @@ "text": "immunoglobulins" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|f62da31eea0c8d9ac28284329f3d80d5" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|888a44bd652d41c11c7a1f147014d167595a0a75bdd2a1eb13e50c2539e115ca" } }, { - "fullUrl": "MedicationStatement/6d5d8b131ae1f26022f63358e6e11eb6", + "fullUrl": "MedicationStatement/93caf80a7133c8002de0146f989c943bc863fedafa2ed84d1a9308ebd1ae773c", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9548,7 +9556,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.antikoagulation_unfraktioniertes_heparin.1-antikoagulation_unfraktioniertes_heparin" + "value": "6852ee82714065e96fcb8ce836038ef13c543f937e68153b3f862eef62128cc7" } ], "status": "active", "medicationCodeableConcept": { @@ -9561,7 +9569,7 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00", "reasonCode": [ { @@ -9575,10 +9583,10 @@ "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|6d5d8b131ae1f26022f63358e6e11eb6" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|93caf80a7133c8002de0146f989c943bc863fedafa2ed84d1a9308ebd1ae773c" } }, { - "fullUrl": "MedicationStatement/466fd11e68703367b25dd0074b0dcc0b", + "fullUrl": "MedicationStatement/ff8be5245624b012b0fae90be7c087497d46b6ba9b077ea5c79d8d66dbe40bbe", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9586,7 +9594,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.antikoagulation_unfraktioniertes_heparin.1-antikoagulation_niedermolekulares_heparin" + "value": "76128495a14208a4b3f8f636701d29e351210a122bacd40609f22e962496ffcb" } ], "status": "active", "medicationCodeableConcept": { @@ -9599,7 +9607,7 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00", "reasonCode": [ { @@ -9613,10 +9621,10 @@ "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|466fd11e68703367b25dd0074b0dcc0b" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|ff8be5245624b012b0fae90be7c087497d46b6ba9b077ea5c79d8d66dbe40bbe" } }, { - "fullUrl": "MedicationStatement/40e9558eb38ea601648718b7a10e4aa6", + "fullUrl": "MedicationStatement/f88c406f9d70a7b6c3e61306523aabbf1c3110469b1ddf15875708a3430dd926", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9624,7 +9632,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.antikoagulation_unfraktioniertes_heparin.1-antikoagulation_argatroban" + "value": "591ff1ae566e09ce0b52a1cb1ab14de877fa40b11870e9a687edc7c2a818392b" } ], "status": "not-taken", "medicationCodeableConcept": { @@ -9637,7 +9645,7 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00", "reasonCode": [ { @@ -9651,10 +9659,10 @@ "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|40e9558eb38ea601648718b7a10e4aa6" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|f88c406f9d70a7b6c3e61306523aabbf1c3110469b1ddf15875708a3430dd926" } }, { - "fullUrl": "MedicationStatement/334462f597acdf650fc01fbafb7fd36f", + "fullUrl": "MedicationStatement/24b5e2dbdbba480d1ca867a5fd9640754e772fa3fc6125a43763edaf3e4717c6", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9662,7 +9670,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.antikoagulation_unfraktioniertes_heparin.1-antikoagulation_plaettchenaggregationshemmer" + "value": "23dc118e70e3a726c23a1d3d8fb528f6b977afe8ff6df59fc95dfeec7fe780a9" } ], "status": "active", "medicationCodeableConcept": { @@ -9675,7 +9683,7 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00", "reasonCode": [ { @@ -9689,10 +9697,10 @@ "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|334462f597acdf650fc01fbafb7fd36f" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|24b5e2dbdbba480d1ca867a5fd9640754e772fa3fc6125a43763edaf3e4717c6" } }, { - "fullUrl": "MedicationStatement/9b8e2ab5561737dbaf9d1cd58f95e568", + "fullUrl": "MedicationStatement/0ba7ef9612e1ade4f83bb104cfc609d4edf11ccd046379d6524559a973f189ef", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9700,7 +9708,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.antikoagulation_unfraktioniertes_heparin.1-antikoagulation_danaparoid" + "value": "1534b01f85a630d567ad31a4e4bb723bf34e2bd45a27f59f746596e6d53c3963" } ], "status": "unknown", "medicationCodeableConcept": { @@ -9713,7 +9721,7 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00", "reasonCode": [ { @@ -9727,10 +9735,10 @@ "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|9b8e2ab5561737dbaf9d1cd58f95e568" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|0ba7ef9612e1ade4f83bb104cfc609d4edf11ccd046379d6524559a973f189ef" } }, { - "fullUrl": "MedicationStatement/dfff4e5c14f1f27bb51c5cb3ad3ba811", + "fullUrl": "MedicationStatement/a553b0206b52d463f490cca3da0702386ff30de3a18d9497b18831af550c78ba", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9738,7 +9746,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.antikoagulation_unfraktioniertes_heparin.1-antikoagulation_phenprocoumon" + "value": "caedd7d36aa79cecd9474296ff925b18b37d1788d7fdf4ec9045aa79eb57f8b2" } ], "status": "active", "medicationCodeableConcept": { @@ -9751,7 +9759,7 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00", "reasonCode": [ { @@ -9765,10 +9773,10 @@ "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|dfff4e5c14f1f27bb51c5cb3ad3ba811" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|a553b0206b52d463f490cca3da0702386ff30de3a18d9497b18831af550c78ba" } }, { - "fullUrl": "MedicationStatement/ed1a6e19bd697e1a9de4f0faf575bf7c", + "fullUrl": "MedicationStatement/b8b78c28f7c53685f195550b0de1e651dd36c8f17064f5e602b1131b5a1386fb", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9776,7 +9784,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.antikoagulation_unfraktioniertes_heparin.1-antikoagulation_doak" + "value": "360294e5f463a73d90c92d346c23e9ca64e82177ab22b01045d36c5a3a261c54" } ], "status": "not-taken", "medicationCodeableConcept": { @@ -9792,7 +9800,7 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00", "reasonCode": [ { @@ -9806,10 +9814,10 @@ "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|ed1a6e19bd697e1a9de4f0faf575bf7c" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|b8b78c28f7c53685f195550b0de1e651dd36c8f17064f5e602b1131b5a1386fb" } }, { - "fullUrl": "MedicationStatement/32de7959247fc3c3f4450cd689026e7b", + "fullUrl": "MedicationStatement/d21fca29f363c812852d2f762f7af3a714919ea6b860545f834e8ce95ffe60c3", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9817,7 +9825,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.1-medikation.antikoagulation_unfraktioniertes_heparin.1-antikoagulation_sonstige" + "value": "116000b77dcd3240a9b84044467105a3323728a11edccb972c485557406e35c7" } ], "status": "not-taken", "medicationCodeableConcept": { @@ -9827,7 +9835,7 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-07-14T14:45:00+00:00", "reasonCode": [ { @@ -9841,10 +9849,10 @@ "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|32de7959247fc3c3f4450cd689026e7b" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|d21fca29f363c812852d2f762f7af3a714919ea6b860545f834e8ce95ffe60c3" } }, { - "fullUrl": "MedicationStatement/d311b1ac3dd07e4d5903d709fd9d83bb", + "fullUrl": "MedicationStatement/b91328d213a3875e77e40424bf55af11b01bf3abecd8962ad0e9dc9776ac0091", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9852,7 +9860,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.2-medikation.covid19therapie_antipyretika.1-covid19therapie_antipyretika" + "value": "d95bd6a8b539a0fa0665ff760be0f8099e88e5395e9aa0e93d6904f36e6c357e" } ], "status": "not-taken", "medicationCodeableConcept": { @@ -9865,17 +9873,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-09-24T09:31:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|d311b1ac3dd07e4d5903d709fd9d83bb" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|b91328d213a3875e77e40424bf55af11b01bf3abecd8962ad0e9dc9776ac0091" } }, { - "fullUrl": "MedicationStatement/3d8b08e728fe049b1832b8f97571c5cc", + "fullUrl": "MedicationStatement/16bc8b496eb0015a210f5b049d8ed633ba49a5e898113eceb2b82a763e0dfebe", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9883,7 +9891,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.2-medikation.covid19therapie_antipyretika.1-covid19therapie_kortikosteroide" + "value": "ed352d3cb27dfa5ffd291b9fba4de79aa0376db5002aa4f725d40063e4f65dd7" } ], "status": "active", "medicationCodeableConcept": { @@ -9911,17 +9919,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-09-24T09:31:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|3d8b08e728fe049b1832b8f97571c5cc" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|16bc8b496eb0015a210f5b049d8ed633ba49a5e898113eceb2b82a763e0dfebe" } }, { - "fullUrl": "MedicationStatement/f38ae64c09804ab0a51d1a2f5796d4fc", + "fullUrl": "MedicationStatement/cb67e30bbf18abbff27d57625f8eec6ca3644ded9235890d8b8c3910a0816503", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9929,7 +9937,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.2-medikation.covid19therapie_antipyretika.1-covid19therapie_atazanavir" + "value": "100c203caec949bf24d79f22595492ab2df760e16fd19214b8113cad24c35736" } ], "status": "not-taken", "medicationCodeableConcept": { @@ -9948,17 +9956,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-09-24T09:31:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|f38ae64c09804ab0a51d1a2f5796d4fc" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|cb67e30bbf18abbff27d57625f8eec6ca3644ded9235890d8b8c3910a0816503" } }, { - "fullUrl": "MedicationStatement/f5acfb6dbf038402a408c03fd8289d2d", + "fullUrl": "MedicationStatement/d17523bc70f16281cb92e1d606befc203470e423d539bf55184becc4354eca7a", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9966,7 +9974,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.2-medikation.covid19therapie_antipyretika.1-covid19therapie_colchicine" + "value": "e3f2c12cd34b99b078de5e8e06c67d95b5768a4ef0c1177d2593d5dc473698aa" } ], "status": "active", "medicationCodeableConcept": { @@ -9979,17 +9987,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-09-24T09:31:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|f5acfb6dbf038402a408c03fd8289d2d" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|d17523bc70f16281cb92e1d606befc203470e423d539bf55184becc4354eca7a" } }, { - "fullUrl": "MedicationStatement/ece97efdf3dbf61d9e00a353e6c3767e", + "fullUrl": "MedicationStatement/3c32ff3309e804ad0eeb6116183c29cfc704ef66d36068aeb7d12169e7c0419d", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -9997,7 +10005,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.2-medikation.covid19therapie_antipyretika.1-covid19therapie_zinc" + "value": "e625cfe254ae2d88b588bae09ac806c4becf6a28a9b13cf49a3ccceb291329c2" } ], "status": "active", "medicationCodeableConcept": { @@ -10010,17 +10018,17 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-09-24T09:31:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|ece97efdf3dbf61d9e00a353e6c3767e" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|3c32ff3309e804ad0eeb6116183c29cfc704ef66d36068aeb7d12169e7c0419d" } }, { - "fullUrl": "MedicationStatement/2e2da5b5c2bc3906bddf943751549995", + "fullUrl": "MedicationStatement/07821bed2cf6157b024ef344e9eb427b2a61ba7c2d9d3afe631085236b398ba4", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -10028,7 +10036,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.2-medikation.acehemmer_code.1-acehemmer_code" + "value": "b8d97897c1224488766c4c19e490fa7212b9d29d628dcce80df560b153862b6f" } ], "status": "not-taken", "medicationCodeableConcept": { @@ -10039,17 +10047,17 @@ "text": "ACE inhibitors" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-09-24T09:31:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|2e2da5b5c2bc3906bddf943751549995" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|07821bed2cf6157b024ef344e9eb427b2a61ba7c2d9d3afe631085236b398ba4" } }, { - "fullUrl": "MedicationStatement/00bb50daaf33f7970f2c8804179977aa", + "fullUrl": "MedicationStatement/a56440c8145ecdb755cceb0b5f61b29af66f394c0c1dcea37fe6076b61993a62", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -10057,7 +10065,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.2-medikation.immunglobuline_code.1-immunglobuline_code" + "value": "24034d7a8d1d8b7c7d05d5ad1a0babcf2f1b2a7974974bee07f18b73e97b077f" } ], "status": "active", "medicationCodeableConcept": { @@ -10068,17 +10076,17 @@ "text": "immunoglobulins" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-09-24T09:31:00+00:00" }, "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|00bb50daaf33f7970f2c8804179977aa" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|a56440c8145ecdb755cceb0b5f61b29af66f394c0c1dcea37fe6076b61993a62" } }, { - "fullUrl": "MedicationStatement/c461ea66b4e42f85cc49bafa682937be", + "fullUrl": "MedicationStatement/f35c6b40238db2976a6271bbc8734e4490a13b68d65c7af6fca75db04f48a85e", "resource": { "resourceType": "MedicationStatement", "meta": { @@ -10086,7 +10094,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId", - "value": "1-Event.1_fall_arm_1.1-Form.medikation.2-medikation.antikoagulation_unfraktioniertes_heparin.1-antikoagulation_unfraktioniertes_heparin" + "value": "3eaf95f216b48b047d5d0d620c8ac0a5aa02054ddf0b3666b89f61a105a9bf8a" } ], "status": "not-taken", "medicationCodeableConcept": { @@ -10102,7 +10110,7 @@ } ] }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "effectiveDateTime": "2020-09-24T09:31:00+00:00", "reasonCode": [ { @@ -10116,10 +10124,10 @@ "request": { "method": "POST", "url": "MedicationStatement", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|c461ea66b4e42f85cc49bafa682937be" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/medicationstatementId|f35c6b40238db2976a6271bbc8734e4490a13b68d65c7af6fca75db04f48a85e" } }, { - "fullUrl": "Observation/b6203461a5df4697fdf3e5e86c66d40e", + "fullUrl": "Observation/5c4241b84ed112a9c801bd4c9e8b2e6446be2ed615f6fd5d14d5745d0a4c9b1f", "resource": { "resourceType": "Observation", "meta": { @@ -10134,9 +10142,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.vitalparameter.1-vitalparameter.pa_co2_code.1-pa_co2_code", + "value": "a2ddf9014950cf3e5b719fddf1056a2041398029e1de838e5a0b573fb48a890d", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -10163,10 +10171,10 @@ "text": "Carbon dioxide [Partial pressure] in blood" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -10184,10 +10192,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|b6203461a5df4697fdf3e5e86c66d40e" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|5c4241b84ed112a9c801bd4c9e8b2e6446be2ed615f6fd5d14d5745d0a4c9b1f" } }, { - "fullUrl": "Observation/c6fdecd3782aaff9e683305101191245", + "fullUrl": "Observation/2b51d3c82907d6acaec1715dd4a86564538f1ffeaf21be39818dc9b142c1226f", "resource": { "resourceType": "Observation", "meta": { @@ -10202,9 +10210,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.vitalparameter.1-vitalparameter.pa_o2_code.1-pa_o2_code", + "value": "8268ceb39d63610428f2295343be4c2ac7e5d70ec0a9938516852a4f64e83b17", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -10231,10 +10239,10 @@ "text": "Oxygen [Partial pressure] in blood" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -10252,10 +10260,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|c6fdecd3782aaff9e683305101191245" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|2b51d3c82907d6acaec1715dd4a86564538f1ffeaf21be39818dc9b142c1226f" } }, { - "fullUrl": "Observation/c1f61168b1b3225745c1ff64280fe576", + "fullUrl": "Observation/4e301974befb8bc35ee679011fd5498f8d2ed9aa2ab6b99baef4532e4dc2750b", "resource": { "resourceType": "Observation", "meta": { @@ -10270,9 +10278,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.vitalparameter.1-vitalparameter.fi_o2_code.1-fi_o2_code", + "value": "78c452a2d29ae3490bd51e43491f683bbc095eb723a19c59fd81896d878db639", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -10302,10 +10310,10 @@ "text": "Oxygen [Partial pressure] in blood" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -10323,10 +10331,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|c1f61168b1b3225745c1ff64280fe576" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|4e301974befb8bc35ee679011fd5498f8d2ed9aa2ab6b99baef4532e4dc2750b" } }, { - "fullUrl": "Observation/89880d99ff5c2e29db82b82203e4e295", + "fullUrl": "Observation/f8ddd5861e257cccb84fe8be27f6c9fb46314cddfbbdcdc3baefc3ce361df730", "resource": { "resourceType": "Observation", "meta": { @@ -10341,9 +10349,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.vitalparameter.1-vitalparameter.p_hwert_code.1-p_hwert_code", + "value": "724eafa7dea2c937325bf74bf54019b2bddccf343d0023fbb285b2a179d1caba", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -10370,10 +10378,10 @@ "text": "pH of Blood" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -10391,10 +10399,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|89880d99ff5c2e29db82b82203e4e295" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|f8ddd5861e257cccb84fe8be27f6c9fb46314cddfbbdcdc3baefc3ce361df730" } }, { - "fullUrl": "Observation/c6f6bb4c56362d1fa454ecce2c8e2f91", + "fullUrl": "Observation/1d14560e70cab0038bfb5cc8c827f63ad6028e3c6309ee57486b72fa70b4e80d", "resource": { "resourceType": "Observation", "meta": { @@ -10409,9 +10417,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.vitalparameter.1-vitalparameter.sofa_score_resp.1-sofa_total_score", + "value": "97a7c0af80d30d4d5904e4b0f14ba795467e6f40d910d743bf98079cb0a2ca67", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -10431,10 +10439,10 @@ "text": "Sepsis-related organ failure assessment score" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -10550,10 +10558,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|c6f6bb4c56362d1fa454ecce2c8e2f91" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|1d14560e70cab0038bfb5cc8c827f63ad6028e3c6309ee57486b72fa70b4e80d" } }, { - "fullUrl": "Observation/6f250b44c463792c053abb52996fdea7", + "fullUrl": "Observation/1e0a4e4a9c8385aad043f13665fb81395d6a4eda1792fd1d95b77ccd14241f9f", "resource": { "resourceType": "Observation", "meta": { @@ -10568,9 +10576,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.vitalparameter.1-vitalparameter.atemfrequenz_code.1-atemfrequenz_code", + "value": "1d29c16f2bd8d4177114ea172c32f1f5231791ceb087db66c119031e0444a427", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -10592,10 +10600,10 @@ "text": "Respiratory rate" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -10613,10 +10621,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|6f250b44c463792c053abb52996fdea7" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|1e0a4e4a9c8385aad043f13665fb81395d6a4eda1792fd1d95b77ccd14241f9f" } }, { - "fullUrl": "Observation/29c562a8deefb0ea52e80de99ad8c42e", + "fullUrl": "Observation/2e8080cc4ada4ed7598d8ef06d6c6cbe5f6c6026061e9de0be14514e8c9ebdb4", "resource": { "resourceType": "Observation", "meta": { @@ -10631,9 +10639,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.vitalparameter.1-vitalparameter.blutdruck_systolisch_code.1-blutdruck_systolisch_code", + "value": "503d5585d713fcd7af7ca538ed6d9cd387dbc583d53594daa6f5e23e7bc6a606", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -10657,10 +10665,10 @@ "text": "Blood pressure" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -10707,10 +10715,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|29c562a8deefb0ea52e80de99ad8c42e" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|2e8080cc4ada4ed7598d8ef06d6c6cbe5f6c6026061e9de0be14514e8c9ebdb4" } }, { - "fullUrl": "Observation/695442d147cccc0c169b6748ec0359c0", + "fullUrl": "Observation/f7a80f35576fb6befe177da590af0e67cafcc59868c74e749d9f809760d3ed0a", "resource": { "resourceType": "Observation", "meta": { @@ -10725,9 +10733,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.vitalparameter.1-vitalparameter.herzfrequenz_code.1-herzfrequenz_code", + "value": "1160f7d04fa3f9df8e16e789d2983e118a611b7a8c69e1a2db6da917b30887a6", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -10749,10 +10757,10 @@ "text": "Heart rate" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -10770,10 +10778,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|695442d147cccc0c169b6748ec0359c0" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|f7a80f35576fb6befe177da590af0e67cafcc59868c74e749d9f809760d3ed0a" } }, { - "fullUrl": "Observation/e5f9c86eafe6e1af1bcb9d442d9ec2ce", + "fullUrl": "Observation/03ff5b04b2752cc6d0dda27fe91005d406ec33211ce5a15bfd6178b461799588", "resource": { "resourceType": "Observation", "meta": { @@ -10788,9 +10796,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.vitalparameter.1-vitalparameter.korpertemperatur_code.1-korpertemperatur_code", + "value": "e78743d22b840044e8833313fb1ddc66488dadcefe7049a25738f9af08275f52", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -10812,10 +10820,10 @@ "text": "Body temperature" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -10833,10 +10841,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|e5f9c86eafe6e1af1bcb9d442d9ec2ce" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|03ff5b04b2752cc6d0dda27fe91005d406ec33211ce5a15bfd6178b461799588" } }, { - "fullUrl": "Observation/943c5d6bde4edbfad3f4621b37fba924", + "fullUrl": "Observation/cf759c91af7e59efc698c66842f2ef3bd097ecb764d6cc6129b9ec32711e82ee", "resource": { "resourceType": "Observation", "meta": { @@ -10851,9 +10859,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.1_fall_arm_1.1-Form.vitalparameter.1-vitalparameter.periphere_sauerstoffsattigung_code.1-periphere_sauerstoffsattigung_code", + "value": "6fd01fe5ded6b97e54bb7ac75fee0ccd8da5978b4664141de8633647b3f29b87", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -10881,10 +10889,10 @@ "text": "Oxygen saturation in Arterial blood" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "encounter": { - "reference": "Encounter/68b157940b50eb031e94379dbbc96f0c" + "reference": "Encounter/bfe848c03147029698806244d29b00e6aba276e4055eeac741f15350f8001a7e" }, "_effectiveDateTime": { "extension": [ { @@ -10902,10 +10910,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|943c5d6bde4edbfad3f4621b37fba924" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|cf759c91af7e59efc698c66842f2ef3bd097ecb764d6cc6129b9ec32711e82ee" } }, { - "fullUrl": "Consent/e2e78e1c85111f2d58b7185f9f6e60b4", + "fullUrl": "Consent/37a35adcb4e0fb956d64ef9eee78a680fc78cbef52674d2362a1b627274ba5a4", "resource": { "resourceType": "Consent", "meta": { @@ -10913,7 +10921,7 @@ }, "identifier": [ { "system": "https://mein.krankenhaus.de/fhir/NamingSystem/consentId", - "value": "1-Event.basisdaten_arm_1.1-Form.einwilligungserklaerung_mii_broad_consent.1-einwilligungserklaerung_mii_broad_consent.miibc_dat_dok.1-miibc_consent_status" + "value": "64a898b0578d0817c109b2b0169acc86a073b569cabc8f158e7eb2057b84a1ec" } ], "status": "active", "scope": { @@ -10930,11 +10938,11 @@ } ] } ], "patient": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "dateTime": "2020-12-11", "organization": [ { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } ], "policy": [ { "uri": "https://www.medizininformatik-initiative.de/sites/default/files/2020-04/MII_AG-Consent_Einheitlicher-Mustertext_v1.6d.pdf" @@ -11042,10 +11050,10 @@ "request": { "method": "POST", "url": "Consent", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/consentId|e2e78e1c85111f2d58b7185f9f6e60b4" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/consentId|37a35adcb4e0fb956d64ef9eee78a680fc78cbef52674d2362a1b627274ba5a4" } }, { - "fullUrl": "Observation/093423f0996ef856f3357f1004b48ae8", + "fullUrl": "Observation/221251055ffcb49cb1cbfab1776cc8acbaa4ef1eb8662bf4d6e0191f406dda0d", "resource": { "resourceType": "Observation", "meta": { @@ -11060,9 +11068,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.basisdaten_arm_1.1-Form.studieneinschluss_einschlusskriterien.1-studieneinschluss_einschlusskriterien.covid19_aufnahme_code.1-covid19_aufnahme", + "value": "56871452055d192f65baa038c85d2035aaa50ffafbb9fcec99a26d21df24b614", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -11082,7 +11090,7 @@ "text": "Confirmed Covid-19 diagnosis as main reason for enrolment in the study" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "_effectiveDateTime": { "extension": [ { @@ -11100,10 +11108,10 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|093423f0996ef856f3357f1004b48ae8" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|221251055ffcb49cb1cbfab1776cc8acbaa4ef1eb8662bf4d6e0191f406dda0d" } }, { - "fullUrl": "Observation/1d82f3cb1072e66dbc76399a72608b38", + "fullUrl": "Observation/c90484569f65d366fe5faa96a089c2dcd168c27b6728e64698c602ac4ec87681", "resource": { "resourceType": "Observation", "meta": { @@ -11118,9 +11126,9 @@ } ] }, "system": "https://mein.krankenhaus.de/fhir/NamingSystem/observationId", - "value": "1-Event.basisdaten_arm_1.1-Form.studieneinschluss_einschlusskriterien.1-studieneinschluss_einschlusskriterien.interventionelle_studienteilnahme_code.1-interventionelle_studienteilnahme", + "value": "1f23ac86ce80c2424183da9c578c64c4876afc52ab3a2fb3796f6285a66f66ac", "assigner": { - "reference": "Organization/7bf3ad593927360881a2fe7425317511" + "reference": "Organization/3a4f3433bce81181bad2d8e0b8fafccf7dc800bc06f29be73dcb38b750a48f9a" } } ], "status": "final", @@ -11140,7 +11148,7 @@ "text": "Has the patient participated in one or more interventional clinical trials?" }, "subject": { - "reference": "Patient/5f58baa651c0c48667912fc2b6580b4b" + "reference": "Patient/b992a5a1c826a2d70b8da9c25c2bbd39f0e61c89c8a96d2c5436185041802643" }, "_effectiveDateTime": { "extension": [ { @@ -11158,7 +11166,7 @@ "request": { "method": "POST", "url": "Observation", - "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|1d82f3cb1072e66dbc76399a72608b38" + "ifNoneExist": "identifier=https://mein.krankenhaus.de/fhir/NamingSystem/observationId|c90484569f65d366fe5faa96a089c2dcd168c27b6728e64698c602ac4ec87681" } } ] } \ No newline at end of file diff --git a/testDataToUnitTest.py b/testDataToUnitTest.py index 8625609..adae00f 100644 --- a/testDataToUnitTest.py +++ b/testDataToUnitTest.py @@ -6,14 +6,23 @@ scriptDir = os.path.dirname(os.path.realpath(__file__)) testCasesDir = os.path.join(scriptDir, "testCases") -with open(os.path.join(scriptDir, "TermCodeMapping.json")) as mapping_file: +with open(os.path.join(scriptDir, "codex-term-code-mapping.json")) as mapping_file: mapping_json = json.load(mapping_file) for mapping in mapping_json: mapped_term_codes.append(TermCode(**mapping['key'])) +def safe_get(dictionary, *keys): + for key in keys: + try: + dictionary = dictionary[key] + except KeyError: + return None + return dictionary + + def generate_unit_test(bundle): - os.makedirs(testCasesDir, exist_ok = True) + os.makedirs(testCasesDir, exist_ok=True) for entry in bundle["entry"]: resource = entry["resource"] @@ -22,7 +31,12 @@ def generate_unit_test(bundle): if resource_type == "Condition": sq = generate_condition_sq(resource) elif resource_type == "Observation": - sq = generate_observation_sq(resource) + if (profile := safe_get(resource, "meta", "profile")[0].split("/")[-1]) == "history-of-travel": + sq = generate_history_of_travel_sq(resource) + elif (profile := safe_get(resource, "meta", "profile")[0].split("/")[-1]) == "sofa-score": + sq = generate_sofa_score_sq(resource) + else: + sq = generate_observation_sq(resource) elif resource_type == "Immunization": sq = generate_immunization_sq(resource) elif resource_type == "MedicationStatement": @@ -48,15 +62,18 @@ def generate_unit_test(bundle): else: print(resource_type) continue + if not sq: + continue sq.version = "http://to_be_decided.com/draft-1/schema#" write_sq_to_file(sq, resource) -def write_sq_to_file(structured_query, resource, file_name = None): +def write_sq_to_file(structured_query, resource, file_name=None): if file_name: file = open(os.path.join(testCasesDir, file_name + ".json"), 'w') else: - file = open(os.path.join(testCasesDir, resource["identifier"][0]["value"].split(".")[-1] + ".json"), 'w') + file = open(os.path.join(testCasesDir, resource["meta"]["profile"][0].split("/")[-1] + "-" + + resource["identifier"][0]["value"].split(".")[-1] + ".json"), 'w') file.write(structured_query.to_json()) file.close() @@ -70,7 +87,8 @@ def generate_age_sq(patient_resource): age_term_code = TermCode("http://snomed.info/sct", "424144002", "Current chronological age (" "observable entity)") value_filter = generate_comparator_filter(nested_extension["valueAge"]) - age_sq.inclusionCriteria.append(Criterion(age_term_code, value_filter)) + age_sq.inclusionCriteria.append([Criterion(age_term_code, value_filter)]) + break return age_sq @@ -81,23 +99,33 @@ def generate_ethnic_group_sq(patient_resource): ethnic_group_term_code = TermCode("http://snomed.info/sct", "372148003", "Ethnic group (ethnic group)") value_coding = extension["valueCoding"] value_filter = ConceptFilter([TermCode(value_coding["system"], value_coding["code"], "")]) - ethnic_group_sq.inclusionCriteria.append(Criterion(ethnic_group_term_code, value_filter)) + ethnic_group_sq.inclusionCriteria.append([Criterion(ethnic_group_term_code, value_filter)]) break return ethnic_group_sq def generate_condition_sq(condition_resource): + if "modifierExtension" in condition_resource: + return None + if "verificationStatus" in condition_resource and not any( + coding["code"] == "confirmed" for coding in condition_resource["verificationStatus"]["coding"]): + return None condition_sq = StructuredQuery() + semantic_equivalent = [] for coding_term_code in get_term_codes(condition_resource["code"]["coding"]): value_filter = None if "severity" in condition_resource: value_filter = generate_concept_filter(condition_resource["severity"]) - condition_sq.inclusionCriteria.append(Criterion(coding_term_code, value_filter)) + semantic_equivalent.append(Criterion(coding_term_code, value_filter)) + condition_sq.inclusionCriteria.append(semantic_equivalent) return condition_sq def generate_observation_sq(observation_resource): + if "hasMember" in observation_resource: + return None observation_sq = StructuredQuery() + semantic_equivalent = [] for coding_term_code in get_term_codes(observation_resource["code"]["coding"]): value_filter = ValueFilter if "valueCodeableConcept" in observation_resource: @@ -106,7 +134,8 @@ def generate_observation_sq(observation_resource): value_filter = generate_comparator_filter(observation_resource["valueQuantity"]) else: value_filter = None - observation_sq.inclusionCriteria.append(Criterion(coding_term_code, value_filter)) + semantic_equivalent.append(Criterion(coding_term_code, value_filter)) + observation_sq.inclusionCriteria.append(semantic_equivalent) return observation_sq @@ -118,32 +147,64 @@ def generate_comparator_filter(quantity_value): return QuantityComparatorFilter("eq", quantity_value["value"], Unit(quantity_value["code"], quantity_value["unit"])) +def generate_term_code_sq(coding): + sq = StructuredQuery() + semantic_equivalent = [] + for coding_term_code in get_term_codes(coding): + semantic_equivalent.append(Criterion(coding_term_code, None)) + sq.inclusionCriteria.append(semantic_equivalent) + return sq + + +def generate_sofa_score_sq(sofa_resource): + sofa_sq = StructuredQuery() + for coding_term_code in get_term_codes(sofa_resource["code"]["coding"]): + value_filter = ValueFilter + if "valueInteger" in sofa_resource: + value_filter = QuantityComparatorFilter("eq", sofa_resource["valueInteger"], None) + sofa_sq.inclusionCriteria.append([Criterion(coding_term_code, value_filter)]) + break + return sofa_sq + + def generate_immunization_sq(immunization_resource): - immunization_sq = StructuredQuery() - for coding_term_code in get_term_codes(immunization_resource["vaccineCode"]["coding"]): - immunization_sq.inclusionCriteria.append(Criterion(coding_term_code, None)) - return immunization_sq + if immunization_resource["status"] != "completed": + return None + return generate_term_code_sq(immunization_resource["vaccineCode"]["coding"]) def generate_medication_statement_sq(medication_statement_resource): - medication_statement_sq = StructuredQuery() - for coding_term_code in get_term_codes(medication_statement_resource["medicationCodeableConcept"]["coding"]): - medication_statement_sq.inclusionCriteria.append(Criterion(coding_term_code, None)) - return medication_statement_sq + return generate_term_code_sq(medication_statement_resource["medicationCodeableConcept"]["coding"]) def generate_procedure_sq(procedure_resource): - procedure_sq = StructuredQuery() - for coding_term_code in get_term_codes(procedure_resource["code"]["coding"]): - procedure_sq.inclusionCriteria.append(Criterion(coding_term_code, None)) - return procedure_sq + return generate_term_code_sq(procedure_resource["code"]["coding"]) def generate_diagnostic_report_sq(diagnostic_report_resource): - diagnostic_report_sq = StructuredQuery() - for coding_term_code in get_term_codes(diagnostic_report_resource["code"]["coding"]): - diagnostic_report_sq.inclusionCriteria.append(Criterion(coding_term_code, None)) - return diagnostic_report_sq + return generate_term_code_sq(diagnostic_report_resource["code"]["coding"]) + + +def generate_history_of_travel_sq(history_of_travel_resource): + sq = StructuredQuery() + semantic_equivalent = [] + for term_code in get_term_codes(history_of_travel_resource["code"]["coding"]): + selected_concepts = [] + for component in history_of_travel_resource["component"]: + if codings := safe_get(component, "code", "coding"): + for coding in codings: + coding_term_code = TermCode(coding["system"], coding["code"], "Country of travel") + if coding_term_code == TermCode("http://loinc.org", "94651-7", ""): + selected_concepts.append(get_country_code(component)) + semantic_equivalent.append(Criterion(term_code, ConceptFilter(selected_concepts))) + sq.inclusionCriteria.append(semantic_equivalent) + return sq + + +def get_country_code(component): + if codings := safe_get(component, "valueCodeableConcept", "coding"): + for coding in codings: + return TermCode(coding["system"], coding["code"], coding["display"]) def get_term_codes(codings): @@ -157,4 +218,3 @@ def get_term_codes(codings): if not mapped_results: return result return mapped_results -