From db2bcde7555e90732bb0ebc238858cabeee4ad85 Mon Sep 17 00:00:00 2001 From: Holger Stenzhorn Date: Wed, 8 Dec 2021 20:01:04 +0100 Subject: [PATCH] 0.7.4 --- README.md | 2 + docs/index.md | 2 + pom.xml | 6 +- .../uds/odm2fhir/ODM2FHIRApplication.java | 2 +- .../uds/odm2fhir/fhir/mapper/Form.java | 5 +- .../uds/odm2fhir/fhir/mapper/Item.java | 3 +- .../item/CardiovascularDiseases.java | 2 +- .../anamnesis/item/ChronicKidneyDiseases.java | 2 +- .../anamnesis/item/ChronicLiverDiseases.java | 2 +- .../anamnesis/item/ChronicLungDiseases.java | 2 +- .../ChronicNeurologicalMentalDiseases.java | 2 +- .../fhir/mapper/anamnesis/item/DNROrder.java | 2 +- .../item/GastrointestinalUlcers.java | 2 +- .../mapper/anamnesis/item/HIVInfection.java | 2 +- .../anamnesis/item/HistoryOfTravel.java | 2 +- .../anamnesis/item/ImmunizationStatus.java | 2 +- .../item/MalignantNeoplasticDiseases.java | 2 +- .../mapper/anamnesis/item/OrganRecipient.java | 2 +- .../anamnesis/item/RespiratoryTherapies.java | 2 +- .../RheumatologicalImmunologicalDiseases.java | 2 +- .../mapper/anamnesis/item/SmokingStatus.java | 2 +- .../item/ComplicationConditions.java | 2 +- .../mapper/consent/item/BroadConsent.java | 8 +- .../fhir/mapper/demographics/item/Age.java | 2 +- .../demographics/item/BiologicalSex.java | 2 +- .../mapper/demographics/item/BodyHeight.java | 2 +- .../mapper/demographics/item/BodyWeight.java | 2 +- .../mapper/demographics/item/DateOfBirth.java | 2 +- .../mapper/demographics/item/EthnicGroup.java | 2 +- .../demographics/item/FrailtyScore.java | 2 +- .../demographics/item/PregnancyStatus.java | 2 +- .../imaging/item/ImagingProcedures.java | 2 +- .../item/LaboratoryValue.java | 2 +- .../item/SARSCoV2Antibodies.java | 2 +- .../laboratory_values/item/SARSCoV2RTPCR.java | 2 +- .../mapper/medication/item/ACEInhibitors.java | 2 +- .../medication/item/Anticoagulation.java | 2 +- .../medication/item/COVID19Therapy.java | 2 +- .../medication/item/Immunoglobulins.java | 2 +- .../item/StageAtDiagnosis.java | 2 +- .../item/FollowUpSwabResult.java | 2 +- .../item/RespiratoryOutcome.java | 2 +- .../item/TypeOfDischarge.java | 2 +- .../InterventionalStudiesParticipation.java | 2 +- .../item/StudyEnrollmentCOVID19.java | 2 +- .../symptoms/item/SymptomConditions.java | 2 +- .../fhir/mapper/therapy/item/Apheresis.java | 2 +- .../therapy/item/DialysisHemofiltration.java | 2 +- .../fhir/mapper/therapy/item/ECMO.java | 2 +- .../mapper/therapy/item/PatientInICU.java | 2 +- .../mapper/therapy/item/PronePosition.java | 2 +- .../mapper/therapy/item/VentilationType.java | 2 +- .../vital_signs/item/BloodPressure.java | 2 +- .../vital_signs/item/BodyTemperature.java | 2 +- .../fhir/mapper/vital_signs/item/FiO2.java | 2 +- .../mapper/vital_signs/item/HeartRate.java | 2 +- .../fhir/mapper/vital_signs/item/PHValue.java | 2 +- .../fhir/mapper/vital_signs/item/PaCO2.java | 2 +- .../fhir/mapper/vital_signs/item/PaO2.java | 2 +- .../item/PeripheralOxygenSaturation.java | 2 +- .../vital_signs/item/RespiratoryRate.java | 2 +- .../mapper/vital_signs/item/SOFAScore.java | 2 +- .../uds/odm2fhir/fhir/writer/FHIRBundler.java | 3 +- .../odm2fhir/odm/processor/ODMProcessor.java | 5 +- .../odm/redcap/datadictionary-pre.csv | 10 +- .../resources/odm/redcap/datadictionary.csv | 10 +- .../REDCap_Realistic_Data_2021-04-15.csv | 113 +- .../REDCap_Realistic_Data_2021-04-15.xml | 40640 ++++++++-------- .../REDCap_Realistic_Data_2021-08-04.csv | 113 +- .../REDCap_Realistic_Data_2021-08-04.xml | 40640 ++++++++-------- .../REDCap_Synthetic_Data_2021-04-15.csv | 10 +- .../REDCap_Synthetic_Data_2021-04-15.xml | 194 +- .../REDCap_Synthetic_Data_2021-08-04.csv | 10 +- .../REDCap_Synthetic_Data_2021-08-04.xml | 192 +- 74 files changed, 41077 insertions(+), 41001 deletions(-) diff --git a/README.md b/README.md index 3cb42e0..1f9cc3c 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ docker run **ENVIRONMENTS** **VOLUMES** ghcr.io/num-codex/odm2fhir **ARGUMENTS** * `--odm.redcap.mapping` Print current mapping. +* `--odm.incompleteforms.allowed=true` Allow processing of incomplete forms. + * `--fhir.identifier.system.**TYPE**=**TYPE_IDENTIFIER_SYSTEM**` Add an identifier system with `**TYPE**` of `condition`, `consent`, `diagnosticreport`, `encounter`, `immunization`, `medicationstatement`, `observation`, `patient` or `procedure` (see [here](https://simplifier.net/guide/GermanCoronaConsensusDataSet-ImplementationGuide/TransactionBundle)). * `--fhir.identifier.assigner=**IDENTIFIER_ASSIGNER**` Add an identifier assigner. diff --git a/docs/index.md b/docs/index.md index eef9a52..a8b1d23 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,6 +18,8 @@ docker run **ENVIRONMENTS** **VOLUMES** ghcr.io/num-codex/odm2fhir **ARGUMENTS** * `--odm.redcap.mapping` Print current mapping. +* `--odm.incompleteforms.allowed=true` Allow processing of incomplete forms. + * `--fhir.identifier.system.**TYPE**=**TYPE_IDENTIFIER_SYSTEM**` Add an identifier system with `**TYPE**` of `condition`, `consent`, `diagnosticreport`, `encounter`, `immunization`, `medicationstatement`, `observation`, `patient` or `procedure` (see [here](https://simplifier.net/guide/GermanCoronaConsensusDataSet-ImplementationGuide/TransactionBundle)). * `--fhir.identifier.assigner=**IDENTIFIER_ASSIGNER**` Add an identifier assigner. diff --git a/pom.xml b/pom.xml index ba35c6d..62ce968 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ de.difuture.uds odm2fhir - 0.7.3 + 0.7.4 ODM2FHIR Mapper for GECCO based study/patient data in CDISC ODM to HL7 FHIR @@ -16,7 +16,7 @@ org.springframework.boot spring-boot-starter-parent - 2.6.0 + 2.6.1 @@ -25,7 +25,7 @@ UTF-8 UTF-8 - 5.6.0 + 5.6.1 2.13.0 1.18.22 ${project.parent.version} diff --git a/src/main/java/de/difuture/uds/odm2fhir/ODM2FHIRApplication.java b/src/main/java/de/difuture/uds/odm2fhir/ODM2FHIRApplication.java index b666c43..601b3c3 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/ODM2FHIRApplication.java +++ b/src/main/java/de/difuture/uds/odm2fhir/ODM2FHIRApplication.java @@ -53,7 +53,7 @@ public class ODM2FHIRApplication implements CommandLineRunner { private ODMProcessor odmProcessor; @Autowired - BuildProperties buildProperties; + private BuildProperties buildProperties; @Value("classpath:README.md") private Path readme; diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/Form.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/Form.java index 056ca96..26d8f94 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/Form.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/Form.java @@ -31,6 +31,7 @@ import static de.difuture.uds.odm2fhir.util.EnvironmentProvider.ENVIRONMENT; import static org.apache.commons.lang3.StringUtils.equalsAny; +import static org.apache.commons.lang3.StringUtils.removeStart; import static java.util.function.Predicate.not; @@ -39,7 +40,7 @@ public abstract class Form { @Getter private StudyEvent studyEvent; - public abstract String getOID(); + protected abstract String getOID(); protected abstract List getItems(); @@ -57,7 +58,7 @@ private boolean isComplete(FormData formData) { return "demographie".equals(getOID()) || ENVIRONMENT.getProperty("odm.incompleteforms.allowed", Boolean.class, false) || // Check REDCap X_complete and DIS status field for complete (2), locked (4) or signed (5) - Stream.of(formData.getFormOID() + "_complete", "Status") + Stream.of(removeStart(formData.getFormOID(), "Form.") + "_complete", "Status") .map(formData::getItemData) .map(ItemData::getValue) .anyMatch(value -> equalsAny(value, "2", "4", "5")); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/Item.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/Item.java index cfadcfd..2cabb01 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/Item.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/Item.java @@ -104,7 +104,8 @@ @Slf4j public abstract class Item { - @Getter private Form form; + @Getter + private Form form; public Stream map(Form form, FormData formData) { this.form = form; diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/CardiovascularDiseases.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/CardiovascularDiseases.java index 1fa257a..3df2a12 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/CardiovascularDiseases.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/CardiovascularDiseases.java @@ -41,7 +41,7 @@ public class CardiovascularDiseases extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var itemGroupData = formData.getItemGroupData("anamnese_risikofaktoren.herzkreislauferkrankungen_bluthochdruck"); var generalPresence = formData.getItemData("herzkreislauferkrankungen"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicKidneyDiseases.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicKidneyDiseases.java index a3d63d1..aa08696 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicKidneyDiseases.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicKidneyDiseases.java @@ -37,7 +37,7 @@ public class ChronicKidneyDiseases extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("chronische_nierenerkrankungen"); var stageCoding = formData.getItemData("chronische_nierenerkrankungen_schweregrad"); var generalCoding = formData.getItemData("chronische_nierenerkrankungen_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicLiverDiseases.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicLiverDiseases.java index 673682d..636fa36 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicLiverDiseases.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicLiverDiseases.java @@ -41,7 +41,7 @@ public class ChronicLiverDiseases extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var itemGroupData = formData.getItemGroupData("anamnese_risikofaktoren.chronische_lebererkrankungen_fettleber"); var generalPresence = formData.getItemData("chronische_lebererkrankungen"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicLungDiseases.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicLungDiseases.java index 316895d..2474bbb 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicLungDiseases.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicLungDiseases.java @@ -41,7 +41,7 @@ public class ChronicLungDiseases extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var itemGroupData = formData.getItemGroupData("anamnese_risikofaktoren.chronische_lungenerkrankungen_asthma"); var generalPresence = formData.getItemData("chronische_lungenerkrankungen"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicNeurologicalMentalDiseases.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicNeurologicalMentalDiseases.java index e5df617..53d8aa8 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicNeurologicalMentalDiseases.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ChronicNeurologicalMentalDiseases.java @@ -40,7 +40,7 @@ public class ChronicNeurologicalMentalDiseases extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var itemGroupData = formData.getItemGroupData("anamnese_risikofaktoren.chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson"); var generalPresence = formData.getItemData("chronische_neurologische_oder_psychiatrische_erkrankungen"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/DNROrder.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/DNROrder.java index 28cdd11..ac5b459 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/DNROrder.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/DNROrder.java @@ -37,7 +37,7 @@ public class DNROrder extends Item { private static final String POLICY = "https://www.aerzteblatt.de/archiv/65440/DNR-Anordnungen-Das-fehlende-Bindeglied"; - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("dnranordnung"); return answerCoding.isEmpty() ? Stream.empty() : Stream.of(createConsent(answerCoding)); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/GastrointestinalUlcers.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/GastrointestinalUlcers.java index 04647cd..afde877 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/GastrointestinalUlcers.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/GastrointestinalUlcers.java @@ -34,7 +34,7 @@ public class GastrointestinalUlcers extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("magengeschwure"); var generalCoding = formData.getItemData("magengeschwure_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/HIVInfection.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/HIVInfection.java index 7e18fef..b67d0ae 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/HIVInfection.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/HIVInfection.java @@ -34,7 +34,7 @@ public class HIVInfection extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("bestehende_hivinfektion"); var generalCoding = formData.getItemData("bestehende_hivinfektion_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/HistoryOfTravel.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/HistoryOfTravel.java index 4a8d817..cfb979e 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/HistoryOfTravel.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/HistoryOfTravel.java @@ -66,7 +66,7 @@ public class HistoryOfTravel extends Item { STATES.put("DE-TH", "Thüringen"); } - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("reiseaktivitat"); var generalCoding = formData.getItemData("reiseaktivitat_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ImmunizationStatus.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ImmunizationStatus.java index 72e9da6..4431f15 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ImmunizationStatus.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/ImmunizationStatus.java @@ -43,7 +43,7 @@ public class ImmunizationStatus extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var itemGroupData = formData.getItemGroupData("anamnese_risikofaktoren.impfungen_influenza"); return itemGroupData.isEmpty() ? Stream.empty() : diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/MalignantNeoplasticDiseases.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/MalignantNeoplasticDiseases.java index 9b3a4f5..bf2e7b8 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/MalignantNeoplasticDiseases.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/MalignantNeoplasticDiseases.java @@ -34,7 +34,7 @@ public class MalignantNeoplasticDiseases extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("aktive_tumorkrebserkrankungen"); var generalCoding = formData.getItemData("aktive_tumorkrebserkrankungen_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/OrganRecipient.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/OrganRecipient.java index 5efe89e..622a8a4 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/OrganRecipient.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/OrganRecipient.java @@ -41,7 +41,7 @@ public class OrganRecipient extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var itemGroupData = formData.getItemGroupData("anamnese_risikofaktoren.organtransplantiert_herz"); var generalPresence = formData.getItemData("organtransplantiert"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/RespiratoryTherapies.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/RespiratoryTherapies.java index faf244f..4d80d11 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/RespiratoryTherapies.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/RespiratoryTherapies.java @@ -40,7 +40,7 @@ public class RespiratoryTherapies extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("bestehende_sauerstoff_oder_beatmungstherapie"); var generalCoding = formData.getItemData("bestehende_sauerstoff_oder_beatmungstherapie_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/RheumatologicalImmunologicalDiseases.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/RheumatologicalImmunologicalDiseases.java index 277119f..0872d3d 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/RheumatologicalImmunologicalDiseases.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/RheumatologicalImmunologicalDiseases.java @@ -41,7 +41,7 @@ public class RheumatologicalImmunologicalDiseases extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var itemGroupData = formData.getItemGroupData("anamnese_risikofaktoren.rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung"); var generalPresence = formData.getItemData("rheumatologischeimmunologische_erkrankungen"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/SmokingStatus.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/SmokingStatus.java index a98c837..48cd20b 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/SmokingStatus.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/anamnesis/item/SmokingStatus.java @@ -34,7 +34,7 @@ public class SmokingStatus extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("raucherstatus"); var generalCoding = formData.getItemData("raucherstatus_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/complications/item/ComplicationConditions.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/complications/item/ComplicationConditions.java index 0b940ae..4473b55 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/complications/item/ComplicationConditions.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/complications/item/ComplicationConditions.java @@ -41,7 +41,7 @@ public class ComplicationConditions extends Item { "lungenarterienembolie", "stroke", "myokardinfarkt", "andere", "pulmonale_co_infektionen", "blutstrominfektionen"); - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var generalComplicationCoding = formData.getItemData("komplikation_code"); return !"1".equals(formData.getItemData("komplikation").getValue()) ? Stream.empty() : diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/consent/item/BroadConsent.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/consent/item/BroadConsent.java index efe7ad7..2b63d07 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/consent/item/BroadConsent.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/consent/item/BroadConsent.java @@ -35,9 +35,6 @@ import static de.difuture.uds.odm2fhir.fhir.util.CommonCodeSystem.LOINC; import static de.difuture.uds.odm2fhir.fhir.util.CommonStructureDefinition.GERMAN_CONSENT; -import static java.util.function.Predicate.not; -import static java.util.stream.Collectors.toList; - import static org.apache.commons.lang3.StringUtils.removeStart; import static org.apache.commons.lang3.time.DateUtils.addYears; @@ -48,6 +45,9 @@ import static org.hl7.fhir.r4.model.Consent.ConsentState.REJECTED; import static org.hl7.fhir.r4.model.codesystems.ResourceTypes.CONSENT; +import static java.util.function.Predicate.not; +import static java.util.stream.Collectors.toList; + public class BroadConsent extends Item { private static final List ELEMENTS = List.of("erhebung_verarbeitung", "krankenkassendaten_retro", @@ -103,7 +103,7 @@ public class BroadConsent extends Item { OIDS.put("projekt_codex_zusatz_4", 38); } - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var consentPresented = formData.getItemData("miibc_vorlage"); //1=Yes, 2=No, 3=Unknown return !"1".equals(consentPresented.getValue()) ? Stream.empty() : Stream.of(createConsent(formData)); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/Age.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/Age.java index 22a5ea9..b823a8e 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/Age.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/Age.java @@ -33,7 +33,7 @@ public class Age extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("alter"); // TODO Age should not be attached to a patient but rather to an encounter... diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/BiologicalSex.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/BiologicalSex.java index b4e213e..f3d01d9 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/BiologicalSex.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/BiologicalSex.java @@ -34,7 +34,7 @@ public class BiologicalSex extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("biologisches_geschlecht"); var generalCoding = formData.getItemData("biologisches_geschlecht_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/BodyHeight.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/BodyHeight.java index ffd82c6..929d221 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/BodyHeight.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/BodyHeight.java @@ -34,7 +34,7 @@ public class BodyHeight extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("korpergrose"); var generalCoding = formData.getItemData("korpergrose_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/BodyWeight.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/BodyWeight.java index 4a1352f..0732b9d 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/BodyWeight.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/BodyWeight.java @@ -34,7 +34,7 @@ public class BodyWeight extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("gewicht"); var generalCoding = formData.getItemData("gewicht_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/DateOfBirth.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/DateOfBirth.java index 308319a..d5ce903 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/DateOfBirth.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/DateOfBirth.java @@ -27,7 +27,7 @@ public class DateOfBirth extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { getPatient().setBirthDateElement(createDateType(formData.getItemData("geburtsdatum"))); return Stream.empty(); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/EthnicGroup.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/EthnicGroup.java index 6738f30..3ff2193 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/EthnicGroup.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/EthnicGroup.java @@ -31,7 +31,7 @@ public class EthnicGroup extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("ethnische_zugehorigkeit"); var coding = createCoding(answerCoding); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/FrailtyScore.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/FrailtyScore.java index 3a97da8..b2b5be8 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/FrailtyScore.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/FrailtyScore.java @@ -35,7 +35,7 @@ public class FrailtyScore extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("frailtyscore"); var generalCoding = formData.getItemData("frailtyscore_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/PregnancyStatus.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/PregnancyStatus.java index d4037fb..ef6c528 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/PregnancyStatus.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/demographics/item/PregnancyStatus.java @@ -34,7 +34,7 @@ public class PregnancyStatus extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("schwangerschaft"); var generalCoding = formData.getItemData("schwangerschaft_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/imaging/item/ImagingProcedures.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/imaging/item/ImagingProcedures.java index 22388f8..0854492 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/imaging/item/ImagingProcedures.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/imaging/item/ImagingProcedures.java @@ -53,7 +53,7 @@ public class ImagingProcedures extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var techniqueGroup = formData.getItemGroupData("bildgebung.bildgebende_verfahren_ct"); var befundGroup = formData.getItemGroupData("bildgebung.befund_bildgebender_verfahren_ct"); var generalCoding = formData.getItemData("bildgebende_verfahren"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/laboratory_values/item/LaboratoryValue.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/laboratory_values/item/LaboratoryValue.java index 32a6da3..52ad8dc 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/laboratory_values/item/LaboratoryValue.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/laboratory_values/item/LaboratoryValue.java @@ -47,7 +47,7 @@ public class LaboratoryValue extends Item { "ptt", "thrombozyten_absolut", "inr", "serumalbumin", "antithrombin_iii", "pct_procalcitonin", "il6_interleukin_6", "ntprobnp", "fibrinogen"); - public Stream map(FormData formData) { + protected Stream map(FormData formData) { return PARAMETERS.stream() .map(formData::getItemData) .filter(not(ItemData::isEmpty)) diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/laboratory_values/item/SARSCoV2Antibodies.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/laboratory_values/item/SARSCoV2Antibodies.java index 815d964..98c5deb 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/laboratory_values/item/SARSCoV2Antibodies.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/laboratory_values/item/SARSCoV2Antibodies.java @@ -71,7 +71,7 @@ public class SARSCoV2Antibodies extends Item { "ig_m_ia_ql", SARS_COV_2_IGM_SER_PL_QL_IA, "ig_m_ia_qn", SARS_COV_2_IGM_SER_PL_IA_ACNC); - public Stream map(FormData formData) { + protected Stream map(FormData formData) { // Extremely ugly and hacky workaround for non-existent panel parameter in form... :-/ return PARAMETERS.stream() .map(key -> "sarsco_v2_covid19_" + key) diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/laboratory_values/item/SARSCoV2RTPCR.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/laboratory_values/item/SARSCoV2RTPCR.java index cdd461c..7cc43ee 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/laboratory_values/item/SARSCoV2RTPCR.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/laboratory_values/item/SARSCoV2RTPCR.java @@ -36,7 +36,7 @@ public class SARSCoV2RTPCR extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var dateCoding = formData.getItemData("labor_datum"); var generalCoding = formData.getItemData("sarsco_v2rtpcr_code"); var answerCoding = formData.getItemData("sarsco_v2rtpcr"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/ACEInhibitors.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/ACEInhibitors.java index 231dcc7..e0c80e7 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/ACEInhibitors.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/ACEInhibitors.java @@ -35,7 +35,7 @@ public class ACEInhibitors extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("acehemmer"); var generalCoding = formData.getItemData("acehemmer_code"); var dateCoding = formData.getItemData("medikation_datum"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/Anticoagulation.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/Anticoagulation.java index 381234e..3bca255 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/Anticoagulation.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/Anticoagulation.java @@ -41,7 +41,7 @@ public class Anticoagulation extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var itemGroupData = formData.getItemGroupData("medikation.antikoagulation_absicht"); var generalPresence = formData.getItemData("antikoagulation"); var generalCoding = formData.getItemData("antikoagulation_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/COVID19Therapy.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/COVID19Therapy.java index f657fb4..834b9b8 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/COVID19Therapy.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/COVID19Therapy.java @@ -41,7 +41,7 @@ public class COVID19Therapy extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var itemGroupData = formData.getItemGroupData("medikation.covid19therapie_antipyretika"); var generalPresence = formData.getItemData("covid19therapie"); var dateCoding = formData.getItemData("medikation_datum"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/Immunoglobulins.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/Immunoglobulins.java index 38d3e01..07a649b 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/Immunoglobulins.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/medication/item/Immunoglobulins.java @@ -35,7 +35,7 @@ public class Immunoglobulins extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("immunglobuline"); var generalCoding = formData.getItemData("immunglobuline_code"); var dateCoding = formData.getItemData("medikation_datum"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/onset_of_illness/item/StageAtDiagnosis.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/onset_of_illness/item/StageAtDiagnosis.java index 64fb035..730f2e6 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/onset_of_illness/item/StageAtDiagnosis.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/onset_of_illness/item/StageAtDiagnosis.java @@ -35,7 +35,7 @@ public class StageAtDiagnosis extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("erkrankungsphase_zum_zeitpunkt_der_diagnose"); var generalCoding = formData.getItemData("erkrankungsphase_zum_zeitpunkt_der_diagnose_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/outcome_at_discharge/item/FollowUpSwabResult.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/outcome_at_discharge/item/FollowUpSwabResult.java index 960e20f..d5866d6 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/outcome_at_discharge/item/FollowUpSwabResult.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/outcome_at_discharge/item/FollowUpSwabResult.java @@ -36,7 +36,7 @@ public class FollowUpSwabResult extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("ergebnis_folgeabstrich"); var generalCoding = formData.getItemData("ergebnis_folgeabstrich_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/outcome_at_discharge/item/RespiratoryOutcome.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/outcome_at_discharge/item/RespiratoryOutcome.java index 16f42ec..5df882d 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/outcome_at_discharge/item/RespiratoryOutcome.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/outcome_at_discharge/item/RespiratoryOutcome.java @@ -36,7 +36,7 @@ public class RespiratoryOutcome extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("respiratorisches_outcome"); var generalCoding = formData.getItemData("respiratorisches_outcome_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/outcome_at_discharge/item/TypeOfDischarge.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/outcome_at_discharge/item/TypeOfDischarge.java index f5ad1aa..9a30c19 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/outcome_at_discharge/item/TypeOfDischarge.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/outcome_at_discharge/item/TypeOfDischarge.java @@ -34,7 +34,7 @@ public class TypeOfDischarge extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("entlassungsart"); var generalCoding = formData.getItemData("entlassungsart_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/study_enrollment/item/InterventionalStudiesParticipation.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/study_enrollment/item/InterventionalStudiesParticipation.java index 2209f31..d9df8fd 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/study_enrollment/item/InterventionalStudiesParticipation.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/study_enrollment/item/InterventionalStudiesParticipation.java @@ -35,7 +35,7 @@ public class InterventionalStudiesParticipation extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("interventionelle_studienteilnahme"); return answerCoding.isEmpty() ? Stream.empty() : Stream.of(createObservation(answerCoding)); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/study_enrollment/item/StudyEnrollmentCOVID19.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/study_enrollment/item/StudyEnrollmentCOVID19.java index e1f9985..788cb9a 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/study_enrollment/item/StudyEnrollmentCOVID19.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/study_enrollment/item/StudyEnrollmentCOVID19.java @@ -35,7 +35,7 @@ public class StudyEnrollmentCOVID19 extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("covid19_aufnahme"); return answerCoding.isEmpty() ? Stream.empty() : Stream.of(createObservation(answerCoding)); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/symptoms/item/SymptomConditions.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/symptoms/item/SymptomConditions.java index e4ee188..60e7339 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/symptoms/item/SymptomConditions.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/symptoms/item/SymptomConditions.java @@ -42,7 +42,7 @@ public class SymptomConditions extends Item { "husten", "kurzatmigkeit_dyspnoe", "uebelkeit", "fieber", "kopfschmerzen", "andere_symptome"); - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var generalSymptomCoding = formData.getItemData("symptome_code"); return !"1".equals(formData.getItemData("symptome").getValue()) ? Stream.empty() : diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/Apheresis.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/Apheresis.java index 0db71a8..5f17a68 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/Apheresis.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/Apheresis.java @@ -36,7 +36,7 @@ public class Apheresis extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("apherese"); var generalCoding = formData.getItemData("apherese_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/DialysisHemofiltration.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/DialysisHemofiltration.java index 1297541..e9af6f2 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/DialysisHemofiltration.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/DialysisHemofiltration.java @@ -36,7 +36,7 @@ public class DialysisHemofiltration extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("dialyse_hamofiltration"); var generalCoding = formData.getItemData("dialyse_hamofiltration_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/ECMO.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/ECMO.java index 2fdc393..cb52d69 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/ECMO.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/ECMO.java @@ -36,7 +36,7 @@ public class ECMO extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("ecmotherapie"); var generalCoding = formData.getItemData("ecmotherapie_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/PatientInICU.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/PatientInICU.java index 74eb263..2813831 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/PatientInICU.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/PatientInICU.java @@ -35,7 +35,7 @@ public class PatientInICU extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("liegt_der_patient_auf_der_intensivstationq"); return answerCoding.isEmpty() ? Stream.empty() : Stream.of(createObservation(answerCoding)); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/PronePosition.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/PronePosition.java index e86a8b7..c23ca14 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/PronePosition.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/PronePosition.java @@ -37,7 +37,7 @@ public class PronePosition extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("bauchlage"); var generalCoding = formData.getItemData("bauchlage_code"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/VentilationType.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/VentilationType.java index 3b10ec3..85944d4 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/VentilationType.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/therapy/item/VentilationType.java @@ -40,7 +40,7 @@ public class VentilationType extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("beatmungstherapie"); return answerCoding.isEmpty() ? Stream.empty() : Stream.of(createProcedure(answerCoding)); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/BloodPressure.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/BloodPressure.java index 4dfb41a..f8bd685 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/BloodPressure.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/BloodPressure.java @@ -38,7 +38,7 @@ public class BloodPressure extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var systolicValue = formData.getItemData("blutdruck_systolisch"); var systolicCoding = formData.getItemData("blutdruck_systolisch_code"); var diastolicValue = formData.getItemData("blutdruck_diastolisch"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/BodyTemperature.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/BodyTemperature.java index f38b38f..ebfd8b9 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/BodyTemperature.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/BodyTemperature.java @@ -34,7 +34,7 @@ public class BodyTemperature extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("korpertemperatur"); var generalCoding = formData.getItemData("korpertemperatur_code"); var dateCoding = formData.getItemData("vitalparameter_datum"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/FiO2.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/FiO2.java index 3db6ab6..ca9573c 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/FiO2.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/FiO2.java @@ -35,7 +35,7 @@ public class FiO2 extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("fi_o2"); var generalCoding = formData.getItemData("fi_o2_code"); var dateCoding = formData.getItemData("vitalparameter_datum"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/HeartRate.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/HeartRate.java index e4f0b46..b97f9e2 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/HeartRate.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/HeartRate.java @@ -34,7 +34,7 @@ public class HeartRate extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("herzfrequenz"); var generalCoding = formData.getItemData("herzfrequenz_code"); var dateCoding = formData.getItemData("vitalparameter_datum"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PHValue.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PHValue.java index c3731b1..8c3aa19 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PHValue.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PHValue.java @@ -35,7 +35,7 @@ public class PHValue extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("p_hwert"); var generalCoding = formData.getItemData("p_hwert_code"); var dateCoding = formData.getItemData("vitalparameter_datum"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PaCO2.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PaCO2.java index c85f65e..c85688e 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PaCO2.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PaCO2.java @@ -35,7 +35,7 @@ public class PaCO2 extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("pa_co2"); var generalCoding = formData.getItemData("pa_co2_code"); var dateCoding = formData.getItemData("vitalparameter_datum"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PaO2.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PaO2.java index 698030f..75590ef 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PaO2.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PaO2.java @@ -35,7 +35,7 @@ public class PaO2 extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("pa_o2"); var generalCoding = formData.getItemData("pa_o2_code"); var dateCoding = formData.getItemData("vitalparameter_datum"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PeripheralOxygenSaturation.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PeripheralOxygenSaturation.java index eb9baa6..2f8ce52 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PeripheralOxygenSaturation.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/PeripheralOxygenSaturation.java @@ -34,7 +34,7 @@ public class PeripheralOxygenSaturation extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("periphere_sauerstoffsattigung"); var generalCoding = formData.getItemData("periphere_sauerstoffsattigung_code"); var dateCoding = formData.getItemData("vitalparameter_datum"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/RespiratoryRate.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/RespiratoryRate.java index 16c8606..1d6a5cd 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/RespiratoryRate.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/RespiratoryRate.java @@ -34,7 +34,7 @@ public class RespiratoryRate extends Item { - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var answerCoding = formData.getItemData("atemfrequenz"); var generalCoding = formData.getItemData("atemfrequenz_code"); var dateCoding = formData.getItemData("vitalparameter_datum"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/SOFAScore.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/SOFAScore.java index 41314b6..60d8fae 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/SOFAScore.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/mapper/vital_signs/item/SOFAScore.java @@ -140,7 +140,7 @@ public class SOFAScore extends Item { DEFINITIONS.put("kid4", "Creatinine (mg/dl) [umol/L] (or urine output) > 5.0 [> 440] (or < 200 ml/d)"); } - public Stream map(FormData formData) { + protected Stream map(FormData formData) { var sofaTotalScore = formData.getItemData("sofa_total_score"); var dateCoding = formData.getItemData("vitalparameter_datum"); diff --git a/src/main/java/de/difuture/uds/odm2fhir/fhir/writer/FHIRBundler.java b/src/main/java/de/difuture/uds/odm2fhir/fhir/writer/FHIRBundler.java index 457f96e..5f3597a 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/fhir/writer/FHIRBundler.java +++ b/src/main/java/de/difuture/uds/odm2fhir/fhir/writer/FHIRBundler.java @@ -19,6 +19,7 @@ */ import ca.uhn.fhir.context.support.DefaultProfileValidationSupport; +import ca.uhn.fhir.context.support.IValidationSupport.IssueSeverity; import ca.uhn.fhir.context.support.ValidationSupportContext; import ca.uhn.fhir.context.support.ValueSetExpansionOptions; import ca.uhn.fhir.validation.FhirValidator; @@ -150,7 +151,7 @@ public ValueSetExpansionOutcome expandValueSet(ValidationSupportContext validati .forEach(prePopulatedValidationSupport::addResource); var unknownCodeSystemWarningValidationSupport = new UnknownCodeSystemWarningValidationSupport(FHIR_CONTEXT); - unknownCodeSystemWarningValidationSupport.setAllowNonExistentCodeSystem(true); + unknownCodeSystemWarningValidationSupport.setNonExistentCodeSystemSeverity(IssueSeverity.WARNING); var validationSupportChain = new ValidationSupportChain( new DefaultProfileValidationSupport(FHIR_CONTEXT), diff --git a/src/main/java/de/difuture/uds/odm2fhir/odm/processor/ODMProcessor.java b/src/main/java/de/difuture/uds/odm2fhir/odm/processor/ODMProcessor.java index 4c7d26d..6e64d9d 100644 --- a/src/main/java/de/difuture/uds/odm2fhir/odm/processor/ODMProcessor.java +++ b/src/main/java/de/difuture/uds/odm2fhir/odm/processor/ODMProcessor.java @@ -55,7 +55,6 @@ import static java.nio.file.Files.isWritable; import static java.nio.file.Files.readString; import static java.nio.file.Files.writeString; -import static java.util.stream.Collectors.toList; @Service @Slf4j @@ -77,7 +76,7 @@ public abstract class ODMProcessor { boolean initialODMInRun = true; - abstract Stream read() throws Exception; + protected abstract Stream read() throws Exception; public void process() throws Exception { ObjectMapper objectMapper = null; @@ -98,7 +97,7 @@ public void process() throws Exception { } } - read().collect(toList()).forEach(asConsumer(this::process)); + read().toList().forEach(asConsumer(this::process)); if (subjectODMHashes != null) { objectMapper.writerWithDefaultPrettyPrinter().writeValue(subjectODMHashesFile.toFile(), subjectODMHashes); diff --git a/src/main/resources/odm/redcap/datadictionary-pre.csv b/src/main/resources/odm/redcap/datadictionary-pre.csv index 0b5752e..b765022 100644 --- a/src/main/resources/odm/redcap/datadictionary-pre.csv +++ b/src/main/resources/odm/redcap/datadictionary-pre.csv @@ -1,9 +1,5 @@ Variable / Field Name,Form Name,Section Header,Field Type,Field Label,"Choices, Calculations, OR Slider Labels",Field Note,Text Validation Type OR Show Slider Number,Text Validation Min,Text Validation Max,Identifier?,Branching Logic (Show field only if...),Required Field?,Custom Alignment,Question Number (surveys only),Matrix Group Name,Matrix Ranking?,Field Annotation -record_id,krankheitsbeginn_aufnahme,,text,Patient ID,,,,,,y,,y,,,,, -aufnahmedatum,krankheitsbeginn_aufnahme,Aufnahmedatum,text,Aufnahmedatum,,DD-MM-YYYY,date_dmy,,,,,,,,,, -erkrankungsphase_zum_zeitpunkt_der_diagnose_code,krankheitsbeginn_aufnahme,Erkrankungsphase zum Zeitpunkt der COVID-19-Diagnose,text,2.16.840.1.113883.6.1_88859-4,,,,,,,,,,,,,"@HIDDEN @DEFAULT=""2.16.840.1.113883.6.1_88859-4""" -erkrankungsphase_zum_zeitpunkt_der_diagnose,krankheitsbeginn_aufnahme,Erkrankungsphase zum Zeitpunkt der COVID-19-Diagnose,dropdown,Erkrankungsphase zum Zeitpunkt der COVID-19-Diagnose,"2.16.840.1.113883.6.96_255604002,Phase ohne Komplikationen | 2.16.840.1.113883.6.96_6736007,Phase mit Komplikationen | 2.16.840.1.113883.6.96_24484000,Kritische Phase | 2.16.840.1.113883.6.96_277022003,Genesungsphase | 2.16.840.1.113883.6.96_399166001,Tod | 2.16.840.1.113883.6.96_261665006,Unbekannt",,,,,,,,,,,, -erkrankungsphase_zum_zeitpunkt_der_diagnose_descr,krankheitsbeginn_aufnahme,,descriptive,"

Phase ohne Komplikationen

  • asymtomatisch

    ODER

  • Symptome einer Infektion der oberen Atemwege      
  • Übelkeit, Erbrechen, Diarrhöe
  • Fieber

Phase mit Komplikationen

  • Notwendigkeit einer neuen Sauerstoffergänzung
  • klinisch bedeutsame Erhöhung der vorherigen Sauerstoff-Heimtherapie                 
  • PaO2 bei Raumluft < 70 mmHg
  • SO2 bei Raumluft < 90 %
  • AST oder ALT > 5x ULN
  • neue Herzrhythmusstörungen
  • neuer Perikarderguss > 1 cm
  • neue Herzinsuffizienz mit Lungenödem, kongestiver Hepatopathie oder peripheren Ödemen
Kritische Phase
  • Notwendigkeit für Katecholamine                      
  • lebensbedrohliche Herzrhythmusstörungen
  • Notwendigkeit einer ungeplanten mechanischen Beatmung (invasiv oder nicht-invasiv)
  • Verlängerung (>24h) der geplanten mechanischen Beatmung
  • Leberversagen mit Quick < 50 % oder INR > 3,5
  • qSOFA >= 2
  • akutes Nierenversagen mit Dialysebedarf
Genesungsphase
  • Verbesserung um einen Schweregrad nach diesem Schema oder Entlassung aus dem Krankenhaus
    UND
  • Nachlassen des Fiebers 
    UND
  • keine weitere Verschlechterung oder erneute Krankenhauseinweisung

 

Definitionen übernommen aus art-decor: https://art-decor.org/

",,,,,,,,,,,,, +record_id,einwilligungserklaerung_mii_broad_consent,,text,Patienten-ID,,,,,,y,,y,,,,, miibc_vorlage,einwilligungserklaerung_mii_broad_consent,MI-I Broad Consent,dropdown,Wurde dem / der Patient*in der MI-I Broad Consent zur Einwilligung vorgelegt?,"1,Ja | 2,Nein | 3,Unbekannt",,,,,,,,,,,, gee_version,einwilligungserklaerung_mii_broad_consent,Einwilligungserklärung,dropdown,Version der Einwilligungserklärung,"1,v1.6d | 2,v1.6f",,,,,,[miibc_vorlage] = 1,,,,,, miibc_dat_dok,einwilligungserklaerung_mii_broad_consent,,text,Datum der Einwilligungserklärung,,DD-MM-YYYY,date_dmy,,,,[miibc_vorlage] = 1,,,,,, @@ -23,6 +19,10 @@ covid19_aufnahme_code,studieneinschluss_einschlusskriterien,COVID-19-Aufnahme,te covid19_aufnahme,studieneinschluss_einschlusskriterien,COVID-19-Aufnahme,dropdown,Bestätigte COVID-19-Diagnose als Hauptursache für Aufnahme in Studie,"2.16.840.1.113883.6.96_373066001,Ja | 2.16.840.1.113883.6.96_373067005,Nein | 2.16.840.1.113883.6.96_261665006,Unbekannt ",,,,,,,,,,,, interventionelle_studienteilnahme_code,studieneinschluss_einschlusskriterien,Interventionelle Studienteilnahme,text,NoCodeSystem_NoCode,,,,,,,,,,,,,"@HIDDEN @DEFAULT=""NoCodeSystem_NoCode""" interventionelle_studienteilnahme,studieneinschluss_einschlusskriterien,Interventionelle Studienteilnahme,dropdown,Hat der / die Patient*in an einer oder mehreren interventionellen klinischen Studie teilgenommen?,"2.16.840.1.113883.6.96_373066001,Ja | 2.16.840.1.113883.6.96_373067005,Nein | 2.16.840.1.113883.6.96_261665006,Unbekannt",,,,,,,,,,,, +aufnahmedatum,krankheitsbeginn_aufnahme,Aufnahmedatum,text,Aufnahmedatum,,DD-MM-YYYY,date_dmy,,,,,,,,,, +erkrankungsphase_zum_zeitpunkt_der_diagnose_code,krankheitsbeginn_aufnahme,Erkrankungsphase zum Zeitpunkt der COVID-19-Diagnose,text,2.16.840.1.113883.6.1_88859-4,,,,,,,,,,,,,"@HIDDEN @DEFAULT=""2.16.840.1.113883.6.1_88859-4""" +erkrankungsphase_zum_zeitpunkt_der_diagnose,krankheitsbeginn_aufnahme,Erkrankungsphase zum Zeitpunkt der COVID-19-Diagnose,dropdown,Erkrankungsphase zum Zeitpunkt der COVID-19-Diagnose,"2.16.840.1.113883.6.96_255604002,Phase ohne Komplikationen | 2.16.840.1.113883.6.96_6736007,Phase mit Komplikationen | 2.16.840.1.113883.6.96_24484000,Kritische Phase | 2.16.840.1.113883.6.96_277022003,Genesungsphase | 2.16.840.1.113883.6.96_399166001,Tod | 2.16.840.1.113883.6.96_261665006,Unbekannt",,,,,,,,,,,, +erkrankungsphase_zum_zeitpunkt_der_diagnose_descr,krankheitsbeginn_aufnahme,,descriptive,"

Phase ohne Komplikationen

  • asymtomatisch

    ODER

  • Symptome einer Infektion der oberen Atemwege      
  • Übelkeit, Erbrechen, Diarrhöe
  • Fieber

Phase mit Komplikationen

  • Notwendigkeit einer neuen Sauerstoffergänzung
  • klinisch bedeutsame Erhöhung der vorherigen Sauerstoff-Heimtherapie                 
  • PaO2 bei Raumluft < 70 mmHg
  • SO2 bei Raumluft < 90 %
  • AST oder ALT > 5x ULN
  • neue Herzrhythmusstörungen
  • neuer Perikarderguss > 1 cm
  • neue Herzinsuffizienz mit Lungenödem, kongestiver Hepatopathie oder peripheren Ödemen
Kritische Phase
  • Notwendigkeit für Katecholamine                      
  • lebensbedrohliche Herzrhythmusstörungen
  • Notwendigkeit einer ungeplanten mechanischen Beatmung (invasiv oder nicht-invasiv)
  • Verlängerung (>24h) der geplanten mechanischen Beatmung
  • Leberversagen mit Quick < 50 % oder INR > 3,5
  • qSOFA >= 2
  • akutes Nierenversagen mit Dialysebedarf
Genesungsphase
  • Verbesserung um einen Schweregrad nach diesem Schema oder Entlassung aus dem Krankenhaus
    UND
  • Nachlassen des Fiebers 
    UND
  • keine weitere Verschlechterung oder erneute Krankenhauseinweisung

 

Definitionen übernommen aus art-decor: https://art-decor.org/

",,,,,,,,,,,,, chronische_lungenerkrankungen_code,anamnese_risikofaktoren,Chronische Lungenerkrankungen,text,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,,,,,,,,,,,,,"@HIDDEN @DEFAULT=""1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001""" chronische_lungenerkrankungen,anamnese_risikofaktoren,Chronische Lungenerkrankungen,dropdown,Leidet der / die Patient*in unter einer chronischen Lungenerkrankung?,"1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003,Ja | 1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410594000,Nein | 1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_261665006,Unbekannt",,,,,,,,,,,, chronische_lungenerkrankungen_ignore_for_fhir,anamnese_risikofaktoren,,descriptive,An welcher chronischen Lungenerkrankung leidet der / die Patient*in?,,,,,,,"[chronische_lungenerkrankungen] = ""1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003""",,,,,, diff --git a/src/main/resources/odm/redcap/datadictionary.csv b/src/main/resources/odm/redcap/datadictionary.csv index 45d25d8..863869d 100644 --- a/src/main/resources/odm/redcap/datadictionary.csv +++ b/src/main/resources/odm/redcap/datadictionary.csv @@ -1,9 +1,5 @@ Variable / Field Name,Form Name,Section Header,Field Type,Field Label,"Choices, Calculations, OR Slider Labels",Field Note,Text Validation Type OR Show Slider Number,Text Validation Min,Text Validation Max,Identifier?,Branching Logic (Show field only if...),Required Field?,Custom Alignment,Question Number (surveys only),Matrix Group Name,Matrix Ranking?,Field Annotation -record_id,krankheitsbeginn_aufnahme,,text,Patient ID,,,,,,y,,y,,,,, -aufnahmedatum,krankheitsbeginn_aufnahme,Aufnahmedatum,text,Aufnahmedatum,,DD-MM-YYYY,date_dmy,,,,,,,,,, -erkrankungsphase_zum_zeitpunkt_der_diagnose_code,krankheitsbeginn_aufnahme,Erkrankungsphase zum Zeitpunkt der COVID-19-Diagnose,text,1,,,,,,,,,,,,,"@HIDDEN @DEFAULT=""1""" -erkrankungsphase_zum_zeitpunkt_der_diagnose,krankheitsbeginn_aufnahme,Erkrankungsphase zum Zeitpunkt der COVID-19-Diagnose,dropdown,Erkrankungsphase zum Zeitpunkt der COVID-19-Diagnose,"1,Phase ohne Komplikationen | 2,Phase mit Komplikationen | 3,Kritische Phase | 4,Genesungsphase | 5,Tod | 6,Unbekannt",,,,,,,,,,,, -erkrankungsphase_zum_zeitpunkt_der_diagnose_descr,krankheitsbeginn_aufnahme,,descriptive,"

Phase ohne Komplikationen

  • asymtomatisch

    ODER

  • Symptome einer Infektion der oberen Atemwege      
  • Übelkeit, Erbrechen, Diarrhöe
  • Fieber

Phase mit Komplikationen

  • Notwendigkeit einer neuen Sauerstoffergänzung
  • klinisch bedeutsame Erhöhung der vorherigen Sauerstoff-Heimtherapie                 
  • PaO2 bei Raumluft < 70 mmHg
  • SO2 bei Raumluft < 90 %
  • AST oder ALT > 5x ULN
  • neue Herzrhythmusstörungen
  • neuer Perikarderguss > 1 cm
  • neue Herzinsuffizienz mit Lungenödem, kongestiver Hepatopathie oder peripheren Ödemen
Kritische Phase
  • Notwendigkeit für Katecholamine                      
  • lebensbedrohliche Herzrhythmusstörungen
  • Notwendigkeit einer ungeplanten mechanischen Beatmung (invasiv oder nicht-invasiv)
  • Verlängerung (>24h) der geplanten mechanischen Beatmung
  • Leberversagen mit Quick < 50 % oder INR > 3,5
  • qSOFA >= 2
  • akutes Nierenversagen mit Dialysebedarf
Genesungsphase
  • Verbesserung um einen Schweregrad nach diesem Schema oder Entlassung aus dem Krankenhaus
    UND
  • Nachlassen des Fiebers 
    UND
  • keine weitere Verschlechterung oder erneute Krankenhauseinweisung

 

Definitionen übernommen aus art-decor: https://art-decor.org/

",,,,,,,,,,,,, +record_id,einwilligungserklaerung_mii_broad_consent,,text,Patienten-ID,,,,,,y,,y,,,,, miibc_vorlage,einwilligungserklaerung_mii_broad_consent,MI-I Broad Consent,dropdown,Wurde dem / der Patient*in der MI-I Broad Consent zur Einwilligung vorgelegt?,"1,Ja | 2,Nein | 3,Unbekannt",,,,,,,,,,,, gee_version,einwilligungserklaerung_mii_broad_consent,Einwilligungserklärung,dropdown,Version der Einwilligungserklärung,"1,v1.6d | 2,v1.6f",,,,,,[miibc_vorlage] = 1,,,,,, miibc_dat_dok,einwilligungserklaerung_mii_broad_consent,,text,Datum der Einwilligungserklärung,,DD-MM-YYYY,date_dmy,,,,[miibc_vorlage] = 1,,,,,, @@ -23,6 +19,10 @@ covid19_aufnahme_code,studieneinschluss_einschlusskriterien,COVID-19-Aufnahme,te covid19_aufnahme,studieneinschluss_einschlusskriterien,COVID-19-Aufnahme,dropdown,Bestätigte COVID-19-Diagnose als Hauptursache für Aufnahme in Studie,"1,Ja | 2,Nein | 3,Unbekannt",,,,,,,,,,,, interventionelle_studienteilnahme_code,studieneinschluss_einschlusskriterien,Interventionelle Studienteilnahme,text,1,,,,,,,,,,,,,"@HIDDEN @DEFAULT=""1""" interventionelle_studienteilnahme,studieneinschluss_einschlusskriterien,Interventionelle Studienteilnahme,dropdown,Hat der / die Patient*in an einer oder mehreren interventionellen klinischen Studie teilgenommen?,"1,Ja | 2,Nein | 3,Unbekannt",,,,,,,,,,,, +aufnahmedatum,krankheitsbeginn_aufnahme,Aufnahmedatum,text,Aufnahmedatum,,DD-MM-YYYY,date_dmy,,,,,,,,,, +erkrankungsphase_zum_zeitpunkt_der_diagnose_code,krankheitsbeginn_aufnahme,Erkrankungsphase zum Zeitpunkt der COVID-19-Diagnose,text,1,,,,,,,,,,,,,"@HIDDEN @DEFAULT=""1""" +erkrankungsphase_zum_zeitpunkt_der_diagnose,krankheitsbeginn_aufnahme,Erkrankungsphase zum Zeitpunkt der COVID-19-Diagnose,dropdown,Erkrankungsphase zum Zeitpunkt der COVID-19-Diagnose,"1,Phase ohne Komplikationen | 2,Phase mit Komplikationen | 3,Kritische Phase | 4,Genesungsphase | 5,Tod | 6,Unbekannt",,,,,,,,,,,, +erkrankungsphase_zum_zeitpunkt_der_diagnose_descr,krankheitsbeginn_aufnahme,,descriptive,"

Phase ohne Komplikationen

  • asymtomatisch

    ODER

  • Symptome einer Infektion der oberen Atemwege      
  • Übelkeit, Erbrechen, Diarrhöe
  • Fieber

Phase mit Komplikationen

  • Notwendigkeit einer neuen Sauerstoffergänzung
  • klinisch bedeutsame Erhöhung der vorherigen Sauerstoff-Heimtherapie                 
  • PaO2 bei Raumluft < 70 mmHg
  • SO2 bei Raumluft < 90 %
  • AST oder ALT > 5x ULN
  • neue Herzrhythmusstörungen
  • neuer Perikarderguss > 1 cm
  • neue Herzinsuffizienz mit Lungenödem, kongestiver Hepatopathie oder peripheren Ödemen
Kritische Phase
  • Notwendigkeit für Katecholamine                      
  • lebensbedrohliche Herzrhythmusstörungen
  • Notwendigkeit einer ungeplanten mechanischen Beatmung (invasiv oder nicht-invasiv)
  • Verlängerung (>24h) der geplanten mechanischen Beatmung
  • Leberversagen mit Quick < 50 % oder INR > 3,5
  • qSOFA >= 2
  • akutes Nierenversagen mit Dialysebedarf
Genesungsphase
  • Verbesserung um einen Schweregrad nach diesem Schema oder Entlassung aus dem Krankenhaus
    UND
  • Nachlassen des Fiebers 
    UND
  • keine weitere Verschlechterung oder erneute Krankenhauseinweisung

 

Definitionen übernommen aus art-decor: https://art-decor.org/

",,,,,,,,,,,,, chronische_lungenerkrankungen_code,anamnese_risikofaktoren,Chronische Lungenerkrankungen,text,1,,,,,,,,,,,,,"@HIDDEN @DEFAULT=""1""" chronische_lungenerkrankungen,anamnese_risikofaktoren,Chronische Lungenerkrankungen,dropdown,Leidet der / die Patient*in unter einer chronischen Lungenerkrankung?,"1,Ja | 2,Nein | 3,Unbekannt",,,,,,,,,,,, chronische_lungenerkrankungen_ignore_for_fhir,anamnese_risikofaktoren,,descriptive,An welcher chronischen Lungenerkrankung leidet der / die Patient*in?,,,,,,,"[chronische_lungenerkrankungen] = ""1""",,,,,, diff --git a/src/test/resources/REDCap_Realistic_Data_2021-04-15.csv b/src/test/resources/REDCap_Realistic_Data_2021-04-15.csv index cce6a7c..b7e5ef6 100644 --- a/src/test/resources/REDCap_Realistic_Data_2021-04-15.csv +++ b/src/test/resources/REDCap_Realistic_Data_2021-04-15.csv @@ -1,112 +1,111 @@ -record_id,redcap_event_name,redcap_repeat_instrument,redcap_repeat_instance,aufnahmedatum,erkrankungsphase_zum_zeitpunkt_der_diagnose_code,erkrankungsphase_zum_zeitpunkt_der_diagnose,krankheitsbeginn_aufnahme_complete,miibc_vorlage,gee_version,miibc_dat_dok,miibc_consent_status,miibc_widerruf,miibc_w_dat_dok,gee_erhebung_verarbeitung,gee_krankenkassendaten_retro,gee_krankenkassendaten_pro,gee_biomaterialien,gee_biomaterialien_zusaetzlich,gee_kontaktaufnahme,gee_kontaktaufnahme_zusatzbefunde,gee_projekt_codex,gee_projekt_codex_zusatz,einwilligungserklaerung_mii_broad_consent_complete,covid19_aufnahme_code,covid19_aufnahme,interventionelle_studienteilnahme_code,interventionelle_studienteilnahme,studieneinschluss_einschlusskriterien_complete,chronische_lungenerkrankungen_code,chronische_lungenerkrankungen,chronische_lungenerkrankungen_asthma,chronische_lungenerkrankungen_copd,chronische_lungenerkrankungen_lungenfibrose,chronische_lungenerkrankungen_lungenhochdruck_pulmonale_hypertonie,chronische_lungenerkrankungen_ohs,chronische_lungenerkrankungen_schlafapnoe,chronische_lungenerkrankungen_osas,chronische_lungenerkrankungen_cystische_fibrose,chronische_lungenerkrankungen_andere,chronische_lungenerkrankungen_andere_textfeld,herzkreislauferkrankungen_code,herzkreislauferkrankungen,herzkreislauferkrankungen_bluthochdruck,herzkreislauferkrankungen_zustand_nach_herzinfarkt,herzkreislauferkrankungen_herzrhythmusstoerungen,herzkreislauferkrankungen_herzinsuffizienz,herzkreislauferkrankungen_pavk,herzkreislauferkrankungen_zustand_nach_revaskularisation,herzkreislauferkrankungen_koronare_herzerkrankung_khk,herzkreislauferkrankungen_carotisstenose,herzkreislauferkrankungen_andere,herzkreislauferkrankungen_andere_textfeld,chronische_lebererkrankungen_code,chronische_lebererkrankungen,chronische_lebererkrankungen_fettleber,chronische_lebererkrankungen_leberzirrhose,chronische_lebererkrankungen_chronische_infektioese_hepatitis,chronische_lebererkrankungen_autoimmune_lebererkrankungen,chronische_lebererkrankungen_andere,chronische_lebererkrankungen_andere_textfeld,rheumatologischeimmunologische_erkrankungen_code,rheumatologischeimmunologische_erkrankungen,rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung,rheumatologischeimmunologische_erkrankungen_rheumatoide_arthritis,rheumatologischeimmunologische_erkrankungen_kollagenosen,rheumatologischeimmunologische_erkrankungen_vaskulitiden,rheumatologischeimmunologische_erkrankungen_angeborene_immundefekte,rheumatologischeimmunologische_erkrankungen_andere,rheumatologischeimmunologische_erkrankungen_andere_textfeld,bestehende_hivinfektion_code,bestehende_hivinfektion,organtransplantiert_code,organtransplantiert,organtransplantiert_herz,organtransplantiert_lunge,organtransplantiert_leber,organtransplantiert_nieren,organtransplantiert_darm,organtransplantiert_haut,organtransplantiert_hornhaut,organtransplantiert_gehoerknoechelchen,organtransplantiert_herzklappen,organtransplantiert_blutgefaess,organtransplantiert_hirnhaut,organtransplantiert_knochengewebe,organtransplantiert_knorpelgewebe,organtransplantiert_sehne,diabetes_code,diabetes,aktive_tumorkrebserkrankungen_code,aktive_tumorkrebserkrankungen,raucherstatus_code,raucherstatus,chronische_neurologische_oder_psychiatrische_erkrankungen_code,chronische_neurologische_oder_psychiatrische_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson,chronische_neurologische_oder_psychiatrische_erkrankungen_demenz,chronische_neurologische_oder_psychiatrische_erkrankungen_multiple_sklerose,chronische_neurologische_oder_psychiatrische_erkrankungen_neuromuskulaere_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_epilepsie,chronische_neurologische_oder_psychiatrische_erkrankungen_migraene,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_mit_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_ohne_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_psychose,chronische_neurologische_oder_psychiatrische_erkrankungen_depression,chronische_neurologische_oder_psychiatrische_erkrankungen_angsterkrankung,bestehende_sauerstoff_oder_beatmungstherapie_code,bestehende_sauerstoff_oder_beatmungstherapie,chronische_nierenerkrankungen_code,chronische_nierenerkrankungen,chronische_nierenerkrankungen_schweregrad,reiseaktivitat_code,reiseaktivitat,reiseaktivitat_start_date_1,reiseaktivitat_country_1,reiseaktivitat_state_1,reiseaktivitat_city_1,reiseaktivitat_end_date_1,reiseaktivitat_start_date_2,reiseaktivitat_country_2,reiseaktivitat_state_2,reiseaktivitat_city_2,reiseaktivitat_end_date_2,reiseaktivitat_start_date_3,reiseaktivitat_country_3,reiseaktivitat_state_3,reiseaktivitat_city_3,reiseaktivitat_end_date_3,reiseaktivitat_start_date_4,reiseaktivitat_country_4,reiseaktivitat_state_4,reiseaktivitat_city_4,reiseaktivitat_end_date_4,reiseaktivitat_start_date_5,reiseaktivitat_country_5,reiseaktivitat_state_5,reiseaktivitat_city_5,reiseaktivitat_end_date_5,reiseaktivitat_start_date_6,reiseaktivitat_country_6,reiseaktivitat_state_6,reiseaktivitat_city_6,reiseaktivitat_end_date_6,reiseaktivitat_start_date_7,reiseaktivitat_country_7,reiseaktivitat_state_7,reiseaktivitat_city_7,reiseaktivitat_end_date_7,reiseaktivitat_start_date_8,reiseaktivitat_country_8,reiseaktivitat_state_8,reiseaktivitat_city_8,reiseaktivitat_end_date_8,reiseaktivitat_start_date_9,reiseaktivitat_country_9,reiseaktivitat_state_9,reiseaktivitat_city_9,reiseaktivitat_end_date_9,reiseaktivitat_start_date_10,reiseaktivitat_country_10,reiseaktivitat_state_10,reiseaktivitat_city_10,reiseaktivitat_end_date_10,magengeschwure_code,magengeschwure,impfungen_code,impfungen_influenza,impfungen_pneumokokken,impfungen_bcg,impfungen_covid_19,impfungen_andere,impfungen_influenza_datum,impfungen_pneumokokken_datum,impfungen_bcg_datum,impfungen_covid_19_datum,impfungen_andere_datum,impfungen_andere_textfeld,dnranordnung_code,dnranordnung,anamnese_risikofaktoren_complete,bildgebende_verfahren_code,bildgebende_verfahren,bildgebende_verfahren_ct,bildgebende_verfahren_roentgen,bildgebende_verfahren_us,befund_bildgebender_verfahren_code,befund_bildgebender_verfahren_ct,befund_bildgebender_verfahren_roentgen,befund_bildgebender_verfahren_us,bildgebung_complete,geburtsdatum_code,geburtsdatum,ethnische_zugehorigkeit_code,ethnische_zugehorigkeit,biologisches_geschlecht_code,biologisches_geschlecht,schwangerschaft_code,schwangerschaft,alter_code,alter,frailtyscore_code,frailtyscore,gewicht_unit,gewicht_code,gewicht,korpergrose_unit,korpergrose_code,korpergrose,demographie_complete,kontakt_mit_an_covid19_erkrankter_personq_code,kontakt_mit_an_covid19_erkrankter_personq,epidemiologische_faktoren_complete,komplikation_code,komplikation,komplikation_thrombembolische_ereignisse,komplikation_venoese_thrombose,komplikation_lungenarterienembolie,komplikation_stroke,komplikation_myokardinfarkt,komplikation_andere,komplikation_andere_textfeld,komplikation_pulmonale_co_infektionen,komplikation_blutstrominfektionen,komplikationen_complete,labor_datum,crp_code,crp,crp_unit,crp_loinc_1,crp_loinc_2,crp_loinc_3,ferritin_code,ferritin,ferritin_unit,ferritin_loinc_1,ferritin_loinc_2,bilirubin_code,bilirubin,bilirubin_unit,bilirubin_loinc_1,bilirubin_loinc_2,ddimer_code,ddimer,ddimer_unit,ddimer_loinc_1,ddimer_loinc_2,ddimer_loinc_3,ddimer_loinc_4,ddimer_loinc_5,ddimer_loinc_6,gammagt_code,gammagt,gammagt_unit,gammagt_loinc_1,gotast_code,gotast,gotast_unit,gotast_loinc_1,ldh_code,ldh,ldh_unit,ldh_loinc_1,kardiale_troponine_code,kardiale_troponine,kardiale_troponine_unit,kardiale_troponine_loinc_1,kardiale_troponine_loinc_2,kardiale_troponine_loinc_3,hamoglobin_code,hamoglobin,hamoglobin_unit,hamoglobin_loinc_1,hamoglobin_loinc_2,hamoglobin_loinc_3,kreatinin_code,kreatinin,kreatinin_unit,kreatinin_loinc_1,kreatinin_loinc_2,laktat_code,laktat,laktat_unit,laktat_loinc_1,laktat_loinc_2,leukozyten_absolut_code,leukozyten_absolut,leukozyten_absolut_unit,leukozyten_absolut_loinc_1,lymphozyten_absolut_code,lymphozyten_absolut,lymphozyten_absolut_unit,lymphozyten_absolut_loinc_1,neutrophile_absolut_code,neutrophile_absolut,neutrophile_absolut_unit,neutrophile_absolut_loinc_1,ptt_code,ptt,ptt_unit,ptt_loinc_1,thrombozyten_absolut_code,thrombozyten_absolut,thrombozyten_absolut_unit,thrombozyten_absolut_loinc_1,inr_code,inr,inr_unit,inr_loinc_1,serumalbumin_code,serumalbumin,serumalbumin_unit,serumalbumin_loinc_1,serumalbumin_loinc_2,serumalbumin_loinc_3,antithrombin_iii_code,antithrombin_iii,antithrombin_iii_unit,antithrombin_iii_loinc_1,antithrombin_iii_loinc_2,pct_procalcitonin_code,pct_procalcitonin,pct_procalcitonin_unit,pct_procalcitonin_loinc_1,il6_interleukin_6_code,il6_interleukin_6,il6_interleukin_6_unit,il6_interleukin_6_loinc_1,ntprobnp_code,ntprobnp,ntprobnp_unit,ntprobnp_loinc_1,fibrinogen_code,fibrinogen,fibrinogen_unit,fibrinogen_loinc_1,fibrinogen_loinc_2,sarsco_v2rtpcr_code,sarsco_v2rtpcr,sarsco_v2rtpcr_loinc,sarsco_v2_covid19_ig_g_ia_ql_code,sarsco_v2_covid19_ig_g_ia_ql,sarsco_v2_covid19_ig_g_ia_ql_loinc,sarsco_v2_covid19_ig_g_ia_qn_code,sarsco_v2_covid19_ig_g_ia_qn,sarsco_v2_covid19_ig_g_ia_qn_unit,sarsco_v2_covid19_ig_g_ia_qn_loinc,sarsco_v2_covid19_ig_m_ia_ql_code,sarsco_v2_covid19_ig_m_ia_ql,sarsco_v2_covid19_ig_m_ia_ql_loinc,sarsco_v2_covid19_ig_m_ia_qn_code,sarsco_v2_covid19_ig_m_ia_qn,sarsco_v2_covid19_ig_m_ia_qn_unit,sarsco_v2_covid19_ig_m_ia_qn_loinc,sarsco_v2_covid19_ig_a_ia_ql_code,sarsco_v2_covid19_ig_a_ia_ql,sarsco_v2_covid19_ig_a_ia_ql_loinc,sarsco_v2_covid19_ig_a_ia_qn_code,sarsco_v2_covid19_ig_a_ia_qn,sarsco_v2_covid19_ig_a_ia_qn_unit,sarsco_v2_covid19_ig_a_ia_qn_loinc,sarsco_v2_covid19_ab_ia_ql_code,sarsco_v2_covid19_ab_ia_ql,sarsco_v2_covid19_ab_ia_ql_loinc,sarsco_v2_covid19_ab_ia_qn_code,sarsco_v2_covid19_ab_ia_qn,sarsco_v2_covid19_ab_ia_qn_unit,sarsco_v2_covid19_ab_ia_qn_loinc,laborwerte_complete,symptome_code,symptome,symptome_geruchs_bzw_geschmacksstoerungen,symptome_bauchschmerzen,symptome_bewusstseinsstoerungen_verwirrtheit,symptome_durchfall,symptome_erbrechen,symptome_husten,symptome_kurzatmigkeit_dyspnoe,symptome_uebelkeit,symptome_fieber,symptome_kopfschmerzen,symptome_andere_symptome,symptome_andere_symptome_textfeld,schweregrad_code,symptome_geruchs_bzw_geschmacksstoerungen_schweregrad,symptome_bauchschmerzen_schweregrad,symptome_bewusstseinsstoerungen_verwirrtheit_schweregrad,symptome_durchfall_schweregrad,symptome_erbrechen_schweregrad,symptome_husten_schweregrad,symptome_kurzatmigkeit_dyspnoe_schweregrad,symptome_uebelkeit_schweregrad,symptome_fieber_schweregrad,symptome_kopfschmerzen_schweregrad,symptome_andere_symptome_schweregrad,symptome_complete,medikation_datum,covid19therapie_code,covid19therapie,covid19therapie_antipyretika,covid19therapie_kortikosteroide,covid19therapie_kortikosteroide_code,covid19therapie_atazanavir,covid19therapie_atazanavir_code,covid19therapie_darunavir,covid19therapie_darunavir_code,covid19therapie_chloroquine_phosphate,covid19therapie_hydroxychloroquine,covid19therapie_ivermectin,covid19therapie_lopinavir_ritonavir,covid19therapie_ganciclovir,covid19therapie_oseltamivir,covid19therapie_remdesivir,covid19therapie_ribavirin,covid19therapie_camostat,covid19therapie_favipiravir,covid19therapie_convalescent_plasma,covid19therapie_convalescent_plasma_code,covid19therapie_steroids_gt_05_mg_kg_prednisone_equivalents,covid19therapie_steroids_lt_05_mg_kg_prednisone_equivalents,covid19therapie_tocilizumab,covid19therapie_tocilizumab_code,covid19therapie_sarilumab,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus_code,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept_code,covid19therapie_il1_receptor_antangonists,covid19therapie_ruxolitinib,covid19therapie_colchicine,covid19therapie_interferone_any,covid19therapie_25_hydroxyvitamin_d,covid19therapie_zinc,covid19therapie_andere,covid19therapie_andere_textfeld,acehemmer_code,acehemmer,immunglobuline_code,immunglobuline,antikoagulation_code,antikoagulation,antikoagulation_absicht,antikoagulation_unfraktioniertes_heparin,antikoagulation_unfraktioniertes_heparin_code,antikoagulation_niedermolekulares_heparin,antikoagulation_niedermolekulares_heparin_code,antikoagulation_argatroban,antikoagulation_plaettchenaggregationshemmer,antikoagulation_danaparoid,antikoagulation_phenprocoumon,antikoagulation_doak,antikoagulation_doak_code,antikoagulation_sonstige,antikoagulation_sonstige_textfeld,medikation_complete,dialyse_hamofiltration_code,dialyse_hamofiltration,apherese_code,apherese,bauchlage_code,bauchlage,liegt_der_patient_auf_der_intensivstationq_code,liegt_der_patient_auf_der_intensivstationq,ecmotherapie_code,ecmotherapie,beatmungstherapie_code,beatmungstherapie,therapie_complete,vitalparameter_datum,pa_co2_unit,pa_co2_code,pa_co2,pa_o2_unit,pa_o2_code,pa_o2,fi_o2_unit,fi_o2_code,fi_o2,p_hwert_unit,p_hwert_code,p_hwert,sofascore_code,sofa_score_resp,sofa_score_resp_calc,sofa_score_ns,sofa_score_ns_calc,sofa_score_cvs,sofa_score_cvs_calc,sofa_score_liv,sofa_score_liv_calc,sofa_score_coa,sofa_score_coa_calc,sofa_score_kid,sofa_score_kid_calc,sofa_total_score,atemfrequenz_unit,atemfrequenz_code,atemfrequenz,blutdruck_systolisch_unit,blutdruck_systolisch_code,blutdruck_systolisch,blutdruck_diastolisch_unit,blutdruck_diastolisch_code,blutdruck_diastolisch,herzfrequenz_unit,herzfrequenz_code,herzfrequenz,korpertemperatur_unit,korpertemperatur_code,korpertemperatur,periphere_sauerstoffsattigung_unit,periphere_sauerstoffsattigung_code,periphere_sauerstoffsattigung,vitalparameter_complete,entlassdatum,respiratorisches_outcome_code,respiratorisches_outcome,entlassungsart_code,entlassungsart,ergebnis_folgeabstrich_code,ergebnis_folgeabstrich,outcome_bei_entlassung_complete -patient_048316877,basisdaten_arm_1,,,,,,,1,2,2021-06-29,1,,,1,1,2,3,1,2,1,1,2,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_048316877,1_fall_arm_1,,,2020-06-28,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_6736007,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.6.96_237599002,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.1.1074_remission,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA15920-4,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G20__2.16.840.1.113883.6.96_49049000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F03__2.16.840.1.113883.6.96_52448006__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_G70.9__2.16.840.1.113883.6.96_257277002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G40.9__2.16.840.1.113883.6.96_84757009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G43.9__2.16.840.1.113883.6.96_37796009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I69.4__2.16.840.1.113883.6.96_440140008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z86.7__2.16.840.1.113883.6.96_429993008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F29__2.16.840.1.113883.6.96_69322001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F32.9__2.16.840.1.113883.6.96_35489007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_F41.9__2.16.840.1.113883.6.96_197480006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2020-03-29,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304252001,2,2.16.840.1.113883.6.96_363679005,3,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1967-11-29,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_18167009,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_female,2.16.840.1.113883.6.1_82810-3,2.16.840.1.113883.6.1_LA4489-6__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,53,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_6,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,149,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,189,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_840546002,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,1,2.16.840.1.113883.6.96_36955009__2.16.840.1.113883.6.96_44169009__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_21522001__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_62315008__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_422400008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_49727002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_267036007__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_422587007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_426000000__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_25064002__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,NoCodeSystem_NoCode,,,,,,,,,2.16.840.1.113883.6.96_6736007,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-01,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_371827001,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 -patient_048316877,2_fall_arm_1,,,2020-12-02,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_255604002,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J45.9__2.16.840.1.113883.6.96_195967001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J44.9__2.16.840.1.113883.6.96_13645005__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_J84.1__2.16.840.1.113883.6.96_51615001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I27.0__2.16.840.1.113883.6.96_70995007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_E66.29__2.16.840.1.113883.6.96_190966007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G47.3__2.16.840.1.113883.6.96_73430006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G47.31__2.16.840.1.113883.6.96_78275009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_E84.9__2.16.840.1.113883.6.96_190905008__2.16.840.1.113883.6.96_410594000,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.6.96_237599002,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.1.1074_remission,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA15920-4,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G20__2.16.840.1.113883.6.96_49049000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F03__2.16.840.1.113883.6.96_52448006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G35__2.16.840.1.113883.6.96_24700007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G70.9__2.16.840.1.113883.6.96_257277002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G40.9__2.16.840.1.113883.6.96_84757009__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G43.9__2.16.840.1.113883.6.96_37796009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I69.4__2.16.840.1.113883.6.96_440140008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z86.7__2.16.840.1.113883.6.96_429993008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F29__2.16.840.1.113883.6.96_69322001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F32.9__2.16.840.1.113883.6.96_35489007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_F41.9__2.16.840.1.113883.6.96_197480006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304253006,2,2.16.840.1.113883.6.96_363679005,1,1.2.840.10008.2.16.4_CT__2.16.840.1.113883.6.96_77477000COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410594000,1.2.840.10008.2.16.4_RG__2.16.840.1.113883.6.96_168537006COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_261665006,1.2.840.10008.2.16.4_US__2.16.840.1.113883.6.96_16310003COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_118247008,,,2.16.840.1.113883.6.96_118247008COLONLBRACKET363713009EQUAL263654008COMMA42752001EQUAL840539006RBRACKET,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1967-11-29,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_18167009,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_female,2.16.840.1.113883.6.1_82810-3,2.16.840.1.113883.6.1_LA26683-5__2.16.840.1.113883.6.96_60001007,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,53,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_4,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,136,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,179,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.4.642.4.1048_unknown,2,2.16.840.1.113883.6.96_116223007,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,2,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2.16.840.1.113883.6.96_233573008,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_371907003COLON425391005EQUAL426854004,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2021-01-07,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_3457005,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 -patient_048316877,3_fall_arm_1,,,2020-02-13,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_24484000,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E10.9__2.16.840.1.113883.6.96_46635009,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.1.1074_active,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18980-5,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,NoCodeSystem_NoCode,1.2.276.0.76.5.502_N18.1__2.16.840.1.113883.6.96_431855005,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,,2020-06-15,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,2,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1967-11-29,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_18167009,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_female,2.16.840.1.113883.6.1_82810-3,2.16.840.1.113883.6.1_LA26683-5__2.16.840.1.113883.6.96_60001007,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,52,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_4,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,117,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,179,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL129121000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-12-23,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_371827001,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 +record_id,redcap_event_name,redcap_repeat_instrument,redcap_repeat_instance,miibc_vorlage,gee_version,miibc_dat_dok,miibc_consent_status,miibc_widerruf,miibc_w_dat_dok,gee_erhebung_verarbeitung,gee_krankenkassendaten_retro,gee_krankenkassendaten_pro,gee_biomaterialien,gee_biomaterialien_zusaetzlich,gee_kontaktaufnahme,gee_kontaktaufnahme_zusatzbefunde,gee_projekt_codex,gee_projekt_codex_zusatz,einwilligungserklaerung_mii_broad_consent_complete,covid19_aufnahme_code,covid19_aufnahme,interventionelle_studienteilnahme_code,interventionelle_studienteilnahme,studieneinschluss_einschlusskriterien_complete,aufnahmedatum,erkrankungsphase_zum_zeitpunkt_der_diagnose_code,erkrankungsphase_zum_zeitpunkt_der_diagnose,krankheitsbeginn_aufnahme_complete,chronische_lungenerkrankungen_code,chronische_lungenerkrankungen,chronische_lungenerkrankungen_asthma,chronische_lungenerkrankungen_copd,chronische_lungenerkrankungen_lungenfibrose,chronische_lungenerkrankungen_lungenhochdruck_pulmonale_hypertonie,chronische_lungenerkrankungen_ohs,chronische_lungenerkrankungen_schlafapnoe,chronische_lungenerkrankungen_osas,chronische_lungenerkrankungen_cystische_fibrose,chronische_lungenerkrankungen_andere,chronische_lungenerkrankungen_andere_textfeld,herzkreislauferkrankungen_code,herzkreislauferkrankungen,herzkreislauferkrankungen_bluthochdruck,herzkreislauferkrankungen_zustand_nach_herzinfarkt,herzkreislauferkrankungen_herzrhythmusstoerungen,herzkreislauferkrankungen_herzinsuffizienz,herzkreislauferkrankungen_pavk,herzkreislauferkrankungen_zustand_nach_revaskularisation,herzkreislauferkrankungen_koronare_herzerkrankung_khk,herzkreislauferkrankungen_carotisstenose,herzkreislauferkrankungen_andere,herzkreislauferkrankungen_andere_textfeld,chronische_lebererkrankungen_code,chronische_lebererkrankungen,chronische_lebererkrankungen_fettleber,chronische_lebererkrankungen_leberzirrhose,chronische_lebererkrankungen_chronische_infektioese_hepatitis,chronische_lebererkrankungen_autoimmune_lebererkrankungen,chronische_lebererkrankungen_andere,chronische_lebererkrankungen_andere_textfeld,rheumatologischeimmunologische_erkrankungen_code,rheumatologischeimmunologische_erkrankungen,rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung,rheumatologischeimmunologische_erkrankungen_rheumatoide_arthritis,rheumatologischeimmunologische_erkrankungen_kollagenosen,rheumatologischeimmunologische_erkrankungen_vaskulitiden,rheumatologischeimmunologische_erkrankungen_angeborene_immundefekte,rheumatologischeimmunologische_erkrankungen_andere,rheumatologischeimmunologische_erkrankungen_andere_textfeld,bestehende_hivinfektion_code,bestehende_hivinfektion,organtransplantiert_code,organtransplantiert,organtransplantiert_herz,organtransplantiert_lunge,organtransplantiert_leber,organtransplantiert_nieren,organtransplantiert_darm,organtransplantiert_haut,organtransplantiert_hornhaut,organtransplantiert_gehoerknoechelchen,organtransplantiert_herzklappen,organtransplantiert_blutgefaess,organtransplantiert_hirnhaut,organtransplantiert_knochengewebe,organtransplantiert_knorpelgewebe,organtransplantiert_sehne,diabetes_code,diabetes,aktive_tumorkrebserkrankungen_code,aktive_tumorkrebserkrankungen,raucherstatus_code,raucherstatus,chronische_neurologische_oder_psychiatrische_erkrankungen_code,chronische_neurologische_oder_psychiatrische_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson,chronische_neurologische_oder_psychiatrische_erkrankungen_demenz,chronische_neurologische_oder_psychiatrische_erkrankungen_multiple_sklerose,chronische_neurologische_oder_psychiatrische_erkrankungen_neuromuskulaere_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_epilepsie,chronische_neurologische_oder_psychiatrische_erkrankungen_migraene,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_mit_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_ohne_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_psychose,chronische_neurologische_oder_psychiatrische_erkrankungen_depression,chronische_neurologische_oder_psychiatrische_erkrankungen_angsterkrankung,bestehende_sauerstoff_oder_beatmungstherapie_code,bestehende_sauerstoff_oder_beatmungstherapie,chronische_nierenerkrankungen_code,chronische_nierenerkrankungen,chronische_nierenerkrankungen_schweregrad,reiseaktivitat_code,reiseaktivitat,reiseaktivitat_start_date_1,reiseaktivitat_country_1,reiseaktivitat_state_1,reiseaktivitat_city_1,reiseaktivitat_end_date_1,reiseaktivitat_start_date_2,reiseaktivitat_country_2,reiseaktivitat_state_2,reiseaktivitat_city_2,reiseaktivitat_end_date_2,reiseaktivitat_start_date_3,reiseaktivitat_country_3,reiseaktivitat_state_3,reiseaktivitat_city_3,reiseaktivitat_end_date_3,reiseaktivitat_start_date_4,reiseaktivitat_country_4,reiseaktivitat_state_4,reiseaktivitat_city_4,reiseaktivitat_end_date_4,reiseaktivitat_start_date_5,reiseaktivitat_country_5,reiseaktivitat_state_5,reiseaktivitat_city_5,reiseaktivitat_end_date_5,reiseaktivitat_start_date_6,reiseaktivitat_country_6,reiseaktivitat_state_6,reiseaktivitat_city_6,reiseaktivitat_end_date_6,reiseaktivitat_start_date_7,reiseaktivitat_country_7,reiseaktivitat_state_7,reiseaktivitat_city_7,reiseaktivitat_end_date_7,reiseaktivitat_start_date_8,reiseaktivitat_country_8,reiseaktivitat_state_8,reiseaktivitat_city_8,reiseaktivitat_end_date_8,reiseaktivitat_start_date_9,reiseaktivitat_country_9,reiseaktivitat_state_9,reiseaktivitat_city_9,reiseaktivitat_end_date_9,reiseaktivitat_start_date_10,reiseaktivitat_country_10,reiseaktivitat_state_10,reiseaktivitat_city_10,reiseaktivitat_end_date_10,magengeschwure_code,magengeschwure,impfungen_code,impfungen_influenza,impfungen_pneumokokken,impfungen_bcg,impfungen_covid_19,impfungen_andere,impfungen_influenza_datum,impfungen_pneumokokken_datum,impfungen_bcg_datum,impfungen_covid_19_datum,impfungen_andere_datum,impfungen_andere_textfeld,dnranordnung_code,dnranordnung,anamnese_risikofaktoren_complete,bildgebende_verfahren_code,bildgebende_verfahren,bildgebende_verfahren_ct,bildgebende_verfahren_roentgen,bildgebende_verfahren_us,befund_bildgebender_verfahren_code,befund_bildgebender_verfahren_ct,befund_bildgebender_verfahren_roentgen,befund_bildgebender_verfahren_us,bildgebung_complete,geburtsdatum_code,geburtsdatum,ethnische_zugehorigkeit_code,ethnische_zugehorigkeit,biologisches_geschlecht_code,biologisches_geschlecht,schwangerschaft_code,schwangerschaft,alter_code,alter,frailtyscore_code,frailtyscore,gewicht_unit,gewicht_code,gewicht,korpergrose_unit,korpergrose_code,korpergrose,demographie_complete,kontakt_mit_an_covid19_erkrankter_personq_code,kontakt_mit_an_covid19_erkrankter_personq,epidemiologische_faktoren_complete,komplikation_code,komplikation,komplikation_thrombembolische_ereignisse,komplikation_venoese_thrombose,komplikation_lungenarterienembolie,komplikation_stroke,komplikation_myokardinfarkt,komplikation_andere,komplikation_andere_textfeld,komplikation_pulmonale_co_infektionen,komplikation_blutstrominfektionen,komplikationen_complete,labor_datum,crp_code,crp,crp_unit,crp_loinc_1,crp_loinc_2,crp_loinc_3,ferritin_code,ferritin,ferritin_unit,ferritin_loinc_1,ferritin_loinc_2,bilirubin_code,bilirubin,bilirubin_unit,bilirubin_loinc_1,bilirubin_loinc_2,ddimer_code,ddimer,ddimer_unit,ddimer_loinc_1,ddimer_loinc_2,ddimer_loinc_3,ddimer_loinc_4,ddimer_loinc_5,ddimer_loinc_6,gammagt_code,gammagt,gammagt_unit,gammagt_loinc_1,gotast_code,gotast,gotast_unit,gotast_loinc_1,ldh_code,ldh,ldh_unit,ldh_loinc_1,kardiale_troponine_code,kardiale_troponine,kardiale_troponine_unit,kardiale_troponine_loinc_1,kardiale_troponine_loinc_2,kardiale_troponine_loinc_3,hamoglobin_code,hamoglobin,hamoglobin_unit,hamoglobin_loinc_1,hamoglobin_loinc_2,hamoglobin_loinc_3,kreatinin_code,kreatinin,kreatinin_unit,kreatinin_loinc_1,kreatinin_loinc_2,laktat_code,laktat,laktat_unit,laktat_loinc_1,laktat_loinc_2,leukozyten_absolut_code,leukozyten_absolut,leukozyten_absolut_unit,leukozyten_absolut_loinc_1,lymphozyten_absolut_code,lymphozyten_absolut,lymphozyten_absolut_unit,lymphozyten_absolut_loinc_1,neutrophile_absolut_code,neutrophile_absolut,neutrophile_absolut_unit,neutrophile_absolut_loinc_1,ptt_code,ptt,ptt_unit,ptt_loinc_1,thrombozyten_absolut_code,thrombozyten_absolut,thrombozyten_absolut_unit,thrombozyten_absolut_loinc_1,inr_code,inr,inr_unit,inr_loinc_1,serumalbumin_code,serumalbumin,serumalbumin_unit,serumalbumin_loinc_1,serumalbumin_loinc_2,serumalbumin_loinc_3,antithrombin_iii_code,antithrombin_iii,antithrombin_iii_unit,antithrombin_iii_loinc_1,antithrombin_iii_loinc_2,pct_procalcitonin_code,pct_procalcitonin,pct_procalcitonin_unit,pct_procalcitonin_loinc_1,il6_interleukin_6_code,il6_interleukin_6,il6_interleukin_6_unit,il6_interleukin_6_loinc_1,ntprobnp_code,ntprobnp,ntprobnp_unit,ntprobnp_loinc_1,fibrinogen_code,fibrinogen,fibrinogen_unit,fibrinogen_loinc_1,fibrinogen_loinc_2,sarsco_v2rtpcr_code,sarsco_v2rtpcr,sarsco_v2rtpcr_loinc,sarsco_v2_covid19_ig_g_ia_ql_code,sarsco_v2_covid19_ig_g_ia_ql,sarsco_v2_covid19_ig_g_ia_ql_loinc,sarsco_v2_covid19_ig_g_ia_qn_code,sarsco_v2_covid19_ig_g_ia_qn,sarsco_v2_covid19_ig_g_ia_qn_unit,sarsco_v2_covid19_ig_g_ia_qn_loinc,sarsco_v2_covid19_ig_m_ia_ql_code,sarsco_v2_covid19_ig_m_ia_ql,sarsco_v2_covid19_ig_m_ia_ql_loinc,sarsco_v2_covid19_ig_m_ia_qn_code,sarsco_v2_covid19_ig_m_ia_qn,sarsco_v2_covid19_ig_m_ia_qn_unit,sarsco_v2_covid19_ig_m_ia_qn_loinc,sarsco_v2_covid19_ig_a_ia_ql_code,sarsco_v2_covid19_ig_a_ia_ql,sarsco_v2_covid19_ig_a_ia_ql_loinc,sarsco_v2_covid19_ig_a_ia_qn_code,sarsco_v2_covid19_ig_a_ia_qn,sarsco_v2_covid19_ig_a_ia_qn_unit,sarsco_v2_covid19_ig_a_ia_qn_loinc,sarsco_v2_covid19_ab_ia_ql_code,sarsco_v2_covid19_ab_ia_ql,sarsco_v2_covid19_ab_ia_ql_loinc,sarsco_v2_covid19_ab_ia_qn_code,sarsco_v2_covid19_ab_ia_qn,sarsco_v2_covid19_ab_ia_qn_unit,sarsco_v2_covid19_ab_ia_qn_loinc,laborwerte_complete,symptome_code,symptome,symptome_geruchs_bzw_geschmacksstoerungen,symptome_bauchschmerzen,symptome_bewusstseinsstoerungen_verwirrtheit,symptome_durchfall,symptome_erbrechen,symptome_husten,symptome_kurzatmigkeit_dyspnoe,symptome_uebelkeit,symptome_fieber,symptome_kopfschmerzen,symptome_andere_symptome,symptome_andere_symptome_textfeld,schweregrad_code,symptome_geruchs_bzw_geschmacksstoerungen_schweregrad,symptome_bauchschmerzen_schweregrad,symptome_bewusstseinsstoerungen_verwirrtheit_schweregrad,symptome_durchfall_schweregrad,symptome_erbrechen_schweregrad,symptome_husten_schweregrad,symptome_kurzatmigkeit_dyspnoe_schweregrad,symptome_uebelkeit_schweregrad,symptome_fieber_schweregrad,symptome_kopfschmerzen_schweregrad,symptome_andere_symptome_schweregrad,symptome_complete,medikation_datum,covid19therapie_code,covid19therapie,covid19therapie_antipyretika,covid19therapie_kortikosteroide,covid19therapie_kortikosteroide_code,covid19therapie_atazanavir,covid19therapie_atazanavir_code,covid19therapie_darunavir,covid19therapie_darunavir_code,covid19therapie_chloroquine_phosphate,covid19therapie_hydroxychloroquine,covid19therapie_ivermectin,covid19therapie_lopinavir_ritonavir,covid19therapie_ganciclovir,covid19therapie_oseltamivir,covid19therapie_remdesivir,covid19therapie_ribavirin,covid19therapie_camostat,covid19therapie_favipiravir,covid19therapie_convalescent_plasma,covid19therapie_convalescent_plasma_code,covid19therapie_steroids_gt_05_mg_kg_prednisone_equivalents,covid19therapie_steroids_lt_05_mg_kg_prednisone_equivalents,covid19therapie_tocilizumab,covid19therapie_tocilizumab_code,covid19therapie_sarilumab,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus_code,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept_code,covid19therapie_il1_receptor_antangonists,covid19therapie_ruxolitinib,covid19therapie_colchicine,covid19therapie_interferone_any,covid19therapie_25_hydroxyvitamin_d,covid19therapie_zinc,covid19therapie_andere,covid19therapie_andere_textfeld,acehemmer_code,acehemmer,immunglobuline_code,immunglobuline,antikoagulation_code,antikoagulation,antikoagulation_absicht,antikoagulation_unfraktioniertes_heparin,antikoagulation_unfraktioniertes_heparin_code,antikoagulation_niedermolekulares_heparin,antikoagulation_niedermolekulares_heparin_code,antikoagulation_argatroban,antikoagulation_plaettchenaggregationshemmer,antikoagulation_danaparoid,antikoagulation_phenprocoumon,antikoagulation_doak,antikoagulation_doak_code,antikoagulation_sonstige,antikoagulation_sonstige_textfeld,medikation_complete,dialyse_hamofiltration_code,dialyse_hamofiltration,apherese_code,apherese,bauchlage_code,bauchlage,liegt_der_patient_auf_der_intensivstationq_code,liegt_der_patient_auf_der_intensivstationq,ecmotherapie_code,ecmotherapie,beatmungstherapie_code,beatmungstherapie,therapie_complete,vitalparameter_datum,pa_co2_unit,pa_co2_code,pa_co2,pa_o2_unit,pa_o2_code,pa_o2,fi_o2_unit,fi_o2_code,fi_o2,p_hwert_unit,p_hwert_code,p_hwert,sofascore_code,sofa_score_resp,sofa_score_resp_calc,sofa_score_ns,sofa_score_ns_calc,sofa_score_cvs,sofa_score_cvs_calc,sofa_score_liv,sofa_score_liv_calc,sofa_score_coa,sofa_score_coa_calc,sofa_score_kid,sofa_score_kid_calc,sofa_total_score,atemfrequenz_unit,atemfrequenz_code,atemfrequenz,blutdruck_systolisch_unit,blutdruck_systolisch_code,blutdruck_systolisch,blutdruck_diastolisch_unit,blutdruck_diastolisch_code,blutdruck_diastolisch,herzfrequenz_unit,herzfrequenz_code,herzfrequenz,korpertemperatur_unit,korpertemperatur_code,korpertemperatur,periphere_sauerstoffsattigung_unit,periphere_sauerstoffsattigung_code,periphere_sauerstoffsattigung,vitalparameter_complete,entlassdatum,respiratorisches_outcome_code,respiratorisches_outcome,entlassungsart_code,entlassungsart,ergebnis_folgeabstrich_code,ergebnis_folgeabstrich,outcome_bei_entlassung_complete +patient_048316877,basisdaten_arm_1,,,2,,,,,,,,,,,,,,,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_048316877,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-06-28,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_6736007,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.6.96_237599002,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.1.1074_remission,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA15920-4,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G20__2.16.840.1.113883.6.96_49049000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F03__2.16.840.1.113883.6.96_52448006__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_G70.9__2.16.840.1.113883.6.96_257277002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G40.9__2.16.840.1.113883.6.96_84757009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G43.9__2.16.840.1.113883.6.96_37796009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I69.4__2.16.840.1.113883.6.96_440140008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z86.7__2.16.840.1.113883.6.96_429993008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F29__2.16.840.1.113883.6.96_69322001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F32.9__2.16.840.1.113883.6.96_35489007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_F41.9__2.16.840.1.113883.6.96_197480006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2020-03-29,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304252001,2,2.16.840.1.113883.6.96_363679005,3,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1967-11-29,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_18167009,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_female,2.16.840.1.113883.6.1_82810-3,2.16.840.1.113883.6.1_LA4489-6__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,53,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_6,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,149,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,189,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_840546002,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,1,2.16.840.1.113883.6.96_36955009__2.16.840.1.113883.6.96_44169009__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_21522001__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_62315008__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_422400008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_49727002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_267036007__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_422587007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_426000000__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_25064002__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,NoCodeSystem_NoCode,,,,,,,,,2.16.840.1.113883.6.96_6736007,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-01,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_371827001,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 +patient_048316877,2_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-12-02,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_255604002,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J45.9__2.16.840.1.113883.6.96_195967001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J44.9__2.16.840.1.113883.6.96_13645005__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_J84.1__2.16.840.1.113883.6.96_51615001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I27.0__2.16.840.1.113883.6.96_70995007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_E66.29__2.16.840.1.113883.6.96_190966007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G47.3__2.16.840.1.113883.6.96_73430006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G47.31__2.16.840.1.113883.6.96_78275009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_E84.9__2.16.840.1.113883.6.96_190905008__2.16.840.1.113883.6.96_410594000,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.6.96_237599002,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.1.1074_remission,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA15920-4,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G20__2.16.840.1.113883.6.96_49049000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F03__2.16.840.1.113883.6.96_52448006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G35__2.16.840.1.113883.6.96_24700007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G70.9__2.16.840.1.113883.6.96_257277002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G40.9__2.16.840.1.113883.6.96_84757009__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G43.9__2.16.840.1.113883.6.96_37796009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I69.4__2.16.840.1.113883.6.96_440140008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z86.7__2.16.840.1.113883.6.96_429993008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F29__2.16.840.1.113883.6.96_69322001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F32.9__2.16.840.1.113883.6.96_35489007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_F41.9__2.16.840.1.113883.6.96_197480006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304253006,2,2.16.840.1.113883.6.96_363679005,1,1.2.840.10008.2.16.4_CT__2.16.840.1.113883.6.96_77477000COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410594000,1.2.840.10008.2.16.4_RG__2.16.840.1.113883.6.96_168537006COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_261665006,1.2.840.10008.2.16.4_US__2.16.840.1.113883.6.96_16310003COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_118247008,,,2.16.840.1.113883.6.96_118247008COLONLBRACKET363713009EQUAL263654008COMMA42752001EQUAL840539006RBRACKET,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1967-11-29,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_18167009,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_female,2.16.840.1.113883.6.1_82810-3,2.16.840.1.113883.6.1_LA26683-5__2.16.840.1.113883.6.96_60001007,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,53,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_4,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,136,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,179,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.4.642.4.1048_unknown,2,2.16.840.1.113883.6.96_116223007,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,2,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2.16.840.1.113883.6.96_233573008,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_371907003COLON425391005EQUAL426854004,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2021-01-07,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_3457005,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 +patient_048316877,3_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-02-13,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_24484000,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E10.9__2.16.840.1.113883.6.96_46635009,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.1.1074_active,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18980-5,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,NoCodeSystem_NoCode,1.2.276.0.76.5.502_N18.1__2.16.840.1.113883.6.96_431855005,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,,2020-06-15,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,2,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1967-11-29,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_18167009,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_female,2.16.840.1.113883.6.1_82810-3,2.16.840.1.113883.6.1_LA26683-5__2.16.840.1.113883.6.96_60001007,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,52,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_4,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,117,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,179,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL129121000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-12-23,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_371827001,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 patient_048316877,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,,,,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,,,,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,,,,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,,,,,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,,1,,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,,1,,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,,1,,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,,,,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,,,,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,,,,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,,,,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,,1,,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,,1,,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,,1,,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,,1,,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,,1,,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,,1,,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,,,,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,,,,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,,1,,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,,1,,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,,1,,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,,,,,2.16.840.1.113883.6.1_94500-6,,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,,1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,,1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,,1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,,1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_048316877,1_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-03-19 09:12",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,1,1,48421-2_c-reactive-protein-in-capillary-blood,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,1,1,20567-4_ferritin-in-serum-or-plasma-by-immunoassay,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,,,,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,,,,,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,,1,,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,,1,,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,,1,,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,,,,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,,,,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,,,,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,,,,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,,1,,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,,1,,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,,1,,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,,1,,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,,1,,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,,1,,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,,,,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,,,,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,,1,,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,,1,,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,,1,,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,,,,,2.16.840.1.113883.6.1_94500-6,,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,,1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,,1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,,1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,,1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_048316877,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-30 15:20",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_81839001,1,,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB01,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410594000,,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_048316877,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-30 15:20",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_81839001,1,2.16.840.1.113883.6.96_373808002,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB01,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410594000,,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_048316877,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-28 14:01",1,2.16.840.1.113883.6.1_11557-6,48,1,2.16.840.1.113883.6.1_11557-8,21,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"18,147412044553647",1,2.16.840.1.113883.6.1_11558-4,"6,084025151132743",,resp4,4,ns0,0,cvs3,3,liv4,4,coa1,1,kid3,3,15,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,195,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,203,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,160,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"35,48209765498606",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,80,2,,,,,,,, patient_048316877,1_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-30 20:44",1,2.16.840.1.113883.6.1_11557-6,160,1,2.16.840.1.113883.6.1_11557-8,110,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"86,93322048186562",1,2.16.840.1.113883.6.1_11558-4,"10,842512023625273",,resp1,1,ns2,2,cvs2,2,liv2,2,coa1,1,kid4,4,12,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,65,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,78,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,143,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,211,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"29,204306868726487",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,,2,,,,,,,, patient_048316877,1_fall_arm_1,vitalparameter,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-13 04:48",1,2.16.840.1.113883.6.1_11557-6,120,1,2.16.840.1.113883.6.1_11557-8,178,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"43,844",1,2.16.840.1.113883.6.1_11558-4,"5,4890",,resp1,1,ns0,0,cvs3,3,liv1,1,coa1,1,kid1,1,7,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,49,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,206,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,77,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,183,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"42,418",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,23,1,,,,,,,, patient_048316877,2_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"15,0",3,,,48421-2_c-reactive-protein-in-capillary-blood,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,,,,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,,,,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"1,5",1,71427-9_fibrin-d-dimer-feu-in-blood-by-immunoassay,,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,,1,,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,,1,,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,,1,,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,,,,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,9,2,,14775-1_hemoglobin-in-arterial-blood-by-oximetry,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,,,,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,,,,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,,1,,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,,1,,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,,1,,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,,1,,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,,1,,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,,1,,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,,,,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,,,,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"8,8",1,33959-8_procalcitonin-in-serum-or-plasma,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,,1,,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,,1,,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,,,,,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260415000,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,,1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260415000,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,,1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260373001,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"0,7",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260415000,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,,1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_048316877,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-12-02 10:00",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AE08,1.2.276.0.76.5.498_J05AR22__1.2.276.0.76.5.498_J05AE10__1.2.276.0.76.5.498_J05AR14__2.16.840.1.113883.6.96_424096001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AR10__2.16.840.1.113883.6.96_134573001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_261665006,,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_410605003,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,3,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_048316877,2_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-12-06 18:17",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_81839001,2,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_048316877,2_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-12-14 23:10",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_S02B,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AR15,1.2.276.0.76.5.498_J05AR22__1.2.276.0.76.5.498_J05AE10__1.2.276.0.76.5.498_J05AR14__2.16.840.1.113883.6.96_424096001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AE10,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AR10__2.16.840.1.113883.6.96_134573001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_410594000,,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_410594000,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_L04AA18,,,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_81839001,2,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_048316877,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-12-02 10:00",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AE08,1.2.276.0.76.5.498_J05AR22__1.2.276.0.76.5.498_J05AE10__1.2.276.0.76.5.498_J05AR14__2.16.840.1.113883.6.96_424096001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AR10__2.16.840.1.113883.6.96_134573001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_261665006,,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_410605003,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,3,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_048316877,2_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-12-06 18:17",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_81839001,2,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_048316877,2_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-12-14 23:10",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_S02B,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AR15,1.2.276.0.76.5.498_J05AR22__1.2.276.0.76.5.498_J05AE10__1.2.276.0.76.5.498_J05AR14__2.16.840.1.113883.6.96_424096001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AE10,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AR10__2.16.840.1.113883.6.96_134573001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_410594000,,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_410594000,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_L04AA18,,,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_81839001,2,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_048316877,2_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-12-04 11:30",1,2.16.840.1.113883.6.1_11557-6,17,1,2.16.840.1.113883.6.1_11557-8,30,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"13,94404035858081",1,2.16.840.1.113883.6.1_11558-4,"4,768695897964102",,resp4,4,ns3,3,cvs3,3,liv2,2,,,kid1,1,13,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,12,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,163,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,35,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"30,270209953443164",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,13,0,,,,,,,, patient_048316877,2_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-12-14 15:27",1,2.16.840.1.113883.6.1_11557-6,42,1,2.16.840.1.113883.6.1_11557-8,150,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"25,85081818975383",1,2.16.840.1.113883.6.1_11558-4,"11,04726077690298",,resp3,3,ns4,4,cvs4,4,liv4,4,coa1,1,kid4,4,20,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,192,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,113,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,147,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,4,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"27,567357685813015",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,44,2,,,,,,,, patient_048316877,3_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-02-13 00:52",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"83,44308793466377",3,,,1988-5_c-reactive-protein-in-serum-or-plasma,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"84,71488633607353",2,,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"63,589901763079546",2,,14631-6_bilirubin.total-in-serum-or-plasma,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,,4,,,,48067-3_fibrin-d-dimer-feu-in-platelet-poor-plasma-by-immunoassay,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"94,28332527564912",1,2324-2_gamma-glutamyl-transferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"64,89908217434984",1,30239-8_aspartate-aminotransferase-in-serum-or-plasma-by-with-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"0,16417617988264688",1,2532-0_lactate-dehydrogenase-in-serum-or-plasma,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"54,97520556904577",2,,89579-7_troponin-i.cardiac-in-serum-or-plasma-by-high-sensitivity-method,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"93,1975982587546",3,,,76768-1_hemoglobin-in-mixed-venous-blood-by-oximetry,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"27,681265654542297",1,14682-9_creatinine-in-serum-or-plasma,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"86,75389972569543",1,2524-7_lactate-in-serum-or-plasma,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"59,940674755274145",1,6690-2_leukocytes-in-blood-by-automated-count,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"42,18697018151643",1,731-0_lymphocytes-in-blood-by-automated-count,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"27,688783833103003",1,26499-4_neutrophils-in-blood,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"92,65945769275318",1,43734-3_aptt-in-platelet-poor-plasma-by-coagulation-11-saline,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"65,57101148476136",1,26515-7_platelets-in-blood,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"4,163271734617247",1,46418-0_inr-in-capillary-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"45,00318199469328",,,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"82,70373299166445",2,,3174-0_antithrombin-in-platelet-poor-plasma-by-chromogenic-method,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"76,35209460195247",1,75241-0_procalcitonin-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"65,58375301563902",1,44322-6_interleukin-6-in-serum-or-plasma,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"88,7159410923364",1,33762-6_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"46,25724263423957",2,,48664-7_fibrinogen-in-platelet-poor-plasma-by-coagulation.derived,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_419984006,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260373001,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"32,24619658952109",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260415000,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"99,59173584305879",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_419984006,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"41,03324010375824",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260415000,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"77,26764484905456",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_048316877,3_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-02-14 10:05",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"67,06738132534343",1,48421-2_c-reactive-protein-in-capillary-blood,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"9,019426822570942",1,86914-9_ferritin-goal-serum-or-plasma,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,,2,,14631-6_bilirubin.total-in-serum-or-plasma,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"80,13604527122402",5,,,,,91556-1_fibrin-d-dimer-ddu-in-blood-by-immunoassay,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"17,336920906211784",1,2324-2_gamma-glutamyl-transferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"69,16799133029436",1,30239-8_aspartate-aminotransferase-in-serum-or-plasma-by-with-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"88,59797623152981",1,14804-9_lactate-dehydrogenase-in-serum-or-plasma-by-lactate-to-pyruvate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"65,55354537213218",3,,,42757-5_troponin-i.cardiac-in-blood,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"65,0841967855906",,,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"39,8370572652604",1,14682-9_creatinine-in-serum-or-plasma,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"6,378910741820498",2,,27941-4_lactate-in-cerebral-spinal-fluid,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"3,1010141776642963",1,6690-2_leukocytes-in-blood-by-automated-count,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"68,12733988591789",1,26474-7_lymphocytes-in-blood,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"38,72272045689361",1,751-8_neutrophils-in-blood-by-automated-count,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"9,06767821303589",1,43734-3_aptt-in-platelet-poor-plasma-by-coagulation-11-saline,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"75,8745282101476",1,13056-7_platelets-in-plasma-by-automated-count,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"97,44644459765456",1,34714-6_inr-in-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"16,739399157120626",,,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"30,5258248805621",1,27812-7_antithrombin-ag-actual-normal-in-platelet-poor-plasma-by-immunoassay,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,,1,75241-0_procalcitonin-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"51,27485439133898",1,49732-1_interleukin-6-in-body-fluid,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"59,944060445093804",1,83107-3_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"34,15435159587037",1,48664-7_fibrinogen-in-platelet-poor-plasma-by-coagulation.derived,,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_419984006,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_419984006,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"70,03379070677023",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260373001,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"24,21389945282244",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260415000,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"33,94084136436476",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260415000,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"63,40562091333686",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_048316877,3_fall_arm_1,laborwerte,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-02-15 21:06",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"8,462657511853322",1,,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"59,91128532607637",1,2276-4_ferritin-in-serum-or-plasma,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"24,581734259065435",1,42719-5_bilirubin.total-in-blood,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"87,6147177731643",5,,,,,91556-1_fibrin-d-dimer-ddu-in-blood-by-immunoassay,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"88,33035467509377",1,2324-2_gamma-glutamyl-transferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"40,67142973418634",1,30239-8_aspartate-aminotransferase-in-serum-or-plasma-by-with-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"64,89849379326921",1,60017-1_lactate-dehydrogenase-in-body-fluid-by-pyruvate-to-lactate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"26,741133433780984",1,6598-7_troponin-t.cardiac-in-serum-or-plasma,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"54,77897432875314",,,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"83,46052892399675",2,,12190-5_creatinine-in-body-fluid,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"57,3727850134108",2,,59032-3_lactate-in-blood,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,,1,26464-8_leukocytes-in-blood,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"38,20453932270544",1,26474-7_lymphocytes-in-blood,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"39,417800512201495",1,751-8_neutrophils-in-blood-by-automated-count,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"60,086128042245456",1,14979-9_aptt-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"35,25807249975188",1,26516-5_platelets-in-plasma,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"17,87117086152785",1,34714-6_inr-in-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"90,84433413287279",1,61151-7_albumin-in-serum-or-plasma-by-bromocresol-green-bcg-dye-binding-method,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"63,610286158996885",1,27812-7_antithrombin-ag-actual-normal-in-platelet-poor-plasma-by-immunoassay,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"78,4858503859416",1,75241-0_procalcitonin-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"33,51357278739775",1,49919-4_interleukin-6-in-cerebral-spinal-fluid,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"21,128007186677976",1,83107-3_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"41,96059663468225",2,,3255-7_fibrinogen-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_419984006,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260373001,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"88,86047376189087",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260373001,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"5,198831957870698",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260415000,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"97,14058052736932",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260373001,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"96,92870203378654",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_048316877,3_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,,2.16.840.1.113883.6.96_333710000,,2.16.840.1.113883.6.96_81839001,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_048316877,3_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_94500-6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,,2.16.840.1.113883.6.96_333710000,,2.16.840.1.113883.6.96_81839001,,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_048316877,3_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2.16.840.1.113883.6.1_11557-6,24,1,2.16.840.1.113883.6.1_11557-8,80,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"0,6084498446267794",1,2.16.840.1.113883.6.1_11558-4,"13,018294412731477",,resp0,0,ns3,3,cvs1,1,liv1,1,coa3,3,kid1,1,9,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,82,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,7,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,113,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,46,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"31,329164865797182",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,13,0,,,,,,,, -patient_067510313,basisdaten_arm_1,,,,,,,1,2,2020-07-19,1,,,1,2,3,4,4,2,2,1,2,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_067510313,1_fall_arm_1,,,2020-07-19,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_6736007,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J45.9__2.16.840.1.113883.6.96_195967001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_J44.9__2.16.840.1.113883.6.96_13645005__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_J84.1__2.16.840.1.113883.6.96_51615001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I27.0__2.16.840.1.113883.6.96_70995007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_E66.29__2.16.840.1.113883.6.96_190966007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.3__2.16.840.1.113883.6.96_73430006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G47.31__2.16.840.1.113883.6.96_78275009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_E84.9__2.16.840.1.113883.6.96_190905008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_106048009__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K52.9__2.16.840.1.113883.6.96_24526004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_M06.99__2.16.840.1.113883.6.96_69896004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_M35.9__2.16.840.1.113883.6.96_105969002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I77.6__2.16.840.1.113883.6.96_31996006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_36138009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.1__2.16.840.1.113883.6.96_302509004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.2__2.16.840.1.113883.6.96_181216001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.4__2.16.840.1.113883.6.96_181268008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.0__2.16.840.1.113883.6.96_181414000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.88__2.16.840.1.113883.6.96_113276009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.5__2.16.840.1.113883.6.96_119181002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.7__2.16.840.1.113883.6.96_181162001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_41845008__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_119206002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_8935007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.6__2.16.840.1.113883.6.96_3138006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_309312004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_13024002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E11.9__2.16.840.1.113883.6.96_44054006,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18980-5,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G20__2.16.840.1.113883.6.96_49049000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F03__2.16.840.1.113883.6.96_52448006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G35__2.16.840.1.113883.6.96_24700007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G70.9__2.16.840.1.113883.6.96_257277002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G40.9__2.16.840.1.113883.6.96_84757009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G43.9__2.16.840.1.113883.6.96_37796009__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I69.4__2.16.840.1.113883.6.96_440140008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z86.7__2.16.840.1.113883.6.96_429993008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F29__2.16.840.1.113883.6.96_69322001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F32.9__2.16.840.1.113883.6.96_35489007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F41.9__2.16.840.1.113883.6.96_197480006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,1.2.276.0.76.5.502_Z99.2__2.16.840.1.113883.6.96_714152005,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373066001,2020-09-18,urnCOLONisoCOLONstdCOLONisoCOLON3166_SJ,,,2020-09-30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,2020-01-28,,,2020-12-26,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304253006,2,2.16.840.1.113883.6.96_363679005,1,1.2.840.10008.2.16.4_CT__2.16.840.1.113883.6.96_77477000COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410605003,1.2.840.10008.2.16.4_RG__2.16.840.1.113883.6.96_168537006COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410594000,1.2.840.10008.2.16.4_US__2.16.840.1.113883.6.96_16310003COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_118247008,2.16.840.1.113883.6.96_118247008COLON363713009EQUAL17621005,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1946-02-09,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_315280000,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_male,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,74,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_3,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,87,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,173,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.4.642.4.1048_unknown,2,2.16.840.1.113883.6.96_116223007,1,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_111293003__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I26.9__2.16.840.1.113883.6.96_59282003__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I64__2.16.840.1.113883.6.96_230690007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I21.9__2.16.840.1.113883.6.96_22298006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_J18.9__2.16.840.1.113883.6.96_128601007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_A41.9__2.16.840.1.113883.6.96_434156008__2.16.840.1.113883.6.96_261665006,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,1,2.16.840.1.113883.6.96_36955009__2.16.840.1.113883.6.96_44169009__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_21522001__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_40917007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_62315008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_422400008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_49727002__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_267036007__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_422587007__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_426000000__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_25064002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_385432009__2.16.840.1.113883.6.96_410605003,Fatigue,NoCodeSystem_NoCode,,,,,2.16.840.1.113883.6.96_24484000,2.16.840.1.113883.6.96_255604002,,2.16.840.1.113883.6.96_24484000,,,2.16.840.1.113883.6.96_255604002,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_431182000,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2.16.840.1.113883.6.96_233573008,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL129121000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-09-02,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_371827001,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 +patient_067510313,basisdaten_arm_1,,,1,1,2020-07-19,3,4,,1,2,3,4,4,2,2,,,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_067510313,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-07-19,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_6736007,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J45.9__2.16.840.1.113883.6.96_195967001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_J44.9__2.16.840.1.113883.6.96_13645005__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_J84.1__2.16.840.1.113883.6.96_51615001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I27.0__2.16.840.1.113883.6.96_70995007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_E66.29__2.16.840.1.113883.6.96_190966007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.3__2.16.840.1.113883.6.96_73430006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G47.31__2.16.840.1.113883.6.96_78275009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_E84.9__2.16.840.1.113883.6.96_190905008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_106048009__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K52.9__2.16.840.1.113883.6.96_24526004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_M06.99__2.16.840.1.113883.6.96_69896004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_M35.9__2.16.840.1.113883.6.96_105969002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I77.6__2.16.840.1.113883.6.96_31996006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_36138009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.1__2.16.840.1.113883.6.96_302509004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.2__2.16.840.1.113883.6.96_181216001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.4__2.16.840.1.113883.6.96_181268008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.0__2.16.840.1.113883.6.96_181414000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.88__2.16.840.1.113883.6.96_113276009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.5__2.16.840.1.113883.6.96_119181002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.7__2.16.840.1.113883.6.96_181162001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_41845008__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_119206002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_8935007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.6__2.16.840.1.113883.6.96_3138006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_309312004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_13024002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E11.9__2.16.840.1.113883.6.96_44054006,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18980-5,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G20__2.16.840.1.113883.6.96_49049000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F03__2.16.840.1.113883.6.96_52448006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G35__2.16.840.1.113883.6.96_24700007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G70.9__2.16.840.1.113883.6.96_257277002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G40.9__2.16.840.1.113883.6.96_84757009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G43.9__2.16.840.1.113883.6.96_37796009__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I69.4__2.16.840.1.113883.6.96_440140008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z86.7__2.16.840.1.113883.6.96_429993008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F29__2.16.840.1.113883.6.96_69322001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F32.9__2.16.840.1.113883.6.96_35489007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F41.9__2.16.840.1.113883.6.96_197480006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,1.2.276.0.76.5.502_Z99.2__2.16.840.1.113883.6.96_714152005,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373066001,2020-09-18,urnCOLONisoCOLONstdCOLONisoCOLON3166_SJ,,,2020-09-30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,2020-01-28,,,2020-12-26,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304253006,2,2.16.840.1.113883.6.96_363679005,1,1.2.840.10008.2.16.4_CT__2.16.840.1.113883.6.96_77477000COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410605003,1.2.840.10008.2.16.4_RG__2.16.840.1.113883.6.96_168537006COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410594000,1.2.840.10008.2.16.4_US__2.16.840.1.113883.6.96_16310003COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_118247008,2.16.840.1.113883.6.96_118247008COLON363713009EQUAL17621005,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1946-02-09,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_315280000,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_male,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,74,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_3,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,87,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,173,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.4.642.4.1048_unknown,2,2.16.840.1.113883.6.96_116223007,1,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_111293003__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I26.9__2.16.840.1.113883.6.96_59282003__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I64__2.16.840.1.113883.6.96_230690007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I21.9__2.16.840.1.113883.6.96_22298006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_J18.9__2.16.840.1.113883.6.96_128601007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_A41.9__2.16.840.1.113883.6.96_434156008__2.16.840.1.113883.6.96_261665006,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,1,2.16.840.1.113883.6.96_36955009__2.16.840.1.113883.6.96_44169009__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_21522001__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_40917007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_62315008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_422400008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_49727002__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_267036007__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_422587007__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_426000000__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_25064002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_385432009__2.16.840.1.113883.6.96_410605003,Fatigue,NoCodeSystem_NoCode,,,,,2.16.840.1.113883.6.96_24484000,2.16.840.1.113883.6.96_255604002,,2.16.840.1.113883.6.96_24484000,,,2.16.840.1.113883.6.96_255604002,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_431182000,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2.16.840.1.113883.6.96_233573008,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL129121000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-09-02,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_371827001,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 patient_067510313,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-20 11:40",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"9,0",3,,,48421-2_c-reactive-protein-in-capillary-blood,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,300,1,24373-3_ferritin-in-blood,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"0,4",1,42719-5_bilirubin.total-in-blood,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"1,2",1,48065-7_fibrin-d-dimer-feu-in-platelet-poor-plasma,,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,30,1,2324-2_gamma-glutamyl-transferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,15,1,1920-8_aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,134,1,2532-0_lactate-dehydrogenase-in-serum-or-plasma,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"0,35",1,6597-9_troponin-t.cardiac-in-venous-blood,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,12,2,,30313-1_hemoglobin-in-arterial-blood,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"0,5",2,,38483-4_creatinine-in-blood,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"1,2",1,32693-4_lactate-in-blood,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"6,3",1,26464-8_leukocytes-in-blood,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"0,7",1,26474-7_lymphocytes-in-blood,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"4,6",1,26499-4_neutrophils-in-blood,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,22,1,3173-2_aptt-in-blood-by-coagulation-assay,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,333,1,26516-5_platelets-in-plasma,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"2,78",1,34714-6_inr-in-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"4,7",3,,,1751-7_albumin-in-serum-or-plasma,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,75,1,27812-7_antithrombin-ag-actual-normal-in-platelet-poor-plasma-by-immunoassay,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"8,8",1,75241-0_procalcitonin-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"47,3",1,26881-3_interleukin-6-in-serum-or-plasma,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,144,1,33762-6_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,223,2,,3255-7_fibrinogen-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_419984006,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260373001,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"0,3",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260415000,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,0,1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260373001,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"0,56",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260415000,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,0,1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_067510313,1_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-12-04 13:54",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"8,58166113026062",2,,76486-0_c-reactive-protein-in-serum-or-plasma-by-high-sensitivity-method,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"76,18360120191092",2,,14723-1_ferritin-in-serum-or-plasma,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"38,484973220297725",1,59828-4_bilirubin.total-in-venous-blood,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"48,95775906166311",4,,,,71427-9_fibrin-d-dimer-feu-in-blood-by-immunoassay,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"79,47272807311717",1,2324-2_gamma-glutamyl-transferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"6,657524107771007",1,88112-8_aspartate-aminotransferase-in-serum-or-plasma-by-no-addition-of-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"43,828732160703666",1,14803-1_lactate-dehydrogenase-in-body-fluid-by-lactate-to-pyruvate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"3,5050398167787433",2,,48425-3_troponin-t.cardiac-in-blood,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"27,982202542691425",2,,76768-1_hemoglobin-in-mixed-venous-blood-by-oximetry,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"16,46145314568618",2,,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"63,51424811732982",2,,30242-2_lactate-in-arterial-blood,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"60,36825561081477",1,,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"70,29592992255873",1,30364-4_lymphocytes-in-blood-by-flow-cytometry-fc,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"98,78805732708497",1,753-4_neutrophils-in-blood-by-manual-count,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"66,92506572111918",1,14979-9_aptt-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"98,44041973004146",1,26516-5_platelets-in-plasma,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"9,20328233956248",1,34714-6_inr-in-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"53,11417719499799",2,,62235-7_albumin-in-serum-or-plasma-by-bromocresol-green-bcg-dye-binding-method,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"87,79626256534043",1,27811-9_antithrombin-actual-normal-in-platelet-poor-plasma-by-chromogenic-method,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"2,726328532877209",1,33959-8_procalcitonin-in-serum-or-plasma,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"40,34246513703984",1,49919-4_interleukin-6-in-cerebral-spinal-fluid,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,,1,83107-3_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"85,63199586316644",2,,,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260373001,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"95,5484405415995",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260415000,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,,1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_419984006,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"14,557941150273123",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260415000,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"59,95031403589854",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_067510313,1_fall_arm_1,laborwerte,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-02-01 04:05",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"60,00318953233818",3,,,30522-7_c-reactive-protein-in-serum-or-plasma-by-high-sensitivity-method,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"16,31647454511713",1,20567-4_ferritin-in-serum-or-plasma-by-immunoassay,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"69,64505010277527",,,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"41,364390329454814",6,,,,,,38898-3_fibrin-d-dimer-in-platelet-poor-plasma,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"70,99174090321347",1,2325-9_gamma-glutamyl-transferase-aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"79,58176253049831",1,1920-8_aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"76,14879043586136",1,60017-1_lactate-dehydrogenase-in-body-fluid-by-pyruvate-to-lactate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"97,83116982106375",3,,,49563-0_troponin-i.cardiac-in-serum-or-plasma-by-detection-limit-leq-0.01-ng-ml,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"2,7042288750922405",3,,,20509-6_hemoglobin-in-blood-by-calculation,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"7,9544831245843",1,59826-8_creatinine-in-blood,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"59,59123230422502",1,2519-7_lactate-in-venous-blood,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"58,36037590693183",1,26464-8_leukocytes-in-blood,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"6,885774143388568",1,26474-7_lymphocytes-in-blood,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"39,90480668059212",1,753-4_neutrophils-in-blood-by-manual-count,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,,1,43734-3_aptt-in-platelet-poor-plasma-by-coagulation-11-saline,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"75,74875560840198",1,13056-7_platelets-in-plasma-by-automated-count,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"50,175787113700196",1,46418-0_inr-in-capillary-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"79,73291741956274",1,61152-5_albumin-in-serum-or-plasma-by-bromocresol-purple-bcp-dye-binding-method,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"33,88738873769843",2,,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"48,08470931751564",1,33959-8_procalcitonin-in-serum-or-plasma,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"56,94755260523555",1,44322-6_interleukin-6-in-serum-or-plasma,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"60,85384202134303",1,33762-6_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"94,18740887204378",2,,30902-1_fibrinogen-in-platelet-poor-plasma-by-heat-denaturation,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260373001,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"93,58914704351045",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_419984006,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"77,85084524452954",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_419984006,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"35,047703798772865",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260415000,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"0,7882412883958967",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_067510313,1_fall_arm_1,laborwerte,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-04-16 08:07",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,,,,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,,,,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,,,,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,,,,,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,,1,,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,,1,,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,,1,,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,,,,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,,,,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,,,,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,,,,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,,1,,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,,1,,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,,1,,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,,1,,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,,1,,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,,1,,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,,,,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,,,,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,,1,,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,,1,,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,,1,,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,,,,,2.16.840.1.113883.6.1_94500-6,,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,,1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,,1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,,1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,,1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_067510313,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-19 09:43",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,1,,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AF,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_067510313,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-22 09:16",NoCodeSystem_NoCode,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_81839001,1,,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB63,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AE,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_067510313,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-30 05:34",NoCodeSystem_NoCode,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,1,,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB13,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_261665006,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_067510313,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-19 09:43",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,1,2.16.840.1.113883.6.96_373808002,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AF,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_067510313,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-22 09:16",NoCodeSystem_NoCode,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_81839001,1,2.16.840.1.113883.6.96_373808002,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB63,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AE,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_067510313,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-30 05:34",NoCodeSystem_NoCode,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,1,2.16.840.1.113883.6.96_373808002,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB13,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_261665006,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_067510313,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-20 10:04",1,2.16.840.1.113883.6.1_11557-6,188,1,2.16.840.1.113883.6.1_11557-8,156,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"83,30030769978288",1,2.16.840.1.113883.6.1_11558-4,"1,9082523799910418",,resp0,0,ns2,2,cvs0,0,liv4,4,coa0,0,kid3,3,9,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,4,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,174,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,126,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,185,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"41,75095063260076",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,82,2,,,,,,,, patient_067510313,1_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-30 23:40",1,2.16.840.1.113883.6.1_11557-6,9,1,2.16.840.1.113883.6.1_11557-8,140,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"65,28968514092394",1,2.16.840.1.113883.6.1_11558-4,"11,123831247098655",,resp1,1,ns1,1,cvs4,4,liv4,4,coa2,2,kid3,3,15,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,78,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,186,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,186,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"34,02738542960409",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,46,2,,,,,,,, -patient_117975012,basisdaten_arm_1,,,,,,,1,2,2021-06-30,1,,,1,2,2,2,3,2,1,1,2,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_117975012,1_fall_arm_1,,,2020-07-28,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_24484000,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.6.96_237599002,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18976-3,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,NoCodeSystem_NoCode,1.2.276.0.76.5.502_N18.4__2.16.840.1.113883.6.96_431857002,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304253006,2,2.16.840.1.113883.6.96_363679005,2,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1932-04-20,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_male,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,88,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_3,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,65,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,167,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_840546002,2,2.16.840.1.113883.6.96_116223007,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL26412008,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-12,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_419099009,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 +patient_117975012,basisdaten_arm_1,,,3,,,,,,,,,,,,,,,1,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_117975012,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-07-28,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_24484000,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.6.96_237599002,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18976-3,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,NoCodeSystem_NoCode,1.2.276.0.76.5.502_N18.4__2.16.840.1.113883.6.96_431857002,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304253006,2,2.16.840.1.113883.6.96_363679005,2,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1932-04-20,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_male,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,88,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_3,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,65,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,167,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_840546002,2,2.16.840.1.113883.6.96_116223007,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL26412008,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-12,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_419099009,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 patient_117975012,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-28 05:13",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"20,5934063773736",2,,76486-0_c-reactive-protein-in-serum-or-plasma-by-high-sensitivity-method,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"52,51846685128184",1,2276-4_ferritin-in-serum-or-plasma,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"66,77026082949294",1,59827-6_bilirubin.total-in-arterial-blood,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"76,99511364014874",5,,,,,48066-5_fibrin-d-dimer-ddu-in-platelet-poor-plasma,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"89,3752361134331",1,2324-2_gamma-glutamyl-transferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"25,72915382958184",1,1920-8_aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"7,360165417060793",1,14803-1_lactate-dehydrogenase-in-body-fluid-by-lactate-to-pyruvate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"78,83595280679124",2,,6597-9_troponin-t.cardiac-in-venous-blood,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"38,893230649199126",3,,,14775-1_hemoglobin-in-arterial-blood-by-oximetry,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"64,3664265656786",1,14682-9_creatinine-in-serum-or-plasma,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"86,1662820466189",2,,14118-4_lactate-in-serum-or-plasma,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"44,494108962259205",1,6690-2_leukocytes-in-blood-by-automated-count,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"80,47881219580555",1,732-8_lymphocytes-in-blood-by-manual-count,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"73,97808045358197",1,751-8_neutrophils-in-blood-by-automated-count,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"58,31879434496705",1,14979-9_aptt-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"49,965391451885445",1,49497-1_platelets-in-blood-by-estimate,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"74,61363703689953",1,6301-6_inr-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"61,2701729104163",3,,,76631-1_albumin-in-blood-by-bromocresol-purple-bcp-dye-binding-method,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,,1,91120-6_antithrombin-in-platelet-poor-plasma-by-chromo.no-addition-of-heparin,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"45,945363416823234",1,33959-8_procalcitonin-in-serum-or-plasma,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"78,76537836205051",1,49919-4_interleukin-6-in-cerebral-spinal-fluid,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"93,24933670909296",1,,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"27,28180783374675",2,,30902-1_fibrinogen-in-platelet-poor-plasma-by-heat-denaturation,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_419984006,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"10,396976821320013",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260373001,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"1,8069849406653238",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_419984006,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"49,40353034488606",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260373001,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"43,25634267926352",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_117975012,1_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-30 09:25",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"70,13204144404844",1,30522-7_c-reactive-protein-in-serum-or-plasma-by-high-sensitivity-method,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"18,026970295250166",2,,14723-1_ferritin-in-serum-or-plasma,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"72,57380398127445",1,42719-5_bilirubin.total-in-blood,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"46,20984419870473",3,,,48065-7_fibrin-d-dimer-feu-in-platelet-poor-plasma,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"68,7970322060589",1,2324-2_gamma-glutamyl-transferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"13,519338407410931",1,88112-8_aspartate-aminotransferase-in-serum-or-plasma-by-no-addition-of-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"95,56480427652879",1,,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"83,80613592284648",1,10839-9_troponin-i.cardiac-in-serum-or-plasma,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"0,4659152106920694",3,,,718-7_hemoglobin-in-blood,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"64,09998062604542",1,14682-9_creatinine-in-serum-or-plasma,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"77,27577489945973",2,,14118-4_lactate-in-serum-or-plasma,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"97,41222167104232",1,6690-2_leukocytes-in-blood-by-automated-count,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"90,15476319323523",1,26474-7_lymphocytes-in-blood,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"4,746870499219991",1,753-4_neutrophils-in-blood-by-manual-count,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"3,326471963694333",1,3173-2_aptt-in-blood-by-coagulation-assay,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"23,350812546448772",1,49497-1_platelets-in-blood-by-estimate,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"40,824566664518244",1,6301-6_inr-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"85,89859006101504",2,,62235-7_albumin-in-serum-or-plasma-by-bromocresol-green-bcg-dye-binding-method,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"51,3348085484053",1,91120-6_antithrombin-in-platelet-poor-plasma-by-chromo.no-addition-of-heparin,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"9,107591909818835",1,33959-8_procalcitonin-in-serum-or-plasma,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"11,914362337746864",1,49919-4_interleukin-6-in-cerebral-spinal-fluid,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"75,28511779791351",1,83107-3_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"6,773824685473084",1,3255-7_fibrinogen-in-platelet-poor-plasma-by-coagulation-assay,,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_419984006,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_419984006,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,,1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_419984006,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"8,302604870015928",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260415000,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,,1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_419984006,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"12,203230206956883",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_117975012,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-29 07:53",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AE08,,,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AR10__2.16.840.1.113883.6.96_134573001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.18.2.6_E9750,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_261665006,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_444649004,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_385432009__2.16.840.1.113883.6.96_410605003,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_81839001,1,,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB51,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410594000,,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_117975012,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-29 07:53",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AE08,,,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AR10__2.16.840.1.113883.6.96_134573001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.18.2.6_E9750,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_261665006,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_444649004,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_385432009__2.16.840.1.113883.6.96_410605003,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_81839001,1,2.16.840.1.113883.6.96_373808002,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB51,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410594000,,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_117975012,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-28 04:06",1,2.16.840.1.113883.6.1_11557-6,92,1,2.16.840.1.113883.6.1_11557-8,121,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"42,93085922490116",1,2.16.840.1.113883.6.1_11558-4,"12,667995029646873",,resp2,2,ns0,0,cvs1,1,liv0,0,coa3,3,kid1,1,7,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,182,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,190,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,220,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,94,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"30,51614606464151",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,0,2,,,,,,,, patient_117975012,1_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-08-02 03:56",1,2.16.840.1.113883.6.1_11557-6,114,1,2.16.840.1.113883.6.1_11557-8,10,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"70,02745581403134",1,2.16.840.1.113883.6.1_11558-4,"11,462497228404834",,resp4,4,,,cvs0,0,liv3,3,coa2,2,kid3,3,12,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,53,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,216,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,144,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"30,876264451466845",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,91,1,,,,,,,, -patient_151427985,basisdaten_arm_1,,,,,,,1,2,2021-06-14,1,,,1,1,2,2,2,1,1,1,1,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_151427985,1_fall_arm_1,,,2020-03-27,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_24484000,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K52.9__2.16.840.1.113883.6.96_24526004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_M06.99__2.16.840.1.113883.6.96_69896004__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_I77.6__2.16.840.1.113883.6.96_31996006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_36138009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.1__2.16.840.1.113883.6.96_302509004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.2__2.16.840.1.113883.6.96_181216001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.4__2.16.840.1.113883.6.96_181268008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.0__2.16.840.1.113883.6.96_181414000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.88__2.16.840.1.113883.6.96_113276009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.5__2.16.840.1.113883.6.96_119181002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.7__2.16.840.1.113883.6.96_181162001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_41845008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z95.88__2.16.840.1.113883.6.96_181285005__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_119206002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_8935007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.6__2.16.840.1.113883.6.96_3138006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_309312004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_13024002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.6.96_237599002,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18978-9,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,1.2.276.0.76.5.502_Z99.2__2.16.840.1.113883.6.96_714152005,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,2,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1977-11-21,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_315280000,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_unknown,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,42,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_8,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,138,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,181,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_840546002,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_428311008,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-04-14,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_306237005,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 +patient_151427985,basisdaten_arm_1,,,3,,,,,,,,,,,,,,,1,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_151427985,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-03-27,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_24484000,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K52.9__2.16.840.1.113883.6.96_24526004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_M06.99__2.16.840.1.113883.6.96_69896004__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_I77.6__2.16.840.1.113883.6.96_31996006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_36138009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.1__2.16.840.1.113883.6.96_302509004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.2__2.16.840.1.113883.6.96_181216001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.4__2.16.840.1.113883.6.96_181268008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.0__2.16.840.1.113883.6.96_181414000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.88__2.16.840.1.113883.6.96_113276009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.5__2.16.840.1.113883.6.96_119181002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.7__2.16.840.1.113883.6.96_181162001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_41845008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z95.88__2.16.840.1.113883.6.96_181285005__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_119206002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_8935007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.6__2.16.840.1.113883.6.96_3138006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_309312004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_13024002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.6.96_237599002,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18978-9,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,1.2.276.0.76.5.502_Z99.2__2.16.840.1.113883.6.96_714152005,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,2,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1977-11-21,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_315280000,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_unknown,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,42,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_8,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,138,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,181,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_840546002,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_428311008,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-04-14,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_306237005,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 patient_151427985,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-03-28 17:50",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"17,635043973621343",1,48421-2_c-reactive-protein-in-capillary-blood,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"24,674209910832488",1,20567-4_ferritin-in-serum-or-plasma-by-immunoassay,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"48,961001653354096",2,,14631-6_bilirubin.total-in-serum-or-plasma,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"53,864936168252164",2,,48065-7_fibrin-d-dimer-feu-in-platelet-poor-plasma,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"83,10780780074086",1,2325-9_gamma-glutamyl-transferase-aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"95,30394773065032",1,30239-8_aspartate-aminotransferase-in-serum-or-plasma-by-with-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"3,5591183462827303",1,14804-9_lactate-dehydrogenase-in-serum-or-plasma-by-lactate-to-pyruvate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"39,182373643337385",1,67151-1_troponin-t.cardiac-in-serum-or-plasma-by-high-sensitivity-method,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"61,11529315207142",1,75928-2_hemoglobin-in-arterial-blood,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"41,46916126674579",2,,2160-0_creatinine-in-serum-or-plasma,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"23,240052747012818",2,,59032-3_lactate-in-blood,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"86,41319677363086",1,6690-2_leukocytes-in-blood-by-automated-count,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"70,17663171555891",1,731-0_lymphocytes-in-blood-by-automated-count,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"87,20517509494496",1,26499-4_neutrophils-in-blood,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"65,37647569566813",1,16631-4_aptt-in-blood-by-coagulation-11-saline,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"23,032888226856397",1,74775-8_platelets-in-platelet-rich-plasma-by-automated-count,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"34,64317886184814",1,34714-6_inr-in-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"41,46780492650113",3,,,61152-5_albumin-in-serum-or-plasma-by-bromocresol-purple-bcp-dye-binding-method,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"20,75072579281141",2,,3174-0_antithrombin-in-platelet-poor-plasma-by-chromogenic-method,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"98,90960209546556",1,75241-0_procalcitonin-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"81,93274262784752",1,49919-4_interleukin-6-in-cerebral-spinal-fluid,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"73,78228169359618",1,33762-6_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"52,29659243713315",2,,30902-1_fibrinogen-in-platelet-poor-plasma-by-heat-denaturation,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260373001,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"50,091362461286316",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260415000,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"35,163279185947225",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_419984006,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"67,82132981401844",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_419984006,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"5,050823086424661",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_151427985,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-03-27 16:52",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AR23,1.2.276.0.76.5.498_J05AR22__1.2.276.0.76.5.498_J05AE10__1.2.276.0.76.5.498_J05AR14__2.16.840.1.113883.6.96_424096001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AR10__2.16.840.1.113883.6.96_134573001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_261665006,,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_261665006,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_261665006,,,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_L04AD,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-005.2,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,1,,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB01,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_261665006,,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_151427985,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-04-12 12:10",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_J05AR22__1.2.276.0.76.5.498_J05AE10__1.2.276.0.76.5.498_J05AR14__2.16.840.1.113883.6.96_424096001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_410605003,,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.18.2.6_E9749,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_410594000,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-005.m,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-005.8,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-001.e,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_41549009,,2.16.840.1.113883.6.96_333710000,,2.16.840.1.113883.6.96_81839001,2,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_151427985,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-03-27 16:52",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AR23,1.2.276.0.76.5.498_J05AR22__1.2.276.0.76.5.498_J05AE10__1.2.276.0.76.5.498_J05AR14__2.16.840.1.113883.6.96_424096001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AR10__2.16.840.1.113883.6.96_134573001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_261665006,,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_261665006,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_261665006,,,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_L04AD,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-005.2,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,1,2.16.840.1.113883.6.96_373808002,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB01,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_261665006,,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_151427985,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-04-12 12:10",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_J05AR22__1.2.276.0.76.5.498_J05AE10__1.2.276.0.76.5.498_J05AR14__2.16.840.1.113883.6.96_424096001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_410605003,,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.18.2.6_E9749,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_410594000,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-005.m,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-005.8,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-001.e,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_41549009,,2.16.840.1.113883.6.96_333710000,,2.16.840.1.113883.6.96_81839001,2,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_151427985,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-03-27 13:06",1,2.16.840.1.113883.6.1_11557-6,176,1,2.16.840.1.113883.6.1_11557-8,71,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"32,60093840055098",1,2.16.840.1.113883.6.1_11558-4,"3,299224375111745",,resp3,3,ns2,2,cvs4,4,liv3,3,coa0,0,kid2,2,14,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,167,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,47,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,137,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,199,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"36,06994334479087",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,48,2,,,,,,,, -patient_204949736,basisdaten_arm_1,,,,,,,1,2,2020-11-21,1,,,2,4,4,2,1,2,2,1,1,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,1_fall_arm_1,,,2020-05-01,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_261665006,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E10.9__2.16.840.1.113883.6.96_46635009,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18976-3,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_64572001__NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410605003,2019-08-19,2018-08-18,,,2019-01-30,Gelbfieber,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,2,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1930-12-19,2.16.840.1.113883.6.96_372148003,NoCodeSystem_NoCode,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_female,2.16.840.1.113883.6.1_82810-3,2.16.840.1.113883.6.1_LA26683-5__2.16.840.1.113883.6.96_60001007,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,89,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_5,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,59,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,153,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-05-17,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_3457005,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 -patient_204949736,2_fall_arm_1,,,2020-08-15,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_6736007,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J45.9__2.16.840.1.113883.6.96_195967001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_J44.9__2.16.840.1.113883.6.96_13645005__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_J84.1__2.16.840.1.113883.6.96_51615001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I27.0__2.16.840.1.113883.6.96_70995007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_E66.29__2.16.840.1.113883.6.96_190966007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.3__2.16.840.1.113883.6.96_73430006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.31__2.16.840.1.113883.6.96_78275009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E84.9__2.16.840.1.113883.6.96_190905008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_106048009__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.1__2.16.840.1.113883.6.96_302509004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.2__2.16.840.1.113883.6.96_181216001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.4__2.16.840.1.113883.6.96_181268008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.0__2.16.840.1.113883.6.96_181414000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.88__2.16.840.1.113883.6.96_113276009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.5__2.16.840.1.113883.6.96_119181002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.7__2.16.840.1.113883.6.96_181162001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_41845008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z95.88__2.16.840.1.113883.6.96_181285005__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_119206002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_8935007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.6__2.16.840.1.113883.6.96_3138006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_309312004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_13024002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.1.1074_active,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18980-5,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304253006,2,2.16.840.1.113883.6.96_363679005,1,1.2.840.10008.2.16.4_CT__2.16.840.1.113883.6.96_77477000COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_261665006,1.2.840.10008.2.16.4_RG__2.16.840.1.113883.6.96_168537006COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410605003,1.2.840.10008.2.16.4_US__2.16.840.1.113883.6.96_16310003COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_118247008,,2.16.840.1.113883.6.96_118247008COLON363713009EQUAL17621005,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1930-12-19,2.16.840.1.113883.6.96_372148003,NoCodeSystem_NoCode,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_female,2.16.840.1.113883.6.1_82810-3,2.16.840.1.113883.6.1_LA26683-5__2.16.840.1.113883.6.96_60001007,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,90,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_7,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,53,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,153,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,1,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_261665006,,,,,,,1.2.276.0.76.5.502_J18.9__2.16.840.1.113883.6.96_128601007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_A41.9__2.16.840.1.113883.6.96_434156008__2.16.840.1.113883.6.96_261665006,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,1,2.16.840.1.113883.6.96_36955009__2.16.840.1.113883.6.96_44169009__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_21522001__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_40917007__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_62315008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_422400008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_49727002__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_267036007__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_422587007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_426000000__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_25064002__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6736007,2.16.840.1.113883.6.96_255604002,,,,2.16.840.1.113883.6.96_442452003,,,2.16.840.1.113883.6.96_6736007,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-09-01,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_371827001,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 -patient_204949736,3_fall_arm_1,,,2020-10-23,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_277022003,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J45.9__2.16.840.1.113883.6.96_195967001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_J44.9__2.16.840.1.113883.6.96_13645005__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J84.1__2.16.840.1.113883.6.96_51615001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I27.0__2.16.840.1.113883.6.96_70995007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_E66.29__2.16.840.1.113883.6.96_190966007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G47.3__2.16.840.1.113883.6.96_73430006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G47.31__2.16.840.1.113883.6.96_78275009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E84.9__2.16.840.1.113883.6.96_190905008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_106048009__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.1__2.16.840.1.113883.6.96_302509004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.2__2.16.840.1.113883.6.96_181216001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.4__2.16.840.1.113883.6.96_181268008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.0__2.16.840.1.113883.6.96_181414000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.88__2.16.840.1.113883.6.96_113276009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.5__2.16.840.1.113883.6.96_119181002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.7__2.16.840.1.113883.6.96_181162001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_41845008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z95.88__2.16.840.1.113883.6.96_181285005__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_119206002__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_8935007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.6__2.16.840.1.113883.6.96_3138006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_309312004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_13024002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18978-9,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G20__2.16.840.1.113883.6.96_49049000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F03__2.16.840.1.113883.6.96_52448006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G35__2.16.840.1.113883.6.96_24700007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G70.9__2.16.840.1.113883.6.96_257277002__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G40.9__2.16.840.1.113883.6.96_84757009__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G43.9__2.16.840.1.113883.6.96_37796009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I69.4__2.16.840.1.113883.6.96_440140008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z86.7__2.16.840.1.113883.6.96_429993008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F29__2.16.840.1.113883.6.96_69322001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_F32.9__2.16.840.1.113883.6.96_35489007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_F41.9__2.16.840.1.113883.6.96_197480006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_64572001__NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410605003,2019-12-28,,,,2013-07-22,Cholera,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304252001,2,2.16.840.1.113883.6.96_363679005,1,1.2.840.10008.2.16.4_CT__2.16.840.1.113883.6.96_77477000COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410605003,1.2.840.10008.2.16.4_RG__2.16.840.1.113883.6.96_168537006COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410594000,1.2.840.10008.2.16.4_US__2.16.840.1.113883.6.96_16310003COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_118247008,2.16.840.1.113883.6.96_118247008COLONLBRACKET363713009EQUAL263654008COMMA42752001EQUAL840539006RBRACKET,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1930-12-19,2.16.840.1.113883.6.96_372148003,NoCodeSystem_NoCode,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_female,2.16.840.1.113883.6.1_82810-3,2.16.840.1.113883.6.1_LA26683-5__2.16.840.1.113883.6.96_60001007,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,90,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_8,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,49,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,153,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.4.642.4.1048_unknown,2,2.16.840.1.113883.6.96_116223007,3,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,2,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2.16.840.1.113883.6.96_233573008,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL26412008,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-09-30,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_3457005,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 +patient_204949736,basisdaten_arm_1,,,1,1,2020-11-21,4,,,2,,4,2,1,2,2,,,0,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-05-01,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_261665006,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E10.9__2.16.840.1.113883.6.96_46635009,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18976-3,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_64572001__NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410605003,2019-08-19,2018-08-18,,,2019-01-30,Gelbfieber,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,2,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1930-12-19,2.16.840.1.113883.6.96_372148003,NoCodeSystem_NoCode,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_female,2.16.840.1.113883.6.1_82810-3,2.16.840.1.113883.6.1_LA26683-5__2.16.840.1.113883.6.96_60001007,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,89,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_5,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,59,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,153,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-05-17,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_3457005,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 +patient_204949736,2_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-08-15,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_6736007,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J45.9__2.16.840.1.113883.6.96_195967001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_J44.9__2.16.840.1.113883.6.96_13645005__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_J84.1__2.16.840.1.113883.6.96_51615001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I27.0__2.16.840.1.113883.6.96_70995007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_E66.29__2.16.840.1.113883.6.96_190966007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.3__2.16.840.1.113883.6.96_73430006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.31__2.16.840.1.113883.6.96_78275009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E84.9__2.16.840.1.113883.6.96_190905008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_106048009__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.1__2.16.840.1.113883.6.96_302509004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.2__2.16.840.1.113883.6.96_181216001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.4__2.16.840.1.113883.6.96_181268008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.0__2.16.840.1.113883.6.96_181414000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.88__2.16.840.1.113883.6.96_113276009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.5__2.16.840.1.113883.6.96_119181002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.7__2.16.840.1.113883.6.96_181162001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_41845008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z95.88__2.16.840.1.113883.6.96_181285005__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_119206002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_8935007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.6__2.16.840.1.113883.6.96_3138006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_309312004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_13024002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.1.1074_active,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18980-5,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304253006,2,2.16.840.1.113883.6.96_363679005,1,1.2.840.10008.2.16.4_CT__2.16.840.1.113883.6.96_77477000COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_261665006,1.2.840.10008.2.16.4_RG__2.16.840.1.113883.6.96_168537006COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410605003,1.2.840.10008.2.16.4_US__2.16.840.1.113883.6.96_16310003COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_118247008,,2.16.840.1.113883.6.96_118247008COLON363713009EQUAL17621005,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1930-12-19,2.16.840.1.113883.6.96_372148003,NoCodeSystem_NoCode,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_female,2.16.840.1.113883.6.1_82810-3,2.16.840.1.113883.6.1_LA26683-5__2.16.840.1.113883.6.96_60001007,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,90,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_7,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,53,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,153,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,1,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_261665006,,,,,,,1.2.276.0.76.5.502_J18.9__2.16.840.1.113883.6.96_128601007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_A41.9__2.16.840.1.113883.6.96_434156008__2.16.840.1.113883.6.96_261665006,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,1,2.16.840.1.113883.6.96_36955009__2.16.840.1.113883.6.96_44169009__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_21522001__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_40917007__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_62315008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_422400008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_49727002__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_267036007__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_422587007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_426000000__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_25064002__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6736007,2.16.840.1.113883.6.96_255604002,,,,2.16.840.1.113883.6.96_442452003,,,2.16.840.1.113883.6.96_6736007,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-09-01,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_371827001,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 +patient_204949736,3_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-10-23,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_277022003,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J45.9__2.16.840.1.113883.6.96_195967001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_J44.9__2.16.840.1.113883.6.96_13645005__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J84.1__2.16.840.1.113883.6.96_51615001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I27.0__2.16.840.1.113883.6.96_70995007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_E66.29__2.16.840.1.113883.6.96_190966007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G47.3__2.16.840.1.113883.6.96_73430006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G47.31__2.16.840.1.113883.6.96_78275009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E84.9__2.16.840.1.113883.6.96_190905008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_106048009__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.1__2.16.840.1.113883.6.96_302509004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.2__2.16.840.1.113883.6.96_181216001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.4__2.16.840.1.113883.6.96_181268008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.0__2.16.840.1.113883.6.96_181414000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.88__2.16.840.1.113883.6.96_113276009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.5__2.16.840.1.113883.6.96_119181002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.7__2.16.840.1.113883.6.96_181162001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_41845008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z95.88__2.16.840.1.113883.6.96_181285005__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_119206002__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_8935007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.6__2.16.840.1.113883.6.96_3138006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_309312004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_13024002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18978-9,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G20__2.16.840.1.113883.6.96_49049000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F03__2.16.840.1.113883.6.96_52448006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G35__2.16.840.1.113883.6.96_24700007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G70.9__2.16.840.1.113883.6.96_257277002__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G40.9__2.16.840.1.113883.6.96_84757009__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G43.9__2.16.840.1.113883.6.96_37796009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I69.4__2.16.840.1.113883.6.96_440140008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z86.7__2.16.840.1.113883.6.96_429993008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F29__2.16.840.1.113883.6.96_69322001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_F32.9__2.16.840.1.113883.6.96_35489007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_F41.9__2.16.840.1.113883.6.96_197480006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_64572001__NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410605003,2019-12-28,,,,2013-07-22,Cholera,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304252001,2,2.16.840.1.113883.6.96_363679005,1,1.2.840.10008.2.16.4_CT__2.16.840.1.113883.6.96_77477000COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410605003,1.2.840.10008.2.16.4_RG__2.16.840.1.113883.6.96_168537006COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410594000,1.2.840.10008.2.16.4_US__2.16.840.1.113883.6.96_16310003COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_118247008,2.16.840.1.113883.6.96_118247008COLONLBRACKET363713009EQUAL263654008COMMA42752001EQUAL840539006RBRACKET,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1930-12-19,2.16.840.1.113883.6.96_372148003,NoCodeSystem_NoCode,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_female,2.16.840.1.113883.6.1_82810-3,2.16.840.1.113883.6.1_LA26683-5__2.16.840.1.113883.6.96_60001007,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,90,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_8,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,49,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,153,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.4.642.4.1048_unknown,2,2.16.840.1.113883.6.96_116223007,3,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,2,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2.16.840.1.113883.6.96_233573008,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL26412008,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-09-30,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_3457005,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 patient_204949736,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-05-01 10:17",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"59,51661618706778",3,,,30522-7_c-reactive-protein-in-serum-or-plasma-by-high-sensitivity-method,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"90,15987446794936",1,24373-3_ferritin-in-blood,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"45,8075341748332",1,59828-4_bilirubin.total-in-venous-blood,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"66,29595961031264",5,,,,,48058-2_fibrin-d-dimer-ddu-in-platelet-poor-plasma-by-immunoassay,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"74,17075859266261",1,2325-9_gamma-glutamyl-transferase-aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"23,45388775905387",1,30239-8_aspartate-aminotransferase-in-serum-or-plasma-by-with-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"27,113142018949222",1,14805-6_lactate-dehydrogenase-in-serum-or-plasma-by-pyruvate-to-lactate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"9,06595120476349",1,49563-0_troponin-i.cardiac-in-serum-or-plasma-by-detection-limit-leq-0.01-ng-ml,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"59,681580642604146",1,59260-0_hemoglobin-in-blood,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"39,70059834532539",2,,38483-4_creatinine-in-blood,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"82,96477972763088",1,2518-9_lactate-in-arterial-blood,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"83,96016765819184",1,804-5_leukocytes-in-blood-by-manual-count,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"2,310415397851162",1,732-8_lymphocytes-in-blood-by-manual-count,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"56,497830871283206",1,753-4_neutrophils-in-blood-by-manual-count,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"46,22143794714205",1,43734-3_aptt-in-platelet-poor-plasma-by-coagulation-11-saline,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"43,283691477211384",1,13056-7_platelets-in-plasma-by-automated-count,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"23,180261215607313",1,34714-6_inr-in-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"63,08244379949198",2,,62235-7_albumin-in-serum-or-plasma-by-bromocresol-green-bcg-dye-binding-method,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"22,202104819119086",2,,3174-0_antithrombin-in-platelet-poor-plasma-by-chromogenic-method,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"52,8043239907924",1,75241-0_procalcitonin-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,,1,44322-6_interleukin-6-in-serum-or-plasma,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"70,00351180219123",1,83107-3_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"35,912685412808344",2,,48664-7_fibrinogen-in-platelet-poor-plasma-by-coagulation.derived,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260415000,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"32,05215666215071",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_419984006,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"33,23581394821181",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260373001,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"41,64494365688385",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260415000,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,,1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_204949736,1_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-10 17:43",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"67,8595666662226",2,,76486-0_c-reactive-protein-in-serum-or-plasma-by-high-sensitivity-method,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"71,29529780913877",1,24373-3_ferritin-in-blood,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"65,41988540484321",1,1975-2_bilirubin.total-in-serum-or-plasma,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"50,02332903817791",1,48066-5_fibrin-d-dimer-ddu-in-platelet-poor-plasma,,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"29,43959702939589",1,2324-2_gamma-glutamyl-transferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"44,65380070024499",1,1920-8_aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"48,73785166751598",1,60017-1_lactate-dehydrogenase-in-body-fluid-by-pyruvate-to-lactate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,,3,,,6597-9_troponin-t.cardiac-in-venous-blood,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"29,284379847791197",1,75928-2_hemoglobin-in-arterial-blood,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"42,22185622062249",2,,21232-4_creatinine-in-arterial-blood,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"6,792093276504563",,,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,,1,804-5_leukocytes-in-blood-by-manual-count,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"30,589399844369435",1,732-8_lymphocytes-in-blood-by-manual-count,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"27,646980841722414",1,26499-4_neutrophils-in-blood,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"86,94257876217014",1,14979-9_aptt-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"76,00393579978432",1,49497-1_platelets-in-blood-by-estimate,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"13,67233884182334",1,46418-0_inr-in-capillary-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"42,61134343827892",1,1751-7_albumin-in-serum-or-plasma,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"68,85165929646517",2,,3174-0_antithrombin-in-platelet-poor-plasma-by-chromogenic-method,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"12,61081814535342",1,75241-0_procalcitonin-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"60,87273371728672",1,,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"19,278814364566934",1,83107-3_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"35,30821332344824",1,30902-1_fibrinogen-in-platelet-poor-plasma-by-heat-denaturation,,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260415000,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"24,53652559267748",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_419984006,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"23,09085768277612",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260373001,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"6,548415837223109",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260415000,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"33,98384111444207",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-01 04:37",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_S02B,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AR22__1.2.276.0.76.5.498_J05AE10__1.2.276.0.76.5.498_J05AR14__2.16.840.1.113883.6.96_424096001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AE10,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AR10__2.16.840.1.113883.6.96_134573001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.18.2.6_E9744,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_410605003,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_416587008,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,1,,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410594000,,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-10 13:21",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,,2.16.840.1.113883.6.96_81839001,1,,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB01,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410594000,,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-12 07:53",NoCodeSystem_NoCode,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_81839001,3,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-01 04:37",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_S02B,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AR22__1.2.276.0.76.5.498_J05AE10__1.2.276.0.76.5.498_J05AR14__2.16.840.1.113883.6.96_424096001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AE10,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AR10__2.16.840.1.113883.6.96_134573001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.18.2.6_E9744,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_410605003,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_416587008,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,1,2.16.840.1.113883.6.96_373808002,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410594000,,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-10 13:21",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,,2.16.840.1.113883.6.96_81839001,1,2.16.840.1.113883.6.96_373808002,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB01,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410594000,,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-12 07:53",NoCodeSystem_NoCode,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_81839001,3,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_204949736,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-08 03:19",1,2.16.840.1.113883.6.1_11557-6,10,1,2.16.840.1.113883.6.1_11557-8,168,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"60,85452284564043",1,2.16.840.1.113883.6.1_11558-4,"11,304817172131033",,resp1,1,ns0,0,cvs0,0,liv3,3,coa0,0,kid4,4,8,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,187,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,175,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,140,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,43,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"38,587978337402674",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,27,2,,,,,,,, patient_204949736,1_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-13 14:32",1,2.16.840.1.113883.6.1_11557-6,170,1,2.16.840.1.113883.6.1_11557-8,57,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,,1,2.16.840.1.113883.6.1_11558-4,"12,647310135078687",,resp2,2,ns2,2,cvs3,3,liv0,0,coa4,4,kid4,4,15,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,30,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,106,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,81,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"39,155423575243184",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,90,2,,,,,,,, patient_204949736,2_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,,,,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,,,,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,,,,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,,,,,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,,1,,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,,1,,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,,1,,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,,,,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,,,,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,,,,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,,,,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,,1,,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,,1,,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,,1,,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,,1,,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,,1,,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,,1,,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,,,,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,,,,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,,1,,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,,1,,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,,1,,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,,,,,2.16.840.1.113883.6.1_94500-6,,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,,1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,,1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,,1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,,1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-08-17 09:28",NoCodeSystem_NoCode,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_81839001,1,,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB05,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410605003,,,2.16.840.1.113883.6.96_385432009__2.16.840.1.113883.6.96_410605003,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,2_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-08-19 00:42",NoCodeSystem_NoCode,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_stopped,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,3,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-08-17 09:28",NoCodeSystem_NoCode,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_81839001,1,2.16.840.1.113883.6.96_373808002,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB05,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410605003,,,2.16.840.1.113883.6.96_385432009__2.16.840.1.113883.6.96_410605003,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,2_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-08-19 00:42",NoCodeSystem_NoCode,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_stopped,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,3,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_204949736,2_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2.16.840.1.113883.6.1_11557-6,,1,2.16.840.1.113883.6.1_11557-8,,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,,1,2.16.840.1.113883.6.1_11558-4,,,,,,,,,,,,,,,,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,,1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,,0,,,,,,,, patient_204949736,3_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,,,,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,,,,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,,,,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,,,,,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,,1,,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,,1,,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,,1,,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,,,,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,,,,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,,,,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,,,,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,,1,,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,,1,,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,,1,,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,,1,,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,,1,,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,,1,,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,,,,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,,,,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,,1,,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,,1,,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,,1,,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,,,,,2.16.840.1.113883.6.1_94500-6,,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,,1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,,1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,,1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,,1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,3_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-24 05:37",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,2,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,3_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-20 01:48",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_81839001,2,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,3_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-24 05:37",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,2,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,3_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-20 01:48",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_81839001,2,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_204949736,3_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2.16.840.1.113883.6.1_11557-6,,1,2.16.840.1.113883.6.1_11557-8,,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,,1,2.16.840.1.113883.6.1_11558-4,,,,,,,,,,,,,,,,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,,1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,,0,,,,,,,, -patient_220537314,basisdaten_arm_1,,,,,,,1,2,2020-06-30,1,,,1,1,1,1,1,1,1,1,1,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_220537314,1_fall_arm_1,,,2020-10-03,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_255604002,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I10.90__2.16.840.1.113883.6.96_38341003__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I25.29__2.16.840.1.113883.6.96_417662000COLON246090004EQUAL22298006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I49.9__2.16.840.1.113883.6.96_698247007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I50.9__2.16.840.1.113883.6.96_84114007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I73.9__2.16.840.1.113883.6.96_399957001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_416940007COLON363589002EQUAL81266008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I25.1__2.16.840.1.113883.6.96_53741008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K76.0__2.16.840.1.113883.6.96_197321007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_K74.6__2.16.840.1.113883.6.96_19943007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_B18.9__2.16.840.1.113883.6.96_10295004__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_235890007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E13.9__2.16.840.1.113883.6.96_8801005,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18978-9,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373066001,2020-09-21,,,,2020-11-29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410605003,,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,2020-04-17,,2020-09-12,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,2,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1978-10-09,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_90027003,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_male,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,42,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_4,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,89,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,173,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,1,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_410594000,,,,,,,1.2.276.0.76.5.502_J18.9__2.16.840.1.113883.6.96_128601007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_A41.9__2.16.840.1.113883.6.96_434156008__2.16.840.1.113883.6.96_410605003,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_431182000,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2.16.840.1.113883.6.96_233573008,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_371907003COLON425391005EQUAL426854004,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-05-27,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_32485007,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 -patient_220537314,2_fall_arm_1,,,2020-10-24,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_261665006,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.1__2.16.840.1.113883.6.96_302509004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.2__2.16.840.1.113883.6.96_181216001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.4__2.16.840.1.113883.6.96_181268008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.0__2.16.840.1.113883.6.96_181414000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.88__2.16.840.1.113883.6.96_113276009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.5__2.16.840.1.113883.6.96_119181002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.7__2.16.840.1.113883.6.96_181162001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_41845008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z95.88__2.16.840.1.113883.6.96_181285005__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_119206002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_8935007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.6__2.16.840.1.113883.6.96_3138006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_309312004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_13024002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E10.9__2.16.840.1.113883.6.96_46635009,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18980-5,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,NoCodeSystem_NoCode,1.2.276.0.76.5.502_N18.2__2.16.840.1.113883.6.96_431856006,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304253006,2,2.16.840.1.113883.6.96_363679005,3,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1978-10-09,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_90027003,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_male,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,42,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_7,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,78,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,173,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_840546002,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,2,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_431182000,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_371907003COLON425391005EQUAL426854004,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-11-16,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_419099009,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 +patient_220537314,basisdaten_arm_1,,,3,,,,,,,,,,,,,,,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_220537314,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-10-03,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_255604002,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I10.90__2.16.840.1.113883.6.96_38341003__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I25.29__2.16.840.1.113883.6.96_417662000COLON246090004EQUAL22298006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I49.9__2.16.840.1.113883.6.96_698247007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I50.9__2.16.840.1.113883.6.96_84114007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I73.9__2.16.840.1.113883.6.96_399957001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_416940007COLON363589002EQUAL81266008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I25.1__2.16.840.1.113883.6.96_53741008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K76.0__2.16.840.1.113883.6.96_197321007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_K74.6__2.16.840.1.113883.6.96_19943007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_B18.9__2.16.840.1.113883.6.96_10295004__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_235890007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E13.9__2.16.840.1.113883.6.96_8801005,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18978-9,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373066001,2020-09-21,,,,2020-11-29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410605003,,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,2020-04-17,,2020-09-12,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,2,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1978-10-09,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_90027003,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_male,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,42,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_4,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,89,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,173,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,1,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_410594000,,,,,,,1.2.276.0.76.5.502_J18.9__2.16.840.1.113883.6.96_128601007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_A41.9__2.16.840.1.113883.6.96_434156008__2.16.840.1.113883.6.96_410605003,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_431182000,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2.16.840.1.113883.6.96_233573008,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_371907003COLON425391005EQUAL426854004,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-05-27,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_32485007,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 +patient_220537314,2_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-10-24,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_261665006,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.1__2.16.840.1.113883.6.96_302509004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.2__2.16.840.1.113883.6.96_181216001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.4__2.16.840.1.113883.6.96_181268008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.0__2.16.840.1.113883.6.96_181414000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.88__2.16.840.1.113883.6.96_113276009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.5__2.16.840.1.113883.6.96_119181002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.7__2.16.840.1.113883.6.96_181162001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_41845008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z95.88__2.16.840.1.113883.6.96_181285005__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_119206002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_8935007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.6__2.16.840.1.113883.6.96_3138006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_309312004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_13024002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E10.9__2.16.840.1.113883.6.96_46635009,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18980-5,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,NoCodeSystem_NoCode,1.2.276.0.76.5.502_N18.2__2.16.840.1.113883.6.96_431856006,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304253006,2,2.16.840.1.113883.6.96_363679005,3,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1978-10-09,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_90027003,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_male,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,42,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_7,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,78,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,173,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_840546002,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,2,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_431182000,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_371907003COLON425391005EQUAL426854004,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-11-16,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_419099009,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 patient_220537314,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-01 15:36",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"24,78453708655559",1,71426-1_c-reactive-protein-in-blood-by-high-sensitivity-method,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"53,39011752146639",2,,14723-1_ferritin-in-serum-or-plasma,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"4,477821885458622",2,,14631-6_bilirubin.total-in-serum-or-plasma,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,,1,48065-7_fibrin-d-dimer-feu-in-platelet-poor-plasma,,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"23,610276691230247",1,2324-2_gamma-glutamyl-transferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"4,853725740803161",1,1920-8_aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"11,495227027943466",1,14803-1_lactate-dehydrogenase-in-body-fluid-by-lactate-to-pyruvate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"80,07013081396724",2,,42757-5_troponin-i.cardiac-in-blood,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"78,1256757762959",1,59260-0_hemoglobin-in-blood,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"30,787287405294585",2,,12190-5_creatinine-in-body-fluid,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"53,64946324398966",1,2524-7_lactate-in-serum-or-plasma,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"27,778872536979414",1,26464-8_leukocytes-in-blood,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"4,028673123467108",1,26474-7_lymphocytes-in-blood,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"75,77962151802616",1,751-8_neutrophils-in-blood-by-automated-count,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"53,81471294864711",1,,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"82,74704221523706",1,778-1_platelets-in-blood-by-manual-count,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"1,1291172286489903",1,46418-0_inr-in-capillary-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"45,2406628062357",3,,,61151-7_albumin-in-serum-or-plasma-by-bromocresol-green-bcg-dye-binding-method,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,,1,27812-7_antithrombin-ag-actual-normal-in-platelet-poor-plasma-by-immunoassay,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"29,976332623553724",1,33959-8_procalcitonin-in-serum-or-plasma,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"5,46698280677237",1,49732-1_interleukin-6-in-body-fluid,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"80,77738091956827",1,83107-3_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,,1,48664-7_fibrinogen-in-platelet-poor-plasma-by-coagulation.derived,,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260373001,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"57,33129072709102",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260415000,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"62,158059397989405",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260373001,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"26,502821518516264",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_419984006,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"36,48393347508908",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_220537314,1_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-07 12:36",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"9,003837193663955",1,71426-1_c-reactive-protein-in-blood-by-high-sensitivity-method,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"62,712534138330156",2,,14723-1_ferritin-in-serum-or-plasma,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"49,483870240223624",1,1975-2_bilirubin.total-in-serum-or-plasma,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"27,37457046510442",4,,,,48065-7_fibrin-d-dimer-feu-in-platelet-poor-plasma,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"55,54211507693879",1,2325-9_gamma-glutamyl-transferase-aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"85,94749383254273",1,88112-8_aspartate-aminotransferase-in-serum-or-plasma-by-no-addition-of-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"44,6047996913298",1,60017-1_lactate-dehydrogenase-in-body-fluid-by-pyruvate-to-lactate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"9,777943898351783",2,,10839-9_troponin-i.cardiac-in-serum-or-plasma,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"64,8667458899978",,,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"41,95722294728779",1,59826-8_creatinine-in-blood,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"28,279517988466218",2,,14118-4_lactate-in-serum-or-plasma,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,,1,26464-8_leukocytes-in-blood,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"50,66220728056017",1,30364-4_lymphocytes-in-blood-by-flow-cytometry-fc,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"81,23663398582734",1,751-8_neutrophils-in-blood-by-automated-count,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"80,35672390222587",1,43734-3_aptt-in-platelet-poor-plasma-by-coagulation-11-saline,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"75,19730820758227",1,13056-7_platelets-in-plasma-by-automated-count,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"68,94166542929044",1,6301-6_inr-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"49,613499156255436",2,,62235-7_albumin-in-serum-or-plasma-by-bromocresol-green-bcg-dye-binding-method,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"89,35700968770456",1,27812-7_antithrombin-ag-actual-normal-in-platelet-poor-plasma-by-immunoassay,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"7,683289710712993",1,,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,,1,49919-4_interleukin-6-in-cerebral-spinal-fluid,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"42,8724566989279",1,,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"40,62298420811952",1,3255-7_fibrinogen-in-platelet-poor-plasma-by-coagulation-assay,,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260415000,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"81,07723231884808",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260373001,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"57,59503329122953",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260415000,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"46,87786392430605",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_419984006,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"38,44552802579121",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_220537314,1_fall_arm_1,laborwerte,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-15 07:34",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"83,87870475811368",2,,76486-0_c-reactive-protein-in-serum-or-plasma-by-high-sensitivity-method,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"62,063365759116216",1,86914-9_ferritin-goal-serum-or-plasma,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"94,65275047829726",2,,14631-6_bilirubin.total-in-serum-or-plasma,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"97,79615234734294",3,,,71427-9_fibrin-d-dimer-feu-in-blood-by-immunoassay,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"36,61069177894345",1,2324-2_gamma-glutamyl-transferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"50,82982169874404",1,30239-8_aspartate-aminotransferase-in-serum-or-plasma-by-with-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"76,58294898968313",1,14805-6_lactate-dehydrogenase-in-serum-or-plasma-by-pyruvate-to-lactate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"54,673409024866515",2,,67151-1_troponin-t.cardiac-in-serum-or-plasma-by-high-sensitivity-method,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"91,7109673905443",3,,,76768-1_hemoglobin-in-mixed-venous-blood-by-oximetry,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"7,527225857959696",1,14682-9_creatinine-in-serum-or-plasma,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"34,10373773791083",1,2520-5_lactate-in-cerebral-spinal-fluid,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"4,200044331972109",1,49498-9_leukocytes-in-blood-by-estimate,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"24,630469047225233",1,30364-4_lymphocytes-in-blood-by-flow-cytometry-fc,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"10,708596149875117",1,26499-4_neutrophils-in-blood,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"22,080644138815053",1,14979-9_aptt-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"17,410811305490448",1,13056-7_platelets-in-plasma-by-automated-count,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"0,4250829409195078",1,6301-6_inr-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"51,4142303411286",3,,,1751-7_albumin-in-serum-or-plasma,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"29,72954642717216",2,,3174-0_antithrombin-in-platelet-poor-plasma-by-chromogenic-method,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"80,25403590357683",1,33959-8_procalcitonin-in-serum-or-plasma,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"24,46151577883766",1,49919-4_interleukin-6-in-cerebral-spinal-fluid,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"70,8760426832401",1,83107-3_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"44,171108868728005",2,,30902-1_fibrinogen-in-platelet-poor-plasma-by-heat-denaturation,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260415000,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"18,65158826293677",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260373001,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"63,48299293396927",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260373001,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"59,23468946299848",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260415000,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"62,23015514426823",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_220537314,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-03 13:38",NoCodeSystem_NoCode,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_81839001,1,,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB51,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410594000,,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_220537314,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-05-07 10:30",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AE08,,,,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_410594000,,,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_410594000,,,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_L04AA18,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_81839001,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_220537314,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-12 18:32",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_stopped,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_81839001,3,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_220537314,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-03 13:38",NoCodeSystem_NoCode,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_81839001,1,2.16.840.1.113883.6.96_373808002,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB51,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410594000,,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_220537314,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-05-07 10:30",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AE08,,,,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_410594000,,,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_410594000,,,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_L04AA18,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_81839001,,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_220537314,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-12 18:32",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_stopped,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_81839001,3,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_220537314,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-13 07:02",1,2.16.840.1.113883.6.1_11557-6,85,1,2.16.840.1.113883.6.1_11557-8,,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"9,37700179399884",1,2.16.840.1.113883.6.1_11558-4,"6,792912899012575",,resp0,0,ns1,1,,,liv2,2,coa4,4,kid2,2,9,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,172,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,76,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,34,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,9,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"29,970406303517233",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,29,2,,,,,,,, patient_220537314,2_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-10-25 10:07",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"50,28676535242559",2,,76486-0_c-reactive-protein-in-serum-or-plasma-by-high-sensitivity-method,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"9,984788043743809",1,2276-4_ferritin-in-serum-or-plasma,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"77,35310646995828",2,,14631-6_bilirubin.total-in-serum-or-plasma,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"19,96248899514541",6,,,,,,38898-3_fibrin-d-dimer-in-platelet-poor-plasma,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"32,908324830423965",1,2325-9_gamma-glutamyl-transferase-aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"45,16692200135605",1,30239-8_aspartate-aminotransferase-in-serum-or-plasma-by-with-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"38,343910782808585",1,2532-0_lactate-dehydrogenase-in-serum-or-plasma,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"92,09481171893515",3,,,10839-9_troponin-i.cardiac-in-serum-or-plasma,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"57,400314172246894",1,75928-2_hemoglobin-in-arterial-blood,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"89,72596986088833",1,59826-8_creatinine-in-blood,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,,1,2519-7_lactate-in-venous-blood,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"75,78259112370054",1,49498-9_leukocytes-in-blood-by-estimate,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"93,31522180393165",1,26474-7_lymphocytes-in-blood,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"48,58041133420845",1,,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"73,1158438039175",1,43734-3_aptt-in-platelet-poor-plasma-by-coagulation-11-saline,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"52,40490800893948",1,26516-5_platelets-in-plasma,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"27,909498844643434",1,6301-6_inr-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"99,08766168798006",2,,62234-0_albumin-in-serum-or-plasma-by-bromocresol-purple-bcp-dye-binding-method,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"83,79759885586199",1,27812-7_antithrombin-ag-actual-normal-in-platelet-poor-plasma-by-immunoassay,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"34,95999976431345",1,33959-8_procalcitonin-in-serum-or-plasma,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"81,4458526264847",1,44322-6_interleukin-6-in-serum-or-plasma,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"52,038772725221136",1,83107-3_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"28,347999893357013",1,3255-7_fibrinogen-in-platelet-poor-plasma-by-coagulation-assay,,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260373001,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"0,2044666998319955",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260373001,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"71,60360034458057",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260373001,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"41,79841672298088",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260373001,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"48,49969096629441",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_220537314,2_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-10-26 00:56",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"31,568167157710924",1,30522-7_c-reactive-protein-in-serum-or-plasma-by-high-sensitivity-method,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"52,00051188299861",2,,14723-1_ferritin-in-serum-or-plasma,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"37,10017010475679",1,42719-5_bilirubin.total-in-blood,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"95,29286140252094",,,,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"82,4926353425848",1,2325-9_gamma-glutamyl-transferase-aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"47,95793388421065",1,30239-8_aspartate-aminotransferase-in-serum-or-plasma-by-with-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"68,62868505953703",1,60017-1_lactate-dehydrogenase-in-body-fluid-by-pyruvate-to-lactate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"64,28719306577638",3,,,48425-3_troponin-t.cardiac-in-blood,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"86,1151766884425",3,,,76768-1_hemoglobin-in-mixed-venous-blood-by-oximetry,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"77,5263791598754",1,59826-8_creatinine-in-blood,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"11,84638449398535",2,,27941-4_lactate-in-cerebral-spinal-fluid,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"86,40253319128371",1,6690-2_leukocytes-in-blood-by-automated-count,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"27,30987184884156",1,30364-4_lymphocytes-in-blood-by-flow-cytometry-fc,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"52,79300799099672",1,26499-4_neutrophils-in-blood,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"15,482269079765821",1,14979-9_aptt-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"65,76149217864402",1,74464-9_platelets-in-capillary-blood-by-manual-count,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"76,93387744300702",1,34714-6_inr-in-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"79,10039303963326",1,61151-7_albumin-in-serum-or-plasma-by-bromocresol-green-bcg-dye-binding-method,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"30,966939113791604",1,27812-7_antithrombin-ag-actual-normal-in-platelet-poor-plasma-by-immunoassay,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"94,7952313124614",1,75241-0_procalcitonin-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"26,434109862416854",1,49732-1_interleukin-6-in-body-fluid,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"94,09068424350644",1,33762-6_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"88,23691383148801",2,,48664-7_fibrinogen-in-platelet-poor-plasma-by-coagulation.derived,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260415000,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"78,89748278449346",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260415000,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"69,35713496689198",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260415000,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"97,24758686296752",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260415000,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"68,39971018777379",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_220537314,2_fall_arm_1,laborwerte,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-10-30 08:40",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"79,80600248821301",,,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"11,41586071567222",1,86914-9_ferritin-goal-serum-or-plasma,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"61,72979314703897",2,,14631-6_bilirubin.total-in-serum-or-plasma,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"42,113616499474546",5,,,,,91556-1_fibrin-d-dimer-ddu-in-blood-by-immunoassay,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"63,79147013178087",1,2324-2_gamma-glutamyl-transferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"47,42031978298451",1,88112-8_aspartate-aminotransferase-in-serum-or-plasma-by-no-addition-of-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"95,17353666226832",1,14805-6_lactate-dehydrogenase-in-serum-or-plasma-by-pyruvate-to-lactate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"44,36011236783519",3,,,42757-5_troponin-i.cardiac-in-blood,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"91,17119937258003",2,,76769-9_hemoglobin-in-venous-blood-by-oximetry,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"49,95774985055813",2,,21232-4_creatinine-in-arterial-blood,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"66,8506336413944",1,19240-1_lactate-in-mixed-venous-blood,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"76,83807100434349",1,49498-9_leukocytes-in-blood-by-estimate,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"84,24781925020525",1,732-8_lymphocytes-in-blood-by-manual-count,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"17,443211954570216",1,751-8_neutrophils-in-blood-by-automated-count,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"6,558995026536185",1,16631-4_aptt-in-blood-by-coagulation-11-saline,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"82,6159251108434",1,778-1_platelets-in-blood-by-manual-count,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"19,31939859595717",1,34714-6_inr-in-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"91,83579492212417",2,,62234-0_albumin-in-serum-or-plasma-by-bromocresol-purple-bcp-dye-binding-method,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"46,59265882480913",2,,3174-0_antithrombin-in-platelet-poor-plasma-by-chromogenic-method,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"62,02520865022607",1,33959-8_procalcitonin-in-serum-or-plasma,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"45,032392237713545",1,26881-3_interleukin-6-in-serum-or-plasma,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"0,7238262453460265",1,33762-6_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"51,72446379391145",2,,3255-7_fibrinogen-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260415000,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"78,8147259645048",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"19,114919926417638",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_419984006,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"60,0707886820735",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260373001,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"32,6317149502937",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_220537314,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,,2.16.840.1.113883.6.96_333710000,,2.16.840.1.113883.6.96_81839001,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_220537314,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_94500-6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,,2.16.840.1.113883.6.96_333710000,,2.16.840.1.113883.6.96_81839001,,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_220537314,2_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-10-25 19:50",1,2.16.840.1.113883.6.1_11557-6,25,1,2.16.840.1.113883.6.1_11557-8,79,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,,1,2.16.840.1.113883.6.1_11558-4,"12,207698880259976",,resp4,4,ns0,0,cvs4,4,liv0,0,coa1,1,kid2,2,11,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,6,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,25,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,129,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,2,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"29,990483992395355",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,27,2,,,,,,,, patient_220537314,2_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-10-30 09:35",1,2.16.840.1.113883.6.1_11557-6,139,1,2.16.840.1.113883.6.1_11557-8,60,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"98,34844729182464",1,2.16.840.1.113883.6.1_11558-4,"8,43902964031024",,resp0,0,ns4,4,cvs4,4,liv0,0,coa4,4,kid2,2,14,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,27,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,92,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,53,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,46,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"33,21775417435441",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,47,2,,,,,,,, -patient_453528683,basisdaten_arm_1,,,,,,,1,2,2021-07-01,1,,,1,1,2,2,3,2,1,1,2,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_453528683,1_fall_arm_1,,,2020-07-01,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_255604002,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.6.96_237599002,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18976-3,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,NoCodeSystem_NoCode,1.2.276.0.76.5.502_N18.5__2.16.840.1.113883.6.96_433146000,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410594000,,2018-07-07,,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,0,2.16.840.1.113883.6.96_363679005,2,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1985-11-10,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,1.2.276.0.76.5.483_D,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,35,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_6,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,104,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,184,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.4.642.4.1048_unknown,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL129121000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-07-27,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_371827001,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 +patient_453528683,basisdaten_arm_1,,,1,2,2021-07-01,1,,,1,1,2,2,3,2,1,1,2,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_453528683,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-07-01,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_255604002,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.6.96_237599002,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18976-3,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,NoCodeSystem_NoCode,1.2.276.0.76.5.502_N18.5__2.16.840.1.113883.6.96_433146000,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410594000,,2018-07-07,,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,0,2.16.840.1.113883.6.96_363679005,2,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1985-11-10,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,1.2.276.0.76.5.483_D,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,35,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_6,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,104,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,184,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.4.642.4.1048_unknown,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL129121000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-07-27,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_371827001,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 patient_453528683,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,,,,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,,,,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,,,,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,,,,,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,,1,,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,,1,,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,,1,,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,,,,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,,,,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,,,,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,,,,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,,1,,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,,1,,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,,1,,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,,1,,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,,1,,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,,1,,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,,,,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,,,,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,,1,,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,,1,,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,,1,,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,,,,,2.16.840.1.113883.6.1_94500-6,,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,,1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,,1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,,1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,,1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_453528683,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,,2.16.840.1.113883.6.96_333710000,,2.16.840.1.113883.6.96_81839001,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_453528683,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_94500-6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,,2.16.840.1.113883.6.96_333710000,,2.16.840.1.113883.6.96_81839001,,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_453528683,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-07 08:13",1,2.16.840.1.113883.6.1_11557-6,174,1,2.16.840.1.113883.6.1_11557-8,10,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"63,41127372561718",1,2.16.840.1.113883.6.1_11558-4,"1,6959790984343355",,resp1,1,ns4,4,cvs1,1,liv4,4,coa2,2,kid4,4,16,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,41,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,209,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,134,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"37,66682795545451",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,11,2,,,,,,,, patient_453528683,1_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-15 20:59",1,2.16.840.1.113883.6.1_11557-6,100,1,2.16.840.1.113883.6.1_11557-8,,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"74,13056214967808",1,2.16.840.1.113883.6.1_11558-4,"11,061819211847014",,resp3,3,ns0,0,cvs3,3,liv4,4,coa1,1,kid0,0,11,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,173,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,98,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,185,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,161,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"41,71019568002408",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,0,2,,,,,,,, -patient_642488833,basisdaten_arm_1,,,,,,,1,2,2021-04-30,1,,,1,1,2,1,2,4,4,1,1,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_642488833,1_fall_arm_1,,,2020-06-16,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_6736007,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J45.9__2.16.840.1.113883.6.96_195967001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J44.9__2.16.840.1.113883.6.96_13645005__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J84.1__2.16.840.1.113883.6.96_51615001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I27.0__2.16.840.1.113883.6.96_70995007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_E66.29__2.16.840.1.113883.6.96_190966007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.3__2.16.840.1.113883.6.96_73430006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G47.31__2.16.840.1.113883.6.96_78275009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E84.9__2.16.840.1.113883.6.96_190905008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_106048009__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K52.9__2.16.840.1.113883.6.96_24526004__2.16.840.1.113883.6.96_410605003,,1.2.276.0.76.5.502_M35.9__2.16.840.1.113883.6.96_105969002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I77.6__2.16.840.1.113883.6.96_31996006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_36138009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.6.96_237599002,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA15920-4,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G20__2.16.840.1.113883.6.96_49049000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_F03__2.16.840.1.113883.6.96_52448006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G35__2.16.840.1.113883.6.96_24700007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G70.9__2.16.840.1.113883.6.96_257277002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G40.9__2.16.840.1.113883.6.96_84757009__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G43.9__2.16.840.1.113883.6.96_37796009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I69.4__2.16.840.1.113883.6.96_440140008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z86.7__2.16.840.1.113883.6.96_429993008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_F29__2.16.840.1.113883.6.96_69322001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F32.9__2.16.840.1.113883.6.96_35489007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F41.9__2.16.840.1.113883.6.96_197480006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373066001,2020-06-01,urnCOLONisoCOLONstdCOLONisoCOLON3166_AT,,,2020-06-10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2018-08-16,2019-07-10,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,3,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1935-08-01,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_male,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,85,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_4,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,107,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,169,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,2,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-07-05,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_32485007,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 -patient_642488833,2_fall_arm_1,,,2020-09-23,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_24484000,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K52.9__2.16.840.1.113883.6.96_24526004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_M06.99__2.16.840.1.113883.6.96_69896004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_M35.9__2.16.840.1.113883.6.96_105969002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I77.6__2.16.840.1.113883.6.96_31996006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_36138009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E13.9__2.16.840.1.113883.6.96_8801005,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.1.1074_remission,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18976-3,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,1.2.276.0.76.5.502_Z99.2__2.16.840.1.113883.6.96_714152005,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_64572001__NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410605003,2020-07-20,,2020-04-16,,2020-05-12,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,3,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1935-08-01,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_male,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,85,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_6,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,103,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,170,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_371907003COLON425391005EQUAL426854004,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-10-15,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_32485007,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 +patient_642488833,basisdaten_arm_1,,,2,,,,,,,,,,,,,,,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_642488833,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-06-16,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_6736007,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J45.9__2.16.840.1.113883.6.96_195967001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J44.9__2.16.840.1.113883.6.96_13645005__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J84.1__2.16.840.1.113883.6.96_51615001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I27.0__2.16.840.1.113883.6.96_70995007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_E66.29__2.16.840.1.113883.6.96_190966007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.3__2.16.840.1.113883.6.96_73430006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G47.31__2.16.840.1.113883.6.96_78275009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E84.9__2.16.840.1.113883.6.96_190905008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_106048009__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K52.9__2.16.840.1.113883.6.96_24526004__2.16.840.1.113883.6.96_410605003,,1.2.276.0.76.5.502_M35.9__2.16.840.1.113883.6.96_105969002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I77.6__2.16.840.1.113883.6.96_31996006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_36138009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.6.96_237599002,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA15920-4,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G20__2.16.840.1.113883.6.96_49049000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_F03__2.16.840.1.113883.6.96_52448006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G35__2.16.840.1.113883.6.96_24700007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G70.9__2.16.840.1.113883.6.96_257277002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G40.9__2.16.840.1.113883.6.96_84757009__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G43.9__2.16.840.1.113883.6.96_37796009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I69.4__2.16.840.1.113883.6.96_440140008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z86.7__2.16.840.1.113883.6.96_429993008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_F29__2.16.840.1.113883.6.96_69322001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F32.9__2.16.840.1.113883.6.96_35489007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F41.9__2.16.840.1.113883.6.96_197480006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373066001,2020-06-01,urnCOLONisoCOLONstdCOLONisoCOLON3166_AT,,,2020-06-10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2018-08-16,2019-07-10,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,3,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1935-08-01,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_male,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,85,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_4,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,107,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,169,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,2,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-07-05,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_32485007,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 +patient_642488833,2_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-09-23,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_24484000,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K52.9__2.16.840.1.113883.6.96_24526004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_M06.99__2.16.840.1.113883.6.96_69896004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_M35.9__2.16.840.1.113883.6.96_105969002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I77.6__2.16.840.1.113883.6.96_31996006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_36138009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E13.9__2.16.840.1.113883.6.96_8801005,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.1.1074_remission,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18976-3,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,1.2.276.0.76.5.502_Z99.2__2.16.840.1.113883.6.96_714152005,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_64572001__NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410605003,2020-07-20,,2020-04-16,,2020-05-12,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,3,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1935-08-01,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_male,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,85,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_6,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,103,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,170,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_371907003COLON425391005EQUAL426854004,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-10-15,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_32485007,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 patient_642488833,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,,,,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,,,,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,,,,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,,,,,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,,1,,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,,1,,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,,1,,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,,,,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,,,,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,,,,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,,,,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,,1,,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,,1,,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,,1,,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,,1,,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,,1,,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,,1,,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,,,,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,,,,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,,1,,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,,1,,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,,1,,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,,,,,2.16.840.1.113883.6.1_94500-6,,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,,1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,,1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,,1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,,1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_642488833,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-16 07:58",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AR22__1.2.276.0.76.5.498_J05AE10__1.2.276.0.76.5.498_J05AR14__2.16.840.1.113883.6.96_424096001__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AR10__2.16.840.1.113883.6.96_134573001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_410594000,,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_410594000,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_416897008,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_81839001,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_642488833,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-18 11:09",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AR15,1.2.276.0.76.5.498_J05AR22__1.2.276.0.76.5.498_J05AE10__1.2.276.0.76.5.498_J05AR14__2.16.840.1.113883.6.96_424096001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AE10,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AR10__2.16.840.1.113883.6.96_134573001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_261665006,,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_410594000,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-005.7,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,2,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_642488833,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-25 06:26",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,,2.16.840.1.113883.6.96_81839001,1,,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB01,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB63,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AE,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_642488833,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-16 07:58",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AR22__1.2.276.0.76.5.498_J05AE10__1.2.276.0.76.5.498_J05AR14__2.16.840.1.113883.6.96_424096001__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AR10__2.16.840.1.113883.6.96_134573001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_410594000,,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_410594000,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_416897008,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_S01AD05__2.16.840.1.113883.6.96_768865007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_81839001,,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_642488833,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-18 11:09",NoCodeSystem_NoCode,1,1.2.276.0.76.5.498_N02B__2.25.24197857203266734864793317670504947440_antipyretic__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_G01B__1.2.276.0.76.5.498_H02__1.2.276.0.76.5.498_M01BA__1.2.276.0.76.5.498_R03AK__1.2.276.0.76.5.498_S02B__1.2.276.0.76.5.498_R03AL__2.16.840.1.113883.6.96_768759001__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_J05AE08__1.2.276.0.76.5.498_J05AR15__1.2.276.0.76.5.498_J05AR23__2.16.840.1.113883.6.96_413591007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AR15,1.2.276.0.76.5.498_J05AR22__1.2.276.0.76.5.498_J05AE10__1.2.276.0.76.5.498_J05AR14__2.16.840.1.113883.6.96_424096001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AE10,1.2.276.0.76.5.498_P01BA01__2.16.840.1.113883.6.96_14728000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_P01BA02__2.16.840.1.113883.6.96_83490000__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_D11AX22__1.2.276.0.76.5.498_P02CF01__2.16.840.1.113883.6.96_96138006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AR10__2.16.840.1.113883.6.96_134573001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_J05AB06__1.2.276.0.76.5.498_S01AD09__2.16.840.1.113883.6.96_78025001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AH02__2.16.840.1.113883.6.96_386142008__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.4.9_3QKI37EEHE__2.16.840.1.113883.6.96_870518005__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_J05AP01__2.16.840.1.113883.6.96_35063004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B02AB04__2.25.24197857203266734864793317670504947440_camostat__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.498_J05AX27__2.25.24197857203266734864793317670504947440_favipiravir__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.18.2.6_E9743__2.16.840.1.113883.6.18.2.6_E9744__2.16.840.1.113883.6.18.2.6_E9745__2.16.840.1.113883.6.18.2.6_E9746__2.16.840.1.113883.6.18.2.6_E9747__2.16.840.1.113883.6.18.2.6_E9748__2.16.840.1.113883.6.18.2.6_E9749__2.16.840.1.113883.6.18.2.6_E9750__2.16.840.1.113883.6.18.2.6_E9752__2.25.24197857203266734864793317670504947440_convalescent-plasma__2.16.840.1.113883.6.96_261665006,,2.25.24197857203266734864793317670504947440_steroids-gt__2.16.840.1.113883.6.96_410594000,2.25.24197857203266734864793317670504947440_steroids-lt__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-005.m__1.2.276.0.76.5.487_6-005.n__1.2.276.0.76.5.498_L04AC07__2.16.840.1.113883.6.96_444649004__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.487_6-00a.g__1.2.276.0.76.5.498_L04AC14__2.16.840.1.113883.6.96_763522001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-005.8__1.2.276.0.76.5.487_6-004.e__1.2.276.0.76.5.498_L01XE10__1.2.276.0.76.5.498_S01XA18__1.2.276.0.76.5.498_L01XE18__1.2.276.0.76.5.498_L04AA18__1.2.276.0.76.5.498_L04AA10__1.2.276.0.76.5.498_D11AH01__1.2.276.0.76.5.498_L04AD__1.2.276.0.76.5.498_L04AB__2.16.840.1.113883.6.96_416587008__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.487_6-001.d__1.2.276.0.76.5.487_6-002.b__1.2.276.0.76.5.487_6-005.7__1.2.276.0.76.5.487_6-005.2__1.2.276.0.76.5.487_6-001.e__2.16.840.1.113883.6.96_416897008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.487_6-005.7,1.2.276.0.76.5.487_6-006.7__1.2.276.0.76.5.498_L04AC__2.16.840.1.113883.6.96_430817009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.487_6-009.4__2.16.840.1.113883.6.96_703779004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_M04AC01__2.16.840.1.113883.6.96_73133000__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.498_A11CC06__2.16.840.1.113883.6.96_88519001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_A12CB__2.16.840.1.113883.6.96_764877006__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.1379_unknown,2.16.840.1.113883.6.96_81839001,2,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_642488833,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-25 06:26",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,,2.16.840.1.113883.6.96_81839001,1,2.16.840.1.113883.6.96_373808002,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB01,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB63,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AE,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_642488833,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-29 05:39",1,2.16.840.1.113883.6.1_11557-6,111,1,2.16.840.1.113883.6.1_11557-8,36,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"26,44864897605196",1,2.16.840.1.113883.6.1_11558-4,"12,533547295909951",,resp0,0,ns0,0,cvs2,2,liv4,4,coa0,0,kid4,4,10,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,164,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,18,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,19,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,90,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"29,366026018122223",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,2,2,,,,,,,, patient_642488833,1_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-02 21:49",1,2.16.840.1.113883.6.1_11557-6,164,1,2.16.840.1.113883.6.1_11557-8,191,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"43,2041623731945",1,2.16.840.1.113883.6.1_11558-4,"7,933072712235522",,resp3,3,ns3,3,cvs0,0,,,coa2,2,kid3,3,11,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,166,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,38,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,160,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"29,819473313379646",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,74,2,,,,,,,, patient_642488833,2_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-25 22:45",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"55,78967829238438",2,,76485-2_c-reactive-protein-in-serum-or-plasma,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"70,24373095368428",2,,14723-1_ferritin-in-serum-or-plasma,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"9,224173094276066",2,,14631-6_bilirubin.total-in-serum-or-plasma,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"83,71914716280034",4,,,,48065-7_fibrin-d-dimer-feu-in-platelet-poor-plasma,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"82,18289233330113",1,,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"17,60133441160807",1,30239-8_aspartate-aminotransferase-in-serum-or-plasma-by-with-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"71,76660192082987",1,60017-1_lactate-dehydrogenase-in-body-fluid-by-pyruvate-to-lactate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"9,081767293525022",3,,,49563-0_troponin-i.cardiac-in-serum-or-plasma-by-detection-limit-leq-0.01-ng-ml,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"6,736426793796357",3,,,76769-9_hemoglobin-in-venous-blood-by-oximetry,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"60,79505770499411",1,14682-9_creatinine-in-serum-or-plasma,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"46,13995592405825",1,2518-9_lactate-in-arterial-blood,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"96,14052761400337",1,26464-8_leukocytes-in-blood,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"33,735234594463506",1,26474-7_lymphocytes-in-blood,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"43,38756476644387",1,751-8_neutrophils-in-blood-by-automated-count,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"60,31920661502712",1,16631-4_aptt-in-blood-by-coagulation-11-saline,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"94,60123856507803",1,778-1_platelets-in-blood-by-manual-count,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"84,14796537943965",1,34714-6_inr-in-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"76,19918925384194",2,,62235-7_albumin-in-serum-or-plasma-by-bromocresol-green-bcg-dye-binding-method,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"73,23293848580478",2,,3174-0_antithrombin-in-platelet-poor-plasma-by-chromogenic-method,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"30,60356619873874",1,75241-0_procalcitonin-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"98,44335834733471",1,26881-3_interleukin-6-in-serum-or-plasma,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"25,511945549645564",1,33762-6_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"95,20708880419257",2,,30902-1_fibrinogen-in-platelet-poor-plasma-by-heat-denaturation,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_419984006,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260415000,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"17,597009097042893",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260373001,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"81,02495755517852",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260373001,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"51,64097084430919",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260373001,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"22,87816311893066",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_642488833,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-27 02:16",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_81839001,2,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_642488833,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-27 02:16",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_active,2.16.840.1.113883.6.96_81839001,2,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_642488833,2_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-24 21:42",1,2.16.840.1.113883.6.1_11557-6,186,1,2.16.840.1.113883.6.1_11557-8,161,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"18,144963500738555",1,2.16.840.1.113883.6.1_11558-4,"13,939315738727892",,resp3,3,ns2,2,cvs4,4,liv0,0,coa1,1,kid0,0,10,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,40,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,22,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,185,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,56,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"35,5151619335802",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,9,2,,,,,,,, -patient_680376500,basisdaten_arm_1,,,,,,,1,2,2020-04-24,3,1,2020-09-10,3,3,4,3,1,1,2,1,2,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_680376500,1_fall_arm_1,,,2020-07-23,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_24484000,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410605003,,1.2.276.0.76.5.502_I25.29__2.16.840.1.113883.6.96_417662000COLON246090004EQUAL22298006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I49.9__2.16.840.1.113883.6.96_698247007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I50.9__2.16.840.1.113883.6.96_84114007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I73.9__2.16.840.1.113883.6.96_399957001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_416940007COLON363589002EQUAL81266008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I25.1__2.16.840.1.113883.6.96_53741008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E13.9__2.16.840.1.113883.6.96_8801005,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA15920-4,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,1.2.276.0.76.5.502_Z99.2__2.16.840.1.113883.6.96_714152005,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2020-07-22,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304252001,2,2.16.840.1.113883.6.96_363679005,3,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1969-05-11,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_female,2.16.840.1.113883.6.1_82810-3,2.16.840.1.113883.6.1_LA26683-5__2.16.840.1.113883.6.96_60001007,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,51,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_5,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,70,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,170,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.4.642.4.1048_unknown,2,2.16.840.1.113883.6.96_116223007,1,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_410605003,,1.2.276.0.76.5.502_I26.9__2.16.840.1.113883.6.96_59282003__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I64__2.16.840.1.113883.6.96_230690007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I21.9__2.16.840.1.113883.6.96_22298006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_J18.9__2.16.840.1.113883.6.96_128601007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_A41.9__2.16.840.1.113883.6.96_434156008__2.16.840.1.113883.6.96_410605003,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,2,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL26412008,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-09,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_371827001,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 +patient_680376500,basisdaten_arm_1,,,1,1,2020-04-24,3,1,2020-09-10,3,3,4,3,1,1,2,,,0,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_680376500,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-07-23,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_24484000,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410605003,,1.2.276.0.76.5.502_I25.29__2.16.840.1.113883.6.96_417662000COLON246090004EQUAL22298006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I49.9__2.16.840.1.113883.6.96_698247007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I50.9__2.16.840.1.113883.6.96_84114007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I73.9__2.16.840.1.113883.6.96_399957001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_416940007COLON363589002EQUAL81266008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I25.1__2.16.840.1.113883.6.96_53741008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E13.9__2.16.840.1.113883.6.96_8801005,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA15920-4,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,1.2.276.0.76.5.502_Z99.2__2.16.840.1.113883.6.96_714152005,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373067005,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,2020-07-22,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304252001,2,2.16.840.1.113883.6.96_363679005,3,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1969-05-11,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_female,2.16.840.1.113883.6.1_82810-3,2.16.840.1.113883.6.1_LA26683-5__2.16.840.1.113883.6.96_60001007,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,51,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_5,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,70,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,170,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.4.642.4.1048_unknown,2,2.16.840.1.113883.6.96_116223007,1,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_410605003,,1.2.276.0.76.5.502_I26.9__2.16.840.1.113883.6.96_59282003__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I64__2.16.840.1.113883.6.96_230690007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I21.9__2.16.840.1.113883.6.96_22298006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_J18.9__2.16.840.1.113883.6.96_128601007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_A41.9__2.16.840.1.113883.6.96_434156008__2.16.840.1.113883.6.96_410605003,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,2,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL26412008,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-09,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_371827001,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 patient_680376500,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-23 21:51",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"66,85376649953047",2,,76486-0_c-reactive-protein-in-serum-or-plasma-by-high-sensitivity-method,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,,,,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"95,09777525682253",1,1975-2_bilirubin.total-in-serum-or-plasma,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"36,42112363472783",2,,71427-9_fibrin-d-dimer-feu-in-blood-by-immunoassay,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"13,459065807901627",1,2325-9_gamma-glutamyl-transferase-aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"82,05192016180428",1,1920-8_aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"64,33425359105827",1,60017-1_lactate-dehydrogenase-in-body-fluid-by-pyruvate-to-lactate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"8,755822064630415",1,89579-7_troponin-i.cardiac-in-serum-or-plasma-by-high-sensitivity-method,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"90,55938987519919",1,75928-2_hemoglobin-in-arterial-blood,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,,2,,2160-0_creatinine-in-serum-or-plasma,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"38,00331874624416",1,19239-3_lactate-in-capillary-blood,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"1,9869180712766665",1,6690-2_leukocytes-in-blood-by-automated-count,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"15,369084525524169",1,731-0_lymphocytes-in-blood-by-automated-count,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"59,67125749934986",1,753-4_neutrophils-in-blood-by-manual-count,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"5,7649460679380145",1,16631-4_aptt-in-blood-by-coagulation-11-saline,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"70,16191330868715",1,74464-9_platelets-in-capillary-blood-by-manual-count,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"36,822909130829615",1,46418-0_inr-in-capillary-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"39,4520359126859",2,,62235-7_albumin-in-serum-or-plasma-by-bromocresol-green-bcg-dye-binding-method,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"35,98182999155788",1,91120-6_antithrombin-in-platelet-poor-plasma-by-chromo.no-addition-of-heparin,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"34,2981082742793",1,75241-0_procalcitonin-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"89,99776303150578",1,44322-6_interleukin-6-in-serum-or-plasma,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"13,005857345844651",1,83107-3_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"13,631979174389574",1,30902-1_fibrinogen-in-platelet-poor-plasma-by-heat-denaturation,,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_419984006,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"6,601159401730017",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260415000,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"35,05217927293588",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260415000,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"60,012609824101744",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260415000,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"36,03770029712846",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_680376500,1_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-27 17:38",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,,1,1988-5_c-reactive-protein-in-serum-or-plasma,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"9,651527554419681",2,,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"73,91138490430015",1,59828-4_bilirubin.total-in-venous-blood,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,,5,,,,,48066-5_fibrin-d-dimer-ddu-in-platelet-poor-plasma,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"67,92391014398838",1,2325-9_gamma-glutamyl-transferase-aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"25,770165756626305",1,88112-8_aspartate-aminotransferase-in-serum-or-plasma-by-no-addition-of-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"44,73263569314604",1,14803-1_lactate-dehydrogenase-in-body-fluid-by-lactate-to-pyruvate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"52,97565492937054",1,6597-9_troponin-t.cardiac-in-venous-blood,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"47,04515872640492",1,75928-2_hemoglobin-in-arterial-blood,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"28,77830168356631",2,,2160-0_creatinine-in-serum-or-plasma,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"45,78150856966066",1,2520-5_lactate-in-cerebral-spinal-fluid,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"83,24551779891645",1,26464-8_leukocytes-in-blood,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"63,43524726585636",1,30364-4_lymphocytes-in-blood-by-flow-cytometry-fc,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"71,71963397452275",1,751-8_neutrophils-in-blood-by-automated-count,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"14,306122221554485",1,43734-3_aptt-in-platelet-poor-plasma-by-coagulation-11-saline,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"63,96905275688432",1,49497-1_platelets-in-blood-by-estimate,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"84,30310268595363",1,6301-6_inr-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"39,675936787335154",1,61151-7_albumin-in-serum-or-plasma-by-bromocresol-green-bcg-dye-binding-method,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"9,594478814581397",1,27811-9_antithrombin-actual-normal-in-platelet-poor-plasma-by-chromogenic-method,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"64,26953273507557",1,75241-0_procalcitonin-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"41,725462455693965",1,44322-6_interleukin-6-in-serum-or-plasma,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"70,56898367255961",1,33762-6_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"20,75882362110082",1,48664-7_fibrinogen-in-platelet-poor-plasma-by-coagulation.derived,,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260373001,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"48,63005828170684",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260373001,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"92,02617651425805",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_419984006,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"69,31912426867353",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260415000,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"30,347295600632272",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_680376500,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-25 18:04",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_81839001,1,,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB01,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AE,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_680376500,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-25 18:04",NoCodeSystem_NoCode,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,,2.16.840.1.113883.6.96_333710000,2.16.840.1.113883.4.642.4.1379_not-taken,2.16.840.1.113883.6.96_81839001,1,2.16.840.1.113883.6.96_373808002,1.2.276.0.76.5.498_B01AB01__1.2.276.0.76.5.498_B01AB51__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB01,1.2.276.0.76.5.498_B01AB08__1.2.276.0.76.5.498_B01AB13__1.2.276.0.76.5.498_B01AB04__1.2.276.0.76.5.498_B01AB05__1.2.276.0.76.5.498_B01AB06__1.2.276.0.76.5.498_B01AB10__1.2.276.0.76.5.498_B01AB12__1.2.276.0.76.5.498_B01AB63__1.2.276.0.76.5.498_B01AB07__1.2.276.0.76.5.498_B01AB11__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.498_B01AE03__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AC__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AB09__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AA04__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.498_B01AE__1.2.276.0.76.5.498_B01AF__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.498_B01AE,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_680376500,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-28 16:49",1,2.16.840.1.113883.6.1_11557-6,166,1,2.16.840.1.113883.6.1_11557-8,178,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"79,42820950314619",1,2.16.840.1.113883.6.1_11558-4,"10,557369335566781",,resp2,2,ns1,1,cvs0,0,liv3,3,coa2,2,kid4,4,12,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,75,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,148,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,117,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"42,706977033528425",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,58,2,,,,,,,, -patient_766340047,basisdaten_arm_1,,,,,,,1,2,2020-01-22,4,,,2,1,3,2,1,1,2,1,2,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_766340047,1_fall_arm_1,,,2021-01-05,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_261665006,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J45.9__2.16.840.1.113883.6.96_195967001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J44.9__2.16.840.1.113883.6.96_13645005__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_J84.1__2.16.840.1.113883.6.96_51615001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I27.0__2.16.840.1.113883.6.96_70995007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E66.29__2.16.840.1.113883.6.96_190966007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.3__2.16.840.1.113883.6.96_73430006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.31__2.16.840.1.113883.6.96_78275009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E84.9__2.16.840.1.113883.6.96_190905008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_106048009__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K52.9__2.16.840.1.113883.6.96_24526004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_M06.99__2.16.840.1.113883.6.96_69896004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_M35.9__2.16.840.1.113883.6.96_105969002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I77.6__2.16.840.1.113883.6.96_31996006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_36138009__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E13.9__2.16.840.1.113883.6.96_8801005,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18976-3,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2020-05-24,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304253006,2,2.16.840.1.113883.6.96_363679005,1,1.2.840.10008.2.16.4_CT__2.16.840.1.113883.6.96_77477000COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_261665006,1.2.840.10008.2.16.4_RG__2.16.840.1.113883.6.96_168537006COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_261665006,1.2.840.10008.2.16.4_US__2.16.840.1.113883.6.96_16310003COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_118247008,,,2.16.840.1.113883.6.96_118247008COLONLBRACKET363713009EQUAL263654008COMMA42752001EQUAL840539006RBRACKET,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1981-12-05,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_male,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,39,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_4,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,106,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,157,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,1,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_111293003__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I26.9__2.16.840.1.113883.6.96_59282003__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I64__2.16.840.1.113883.6.96_230690007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I21.9__2.16.840.1.113883.6.96_22298006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_J18.9__2.16.840.1.113883.6.96_128601007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_A41.9__2.16.840.1.113883.6.96_434156008__2.16.840.1.113883.6.96_410594000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,1,2.16.840.1.113883.6.96_36955009__2.16.840.1.113883.6.96_44169009__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_21522001__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_40917007__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_422400008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_49727002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_267036007__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_422587007__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.96_25064002__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,NoCodeSystem_NoCode,,2.16.840.1.113883.6.96_442452003,,,,,2.16.840.1.113883.6.96_442452003,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL26412008,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2021-02-18,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 +patient_766340047,basisdaten_arm_1,,,1,1,2020-01-22,4,,,2,1,3,2,1,1,2,,,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_766340047,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2021-01-05,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_261665006,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J45.9__2.16.840.1.113883.6.96_195967001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J44.9__2.16.840.1.113883.6.96_13645005__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_J84.1__2.16.840.1.113883.6.96_51615001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I27.0__2.16.840.1.113883.6.96_70995007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E66.29__2.16.840.1.113883.6.96_190966007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.3__2.16.840.1.113883.6.96_73430006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.31__2.16.840.1.113883.6.96_78275009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E84.9__2.16.840.1.113883.6.96_190905008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_106048009__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410594000,,,,,,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K52.9__2.16.840.1.113883.6.96_24526004__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_M06.99__2.16.840.1.113883.6.96_69896004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_M35.9__2.16.840.1.113883.6.96_105969002__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I77.6__2.16.840.1.113883.6.96_31996006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_36138009__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E13.9__2.16.840.1.113883.6.96_8801005,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18976-3,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,2020-05-24,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_304253006,2,2.16.840.1.113883.6.96_363679005,1,1.2.840.10008.2.16.4_CT__2.16.840.1.113883.6.96_77477000COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_261665006,1.2.840.10008.2.16.4_RG__2.16.840.1.113883.6.96_168537006COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_261665006,1.2.840.10008.2.16.4_US__2.16.840.1.113883.6.96_16310003COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_118247008,,,2.16.840.1.113883.6.96_118247008COLONLBRACKET363713009EQUAL263654008COMMA42752001EQUAL840539006RBRACKET,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1981-12-05,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,2.16.840.1.113883.4.642.4.2_male,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,39,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_4,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,106,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,157,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,1,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_111293003__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I26.9__2.16.840.1.113883.6.96_59282003__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I64__2.16.840.1.113883.6.96_230690007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I21.9__2.16.840.1.113883.6.96_22298006__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I82.9__2.16.840.1.113883.6.96_371039008__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_J18.9__2.16.840.1.113883.6.96_128601007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_A41.9__2.16.840.1.113883.6.96_434156008__2.16.840.1.113883.6.96_410594000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,1,2.16.840.1.113883.6.96_36955009__2.16.840.1.113883.6.96_44169009__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_21522001__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_40917007__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_422400008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_49727002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_267036007__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_422587007__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.96_25064002__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,,NoCodeSystem_NoCode,,2.16.840.1.113883.6.96_442452003,,,,,2.16.840.1.113883.6.96_442452003,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL26412008,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2021-02-18,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 patient_766340047,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,,,,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,,,,,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,,,,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,,,,,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,,1,,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,,1,,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,,1,,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,,,,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,,,,,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,,,,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,,,,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,,1,,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,,1,,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,,1,,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,,1,,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,,1,,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,,1,,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,,,,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,,,,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,,1,,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,,1,,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,,1,,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,,,,,2.16.840.1.113883.6.1_94500-6,,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,,1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,,1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,,1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,,1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_766340047,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,,2.16.840.1.113883.6.96_333710000,,2.16.840.1.113883.6.96_81839001,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_766340047,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_94500-6,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_41549009,,2.16.840.1.113883.6.96_333710000,,2.16.840.1.113883.6.96_81839001,,2.16.840.1.113883.6.96_373808002,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_766340047,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-01-07 01:16",1,2.16.840.1.113883.6.1_11557-6,156,1,2.16.840.1.113883.6.1_11557-8,180,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"67,60747500077784",1,2.16.840.1.113883.6.1_11558-4,"1,4222382497205412",,resp0,0,ns1,1,cvs3,3,liv1,1,coa4,4,kid0,0,9,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,118,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,41,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,60,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"27,819055691428325",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,77,2,,,,,,,, patient_766340047,1_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-01-10 16:48",1,2.16.840.1.113883.6.1_11557-6,26,1,2.16.840.1.113883.6.1_11557-8,117,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"78,78929364217598",1,2.16.840.1.113883.6.1_11558-4,"5,240787531477599",,resp4,4,ns4,4,cvs0,0,liv3,3,coa1,1,kid2,2,14,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,100,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,113,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,205,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,114,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"28,488747322953095",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,11,2,,,,,,,, patient_766340047,1_fall_arm_1,vitalparameter,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-01-17 14:18",1,2.16.840.1.113883.6.1_11557-6,172,1,2.16.840.1.113883.6.1_11557-8,93,1,2.16.840.1.113883.6.1_3150-0__2.16.840.1.113883.6.96_250774007,"59,90666650479639",1,2.16.840.1.113883.6.1_11558-4,"10,66987373891095",,resp4,4,ns4,4,cvs4,4,liv4,4,coa0,0,kid1,1,17,1,2.16.840.1.113883.6.1_9279-1__2.16.840.1.113883.6.96_86290005,56,1,2.16.840.1.113883.6.1_8480-6__2.16.840.1.113883.6.96_271649006,12,1,2.16.840.1.113883.6.1_8462-4__2.16.840.1.113883.6.96_271650006,3,1,2.16.840.1.113883.6.1_8867-4__2.16.840.1.113883.6.96_364075005,145,1,2.16.840.1.113883.6.1_8310-5__2.16.840.1.113883.6.96_386725007,"34,414360143980446",1,2.16.840.1.113883.6.1_2708-6__2.16.840.1.113883.6.1_59408-5__2.16.840.1.113883.6.1_20564-1__2.16.840.1.113883.6.96_431314004,13,2,,,,,,,, diff --git a/src/test/resources/REDCap_Realistic_Data_2021-04-15.xml b/src/test/resources/REDCap_Realistic_Data_2021-04-15.xml index 414b5fb..0e2de7e 100644 --- a/src/test/resources/REDCap_Realistic_Data_2021-04-15.xml +++ b/src/test/resources/REDCap_Realistic_Data_2021-04-15.xml @@ -1,20332 +1,20314 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/test/resources/REDCap_Realistic_Data_2021-08-04.csv b/src/test/resources/REDCap_Realistic_Data_2021-08-04.csv index 3b85e30..93b8c64 100644 --- a/src/test/resources/REDCap_Realistic_Data_2021-08-04.csv +++ b/src/test/resources/REDCap_Realistic_Data_2021-08-04.csv @@ -1,112 +1,111 @@ -record_id,redcap_event_name,redcap_repeat_instrument,redcap_repeat_instance,aufnahmedatum,erkrankungsphase_zum_zeitpunkt_der_diagnose_code,erkrankungsphase_zum_zeitpunkt_der_diagnose,krankheitsbeginn_aufnahme_complete,miibc_vorlage,gee_version,miibc_dat_dok,miibc_consent_status,miibc_widerruf,miibc_w_dat_dok,gee_erhebung_verarbeitung,gee_krankenkassendaten_retro,gee_krankenkassendaten_pro,gee_biomaterialien,gee_biomaterialien_zusaetzlich,gee_kontaktaufnahme,gee_kontaktaufnahme_zusatzbefunde,gee_projekt_codex,gee_projekt_codex_zusatz,einwilligungserklaerung_mii_broad_consent_complete,covid19_aufnahme_code,covid19_aufnahme,interventionelle_studienteilnahme_code,interventionelle_studienteilnahme,studieneinschluss_einschlusskriterien_complete,chronische_lungenerkrankungen_code,chronische_lungenerkrankungen,chronische_lungenerkrankungen_asthma,chronische_lungenerkrankungen_copd,chronische_lungenerkrankungen_lungenfibrose,chronische_lungenerkrankungen_lungenhochdruck_pulmonale_hypertonie,chronische_lungenerkrankungen_ohs,chronische_lungenerkrankungen_schlafapnoe,chronische_lungenerkrankungen_osas,chronische_lungenerkrankungen_cystische_fibrose,chronische_lungenerkrankungen_andere,chronische_lungenerkrankungen_andere_textfeld,herzkreislauferkrankungen_code,herzkreislauferkrankungen,herzkreislauferkrankungen_bluthochdruck,herzkreislauferkrankungen_zustand_nach_herzinfarkt,herzkreislauferkrankungen_herzrhythmusstoerungen,herzkreislauferkrankungen_herzinsuffizienz,herzkreislauferkrankungen_pavk,herzkreislauferkrankungen_zustand_nach_revaskularisation,herzkreislauferkrankungen_koronare_herzerkrankung_khk,herzkreislauferkrankungen_carotisstenose,herzkreislauferkrankungen_andere,herzkreislauferkrankungen_andere_textfeld,chronische_lebererkrankungen_code,chronische_lebererkrankungen,chronische_lebererkrankungen_fettleber,chronische_lebererkrankungen_leberzirrhose,chronische_lebererkrankungen_chronische_infektioese_hepatitis,chronische_lebererkrankungen_autoimmune_lebererkrankungen,chronische_lebererkrankungen_andere,chronische_lebererkrankungen_andere_textfeld,rheumatologischeimmunologische_erkrankungen_code,rheumatologischeimmunologische_erkrankungen,rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung,rheumatologischeimmunologische_erkrankungen_rheumatoide_arthritis,rheumatologischeimmunologische_erkrankungen_kollagenosen,rheumatologischeimmunologische_erkrankungen_vaskulitiden,rheumatologischeimmunologische_erkrankungen_angeborene_immundefekte,rheumatologischeimmunologische_erkrankungen_andere,rheumatologischeimmunologische_erkrankungen_andere_textfeld,bestehende_hivinfektion_code,bestehende_hivinfektion,organtransplantiert_code,organtransplantiert,organtransplantiert_herz,organtransplantiert_lunge,organtransplantiert_leber,organtransplantiert_nieren,organtransplantiert_darm,organtransplantiert_haut,organtransplantiert_hornhaut,organtransplantiert_gehoerknoechelchen,organtransplantiert_herzklappen,organtransplantiert_blutgefaess,organtransplantiert_hirnhaut,organtransplantiert_knochengewebe,organtransplantiert_knorpelgewebe,organtransplantiert_sehne,diabetes_code,diabetes,aktive_tumorkrebserkrankungen_code,aktive_tumorkrebserkrankungen,raucherstatus_code,raucherstatus,chronische_neurologische_oder_psychiatrische_erkrankungen_code,chronische_neurologische_oder_psychiatrische_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson,chronische_neurologische_oder_psychiatrische_erkrankungen_demenz,chronische_neurologische_oder_psychiatrische_erkrankungen_multiple_sklerose,chronische_neurologische_oder_psychiatrische_erkrankungen_neuromuskulaere_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_epilepsie,chronische_neurologische_oder_psychiatrische_erkrankungen_migraene,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_mit_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_ohne_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_psychose,chronische_neurologische_oder_psychiatrische_erkrankungen_depression,chronische_neurologische_oder_psychiatrische_erkrankungen_angsterkrankung,bestehende_sauerstoff_oder_beatmungstherapie_code,bestehende_sauerstoff_oder_beatmungstherapie,chronische_nierenerkrankungen_code,chronische_nierenerkrankungen,chronische_nierenerkrankungen_schweregrad,reiseaktivitat_code,reiseaktivitat,reiseaktivitat_start_date_1,reiseaktivitat_country_1,reiseaktivitat_state_1,reiseaktivitat_city_1,reiseaktivitat_end_date_1,reiseaktivitat_start_date_2,reiseaktivitat_country_2,reiseaktivitat_state_2,reiseaktivitat_city_2,reiseaktivitat_end_date_2,reiseaktivitat_start_date_3,reiseaktivitat_country_3,reiseaktivitat_state_3,reiseaktivitat_city_3,reiseaktivitat_end_date_3,reiseaktivitat_start_date_4,reiseaktivitat_country_4,reiseaktivitat_state_4,reiseaktivitat_city_4,reiseaktivitat_end_date_4,reiseaktivitat_start_date_5,reiseaktivitat_country_5,reiseaktivitat_state_5,reiseaktivitat_city_5,reiseaktivitat_end_date_5,reiseaktivitat_start_date_6,reiseaktivitat_country_6,reiseaktivitat_state_6,reiseaktivitat_city_6,reiseaktivitat_end_date_6,reiseaktivitat_start_date_7,reiseaktivitat_country_7,reiseaktivitat_state_7,reiseaktivitat_city_7,reiseaktivitat_end_date_7,reiseaktivitat_start_date_8,reiseaktivitat_country_8,reiseaktivitat_state_8,reiseaktivitat_city_8,reiseaktivitat_end_date_8,reiseaktivitat_start_date_9,reiseaktivitat_country_9,reiseaktivitat_state_9,reiseaktivitat_city_9,reiseaktivitat_end_date_9,reiseaktivitat_start_date_10,reiseaktivitat_country_10,reiseaktivitat_state_10,reiseaktivitat_city_10,reiseaktivitat_end_date_10,magengeschwure_code,magengeschwure,impfungen_code,impfungen_influenza,impfungen_pneumokokken,impfungen_bcg,impfungen_covid_19,impfungen_andere,impfungen_influenza_datum,impfungen_pneumokokken_datum,impfungen_bcg_datum,impfungen_covid_19_datum,impfungen_andere_datum,impfungen_andere_textfeld,dnranordnung_code,dnranordnung,anamnese_risikofaktoren_complete,bildgebende_verfahren_code,bildgebende_verfahren,bildgebende_verfahren_ct,bildgebende_verfahren_roentgen,bildgebende_verfahren_us,befund_bildgebender_verfahren_code,befund_bildgebender_verfahren_ct,befund_bildgebender_verfahren_roentgen,befund_bildgebender_verfahren_us,bildgebung_complete,geburtsdatum_code,geburtsdatum,ethnische_zugehorigkeit_code,ethnische_zugehorigkeit,biologisches_geschlecht_code,biologisches_geschlecht,schwangerschaft_code,schwangerschaft,alter_code,alter,frailtyscore_code,frailtyscore,gewicht_unit,gewicht_code,gewicht,korpergrose_unit,korpergrose_code,korpergrose,demographie_complete,kontakt_mit_an_covid19_erkrankter_personq_code,kontakt_mit_an_covid19_erkrankter_personq,epidemiologische_faktoren_complete,komplikation_code,komplikation,komplikation_thrombembolische_ereignisse,komplikation_venoese_thrombose,komplikation_lungenarterienembolie,komplikation_stroke,komplikation_myokardinfarkt,komplikation_andere,komplikation_andere_textfeld,komplikation_pulmonale_co_infektionen,komplikation_blutstrominfektionen,komplikationen_complete,labor_datum,crp_code,crp,crp_unit,crp_loinc_1,crp_loinc_2,crp_loinc_3,ferritin_code,ferritin,ferritin_unit,ferritin_loinc_1,ferritin_loinc_2,bilirubin_code,bilirubin,bilirubin_unit,bilirubin_loinc_1,bilirubin_loinc_2,ddimer_code,ddimer,ddimer_unit,ddimer_loinc_1,ddimer_loinc_2,ddimer_loinc_3,ddimer_loinc_4,ddimer_loinc_5,ddimer_loinc_6,gammagt_code,gammagt,gammagt_unit,gammagt_loinc_1,gotast_code,gotast,gotast_unit,gotast_loinc_1,ldh_code,ldh,ldh_unit,ldh_loinc_1,kardiale_troponine_code,kardiale_troponine,kardiale_troponine_unit,kardiale_troponine_loinc_1,kardiale_troponine_loinc_2,kardiale_troponine_loinc_3,hamoglobin_code,hamoglobin,hamoglobin_unit,hamoglobin_loinc_1,hamoglobin_loinc_2,hamoglobin_loinc_3,kreatinin_code,kreatinin,kreatinin_unit,kreatinin_loinc_1,kreatinin_loinc_2,laktat_code,laktat,laktat_unit,laktat_loinc_1,laktat_loinc_2,leukozyten_absolut_code,leukozyten_absolut,leukozyten_absolut_unit,leukozyten_absolut_loinc_1,lymphozyten_absolut_code,lymphozyten_absolut,lymphozyten_absolut_unit,lymphozyten_absolut_loinc_1,neutrophile_absolut_code,neutrophile_absolut,neutrophile_absolut_unit,neutrophile_absolut_loinc_1,ptt_code,ptt,ptt_unit,ptt_loinc_1,thrombozyten_absolut_code,thrombozyten_absolut,thrombozyten_absolut_unit,thrombozyten_absolut_loinc_1,inr_code,inr,inr_unit,inr_loinc_1,serumalbumin_code,serumalbumin,serumalbumin_unit,serumalbumin_loinc_1,serumalbumin_loinc_2,serumalbumin_loinc_3,antithrombin_iii_code,antithrombin_iii,antithrombin_iii_unit,antithrombin_iii_loinc_1,antithrombin_iii_loinc_2,pct_procalcitonin_code,pct_procalcitonin,pct_procalcitonin_unit,pct_procalcitonin_loinc_1,il6_interleukin_6_code,il6_interleukin_6,il6_interleukin_6_unit,il6_interleukin_6_loinc_1,ntprobnp_code,ntprobnp,ntprobnp_unit,ntprobnp_loinc_1,fibrinogen_code,fibrinogen,fibrinogen_unit,fibrinogen_loinc_1,fibrinogen_loinc_2,sarsco_v2rtpcr_code,sarsco_v2rtpcr,sarsco_v2rtpcr_loinc,sarsco_v2_covid19_ig_g_ia_ql_code,sarsco_v2_covid19_ig_g_ia_ql,sarsco_v2_covid19_ig_g_ia_ql_loinc,sarsco_v2_covid19_ig_g_ia_qn_code,sarsco_v2_covid19_ig_g_ia_qn,sarsco_v2_covid19_ig_g_ia_qn_unit,sarsco_v2_covid19_ig_g_ia_qn_loinc,sarsco_v2_covid19_ig_m_ia_ql_code,sarsco_v2_covid19_ig_m_ia_ql,sarsco_v2_covid19_ig_m_ia_ql_loinc,sarsco_v2_covid19_ig_m_ia_qn_code,sarsco_v2_covid19_ig_m_ia_qn,sarsco_v2_covid19_ig_m_ia_qn_unit,sarsco_v2_covid19_ig_m_ia_qn_loinc,sarsco_v2_covid19_ig_a_ia_ql_code,sarsco_v2_covid19_ig_a_ia_ql,sarsco_v2_covid19_ig_a_ia_ql_loinc,sarsco_v2_covid19_ig_a_ia_qn_code,sarsco_v2_covid19_ig_a_ia_qn,sarsco_v2_covid19_ig_a_ia_qn_unit,sarsco_v2_covid19_ig_a_ia_qn_loinc,sarsco_v2_covid19_ab_ia_ql_code,sarsco_v2_covid19_ab_ia_ql,sarsco_v2_covid19_ab_ia_ql_loinc,sarsco_v2_covid19_ab_ia_qn_code,sarsco_v2_covid19_ab_ia_qn,sarsco_v2_covid19_ab_ia_qn_unit,sarsco_v2_covid19_ab_ia_qn_loinc,laborwerte_complete,symptome_code,symptome,symptome_geruchs_bzw_geschmacksstoerungen,symptome_bauchschmerzen,symptome_bewusstseinsstoerungen_verwirrtheit,symptome_durchfall,symptome_erbrechen,symptome_husten,symptome_kurzatmigkeit_dyspnoe,symptome_uebelkeit,symptome_fieber,symptome_kopfschmerzen,symptome_andere_symptome,symptome_andere_symptome_textfeld,schweregrad_code,symptome_geruchs_bzw_geschmacksstoerungen_schweregrad,symptome_bauchschmerzen_schweregrad,symptome_bewusstseinsstoerungen_verwirrtheit_schweregrad,symptome_durchfall_schweregrad,symptome_erbrechen_schweregrad,symptome_husten_schweregrad,symptome_kurzatmigkeit_dyspnoe_schweregrad,symptome_uebelkeit_schweregrad,symptome_fieber_schweregrad,symptome_kopfschmerzen_schweregrad,symptome_andere_symptome_schweregrad,symptome_complete,medikation_datum,covid19therapie_code,covid19therapie,covid19therapie_antipyretika,covid19therapie_kortikosteroide,covid19therapie_kortikosteroide_code,covid19therapie_atazanavir,covid19therapie_atazanavir_code,covid19therapie_darunavir,covid19therapie_darunavir_code,covid19therapie_chloroquine_phosphate,covid19therapie_hydroxychloroquine,covid19therapie_ivermectin,covid19therapie_lopinavir_ritonavir,covid19therapie_ganciclovir,covid19therapie_oseltamivir,covid19therapie_remdesivir,covid19therapie_ribavirin,covid19therapie_camostat,covid19therapie_favipiravir,covid19therapie_convalescent_plasma,covid19therapie_convalescent_plasma_code,covid19therapie_steroids_gt_05_mg_kg_prednisone_equivalents,covid19therapie_steroids_lt_05_mg_kg_prednisone_equivalents,covid19therapie_tocilizumab,covid19therapie_tocilizumab_code,covid19therapie_sarilumab,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus_code,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept_code,covid19therapie_il1_receptor_antangonists,covid19therapie_ruxolitinib,covid19therapie_colchicine,covid19therapie_interferone_any,covid19therapie_25_hydroxyvitamin_d,covid19therapie_zinc,covid19therapie_andere,covid19therapie_andere_textfeld,acehemmer_code,acehemmer,immunglobuline_code,immunglobuline,antikoagulation_code,antikoagulation,antikoagulation_absicht,antikoagulation_unfraktioniertes_heparin,antikoagulation_unfraktioniertes_heparin_code,antikoagulation_niedermolekulares_heparin,antikoagulation_niedermolekulares_heparin_code,antikoagulation_argatroban,antikoagulation_plaettchenaggregationshemmer,antikoagulation_danaparoid,antikoagulation_phenprocoumon,antikoagulation_doak,antikoagulation_doak_code,antikoagulation_sonstige,antikoagulation_sonstige_textfeld,medikation_complete,dialyse_hamofiltration_code,dialyse_hamofiltration,apherese_code,apherese,bauchlage_code,bauchlage,liegt_der_patient_auf_der_intensivstationq_code,liegt_der_patient_auf_der_intensivstationq,ecmotherapie_code,ecmotherapie,beatmungstherapie_code,beatmungstherapie,therapie_complete,vitalparameter_datum,pa_co2_unit,pa_co2_code,pa_co2,pa_o2_unit,pa_o2_code,pa_o2,fi_o2_unit,fi_o2_code,fi_o2,p_hwert_unit,p_hwert_code,p_hwert,sofascore_code,sofa_score_resp,sofa_score_resp_calc,sofa_score_ns,sofa_score_ns_calc,sofa_score_cvs,sofa_score_cvs_calc,sofa_score_liv,sofa_score_liv_calc,sofa_score_coa,sofa_score_coa_calc,sofa_score_kid,sofa_score_kid_calc,sofa_total_score,atemfrequenz_unit,atemfrequenz_code,atemfrequenz,blutdruck_systolisch_unit,blutdruck_systolisch_code,blutdruck_systolisch,blutdruck_diastolisch_unit,blutdruck_diastolisch_code,blutdruck_diastolisch,herzfrequenz_unit,herzfrequenz_code,herzfrequenz,korpertemperatur_unit,korpertemperatur_code,korpertemperatur,periphere_sauerstoffsattigung_unit,periphere_sauerstoffsattigung_code,periphere_sauerstoffsattigung,vitalparameter_complete,entlassdatum,respiratorisches_outcome_code,respiratorisches_outcome,entlassungsart_code,entlassungsart,ergebnis_folgeabstrich_code,ergebnis_folgeabstrich,outcome_bei_entlassung_complete -patient_048316877,basisdaten_arm_1,,,,,,,1,2,2021-06-29,1,,,1,1,2,3,1,2,1,1,2,2,1,3,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_048316877,1_fall_arm_1,,,2020-06-28,1,2,2,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,1,3,,,,,,,,,,,1,2,,,,,,,1,2,,,,,,,,1,1,1,2,,,,,,,,,,,,,,,1,3,1,2,1,3,1,1,3,2,,2,2,3,2,3,3,1,2,1,3,1,4,,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,1,2,3,2,,2020-03-29,,,,,1,1,2,1,3,,,,1,,,,2,1,1967-11-29,1,2,1,2,1,3,1,53,1,6,1,1,149,1,1,189,2,1,1,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,2,,3,2,3,2,3,1,2,3,,1,,,,,,,,,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,1,2,1,2,1,,1,6,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-01,1,1,1,1,1,2,2 -patient_048316877,2_fall_arm_1,,,2020-12-02,1,1,2,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,3,2,2,3,2,2,,,1,3,,,,,,,,,,,1,3,,,,,,,1,2,,,,,,,,1,1,1,3,,,,,,,,,,,,,,,1,3,1,2,1,3,1,1,2,2,1,3,1,2,1,3,2,1,3,1,2,1,3,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,3,2,2,2,,,,,,,1,2,2,1,1,2,3,1,1,,,2,2,1,1967-11-29,1,2,1,2,1,2,1,53,1,4,1,1,136,1,1,179,2,1,3,2,1,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,3,1,1,1,1,1,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2021-01-07,1,2,1,3,1,1,2 -patient_048316877,3_fall_arm_1,,,2020-02-13,1,3,2,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,1,3,,,,,,,,,,,1,3,,,,,,,1,2,,,,,,,,1,1,1,3,,,,,,,,,,,,,,,1,1,1,1,1,4,1,3,,,,,,,,,,,,1,3,1,2,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,2,3,1,3,2,,,2020-06-15,,,,1,3,2,1,2,,,,1,,,,2,1,1967-11-29,1,2,1,2,1,2,1,52,1,4,1,1,117,1,1,179,2,1,2,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,1,1,1,3,1,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-12-23,1,1,1,1,1,1,2 +record_id,redcap_event_name,redcap_repeat_instrument,redcap_repeat_instance,miibc_vorlage,gee_version,miibc_dat_dok,miibc_consent_status,miibc_widerruf,miibc_w_dat_dok,gee_erhebung_verarbeitung,gee_krankenkassendaten_retro,gee_krankenkassendaten_pro,gee_biomaterialien,gee_biomaterialien_zusaetzlich,gee_kontaktaufnahme,gee_kontaktaufnahme_zusatzbefunde,gee_projekt_codex,gee_projekt_codex_zusatz,einwilligungserklaerung_mii_broad_consent_complete,covid19_aufnahme_code,covid19_aufnahme,interventionelle_studienteilnahme_code,interventionelle_studienteilnahme,studieneinschluss_einschlusskriterien_complete,aufnahmedatum,erkrankungsphase_zum_zeitpunkt_der_diagnose_code,erkrankungsphase_zum_zeitpunkt_der_diagnose,krankheitsbeginn_aufnahme_complete,chronische_lungenerkrankungen_code,chronische_lungenerkrankungen,chronische_lungenerkrankungen_asthma,chronische_lungenerkrankungen_copd,chronische_lungenerkrankungen_lungenfibrose,chronische_lungenerkrankungen_lungenhochdruck_pulmonale_hypertonie,chronische_lungenerkrankungen_ohs,chronische_lungenerkrankungen_schlafapnoe,chronische_lungenerkrankungen_osas,chronische_lungenerkrankungen_cystische_fibrose,chronische_lungenerkrankungen_andere,chronische_lungenerkrankungen_andere_textfeld,herzkreislauferkrankungen_code,herzkreislauferkrankungen,herzkreislauferkrankungen_bluthochdruck,herzkreislauferkrankungen_zustand_nach_herzinfarkt,herzkreislauferkrankungen_herzrhythmusstoerungen,herzkreislauferkrankungen_herzinsuffizienz,herzkreislauferkrankungen_pavk,herzkreislauferkrankungen_zustand_nach_revaskularisation,herzkreislauferkrankungen_koronare_herzerkrankung_khk,herzkreislauferkrankungen_carotisstenose,herzkreislauferkrankungen_andere,herzkreislauferkrankungen_andere_textfeld,chronische_lebererkrankungen_code,chronische_lebererkrankungen,chronische_lebererkrankungen_fettleber,chronische_lebererkrankungen_leberzirrhose,chronische_lebererkrankungen_chronische_infektioese_hepatitis,chronische_lebererkrankungen_autoimmune_lebererkrankungen,chronische_lebererkrankungen_andere,chronische_lebererkrankungen_andere_textfeld,rheumatologischeimmunologische_erkrankungen_code,rheumatologischeimmunologische_erkrankungen,rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung,rheumatologischeimmunologische_erkrankungen_rheumatoide_arthritis,rheumatologischeimmunologische_erkrankungen_kollagenosen,rheumatologischeimmunologische_erkrankungen_vaskulitiden,rheumatologischeimmunologische_erkrankungen_angeborene_immundefekte,rheumatologischeimmunologische_erkrankungen_andere,rheumatologischeimmunologische_erkrankungen_andere_textfeld,bestehende_hivinfektion_code,bestehende_hivinfektion,organtransplantiert_code,organtransplantiert,organtransplantiert_herz,organtransplantiert_lunge,organtransplantiert_leber,organtransplantiert_nieren,organtransplantiert_darm,organtransplantiert_haut,organtransplantiert_hornhaut,organtransplantiert_gehoerknoechelchen,organtransplantiert_herzklappen,organtransplantiert_blutgefaess,organtransplantiert_hirnhaut,organtransplantiert_knochengewebe,organtransplantiert_knorpelgewebe,organtransplantiert_sehne,diabetes_code,diabetes,aktive_tumorkrebserkrankungen_code,aktive_tumorkrebserkrankungen,raucherstatus_code,raucherstatus,chronische_neurologische_oder_psychiatrische_erkrankungen_code,chronische_neurologische_oder_psychiatrische_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson,chronische_neurologische_oder_psychiatrische_erkrankungen_demenz,chronische_neurologische_oder_psychiatrische_erkrankungen_multiple_sklerose,chronische_neurologische_oder_psychiatrische_erkrankungen_neuromuskulaere_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_epilepsie,chronische_neurologische_oder_psychiatrische_erkrankungen_migraene,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_mit_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_ohne_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_psychose,chronische_neurologische_oder_psychiatrische_erkrankungen_depression,chronische_neurologische_oder_psychiatrische_erkrankungen_angsterkrankung,bestehende_sauerstoff_oder_beatmungstherapie_code,bestehende_sauerstoff_oder_beatmungstherapie,chronische_nierenerkrankungen_code,chronische_nierenerkrankungen,chronische_nierenerkrankungen_schweregrad,reiseaktivitat_code,reiseaktivitat,reiseaktivitat_start_date_1,reiseaktivitat_country_1,reiseaktivitat_state_1,reiseaktivitat_city_1,reiseaktivitat_end_date_1,reiseaktivitat_start_date_2,reiseaktivitat_country_2,reiseaktivitat_state_2,reiseaktivitat_city_2,reiseaktivitat_end_date_2,reiseaktivitat_start_date_3,reiseaktivitat_country_3,reiseaktivitat_state_3,reiseaktivitat_city_3,reiseaktivitat_end_date_3,reiseaktivitat_start_date_4,reiseaktivitat_country_4,reiseaktivitat_state_4,reiseaktivitat_city_4,reiseaktivitat_end_date_4,reiseaktivitat_start_date_5,reiseaktivitat_country_5,reiseaktivitat_state_5,reiseaktivitat_city_5,reiseaktivitat_end_date_5,reiseaktivitat_start_date_6,reiseaktivitat_country_6,reiseaktivitat_state_6,reiseaktivitat_city_6,reiseaktivitat_end_date_6,reiseaktivitat_start_date_7,reiseaktivitat_country_7,reiseaktivitat_state_7,reiseaktivitat_city_7,reiseaktivitat_end_date_7,reiseaktivitat_start_date_8,reiseaktivitat_country_8,reiseaktivitat_state_8,reiseaktivitat_city_8,reiseaktivitat_end_date_8,reiseaktivitat_start_date_9,reiseaktivitat_country_9,reiseaktivitat_state_9,reiseaktivitat_city_9,reiseaktivitat_end_date_9,reiseaktivitat_start_date_10,reiseaktivitat_country_10,reiseaktivitat_state_10,reiseaktivitat_city_10,reiseaktivitat_end_date_10,magengeschwure_code,magengeschwure,impfungen_code,impfungen_influenza,impfungen_pneumokokken,impfungen_bcg,impfungen_covid_19,impfungen_andere,impfungen_influenza_datum,impfungen_pneumokokken_datum,impfungen_bcg_datum,impfungen_covid_19_datum,impfungen_andere_datum,impfungen_andere_textfeld,dnranordnung_code,dnranordnung,anamnese_risikofaktoren_complete,bildgebende_verfahren_code,bildgebende_verfahren,bildgebende_verfahren_ct,bildgebende_verfahren_roentgen,bildgebende_verfahren_us,befund_bildgebender_verfahren_code,befund_bildgebender_verfahren_ct,befund_bildgebender_verfahren_roentgen,befund_bildgebender_verfahren_us,bildgebung_complete,geburtsdatum_code,geburtsdatum,ethnische_zugehorigkeit_code,ethnische_zugehorigkeit,biologisches_geschlecht_code,biologisches_geschlecht,schwangerschaft_code,schwangerschaft,alter_code,alter,frailtyscore_code,frailtyscore,gewicht_unit,gewicht_code,gewicht,korpergrose_unit,korpergrose_code,korpergrose,demographie_complete,kontakt_mit_an_covid19_erkrankter_personq_code,kontakt_mit_an_covid19_erkrankter_personq,epidemiologische_faktoren_complete,komplikation_code,komplikation,komplikation_thrombembolische_ereignisse,komplikation_venoese_thrombose,komplikation_lungenarterienembolie,komplikation_stroke,komplikation_myokardinfarkt,komplikation_andere,komplikation_andere_textfeld,komplikation_pulmonale_co_infektionen,komplikation_blutstrominfektionen,komplikationen_complete,labor_datum,crp_code,crp,crp_unit,crp_loinc_1,crp_loinc_2,crp_loinc_3,ferritin_code,ferritin,ferritin_unit,ferritin_loinc_1,ferritin_loinc_2,bilirubin_code,bilirubin,bilirubin_unit,bilirubin_loinc_1,bilirubin_loinc_2,ddimer_code,ddimer,ddimer_unit,ddimer_loinc_1,ddimer_loinc_2,ddimer_loinc_3,ddimer_loinc_4,ddimer_loinc_5,ddimer_loinc_6,gammagt_code,gammagt,gammagt_unit,gammagt_loinc_1,gotast_code,gotast,gotast_unit,gotast_loinc_1,ldh_code,ldh,ldh_unit,ldh_loinc_1,kardiale_troponine_code,kardiale_troponine,kardiale_troponine_unit,kardiale_troponine_loinc_1,kardiale_troponine_loinc_2,kardiale_troponine_loinc_3,hamoglobin_code,hamoglobin,hamoglobin_unit,hamoglobin_loinc_1,hamoglobin_loinc_2,hamoglobin_loinc_3,kreatinin_code,kreatinin,kreatinin_unit,kreatinin_loinc_1,kreatinin_loinc_2,laktat_code,laktat,laktat_unit,laktat_loinc_1,laktat_loinc_2,leukozyten_absolut_code,leukozyten_absolut,leukozyten_absolut_unit,leukozyten_absolut_loinc_1,lymphozyten_absolut_code,lymphozyten_absolut,lymphozyten_absolut_unit,lymphozyten_absolut_loinc_1,neutrophile_absolut_code,neutrophile_absolut,neutrophile_absolut_unit,neutrophile_absolut_loinc_1,ptt_code,ptt,ptt_unit,ptt_loinc_1,thrombozyten_absolut_code,thrombozyten_absolut,thrombozyten_absolut_unit,thrombozyten_absolut_loinc_1,inr_code,inr,inr_unit,inr_loinc_1,serumalbumin_code,serumalbumin,serumalbumin_unit,serumalbumin_loinc_1,serumalbumin_loinc_2,serumalbumin_loinc_3,antithrombin_iii_code,antithrombin_iii,antithrombin_iii_unit,antithrombin_iii_loinc_1,antithrombin_iii_loinc_2,pct_procalcitonin_code,pct_procalcitonin,pct_procalcitonin_unit,pct_procalcitonin_loinc_1,il6_interleukin_6_code,il6_interleukin_6,il6_interleukin_6_unit,il6_interleukin_6_loinc_1,ntprobnp_code,ntprobnp,ntprobnp_unit,ntprobnp_loinc_1,fibrinogen_code,fibrinogen,fibrinogen_unit,fibrinogen_loinc_1,fibrinogen_loinc_2,sarsco_v2rtpcr_code,sarsco_v2rtpcr,sarsco_v2rtpcr_loinc,sarsco_v2_covid19_ig_g_ia_ql_code,sarsco_v2_covid19_ig_g_ia_ql,sarsco_v2_covid19_ig_g_ia_ql_loinc,sarsco_v2_covid19_ig_g_ia_qn_code,sarsco_v2_covid19_ig_g_ia_qn,sarsco_v2_covid19_ig_g_ia_qn_unit,sarsco_v2_covid19_ig_g_ia_qn_loinc,sarsco_v2_covid19_ig_m_ia_ql_code,sarsco_v2_covid19_ig_m_ia_ql,sarsco_v2_covid19_ig_m_ia_ql_loinc,sarsco_v2_covid19_ig_m_ia_qn_code,sarsco_v2_covid19_ig_m_ia_qn,sarsco_v2_covid19_ig_m_ia_qn_unit,sarsco_v2_covid19_ig_m_ia_qn_loinc,sarsco_v2_covid19_ig_a_ia_ql_code,sarsco_v2_covid19_ig_a_ia_ql,sarsco_v2_covid19_ig_a_ia_ql_loinc,sarsco_v2_covid19_ig_a_ia_qn_code,sarsco_v2_covid19_ig_a_ia_qn,sarsco_v2_covid19_ig_a_ia_qn_unit,sarsco_v2_covid19_ig_a_ia_qn_loinc,sarsco_v2_covid19_ab_ia_ql_code,sarsco_v2_covid19_ab_ia_ql,sarsco_v2_covid19_ab_ia_ql_loinc,sarsco_v2_covid19_ab_ia_qn_code,sarsco_v2_covid19_ab_ia_qn,sarsco_v2_covid19_ab_ia_qn_unit,sarsco_v2_covid19_ab_ia_qn_loinc,laborwerte_complete,symptome_code,symptome,symptome_geruchs_bzw_geschmacksstoerungen,symptome_bauchschmerzen,symptome_bewusstseinsstoerungen_verwirrtheit,symptome_durchfall,symptome_erbrechen,symptome_husten,symptome_kurzatmigkeit_dyspnoe,symptome_uebelkeit,symptome_fieber,symptome_kopfschmerzen,symptome_andere_symptome,symptome_andere_symptome_textfeld,schweregrad_code,symptome_geruchs_bzw_geschmacksstoerungen_schweregrad,symptome_bauchschmerzen_schweregrad,symptome_bewusstseinsstoerungen_verwirrtheit_schweregrad,symptome_durchfall_schweregrad,symptome_erbrechen_schweregrad,symptome_husten_schweregrad,symptome_kurzatmigkeit_dyspnoe_schweregrad,symptome_uebelkeit_schweregrad,symptome_fieber_schweregrad,symptome_kopfschmerzen_schweregrad,symptome_andere_symptome_schweregrad,symptome_complete,medikation_datum,covid19therapie_code,covid19therapie,covid19therapie_antipyretika,covid19therapie_kortikosteroide,covid19therapie_kortikosteroide_code,covid19therapie_atazanavir,covid19therapie_atazanavir_code,covid19therapie_darunavir,covid19therapie_darunavir_code,covid19therapie_chloroquine_phosphate,covid19therapie_hydroxychloroquine,covid19therapie_ivermectin,covid19therapie_lopinavir_ritonavir,covid19therapie_ganciclovir,covid19therapie_oseltamivir,covid19therapie_remdesivir,covid19therapie_ribavirin,covid19therapie_camostat,covid19therapie_favipiravir,covid19therapie_convalescent_plasma,covid19therapie_convalescent_plasma_code,covid19therapie_steroids_gt_05_mg_kg_prednisone_equivalents,covid19therapie_steroids_lt_05_mg_kg_prednisone_equivalents,covid19therapie_tocilizumab,covid19therapie_tocilizumab_code,covid19therapie_sarilumab,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus_code,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept_code,covid19therapie_il1_receptor_antangonists,covid19therapie_ruxolitinib,covid19therapie_colchicine,covid19therapie_interferone_any,covid19therapie_25_hydroxyvitamin_d,covid19therapie_zinc,covid19therapie_andere,covid19therapie_andere_textfeld,acehemmer_code,acehemmer,immunglobuline_code,immunglobuline,antikoagulation_code,antikoagulation,antikoagulation_absicht,antikoagulation_unfraktioniertes_heparin,antikoagulation_unfraktioniertes_heparin_code,antikoagulation_niedermolekulares_heparin,antikoagulation_niedermolekulares_heparin_code,antikoagulation_argatroban,antikoagulation_plaettchenaggregationshemmer,antikoagulation_danaparoid,antikoagulation_phenprocoumon,antikoagulation_doak,antikoagulation_doak_code,antikoagulation_sonstige,antikoagulation_sonstige_textfeld,medikation_complete,dialyse_hamofiltration_code,dialyse_hamofiltration,apherese_code,apherese,bauchlage_code,bauchlage,liegt_der_patient_auf_der_intensivstationq_code,liegt_der_patient_auf_der_intensivstationq,ecmotherapie_code,ecmotherapie,beatmungstherapie_code,beatmungstherapie,therapie_complete,vitalparameter_datum,pa_co2_unit,pa_co2_code,pa_co2,pa_o2_unit,pa_o2_code,pa_o2,fi_o2_unit,fi_o2_code,fi_o2,p_hwert_unit,p_hwert_code,p_hwert,sofascore_code,sofa_score_resp,sofa_score_resp_calc,sofa_score_ns,sofa_score_ns_calc,sofa_score_cvs,sofa_score_cvs_calc,sofa_score_liv,sofa_score_liv_calc,sofa_score_coa,sofa_score_coa_calc,sofa_score_kid,sofa_score_kid_calc,sofa_total_score,atemfrequenz_unit,atemfrequenz_code,atemfrequenz,blutdruck_systolisch_unit,blutdruck_systolisch_code,blutdruck_systolisch,blutdruck_diastolisch_unit,blutdruck_diastolisch_code,blutdruck_diastolisch,herzfrequenz_unit,herzfrequenz_code,herzfrequenz,korpertemperatur_unit,korpertemperatur_code,korpertemperatur,periphere_sauerstoffsattigung_unit,periphere_sauerstoffsattigung_code,periphere_sauerstoffsattigung,vitalparameter_complete,entlassdatum,respiratorisches_outcome_code,respiratorisches_outcome,entlassungsart_code,entlassungsart,ergebnis_folgeabstrich_code,ergebnis_folgeabstrich,outcome_bei_entlassung_complete +patient_048316877,basisdaten_arm_1,,,2,,,,,,,,,,,,,,,2,1,3,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_048316877,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-06-28,1,2,2,1,3,,,,,,,,,,,1,3,,,,,,,,,,,1,2,,,,,,,1,2,,,,,,,,1,1,1,2,,,,,,,,,,,,,,,1,3,1,2,1,3,1,1,3,2,,2,2,3,2,3,3,1,2,1,3,1,4,,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,1,2,3,2,,2020-03-29,,,,,1,1,2,1,3,,,,1,,,,2,1,1967-11-29,1,2,1,2,1,3,1,53,1,6,1,1,149,1,1,189,2,1,1,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,2,,3,2,3,2,3,1,2,3,,1,,,,,,,,,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,1,2,1,2,1,,1,6,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-01,1,1,1,1,1,2,2 +patient_048316877,2_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-12-02,1,1,2,1,1,1,2,3,2,2,3,2,2,,,1,3,,,,,,,,,,,1,3,,,,,,,1,2,,,,,,,,1,1,1,3,,,,,,,,,,,,,,,1,3,1,2,1,3,1,1,2,2,1,3,1,2,1,3,2,1,3,1,2,1,3,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,3,2,2,2,,,,,,,1,2,2,1,1,2,3,1,1,,,2,2,1,1967-11-29,1,2,1,2,1,2,1,53,1,4,1,1,136,1,1,179,2,1,3,2,1,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,3,1,1,1,1,1,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2021-01-07,1,2,1,3,1,1,2 +patient_048316877,3_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-02-13,1,3,2,1,2,,,,,,,,,,,1,3,,,,,,,,,,,1,3,,,,,,,1,2,,,,,,,,1,1,1,3,,,,,,,,,,,,,,,1,1,1,1,1,4,1,3,,,,,,,,,,,,1,3,1,2,1,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,2,3,1,3,2,,,2020-06-15,,,,1,3,2,1,2,,,,1,,,,2,1,1967-11-29,1,2,1,2,1,2,1,52,1,4,1,1,117,1,1,179,2,1,2,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,1,1,1,3,1,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-12-23,1,1,1,1,1,1,2 patient_048316877,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,1,,,,,1,,,,,1,,,,,,,,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,,1,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,,,,1,,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_048316877,1_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-03-19 09:12",1,1,1,1,,,1,1,1,1,,1,,,,,1,,,,,,,,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,,1,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,,,,1,,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_048316877,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-30 15:20",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,1,1,,1,1,2,,1,2,3,1,2,,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_048316877,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-30 15:20",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,1,1,2,1,1,2,,1,2,3,1,2,,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_048316877,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-28 14:01",1,1,48,1,1,21,1,1,"18,147412044553647",1,1,"6,084025151132743",,resp4,4,ns0,0,cvs3,3,liv4,4,coa1,1,kid3,3,15,1,1,195,1,1,203,1,1,160,1,1,,1,1,"35,48209765498606",1,1,80,2,,,,,,,, patient_048316877,1_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-30 20:44",1,1,160,1,1,110,1,1,"86,93322048186562",1,1,"10,842512023625273",,resp1,1,ns2,2,cvs2,2,liv2,2,coa1,1,kid4,4,12,1,1,65,1,1,78,1,1,143,1,1,211,1,1,"29,204306868726487",1,1,,2,,,,,,,, patient_048316877,1_fall_arm_1,vitalparameter,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-13 04:48",1,1,120,1,1,178,1,1,"43,844",1,1,"5,4890",,resp1,1,ns0,0,cvs3,3,liv1,1,coa1,1,kid1,1,7,1,1,49,1,1,206,1,1,77,1,1,183,1,1,"42,418",1,1,23,1,,,,,,,, patient_048316877,2_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,"15,0",3,,,1,1,,,,,1,,,,,1,"1,5",1,4,,,,,,1,,1,,1,,1,,1,,1,,1,,,,,,1,9,2,,5,,1,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,1,"8,8",1,2,1,,1,,1,,1,,1,,,,,1,2,1,1,2,1,1,,1,1,1,2,1,1,,1,1,1,1,1,1,"0,7",1,1,1,2,1,1,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_048316877,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-12-02 10:00",1,1,1,3,,1,1,3,,2,3,3,3,1,1,2,1,1,1,3,,1,3,3,,3,3,,3,,3,3,1,1,3,1,2,,1,1,1,3,1,3,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_048316877,2_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-12-06 18:17",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,1,2,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_048316877,2_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-12-14 23:10",1,1,2,1,5,1,2,1,2,1,2,3,1,1,1,3,1,2,3,2,,2,1,2,,3,1,3,,,2,1,1,3,3,3,2,,1,1,1,2,1,2,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_048316877,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-12-02 10:00",1,1,1,3,,1,1,3,,2,3,3,3,1,1,2,1,1,1,3,,1,3,3,,3,3,,3,,3,3,1,1,3,1,2,,1,1,1,3,1,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_048316877,2_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-12-06 18:17",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,1,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_048316877,2_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-12-14 23:10",1,1,2,1,5,1,2,1,2,1,2,3,1,1,1,3,1,2,3,2,,2,1,2,,3,1,3,,,2,1,1,3,3,3,2,,1,1,1,2,1,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_048316877,2_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-12-04 11:30",1,1,17,1,1,30,1,1,"13,94404035858081",1,1,"4,768695897964102",,resp4,4,ns3,3,cvs3,3,liv2,2,,,kid1,1,13,1,1,12,1,1,,1,1,163,1,1,35,1,1,"30,270209953443164",1,1,13,0,,,,,,,, patient_048316877,2_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-12-14 15:27",1,1,42,1,1,150,1,1,"25,85081818975383",1,1,"11,04726077690298",,resp3,3,ns4,4,cvs4,4,liv4,4,coa1,1,kid4,4,20,1,1,192,1,1,113,1,1,147,1,1,4,1,1,"27,567357685813015",1,1,44,2,,,,,,,, patient_048316877,3_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-02-13 00:52",1,"83,44308793466377",3,,,4,1,"84,71488633607353",2,,,1,"63,589901763079546",2,,1,1,,4,,,,2,,,1,"94,28332527564912",1,2,1,"64,89908217434984",1,2,1,"0,16417617988264688",1,1,1,"54,97520556904577",2,,2,,1,"93,1975982587546",3,,,10,1,"27,681265654542297",1,1,,1,"86,75389972569543",1,1,,1,"59,940674755274145",1,2,1,"42,18697018151643",1,2,1,"27,688783833103003",1,3,1,"92,65945769275318",1,2,1,"65,57101148476136",1,8,1,"4,163271734617247",1,2,1,"45,00318199469328",,,,,1,"82,70373299166445",2,,1,1,"76,35209460195247",1,1,1,"65,58375301563902",1,1,1,"88,7159410923364",1,2,1,"46,25724263423957",2,,2,1,3,1,1,1,1,1,"32,24619658952109",1,1,1,2,1,1,"99,59173584305879",1,1,1,3,1,1,"41,03324010375824",1,1,1,2,1,1,"77,26764484905456",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_048316877,3_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-02-14 10:05",1,"67,06738132534343",1,1,,,1,"9,019426822570942",1,2,,1,,2,,1,1,"80,13604527122402",5,,,,,2,,1,"17,336920906211784",1,2,1,"69,16799133029436",1,2,1,"88,59797623152981",1,4,1,"65,55354537213218",3,,,7,1,"65,0841967855906",,,,,1,"39,8370572652604",1,1,,1,"6,378910741820498",2,,4,1,"3,1010141776642963",1,2,1,"68,12733988591789",1,4,1,"38,72272045689361",1,2,1,"9,06767821303589",1,2,1,"75,8745282101476",1,2,1,"97,44644459765456",1,3,1,"16,739399157120626",,,,,1,"30,5258248805621",1,1,,1,,1,1,1,"51,27485439133898",1,4,1,"59,944060445093804",1,1,1,"34,15435159587037",1,2,,1,3,1,1,3,1,1,"70,03379070677023",1,1,1,1,1,1,"24,21389945282244",1,1,1,2,1,1,"33,94084136436476",1,1,1,2,1,1,"63,40562091333686",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_048316877,3_fall_arm_1,laborwerte,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-02-15 21:06",1,"8,462657511853322",1,,,,1,"59,91128532607637",1,3,,1,"24,581734259065435",1,3,,1,"87,6147177731643",5,,,,,2,,1,"88,33035467509377",1,2,1,"40,67142973418634",1,2,1,"64,89849379326921",1,2,1,"26,741133433780984",1,4,,,1,"54,77897432875314",,,,,1,"83,46052892399675",2,,3,1,"57,3727850134108",2,,3,1,,1,4,1,"38,20453932270544",1,4,1,"39,417800512201495",1,2,1,"60,086128042245456",1,3,1,"35,25807249975188",1,3,1,"17,87117086152785",1,3,1,"90,84433413287279",1,3,,,1,"63,610286158996885",1,1,,1,"78,4858503859416",1,1,1,"33,51357278739775",1,3,1,"21,128007186677976",1,1,1,"41,96059663468225",2,,3,1,3,1,1,1,1,1,"88,86047376189087",1,1,1,1,1,1,"5,198831957870698",1,1,1,2,1,1,"97,14058052736932",1,1,1,1,1,1,"96,92870203378654",1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_048316877,3_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,,1,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_048316877,3_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,,1,,2,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_048316877,3_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,24,1,1,80,1,1,"0,6084498446267794",1,1,"13,018294412731477",,resp0,0,ns3,3,cvs1,1,liv1,1,coa3,3,kid1,1,9,1,1,82,1,1,7,1,1,113,1,1,46,1,1,"31,329164865797182",1,1,13,0,,,,,,,, -patient_067510313,basisdaten_arm_1,,,,,,,1,2,2020-07-19,1,,,1,2,3,4,4,2,2,1,2,2,1,3,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_067510313,1_fall_arm_1,,,2020-07-19,1,2,2,,,,,,,,,,,,,,,,,,,,,,1,1,3,2,3,2,1,3,2,2,2,,1,2,,,,,,,,,,,1,3,,,,,,,1,1,3,2,2,1,2,3,,1,3,1,1,3,3,3,1,2,2,2,2,,3,3,3,2,2,1,2,1,3,1,4,1,1,3,3,2,2,3,1,3,3,3,3,3,1,3,1,1,,1,1,2020-09-18,213,,,2020-09-30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,2,2,1,2,2020-01-28,,,2020-12-26,,,1,2,2,1,1,1,2,2,1,3,,,2,1,1946-02-09,1,3,1,1,1,,1,74,1,3,1,1,87,1,1,173,2,1,3,2,1,1,1,2,3,3,2,2,,2,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,3,3,3,2,1,1,2,1,3,3,1,Fatigue,1,,,,,3,1,,3,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,3,1,,1,1,1,1,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-09-02,1,1,1,1,1,1,2 +patient_067510313,basisdaten_arm_1,,,1,1,2020-07-19,3,4,,1,2,3,4,4,2,2,,,2,1,3,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_067510313,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-07-19,1,2,2,1,1,3,2,3,2,1,3,2,2,2,,1,2,,,,,,,,,,,1,3,,,,,,,1,1,3,2,2,1,2,3,,1,3,1,1,3,3,3,1,2,2,2,2,,3,3,3,2,2,1,2,1,3,1,4,1,1,3,3,2,2,3,1,3,3,3,3,3,1,3,1,1,,1,1,2020-09-18,201,,,2020-09-30,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,2,2,1,2,2020-01-28,,,2020-12-26,,,1,2,2,1,1,1,2,2,1,3,,,2,1,1946-02-09,1,3,1,1,1,,1,74,1,3,1,1,87,1,1,173,2,1,3,2,1,1,1,2,3,3,2,2,,2,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,3,3,3,2,1,1,2,1,3,3,1,Fatigue,1,,,,,3,1,,3,,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,3,1,,1,1,1,1,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-09-02,1,1,1,1,1,1,2 patient_067510313,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-20 11:40",1,"9,0",3,,,1,1,300,1,4,,1,"0,4",1,3,,1,"1,2",1,1,,,,,,1,30,1,2,1,15,1,3,1,134,1,1,1,"0,35",1,5,,,1,12,2,,6,,1,"0,5",2,,4,1,"1,2",1,7,,1,"6,3",1,4,1,"0,7",1,4,1,"4,6",1,3,1,22,1,4,1,333,1,3,1,"2,78",1,3,1,"4,7",3,,,5,1,75,1,1,,1,"8,8",1,1,1,"47,3",1,2,1,144,1,2,1,223,2,,3,1,3,1,1,1,1,1,"0,3",1,1,1,2,1,1,0,1,1,1,1,1,1,"0,56",1,1,1,2,1,1,0,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_067510313,1_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-12-04 13:54",1,"8,58166113026062",2,,1,,1,"76,18360120191092",2,,1,1,"38,484973220297725",1,1,,1,"48,95775906166311",4,,,,3,,,1,"79,47272807311717",1,2,1,"6,657524107771007",1,1,1,"43,828732160703666",1,3,1,"3,5050398167787433",2,,6,,1,"27,982202542691425",2,,10,,1,"16,46145314568618",2,,,1,"63,51424811732982",2,,2,1,"60,36825561081477",1,,1,"70,29592992255873",1,3,1,"98,78805732708497",1,1,1,"66,92506572111918",1,3,1,"98,44041973004146",1,3,1,"9,20328233956248",1,3,1,"53,11417719499799",2,,1,,1,"87,79626256534043",1,2,,1,"2,726328532877209",1,2,1,"40,34246513703984",1,3,1,,1,1,1,"85,63199586316644",2,,,1,2,1,1,1,1,1,"95,5484405415995",1,1,1,2,1,1,,1,1,1,3,1,1,"14,557941150273123",1,1,1,2,1,1,"59,95031403589854",1,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_067510313,1_fall_arm_1,laborwerte,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-02-01 04:05",1,"60,00318953233818",3,,,3,1,"16,31647454511713",1,1,,1,"69,64505010277527",,,,1,"41,364390329454814",6,,,,,,1,1,"70,99174090321347",1,1,1,"79,58176253049831",1,3,1,"76,14879043586136",1,2,1,"97,83116982106375",3,,,1,1,"2,7042288750922405",3,,,3,1,"7,9544831245843",1,3,,1,"59,59123230422502",1,2,,1,"58,36037590693183",1,4,1,"6,885774143388568",1,4,1,"39,90480668059212",1,1,1,,1,2,1,"75,74875560840198",1,2,1,"50,175787113700196",1,2,1,"79,73291741956274",1,2,,,1,"33,88738873769843",2,,,1,"48,08470931751564",1,2,1,"56,94755260523555",1,1,1,"60,85384202134303",1,2,1,"94,18740887204378",2,,1,1,2,1,1,1,1,1,"93,58914704351045",1,1,1,3,1,1,"77,85084524452954",1,1,1,3,1,1,"35,047703798772865",1,1,1,2,1,1,"0,7882412883958967",1,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_067510313,1_fall_arm_1,laborwerte,4,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-04-16 08:07",1,,,,,,1,,,,,1,,,,,1,,,,,,,,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,,1,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,,,,1,,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_067510313,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-19 09:43",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,1,1,,2,,2,,1,1,2,2,1,2,3,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_067510313,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-22 09:16",1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,1,1,,3,,1,8,1,3,1,1,1,1,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_067510313,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-30 05:34",1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,1,1,,3,,1,2,3,2,3,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_067510313,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-19 09:43",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,1,1,2,2,,2,,1,1,2,2,1,2,3,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_067510313,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-22 09:16",1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,1,1,2,3,,1,8,1,3,1,1,1,1,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_067510313,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-30 05:34",1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,1,1,2,3,,1,2,3,2,3,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_067510313,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-20 10:04",1,1,188,1,1,156,1,1,"83,30030769978288",1,1,"1,9082523799910418",,resp0,0,ns2,2,cvs0,0,liv4,4,coa0,0,kid3,3,9,1,1,4,1,1,174,1,1,126,1,1,185,1,1,"41,75095063260076",1,1,82,2,,,,,,,, patient_067510313,1_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-30 23:40",1,1,9,1,1,140,1,1,"65,28968514092394",1,1,"11,123831247098655",,resp1,1,ns1,1,cvs4,4,liv4,4,coa2,2,kid3,3,15,1,1,78,1,1,186,1,1,186,1,1,,1,1,"34,02738542960409",1,1,46,2,,,,,,,, -patient_117975012,basisdaten_arm_1,,,,,,,1,2,2021-06-30,1,,,1,2,2,2,3,2,1,1,2,2,1,3,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_117975012,1_fall_arm_1,,,2020-07-28,1,3,2,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,1,3,,,,,,,,,,,1,3,,,,,,,1,2,,,,,,,,1,2,1,3,,,,,,,,,,,,,,,1,3,1,3,1,1,1,2,,,,,,,,,,,,1,2,1,2,4,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,2,2,3,2,,,,,,,1,2,2,1,2,,,,1,,,,2,1,1932-04-20,1,1,1,1,1,,1,88,1,3,1,1,65,1,1,167,2,1,1,2,1,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,1,3,1,2,1,,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-12,1,2,1,4,1,2,2 +patient_117975012,basisdaten_arm_1,,,3,,,,,,,,,,,,,,,1,1,3,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_117975012,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-07-28,1,3,2,1,3,,,,,,,,,,,1,3,,,,,,,,,,,1,3,,,,,,,1,2,,,,,,,,1,2,1,3,,,,,,,,,,,,,,,1,3,1,3,1,1,1,2,,,,,,,,,,,,1,2,1,2,4,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,2,2,3,2,,,,,,,1,2,2,1,2,,,,1,,,,2,1,1932-04-20,1,1,1,1,1,,1,88,1,3,1,1,65,1,1,167,2,1,1,2,1,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,1,3,1,2,1,,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-12,1,2,1,4,1,2,2 patient_117975012,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-28 05:13",1,"20,5934063773736",2,,1,,1,"52,51846685128184",1,3,,1,"66,77026082949294",1,2,,1,"76,99511364014874",5,,,,,1,,1,"89,3752361134331",1,2,1,"25,72915382958184",1,3,1,"7,360165417060793",1,3,1,"78,83595280679124",2,,5,,1,"38,893230649199126",3,,,5,1,"64,3664265656786",1,1,,1,"86,1662820466189",2,,1,1,"44,494108962259205",1,2,1,"80,47881219580555",1,1,1,"73,97808045358197",1,2,1,"58,31879434496705",1,3,1,"49,965391451885445",1,6,1,"74,61363703689953",1,1,1,"61,2701729104163",3,,,1,1,,1,3,,1,"45,945363416823234",1,2,1,"78,76537836205051",1,3,1,"93,24933670909296",1,,1,"27,28180783374675",2,,1,1,1,1,1,3,1,1,"10,396976821320013",1,1,1,1,1,1,"1,8069849406653238",1,1,1,3,1,1,"49,40353034488606",1,1,1,1,1,1,"43,25634267926352",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_117975012,1_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-30 09:25",1,"70,13204144404844",1,3,,,1,"18,026970295250166",2,,1,1,"72,57380398127445",1,3,,1,"46,20984419870473",3,,,1,,,,1,"68,7970322060589",1,2,1,"13,519338407410931",1,1,1,"95,56480427652879",1,,1,"83,80613592284648",1,8,,,1,"0,4659152106920694",3,,,2,1,"64,09998062604542",1,1,,1,"77,27577489945973",2,,1,1,"97,41222167104232",1,2,1,"90,15476319323523",1,4,1,"4,746870499219991",1,1,1,"3,326471963694333",1,4,1,"23,350812546448772",1,6,1,"40,824566664518244",1,1,1,"85,89859006101504",2,,1,,1,"51,3348085484053",1,3,,1,"9,107591909818835",1,2,1,"11,914362337746864",1,3,1,"75,28511779791351",1,1,1,"6,773824685473084",1,3,,1,3,1,1,3,1,1,,1,1,1,3,1,1,"8,302604870015928",1,1,1,2,1,1,,1,1,1,3,1,1,"12,203230206956883",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_117975012,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-29 07:53",1,1,3,3,,1,1,,,1,3,2,3,2,3,1,1,2,3,1,8,3,2,1,4,3,3,,3,,3,2,3,2,2,1,1,,1,1,1,2,1,1,,1,2,2,,2,1,2,2,2,,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_117975012,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-29 07:53",1,1,3,3,,1,1,,,1,3,2,3,2,3,1,1,2,3,1,8,3,2,1,4,3,3,,3,,3,2,3,2,2,1,1,,1,1,1,2,1,1,2,1,2,2,,2,1,2,2,2,,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_117975012,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-28 04:06",1,1,92,1,1,121,1,1,"42,93085922490116",1,1,"12,667995029646873",,resp2,2,ns0,0,cvs1,1,liv0,0,coa3,3,kid1,1,7,1,1,182,1,1,190,1,1,220,1,1,94,1,1,"30,51614606464151",1,1,0,2,,,,,,,, patient_117975012,1_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-08-02 03:56",1,1,114,1,1,10,1,1,"70,02745581403134",1,1,"11,462497228404834",,resp4,4,,,cvs0,0,liv3,3,coa2,2,kid3,3,12,1,1,53,1,1,,1,1,216,1,1,144,1,1,"30,876264451466845",1,1,91,1,,,,,,,, -patient_151427985,basisdaten_arm_1,,,,,,,1,2,2021-06-14,1,,,1,1,2,2,2,1,1,1,1,2,1,3,1,3,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_151427985,1_fall_arm_1,,,2020-03-27,1,3,2,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,1,2,,,,,,,,,,,1,2,,,,,,,1,1,1,2,,2,2,2,,1,2,1,1,1,2,2,2,2,3,3,2,2,2,3,2,3,3,1,3,1,3,1,2,1,2,,,,,,,,,,,,1,3,1,1,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,3,2,3,2,2,,,,,,,1,3,2,1,2,,,,1,,,,2,1,1977-11-21,1,3,1,5,1,,1,42,1,8,1,1,138,1,1,181,2,1,1,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,1,3,1,2,1,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-04-14,1,1,1,5,1,1,2 +patient_151427985,basisdaten_arm_1,,,3,,,,,,,,,,,,,,,1,1,3,1,3,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_151427985,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-03-27,1,3,2,1,2,,,,,,,,,,,1,2,,,,,,,,,,,1,2,,,,,,,1,1,1,2,,2,2,2,,1,2,1,1,1,2,2,2,2,3,3,2,2,2,3,2,3,3,1,3,1,3,1,2,1,2,,,,,,,,,,,,1,3,1,1,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,3,2,3,2,2,,,,,,,1,3,2,1,2,,,,1,,,,2,1,1977-11-21,1,3,1,5,1,,1,42,1,8,1,1,138,1,1,181,2,1,1,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,1,3,1,2,1,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-04-14,1,1,1,5,1,1,2 patient_151427985,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-03-28 17:50",1,"17,635043973621343",1,1,,,1,"24,674209910832488",1,1,,1,"48,961001653354096",2,,1,1,"53,864936168252164",2,,1,,,,,1,"83,10780780074086",1,1,1,"95,30394773065032",1,2,1,"3,5591183462827303",1,4,1,"39,182373643337385",1,3,,,1,"61,11529315207142",1,1,,,1,"41,46916126674579",2,,1,1,"23,240052747012818",2,,3,1,"86,41319677363086",1,2,1,"70,17663171555891",1,2,1,"87,20517509494496",1,3,1,"65,37647569566813",1,1,1,"23,032888226856397",1,1,1,"34,64317886184814",1,3,1,"41,46780492650113",3,,,2,1,"20,75072579281141",2,,1,1,"98,90960209546556",1,1,1,"81,93274262784752",1,3,1,"73,78228169359618",1,2,1,"52,29659243713315",2,,1,1,1,1,1,1,1,1,"50,091362461286316",1,1,1,2,1,1,"35,163279185947225",1,1,1,3,1,1,"67,82132981401844",1,1,1,3,1,1,"5,050823086424661",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_151427985,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-03-27 16:52",1,1,2,2,,1,3,3,,3,,2,3,2,3,1,3,1,1,3,,3,2,3,,,1,8,1,4,2,2,3,2,1,2,3,,1,1,1,3,1,1,,1,1,2,,1,2,1,2,3,,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_151427985,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-04-12 12:10",1,1,1,3,,2,,3,,2,2,1,,3,2,3,1,3,3,1,7,2,3,1,1,2,1,1,1,5,3,1,1,3,2,1,2,,1,,1,,1,2,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_151427985,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-03-27 16:52",1,1,2,2,,1,3,3,,3,,2,3,2,3,1,3,1,1,3,,3,2,3,,,1,8,1,4,2,2,3,2,1,2,3,,1,1,1,3,1,1,2,1,1,2,,1,2,1,2,3,,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_151427985,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-04-12 12:10",1,1,1,3,,2,,3,,2,2,1,,3,2,3,1,3,3,1,7,2,3,1,1,2,1,1,1,5,3,1,1,3,2,1,2,,1,,1,,1,2,2,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_151427985,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-03-27 13:06",1,1,176,1,1,71,1,1,"32,60093840055098",1,1,"3,299224375111745",,resp3,3,ns2,2,cvs4,4,liv3,3,coa0,0,kid2,2,14,1,1,167,1,1,47,1,1,137,1,1,199,1,1,"36,06994334479087",1,1,48,2,,,,,,,, -patient_204949736,basisdaten_arm_1,,,,,,,1,2,2020-11-21,1,,,2,4,4,2,1,2,2,1,1,2,1,2,1,2,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,1_fall_arm_1,,,2020-05-01,1,6,2,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,1,2,,,,,,,,,,,1,3,,,,,,,1,3,,,,,,,,1,,1,3,,,,,,,,,,,,,,,1,1,1,4,1,1,1,2,,,,,,,,,,,,1,2,1,3,,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,1,2,2,1,2019-08-19,2018-08-18,,,2019-01-30,Gelbfieber,1,3,2,1,2,,,,1,,,,2,1,1930-12-19,1,7,1,2,1,2,1,89,1,5,1,1,59,1,1,153,2,1,2,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,1,3,1,3,1,,1,5,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-05-17,1,1,1,3,1,2,2 -patient_204949736,2_fall_arm_1,,,2020-08-15,1,2,2,,,,,,,,,,,,,,,,,,,,,,1,1,2,3,2,1,1,1,3,2,3,,1,,,,,,,,,,,,1,3,,,,,,,1,3,,,,,,,,1,1,1,1,3,3,3,3,3,3,3,1,2,2,3,1,2,3,1,,1,1,1,4,1,3,,,,,,,,,,,,1,1,1,4,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,2,2,3,3,,,,,,,1,2,2,1,1,3,1,2,1,,3,,2,1,1930-12-19,1,7,1,2,1,2,1,90,1,7,1,1,53,1,1,153,2,1,2,2,1,1,3,,,,,,,2,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,2,2,2,1,2,3,1,2,2,,1,2,1,,,,4,,,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,1,2,1,1,1,,1,5,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-09-01,1,1,1,1,1,2,2 -patient_204949736,3_fall_arm_1,,,2020-10-23,1,4,2,,,,,,,,,,,,,,,,,,,,,,1,1,3,1,2,1,3,3,3,2,2,,1,3,,,,,,,,,,,1,3,,,,,,,1,2,,,,,,,,1,1,1,1,2,1,1,1,2,2,1,1,3,1,1,3,3,3,1,6,1,4,1,2,1,1,3,3,3,1,1,2,2,2,1,1,1,1,2,1,3,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,3,3,3,1,2019-12-28,,,,2013-07-22,Cholera,1,1,2,1,1,1,2,3,1,2,,,2,1,1930-12-19,1,7,1,2,1,2,1,90,1,8,1,1,49,1,1,153,2,1,3,2,1,3,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,1,3,1,1,1,1,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-09-30,1,2,1,3,1,1,2 +patient_204949736,basisdaten_arm_1,,,1,1,2020-11-21,4,,,2,,4,2,1,2,2,,,0,1,2,1,2,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-05-01,1,6,2,1,3,,,,,,,,,,,1,2,,,,,,,,,,,1,3,,,,,,,1,3,,,,,,,,1,,1,3,,,,,,,,,,,,,,,1,1,1,4,1,1,1,2,,,,,,,,,,,,1,2,1,3,,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,1,2,2,1,2019-08-19,2018-08-18,,,2019-01-30,Gelbfieber,1,3,2,1,2,,,,1,,,,2,1,1930-12-19,1,7,1,2,1,2,1,89,1,5,1,1,59,1,1,153,2,1,2,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,1,3,1,3,1,,1,5,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-05-17,1,1,1,3,1,2,2 +patient_204949736,2_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-08-15,1,2,2,1,1,2,3,2,1,1,1,3,2,3,,1,,,,,,,,,,,,1,3,,,,,,,1,3,,,,,,,,1,1,1,1,3,3,3,3,3,3,3,1,2,2,3,1,2,3,1,,1,1,1,4,1,3,,,,,,,,,,,,1,1,1,4,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,2,2,3,3,,,,,,,1,2,2,1,1,3,1,2,1,,3,,2,1,1930-12-19,1,7,1,2,1,2,1,90,1,7,1,1,53,1,1,153,2,1,2,2,1,1,3,,,,,,,2,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,2,2,2,1,2,3,1,2,2,,1,2,1,,,,4,,,2,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,1,2,1,1,1,,1,5,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-09-01,1,1,1,1,1,2,2 +patient_204949736,3_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-10-23,1,4,2,1,1,3,1,2,1,3,3,3,2,2,,1,3,,,,,,,,,,,1,3,,,,,,,1,2,,,,,,,,1,1,1,1,2,1,1,1,2,2,1,1,3,1,1,3,3,3,1,6,1,4,1,2,1,1,3,3,3,1,1,2,2,2,1,1,1,1,2,1,3,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,3,3,3,1,2019-12-28,,,,2013-07-22,Cholera,1,1,2,1,1,1,2,3,1,2,,,2,1,1930-12-19,1,7,1,2,1,2,1,90,1,8,1,1,49,1,1,153,2,1,3,2,1,3,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,1,3,1,1,1,1,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-09-30,1,2,1,3,1,1,2 patient_204949736,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-05-01 10:17",1,"59,51661618706778",3,,,3,1,"90,15987446794936",1,4,,1,"45,8075341748332",1,1,,1,"66,29595961031264",5,,,,,3,,1,"74,17075859266261",1,1,1,"23,45388775905387",1,2,1,"27,113142018949222",1,5,1,"9,06595120476349",1,1,,,1,"59,681580642604146",1,2,,,1,"39,70059834532539",2,,4,1,"82,96477972763088",1,3,,1,"83,96016765819184",1,1,1,"2,310415397851162",1,1,1,"56,497830871283206",1,1,1,"46,22143794714205",1,2,1,"43,283691477211384",1,2,1,"23,180261215607313",1,3,1,"63,08244379949198",2,,1,,1,"22,202104819119086",2,,1,1,"52,8043239907924",1,1,1,,1,1,1,"70,00351180219123",1,1,1,"35,912685412808344",2,,2,1,1,1,1,2,1,1,"32,05215666215071",1,1,1,3,1,1,"33,23581394821181",1,1,1,1,1,1,"41,64494365688385",1,1,1,2,1,1,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_204949736,1_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-10 17:43",1,"67,8595666662226",2,,1,,1,"71,29529780913877",1,4,,1,"65,41988540484321",1,5,,1,"50,02332903817791",1,2,,,,,,1,"29,43959702939589",1,2,1,"44,65380070024499",1,3,1,"48,73785166751598",1,2,1,,3,,,5,1,"29,284379847791197",1,1,,,1,"42,22185622062249",2,,2,1,"6,792093276504563",,,,1,,1,1,1,"30,589399844369435",1,1,1,"27,646980841722414",1,3,1,"86,94257876217014",1,3,1,"76,00393579978432",1,6,1,"13,67233884182334",1,2,1,"42,61134343827892",1,5,,,1,"68,85165929646517",2,,1,1,"12,61081814535342",1,1,1,"60,87273371728672",1,,1,"19,278814364566934",1,1,1,"35,30821332344824",1,1,,1,2,1,1,2,1,1,"24,53652559267748",1,1,1,3,1,1,"23,09085768277612",1,1,1,1,1,1,"6,548415837223109",1,1,1,2,1,1,"33,98384111444207",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-01 04:37",1,1,2,1,5,3,,1,2,3,2,1,2,1,1,2,2,3,3,1,2,1,2,2,,3,1,10,3,,2,2,3,2,1,1,3,,1,2,1,3,1,1,,3,,3,,3,1,3,1,2,,3,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-10 13:21",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,,1,1,,1,1,2,,3,2,1,3,2,,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-12 07:53",1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,1,3,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-01 04:37",1,1,2,1,5,3,,1,2,3,2,1,2,1,1,2,2,3,3,1,2,1,2,2,,3,1,10,3,,2,2,3,2,1,1,3,,1,2,1,3,1,1,2,3,,3,,3,1,3,1,2,,3,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-10 13:21",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,,1,1,2,1,1,2,,3,2,1,3,2,,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-12 07:53",1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,1,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_204949736,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-08 03:19",1,1,10,1,1,168,1,1,"60,85452284564043",1,1,"11,304817172131033",,resp1,1,ns0,0,cvs0,0,liv3,3,coa0,0,kid4,4,8,1,1,187,1,1,175,1,1,140,1,1,43,1,1,"38,587978337402674",1,1,27,2,,,,,,,, patient_204949736,1_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-13 14:32",1,1,170,1,1,57,1,1,,1,1,"12,647310135078687",,resp2,2,ns2,2,cvs3,3,liv0,0,coa4,4,kid4,4,15,1,1,30,1,1,106,1,1,81,1,1,,1,1,"39,155423575243184",1,1,90,2,,,,,,,, patient_204949736,2_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,1,,,,,1,,,,,1,,,,,,,,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,,1,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,,,,1,,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-08-17 09:28",1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,1,1,,3,,1,4,3,1,1,1,,,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,2_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-08-19 00:42",1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,1,3,1,3,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-08-17 09:28",1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,1,1,2,3,,1,4,3,1,1,1,,,1,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,2_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-08-19 00:42",1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,1,3,1,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_204949736,2_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,,1,1,,1,1,,1,1,,,,,,,,,,,,,,,,1,1,,1,1,,1,1,,1,1,,1,1,,1,1,,0,,,,,,,, patient_204949736,3_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,1,,,,,1,,,,,1,,,,,,,,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,,1,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,,,,1,,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,3_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-24 05:37",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,1,2,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_204949736,3_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-20 01:48",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,2,1,2,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,3_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-24 05:37",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,1,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_204949736,3_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-20 01:48",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,2,1,2,2,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_204949736,3_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,,1,1,,1,1,,1,1,,,,,,,,,,,,,,,,1,1,,1,1,,1,1,,1,1,,1,1,,1,1,,0,,,,,,,, -patient_220537314,basisdaten_arm_1,,,,,,,1,2,2020-06-30,1,,,1,1,1,1,1,1,1,1,1,2,1,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_220537314,1_fall_arm_1,,,2020-10-03,1,1,2,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,1,1,2,2,2,3,3,2,3,,3,,1,1,3,3,3,2,2,,1,2,,,,,,,,1,2,1,2,,,,,,,,,,,,,,,1,4,1,4,1,2,1,3,,,,,,,,,,,,1,3,1,4,,1,1,2020-09-21,,,,2020-11-29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,2,1,,2,2020-04-17,,2020-09-12,,,,1,3,2,1,2,,,,1,,,,2,1,1978-10-09,1,4,1,1,1,,1,42,1,4,1,1,89,1,1,173,2,1,2,2,1,1,2,,,,,,,3,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,2,1,,1,1,1,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-05-27,1,1,1,2,1,1,2 -patient_220537314,2_fall_arm_1,,,2020-10-24,1,6,2,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,1,3,,,,,,,,,,,1,3,,,,,,,1,3,,,,,,,,1,2,1,1,2,2,1,2,2,3,1,3,3,3,2,2,3,2,1,1,1,3,1,4,1,3,,,,,,,,,,,,1,1,1,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,2,3,3,2,,,,,,,1,2,2,1,3,,,,1,,,,2,1,1978-10-09,1,4,1,1,1,,1,42,1,7,1,1,78,1,1,173,2,1,1,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,1,,1,3,1,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-11-16,1,2,1,4,1,1,2 +patient_220537314,basisdaten_arm_1,,,3,,,,,,,,,,,,,,,2,1,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_220537314,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-10-03,1,1,2,1,2,,,,,,,,,,,1,1,2,2,2,3,3,2,3,,3,,1,1,3,3,3,2,2,,1,2,,,,,,,,1,2,1,2,,,,,,,,,,,,,,,1,4,1,4,1,2,1,3,,,,,,,,,,,,1,3,1,4,,1,1,2020-09-21,,,,2020-11-29,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,2,1,,2,2020-04-17,,2020-09-12,,,,1,3,2,1,2,,,,1,,,,2,1,1978-10-09,1,4,1,1,1,,1,42,1,4,1,1,89,1,1,173,2,1,2,2,1,1,2,,,,,,,3,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,2,1,,1,1,1,2,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-05-27,1,1,1,2,1,1,2 +patient_220537314,2_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-10-24,1,6,2,1,,,,,,,,,,,,1,3,,,,,,,,,,,1,3,,,,,,,1,3,,,,,,,,1,2,1,1,2,2,1,2,2,3,1,3,3,3,2,2,3,2,1,1,1,3,1,4,1,3,,,,,,,,,,,,1,1,1,2,2,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,2,3,3,2,,,,,,,1,2,2,1,3,,,,1,,,,2,1,1978-10-09,1,4,1,1,1,,1,42,1,7,1,1,78,1,1,173,2,1,1,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,3,1,,1,3,1,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-11-16,1,2,1,4,1,1,2 patient_220537314,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-01 15:36",1,"24,78453708655559",1,2,,,1,"53,39011752146639",2,,1,1,"4,477821885458622",2,,1,1,,1,1,,,,,,1,"23,610276691230247",1,2,1,"4,853725740803161",1,3,1,"11,495227027943466",1,3,1,"80,07013081396724",2,,7,,1,"78,1256757762959",1,2,,,1,"30,787287405294585",2,,3,1,"53,64946324398966",1,1,,1,"27,778872536979414",1,4,1,"4,028673123467108",1,4,1,"75,77962151802616",1,2,1,"53,81471294864711",1,,1,"82,74704221523706",1,5,1,"1,1291172286489903",1,2,1,"45,2406628062357",3,,,3,1,,1,1,,1,"29,976332623553724",1,2,1,"5,46698280677237",1,4,1,"80,77738091956827",1,1,1,,1,2,,1,1,1,1,1,1,1,"57,33129072709102",1,1,1,2,1,1,"62,158059397989405",1,1,1,1,1,1,"26,502821518516264",1,1,1,3,1,1,"36,48393347508908",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_220537314,1_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-07 12:36",1,"9,003837193663955",1,2,,,1,"62,712534138330156",2,,1,1,"49,483870240223624",1,5,,1,"27,37457046510442",4,,,,1,,,1,"55,54211507693879",1,1,1,"85,94749383254273",1,1,1,"44,6047996913298",1,2,1,"9,777943898351783",2,,8,,1,"64,8667458899978",,,,,1,"41,95722294728779",1,3,,1,"28,279517988466218",2,,1,1,,1,4,1,"50,66220728056017",1,3,1,"81,23663398582734",1,2,1,"80,35672390222587",1,2,1,"75,19730820758227",1,2,1,"68,94166542929044",1,1,1,"49,613499156255436",2,,1,,1,"89,35700968770456",1,1,,1,"7,683289710712993",1,,1,,1,3,1,"42,8724566989279",1,,1,"40,62298420811952",1,3,,1,1,1,1,2,1,1,"81,07723231884808",1,1,1,1,1,1,"57,59503329122953",1,1,1,2,1,1,"46,87786392430605",1,1,1,3,1,1,"38,44552802579121",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_220537314,1_fall_arm_1,laborwerte,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-15 07:34",1,"83,87870475811368",2,,1,,1,"62,063365759116216",1,2,,1,"94,65275047829726",2,,1,1,"97,79615234734294",3,,,3,,,,1,"36,61069177894345",1,2,1,"50,82982169874404",1,2,1,"76,58294898968313",1,5,1,"54,673409024866515",2,,3,,1,"91,7109673905443",3,,,10,1,"7,527225857959696",1,1,,1,"34,10373773791083",1,6,,1,"4,200044331972109",1,3,1,"24,630469047225233",1,3,1,"10,708596149875117",1,3,1,"22,080644138815053",1,3,1,"17,410811305490448",1,2,1,"0,4250829409195078",1,1,1,"51,4142303411286",3,,,5,1,"29,72954642717216",2,,1,1,"80,25403590357683",1,2,1,"24,46151577883766",1,3,1,"70,8760426832401",1,1,1,"44,171108868728005",2,,1,1,1,1,1,2,1,1,"18,65158826293677",1,1,1,1,1,1,"63,48299293396927",1,1,1,1,1,1,"59,23468946299848",1,1,1,2,1,1,"62,23015514426823",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_220537314,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-03 13:38",1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,1,1,,1,2,2,,2,2,1,2,2,,3,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_220537314,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-05-07 10:30",1,1,1,2,,1,1,,,,3,3,,3,1,1,3,1,3,2,,,2,,,1,1,3,2,,1,3,3,1,2,3,2,,1,1,1,1,1,,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_220537314,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-12 18:32",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,1,2,1,3,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_220537314,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-03 13:38",1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,1,1,2,1,2,2,,2,2,1,2,2,,3,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_220537314,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-05-07 10:30",1,1,1,2,,1,1,,,,3,3,,3,1,1,3,1,3,2,,,2,,,1,1,3,2,,1,3,3,1,2,3,2,,1,1,1,1,1,,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_220537314,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-12 18:32",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,4,1,2,1,3,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_220537314,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-05-13 07:02",1,1,85,1,1,,1,1,"9,37700179399884",1,1,"6,792912899012575",,resp0,0,ns1,1,,,liv2,2,coa4,4,kid2,2,9,1,1,172,1,1,76,1,1,34,1,1,9,1,1,"29,970406303517233",1,1,29,2,,,,,,,, patient_220537314,2_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-10-25 10:07",1,"50,28676535242559",2,,1,,1,"9,984788043743809",1,3,,1,"77,35310646995828",2,,1,1,"19,96248899514541",6,,,,,,1,1,"32,908324830423965",1,1,1,"45,16692200135605",1,2,1,"38,343910782808585",1,1,1,"92,09481171893515",3,,,8,1,"57,400314172246894",1,1,,,1,"89,72596986088833",1,3,,1,,1,2,,1,"75,78259112370054",1,3,1,"93,31522180393165",1,4,1,"48,58041133420845",1,,1,"73,1158438039175",1,2,1,"52,40490800893948",1,3,1,"27,909498844643434",1,1,1,"99,08766168798006",2,,2,,1,"83,79759885586199",1,1,,1,"34,95999976431345",1,2,1,"81,4458526264847",1,1,1,"52,038772725221136",1,1,1,"28,347999893357013",1,3,,1,1,1,1,1,1,1,"0,2044666998319955",1,1,1,1,1,1,"71,60360034458057",1,1,1,1,1,1,"41,79841672298088",1,1,1,1,1,1,"48,49969096629441",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_220537314,2_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-10-26 00:56",1,"31,568167157710924",1,3,,,1,"52,00051188299861",2,,1,1,"37,10017010475679",1,3,,1,"95,29286140252094",,,,,,,,1,"82,4926353425848",1,1,1,"47,95793388421065",1,2,1,"68,62868505953703",1,2,1,"64,28719306577638",3,,,6,1,"86,1151766884425",3,,,10,1,"77,5263791598754",1,3,,1,"11,84638449398535",2,,4,1,"86,40253319128371",1,2,1,"27,30987184884156",1,3,1,"52,79300799099672",1,3,1,"15,482269079765821",1,3,1,"65,76149217864402",1,4,1,"76,93387744300702",1,3,1,"79,10039303963326",1,3,,,1,"30,966939113791604",1,1,,1,"94,7952313124614",1,1,1,"26,434109862416854",1,4,1,"94,09068424350644",1,2,1,"88,23691383148801",2,,2,1,1,1,1,2,1,1,"78,89748278449346",1,1,1,2,1,1,"69,35713496689198",1,1,1,2,1,1,"97,24758686296752",1,1,1,2,1,1,"68,39971018777379",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_220537314,2_fall_arm_1,laborwerte,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-10-30 08:40",1,"79,80600248821301",,,,,1,"11,41586071567222",1,2,,1,"61,72979314703897",2,,1,1,"42,113616499474546",5,,,,,2,,1,"63,79147013178087",1,2,1,"47,42031978298451",1,1,1,"95,17353666226832",1,5,1,"44,36011236783519",3,,,7,1,"91,17119937258003",2,,1,,1,"49,95774985055813",2,,2,1,"66,8506336413944",1,4,,1,"76,83807100434349",1,3,1,"84,24781925020525",1,1,1,"17,443211954570216",1,2,1,"6,558995026536185",1,1,1,"82,6159251108434",1,5,1,"19,31939859595717",1,3,1,"91,83579492212417",2,,2,,1,"46,59265882480913",2,,1,1,"62,02520865022607",1,2,1,"45,032392237713545",1,2,1,"0,7238262453460265",1,2,1,"51,72446379391145",2,,3,1,2,1,1,2,1,1,"78,8147259645048",1,1,1,,1,1,"19,114919926417638",1,1,1,3,1,1,"60,0707886820735",1,1,1,1,1,1,"32,6317149502937",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_220537314,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,,1,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_220537314,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,,1,,2,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_220537314,2_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-10-25 19:50",1,1,25,1,1,79,1,1,,1,1,"12,207698880259976",,resp4,4,ns0,0,cvs4,4,liv0,0,coa1,1,kid2,2,11,1,1,6,1,1,25,1,1,129,1,1,2,1,1,"29,990483992395355",1,1,27,2,,,,,,,, patient_220537314,2_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-10-30 09:35",1,1,139,1,1,60,1,1,"98,34844729182464",1,1,"8,43902964031024",,resp0,0,ns4,4,cvs4,4,liv0,0,coa4,4,kid2,2,14,1,1,27,1,1,92,1,1,53,1,1,46,1,1,"33,21775417435441",1,1,47,2,,,,,,,, -patient_453528683,basisdaten_arm_1,,,,,,,1,2,2021-07-01,1,,,1,1,2,2,3,2,1,1,2,2,1,2,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_453528683,1_fall_arm_1,,,2020-07-01,1,1,2,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,1,3,,,,,,,,,,,1,3,,,,,,,1,3,,,,,,,,1,3,1,2,,,,,,,,,,,,,,,1,3,1,,1,1,1,3,,,,,,,,,,,,1,1,1,2,5,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,3,3,2,,2018-07-07,,,,,,1,3,0,1,2,,,,1,,,,2,1,1985-11-10,1,1,1,4,1,,1,35,1,6,1,1,104,1,1,184,2,1,3,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,1,1,1,3,1,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-07-27,1,1,1,1,1,1,2 +patient_453528683,basisdaten_arm_1,,,1,2,2021-07-01,1,,,1,1,2,2,3,2,1,1,2,2,1,2,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_453528683,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-07-01,1,1,2,1,3,,,,,,,,,,,1,3,,,,,,,,,,,1,3,,,,,,,1,3,,,,,,,,1,3,1,2,,,,,,,,,,,,,,,1,3,1,,1,1,1,3,,,,,,,,,,,,1,1,1,2,5,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,3,3,2,,2018-07-07,,,,,,1,3,0,1,2,,,,1,,,,2,1,1985-11-10,1,1,1,4,1,,1,35,1,6,1,1,104,1,1,184,2,1,3,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,1,1,1,3,1,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-07-27,1,1,1,1,1,1,2 patient_453528683,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,1,,,,,1,,,,,1,,,,,,,,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,,1,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,,,,1,,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_453528683,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,,1,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_453528683,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,,1,,2,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_453528683,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-07 08:13",1,1,174,1,1,10,1,1,"63,41127372561718",1,1,"1,6959790984343355",,resp1,1,ns4,4,cvs1,1,liv4,4,coa2,2,kid4,4,16,1,1,,1,1,41,1,1,209,1,1,134,1,1,"37,66682795545451",1,1,11,2,,,,,,,, patient_453528683,1_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-15 20:59",1,1,100,1,1,,1,1,"74,13056214967808",1,1,"11,061819211847014",,resp3,3,ns0,0,cvs3,3,liv4,4,coa1,1,kid0,0,11,1,1,173,1,1,98,1,1,185,1,1,161,1,1,"41,71019568002408",1,1,0,2,,,,,,,, -patient_642488833,basisdaten_arm_1,,,,,,,1,2,2021-04-30,1,,,1,1,2,1,2,4,4,1,1,2,1,2,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_642488833,1_fall_arm_1,,,2020-06-16,1,2,2,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,1,1,1,2,3,2,2,,1,3,,,,,,,,,,,1,2,,,,,,,1,1,1,,2,3,3,3,,1,2,1,3,,,,,,,,,,,,,,,1,3,1,3,1,3,1,1,1,3,3,2,1,2,2,1,3,2,2,1,1,1,4,,1,1,2020-06-01,15,,,2020-06-10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,1,1,2,3,,2018-08-16,2019-07-10,,,,1,3,2,1,3,,,,1,,,,2,1,1935-08-01,1,1,1,1,1,,1,85,1,4,1,1,107,1,1,169,2,1,2,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,1,1,1,2,1,,1,5,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-07-05,1,1,1,2,1,1,2 -patient_642488833,2_fall_arm_1,,,2020-09-23,1,3,2,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,1,3,,,,,,,,,,,1,2,,,,,,,1,1,3,2,3,2,2,1,,1,,1,3,,,,,,,,,,,,,,,1,4,1,2,1,1,1,3,,,,,,,,,,,,1,1,1,1,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,3,1,3,1,2020-07-20,,2020-04-16,,2020-05-12,,1,3,2,1,3,,,,1,,,,2,1,1935-08-01,1,1,1,1,1,,1,85,1,6,1,1,103,1,1,170,2,1,2,2,1,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,2,1,2,1,2,1,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-10-15,1,2,1,2,1,2,2 +patient_642488833,basisdaten_arm_1,,,2,,,,,,,,,,,,,,,2,1,2,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_642488833,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-06-16,1,2,2,1,1,1,1,1,1,1,2,3,2,2,,1,3,,,,,,,,,,,1,2,,,,,,,1,1,1,,2,3,3,3,,1,2,1,3,,,,,,,,,,,,,,,1,3,1,3,1,3,1,1,1,3,3,2,1,2,2,1,3,2,2,1,1,1,4,,1,1,2020-06-01,162,,,2020-06-10,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,1,1,2,3,,2018-08-16,2019-07-10,,,,1,3,2,1,3,,,,1,,,,2,1,1935-08-01,1,1,1,1,1,,1,85,1,4,1,1,107,1,1,169,2,1,2,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,1,1,1,1,2,1,,1,5,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-07-05,1,1,1,2,1,1,2 +patient_642488833,2_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-09-23,1,3,2,1,2,,,,,,,,,,,1,3,,,,,,,,,,,1,2,,,,,,,1,1,3,2,3,2,2,1,,1,,1,3,,,,,,,,,,,,,,,1,4,1,2,1,1,1,3,,,,,,,,,,,,1,1,1,1,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,3,1,3,1,2020-07-20,,2020-04-16,,2020-05-12,,1,3,2,1,3,,,,1,,,,2,1,1935-08-01,1,1,1,1,1,,1,85,1,6,1,1,103,1,1,170,2,1,2,2,1,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,2,1,2,1,2,1,,1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-10-15,1,2,1,2,1,2,2 patient_642488833,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,1,,,,,1,,,,,1,,,,,,,,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,,1,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,,,,1,,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_642488833,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-16 07:58",1,1,2,2,,3,,2,,1,1,1,3,,3,2,1,1,3,2,,2,2,3,,2,2,,1,6,3,3,2,2,3,3,3,,1,2,1,1,1,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_642488833,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-18 11:09",1,1,1,3,,1,2,1,2,3,3,1,3,2,3,1,1,2,1,3,,2,2,3,,1,2,,1,3,2,1,2,,1,3,3,,1,3,1,3,1,2,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_642488833,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-25 06:26",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,,1,1,,1,1,1,8,1,3,3,3,1,1,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_642488833,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-16 07:58",1,1,2,2,,3,,2,,1,1,1,3,,3,2,1,1,3,2,,2,2,3,,2,2,,1,6,3,3,2,2,3,3,3,,1,2,1,1,1,,2,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_642488833,1_fall_arm_1,medikation,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-18 11:09",1,1,1,3,,1,2,1,2,3,3,1,3,2,3,1,1,2,1,3,,2,2,3,,1,2,,1,3,2,1,2,,1,3,3,,1,3,1,3,1,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_642488833,1_fall_arm_1,medikation,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-25 06:26",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,,1,1,2,1,1,1,8,1,3,3,3,1,1,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_642488833,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-06-29 05:39",1,1,111,1,1,36,1,1,"26,44864897605196",1,1,"12,533547295909951",,resp0,0,ns0,0,cvs2,2,liv4,4,coa0,0,kid4,4,10,1,1,164,1,1,18,1,1,19,1,1,90,1,1,"29,366026018122223",1,1,2,2,,,,,,,, patient_642488833,1_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-02 21:49",1,1,164,1,1,191,1,1,"43,2041623731945",1,1,"7,933072712235522",,resp3,3,ns3,3,cvs0,0,,,coa2,2,kid3,3,11,1,1,166,1,1,38,1,1,160,1,1,,1,1,"29,819473313379646",1,1,74,2,,,,,,,, patient_642488833,2_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-25 22:45",1,"55,78967829238438",2,,2,,1,"70,24373095368428",2,,1,1,"9,224173094276066",2,,1,1,"83,71914716280034",4,,,,1,,,1,"82,18289233330113",1,,1,"17,60133441160807",1,2,1,"71,76660192082987",1,2,1,"9,081767293525022",3,,,1,1,"6,736426793796357",3,,,1,1,"60,79505770499411",1,1,,1,"46,13995592405825",1,3,,1,"96,14052761400337",1,4,1,"33,735234594463506",1,4,1,"43,38756476644387",1,2,1,"60,31920661502712",1,1,1,"94,60123856507803",1,5,1,"84,14796537943965",1,3,1,"76,19918925384194",2,,1,,1,"73,23293848580478",2,,1,1,"30,60356619873874",1,1,1,"98,44335834733471",1,2,1,"25,511945549645564",1,2,1,"95,20708880419257",2,,1,1,3,1,1,2,1,1,"17,597009097042893",1,1,1,1,1,1,"81,02495755517852",1,1,1,1,1,1,"51,64097084430919",1,1,1,1,1,1,"22,87816311893066",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_642488833,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-27 02:16",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,1,2,,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_642488833,2_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-27 02:16",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,1,2,2,,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_642488833,2_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-24 21:42",1,1,186,1,1,161,1,1,"18,144963500738555",1,1,"13,939315738727892",,resp3,3,ns2,2,cvs4,4,liv0,0,coa1,1,kid0,0,10,1,1,40,1,1,22,1,1,185,1,1,56,1,1,"35,5151619335802",1,1,9,2,,,,,,,, -patient_680376500,basisdaten_arm_1,,,,,,,1,2,2020-04-24,3,1,2020-09-10,3,3,4,3,1,1,2,1,2,2,1,1,1,3,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_680376500,1_fall_arm_1,,,2020-07-23,1,3,2,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,1,1,,1,3,1,1,3,3,,2,,1,3,,,,,,,1,2,,,,,,,,1,2,1,2,,,,,,,,,,,,,,,1,4,1,4,1,3,1,2,,,,,,,,,,,,1,3,1,1,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,2,1,2,3,3,,2020-07-22,,,,,1,1,2,1,3,,,,1,,,,2,1,1969-05-11,1,1,1,2,1,2,1,51,1,5,1,1,70,1,1,170,2,1,3,2,1,1,1,,2,3,2,3,,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,3,1,2,1,3,1,,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-09,1,1,1,1,1,2,2 +patient_680376500,basisdaten_arm_1,,,1,1,2020-04-24,3,1,2020-09-10,3,3,4,3,1,1,2,,,0,1,1,1,3,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_680376500,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-07-23,1,3,2,1,2,,,,,,,,,,,1,1,,1,3,1,1,3,3,,2,,1,3,,,,,,,1,2,,,,,,,,1,2,1,2,,,,,,,,,,,,,,,1,4,1,4,1,3,1,2,,,,,,,,,,,,1,3,1,1,,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,2,1,2,3,3,,2020-07-22,,,,,1,1,2,1,3,,,,1,,,,2,1,1969-05-11,1,1,1,2,1,2,1,51,1,5,1,1,70,1,1,170,2,1,3,2,1,1,1,,2,3,2,3,,2,1,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,3,1,2,1,3,1,,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-09,1,1,1,1,1,2,2 patient_680376500,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-23 21:51",1,"66,85376649953047",2,,1,,1,,,,,1,"95,09777525682253",1,5,,1,"36,42112363472783",2,,4,,,,,1,"13,459065807901627",1,1,1,"82,05192016180428",1,3,1,"64,33425359105827",1,2,1,"8,755822064630415",1,2,,,1,"90,55938987519919",1,1,,,1,,2,,1,1,"38,00331874624416",1,5,,1,"1,9869180712766665",1,2,1,"15,369084525524169",1,2,1,"59,67125749934986",1,1,1,"5,7649460679380145",1,1,1,"70,16191330868715",1,4,1,"36,822909130829615",1,2,1,"39,4520359126859",2,,1,,1,"35,98182999155788",1,3,,1,"34,2981082742793",1,1,1,"89,99776303150578",1,1,1,"13,005857345844651",1,1,1,"13,631979174389574",1,1,,1,2,1,1,3,1,1,"6,601159401730017",1,1,1,2,1,1,"35,05217927293588",1,1,1,2,1,1,"60,012609824101744",1,1,1,2,1,1,"36,03770029712846",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_680376500,1_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-27 17:38",1,,1,4,,,1,"9,651527554419681",2,,,1,"73,91138490430015",1,1,,1,,5,,,,,1,,1,"67,92391014398838",1,1,1,"25,770165756626305",1,1,1,"44,73263569314604",1,3,1,"52,97565492937054",1,5,,,1,"47,04515872640492",1,1,,,1,"28,77830168356631",2,,1,1,"45,78150856966066",1,6,,1,"83,24551779891645",1,4,1,"63,43524726585636",1,3,1,"71,71963397452275",1,2,1,"14,306122221554485",1,2,1,"63,96905275688432",1,6,1,"84,30310268595363",1,1,1,"39,675936787335154",1,3,,,1,"9,594478814581397",1,2,,1,"64,26953273507557",1,1,1,"41,725462455693965",1,1,1,"70,56898367255961",1,2,1,"20,75882362110082",1,2,,1,2,1,1,1,1,1,"48,63005828170684",1,1,1,1,1,1,"92,02617651425805",1,1,1,3,1,1,"69,31912426867353",1,1,1,2,1,1,"30,347295600632272",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_680376500,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-25 18:04",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,1,1,,1,1,3,,3,1,3,3,1,1,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_680376500,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-25 18:04",1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,1,1,2,1,1,3,,3,1,3,3,1,1,2,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_680376500,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-28 16:49",1,1,166,1,1,178,1,1,"79,42820950314619",1,1,"10,557369335566781",,resp2,2,ns1,1,cvs0,0,liv3,3,coa2,2,kid4,4,12,1,1,75,1,1,,1,1,148,1,1,117,1,1,"42,706977033528425",1,1,58,2,,,,,,,, -patient_766340047,basisdaten_arm_1,,,,,,,1,2,2020-01-22,4,,,2,1,3,2,1,1,2,1,2,2,1,3,1,3,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_766340047,1_fall_arm_1,,,2021-01-05,1,6,2,,,,,,,,,,,,,,,,,,,,,,1,1,1,3,3,3,1,1,3,2,2,,1,2,,,,,,,,,,,1,2,,,,,,,1,1,2,1,3,2,1,3,,1,1,1,3,,,,,,,,,,,,,,,1,4,1,3,1,1,1,2,,,,,,,,,,,,1,1,1,4,,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,,1,3,2,2,,2020-05-24,,,,,1,2,2,1,1,3,3,1,1,,,2,2,1,1981-12-05,1,1,1,1,1,,1,39,1,4,1,1,106,1,1,157,2,1,2,2,1,1,1,1,2,2,2,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,1,2,,2,3,1,3,,3,2,,1,,4,,,,,4,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,1,3,1,3,1,,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2021-02-18,1,1,1,6,1,2,2 +patient_766340047,basisdaten_arm_1,,,1,1,2020-01-22,4,,,2,1,3,2,1,1,2,,,2,1,3,1,3,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_766340047,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2021-01-05,1,6,2,1,1,1,3,3,3,1,1,3,2,2,,1,2,,,,,,,,,,,1,2,,,,,,,1,1,2,1,3,2,1,3,,1,1,1,3,,,,,,,,,,,,,,,1,4,1,3,1,1,1,2,,,,,,,,,,,,1,1,1,4,,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,,1,3,2,2,,2020-05-24,,,,,1,2,2,1,1,3,3,1,1,,,2,2,1,1981-12-05,1,1,1,1,1,,1,39,1,4,1,1,106,1,1,157,2,1,2,2,1,1,1,1,2,2,2,2,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,1,2,,2,3,1,3,,3,2,,1,,4,,,,,4,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,1,1,3,1,3,1,,1,3,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2021-02-18,1,1,1,6,1,2,2 patient_766340047,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,1,,,,,1,,,,,1,,,,,,,,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,,1,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,1,,,,,,1,,,,,1,,1,,1,,1,,1,,1,,1,,,,,1,,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,1,,1,1,,1,1,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -patient_766340047,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,,1,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +patient_766340047,1_fall_arm_1,medikation,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,,1,,2,,,,,,,,,,,,,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, patient_766340047,1_fall_arm_1,vitalparameter,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-01-07 01:16",1,1,156,1,1,180,1,1,"67,60747500077784",1,1,"1,4222382497205412",,resp0,0,ns1,1,cvs3,3,liv1,1,coa4,4,kid0,0,9,1,1,118,1,1,41,1,1,,1,1,60,1,1,"27,819055691428325",1,1,77,2,,,,,,,, patient_766340047,1_fall_arm_1,vitalparameter,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2021-01-10 16:48",1,1,26,1,1,117,1,1,"78,78929364217598",1,1,"5,240787531477599",,resp4,4,ns4,4,cvs0,0,liv3,3,coa1,1,kid2,2,14,1,1,100,1,1,113,1,1,205,1,1,114,1,1,"28,488747322953095",1,1,11,2,,,,,,,, patient_766340047,1_fall_arm_1,vitalparameter,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-01-17 14:18",1,1,172,1,1,93,1,1,"59,90666650479639",1,1,"10,66987373891095",,resp4,4,ns4,4,cvs4,4,liv4,4,coa0,0,kid1,1,17,1,1,56,1,1,12,1,1,3,1,1,145,1,1,"34,414360143980446",1,1,13,2,,,,,,,, diff --git a/src/test/resources/REDCap_Realistic_Data_2021-08-04.xml b/src/test/resources/REDCap_Realistic_Data_2021-08-04.xml index 7af3b79..e47aedd 100644 --- a/src/test/resources/REDCap_Realistic_Data_2021-08-04.xml +++ b/src/test/resources/REDCap_Realistic_Data_2021-08-04.xml @@ -1,20332 +1,20314 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/test/resources/REDCap_Synthetic_Data_2021-04-15.csv b/src/test/resources/REDCap_Synthetic_Data_2021-04-15.csv index fa4c378..69bf879 100644 --- a/src/test/resources/REDCap_Synthetic_Data_2021-04-15.csv +++ b/src/test/resources/REDCap_Synthetic_Data_2021-04-15.csv @@ -1,8 +1,8 @@ -record_id,redcap_event_name,redcap_repeat_instrument,redcap_repeat_instance,aufnahmedatum,erkrankungsphase_zum_zeitpunkt_der_diagnose_code,erkrankungsphase_zum_zeitpunkt_der_diagnose,krankheitsbeginn_aufnahme_complete,miibc_vorlage,gee_version,miibc_dat_dok,miibc_consent_status,miibc_widerruf,miibc_w_dat_dok,gee_erhebung_verarbeitung,gee_krankenkassendaten_retro,gee_krankenkassendaten_pro,gee_biomaterialien,gee_biomaterialien_zusaetzlich,gee_kontaktaufnahme,gee_kontaktaufnahme_zusatzbefunde,gee_projekt_codex,gee_projekt_codex_zusatz,einwilligungserklaerung_mii_broad_consent_complete,covid19_aufnahme_code,covid19_aufnahme,interventionelle_studienteilnahme_code,interventionelle_studienteilnahme,studieneinschluss_einschlusskriterien_complete,chronische_lungenerkrankungen_code,chronische_lungenerkrankungen,chronische_lungenerkrankungen_asthma,chronische_lungenerkrankungen_copd,chronische_lungenerkrankungen_lungenfibrose,chronische_lungenerkrankungen_lungenhochdruck_pulmonale_hypertonie,chronische_lungenerkrankungen_ohs,chronische_lungenerkrankungen_schlafapnoe,chronische_lungenerkrankungen_osas,chronische_lungenerkrankungen_cystische_fibrose,chronische_lungenerkrankungen_andere,chronische_lungenerkrankungen_andere_textfeld,herzkreislauferkrankungen_code,herzkreislauferkrankungen,herzkreislauferkrankungen_bluthochdruck,herzkreislauferkrankungen_zustand_nach_herzinfarkt,herzkreislauferkrankungen_herzrhythmusstoerungen,herzkreislauferkrankungen_herzinsuffizienz,herzkreislauferkrankungen_pavk,herzkreislauferkrankungen_zustand_nach_revaskularisation,herzkreislauferkrankungen_koronare_herzerkrankung_khk,herzkreislauferkrankungen_carotisstenose,herzkreislauferkrankungen_andere,herzkreislauferkrankungen_andere_textfeld,chronische_lebererkrankungen_code,chronische_lebererkrankungen,chronische_lebererkrankungen_fettleber,chronische_lebererkrankungen_leberzirrhose,chronische_lebererkrankungen_chronische_infektioese_hepatitis,chronische_lebererkrankungen_autoimmune_lebererkrankungen,chronische_lebererkrankungen_andere,chronische_lebererkrankungen_andere_textfeld,rheumatologischeimmunologische_erkrankungen_code,rheumatologischeimmunologische_erkrankungen,rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung,rheumatologischeimmunologische_erkrankungen_rheumatoide_arthritis,rheumatologischeimmunologische_erkrankungen_kollagenosen,rheumatologischeimmunologische_erkrankungen_vaskulitiden,rheumatologischeimmunologische_erkrankungen_angeborene_immundefekte,rheumatologischeimmunologische_erkrankungen_andere,rheumatologischeimmunologische_erkrankungen_andere_textfeld,bestehende_hivinfektion_code,bestehende_hivinfektion,organtransplantiert_code,organtransplantiert,organtransplantiert_herz,organtransplantiert_lunge,organtransplantiert_leber,organtransplantiert_nieren,organtransplantiert_darm,organtransplantiert_haut,organtransplantiert_hornhaut,organtransplantiert_gehoerknoechelchen,organtransplantiert_herzklappen,organtransplantiert_blutgefaess,organtransplantiert_hirnhaut,organtransplantiert_knochengewebe,organtransplantiert_knorpelgewebe,organtransplantiert_sehne,diabetes_code,diabetes,aktive_tumorkrebserkrankungen_code,aktive_tumorkrebserkrankungen,raucherstatus_code,raucherstatus,chronische_neurologische_oder_psychiatrische_erkrankungen_code,chronische_neurologische_oder_psychiatrische_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson,chronische_neurologische_oder_psychiatrische_erkrankungen_demenz,chronische_neurologische_oder_psychiatrische_erkrankungen_multiple_sklerose,chronische_neurologische_oder_psychiatrische_erkrankungen_neuromuskulaere_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_epilepsie,chronische_neurologische_oder_psychiatrische_erkrankungen_migraene,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_mit_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_ohne_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_psychose,chronische_neurologische_oder_psychiatrische_erkrankungen_depression,chronische_neurologische_oder_psychiatrische_erkrankungen_angsterkrankung,bestehende_sauerstoff_oder_beatmungstherapie_code,bestehende_sauerstoff_oder_beatmungstherapie,chronische_nierenerkrankungen_code,chronische_nierenerkrankungen,chronische_nierenerkrankungen_schweregrad,reiseaktivitat_code,reiseaktivitat,reiseaktivitat_start_date_1,reiseaktivitat_country_1,reiseaktivitat_state_1,reiseaktivitat_city_1,reiseaktivitat_end_date_1,reiseaktivitat_start_date_2,reiseaktivitat_country_2,reiseaktivitat_state_2,reiseaktivitat_city_2,reiseaktivitat_end_date_2,reiseaktivitat_start_date_3,reiseaktivitat_country_3,reiseaktivitat_state_3,reiseaktivitat_city_3,reiseaktivitat_end_date_3,reiseaktivitat_start_date_4,reiseaktivitat_country_4,reiseaktivitat_state_4,reiseaktivitat_city_4,reiseaktivitat_end_date_4,reiseaktivitat_start_date_5,reiseaktivitat_country_5,reiseaktivitat_state_5,reiseaktivitat_city_5,reiseaktivitat_end_date_5,reiseaktivitat_start_date_6,reiseaktivitat_country_6,reiseaktivitat_state_6,reiseaktivitat_city_6,reiseaktivitat_end_date_6,reiseaktivitat_start_date_7,reiseaktivitat_country_7,reiseaktivitat_state_7,reiseaktivitat_city_7,reiseaktivitat_end_date_7,reiseaktivitat_start_date_8,reiseaktivitat_country_8,reiseaktivitat_state_8,reiseaktivitat_city_8,reiseaktivitat_end_date_8,reiseaktivitat_start_date_9,reiseaktivitat_country_9,reiseaktivitat_state_9,reiseaktivitat_city_9,reiseaktivitat_end_date_9,reiseaktivitat_start_date_10,reiseaktivitat_country_10,reiseaktivitat_state_10,reiseaktivitat_city_10,reiseaktivitat_end_date_10,magengeschwure_code,magengeschwure,impfungen_code,impfungen_influenza,impfungen_pneumokokken,impfungen_bcg,impfungen_covid_19,impfungen_andere,impfungen_influenza_datum,impfungen_pneumokokken_datum,impfungen_bcg_datum,impfungen_covid_19_datum,impfungen_andere_datum,impfungen_andere_textfeld,dnranordnung_code,dnranordnung,anamnese_risikofaktoren_complete,bildgebende_verfahren_code,bildgebende_verfahren,bildgebende_verfahren_ct,bildgebende_verfahren_roentgen,bildgebende_verfahren_us,befund_bildgebender_verfahren_code,befund_bildgebender_verfahren_ct,befund_bildgebender_verfahren_roentgen,befund_bildgebender_verfahren_us,bildgebung_complete,geburtsdatum_code,geburtsdatum,ethnische_zugehorigkeit_code,ethnische_zugehorigkeit,biologisches_geschlecht_code,biologisches_geschlecht,schwangerschaft_code,schwangerschaft,alter_code,alter,frailtyscore_code,frailtyscore,gewicht_unit,gewicht_code,gewicht,korpergrose_unit,korpergrose_code,korpergrose,demographie_complete,kontakt_mit_an_covid19_erkrankter_personq_code,kontakt_mit_an_covid19_erkrankter_personq,epidemiologische_faktoren_complete,komplikation_code,komplikation,komplikation_thrombembolische_ereignisse,komplikation_venoese_thrombose,komplikation_lungenarterienembolie,komplikation_stroke,komplikation_myokardinfarkt,komplikation_andere,komplikation_andere_textfeld,komplikation_pulmonale_co_infektionen,komplikation_blutstrominfektionen,komplikationen_complete,labor_datum,crp_code,crp,crp_unit,crp_loinc_1,crp_loinc_2,crp_loinc_3,ferritin_code,ferritin,ferritin_unit,ferritin_loinc_1,ferritin_loinc_2,bilirubin_code,bilirubin,bilirubin_unit,bilirubin_loinc_1,bilirubin_loinc_2,ddimer_code,ddimer,ddimer_unit,ddimer_loinc_1,ddimer_loinc_2,ddimer_loinc_3,ddimer_loinc_4,ddimer_loinc_5,ddimer_loinc_6,gammagt_code,gammagt,gammagt_unit,gammagt_loinc_1,gotast_code,gotast,gotast_unit,gotast_loinc_1,ldh_code,ldh,ldh_unit,ldh_loinc_1,kardiale_troponine_code,kardiale_troponine,kardiale_troponine_unit,kardiale_troponine_loinc_1,kardiale_troponine_loinc_2,kardiale_troponine_loinc_3,hamoglobin_code,hamoglobin,hamoglobin_unit,hamoglobin_loinc_1,hamoglobin_loinc_2,hamoglobin_loinc_3,kreatinin_code,kreatinin,kreatinin_unit,kreatinin_loinc_1,kreatinin_loinc_2,laktat_code,laktat,laktat_unit,laktat_loinc_1,laktat_loinc_2,leukozyten_absolut_code,leukozyten_absolut,leukozyten_absolut_unit,leukozyten_absolut_loinc_1,lymphozyten_absolut_code,lymphozyten_absolut,lymphozyten_absolut_unit,lymphozyten_absolut_loinc_1,neutrophile_absolut_code,neutrophile_absolut,neutrophile_absolut_unit,neutrophile_absolut_loinc_1,ptt_code,ptt,ptt_unit,ptt_loinc_1,thrombozyten_absolut_code,thrombozyten_absolut,thrombozyten_absolut_unit,thrombozyten_absolut_loinc_1,inr_code,inr,inr_unit,inr_loinc_1,serumalbumin_code,serumalbumin,serumalbumin_unit,serumalbumin_loinc_1,serumalbumin_loinc_2,serumalbumin_loinc_3,antithrombin_iii_code,antithrombin_iii,antithrombin_iii_unit,antithrombin_iii_loinc_1,antithrombin_iii_loinc_2,pct_procalcitonin_code,pct_procalcitonin,pct_procalcitonin_unit,pct_procalcitonin_loinc_1,il6_interleukin_6_code,il6_interleukin_6,il6_interleukin_6_unit,il6_interleukin_6_loinc_1,ntprobnp_code,ntprobnp,ntprobnp_unit,ntprobnp_loinc_1,fibrinogen_code,fibrinogen,fibrinogen_unit,fibrinogen_loinc_1,fibrinogen_loinc_2,sarsco_v2rtpcr_code,sarsco_v2rtpcr,sarsco_v2rtpcr_loinc,sarsco_v2_covid19_ig_g_ia_ql_code,sarsco_v2_covid19_ig_g_ia_ql,sarsco_v2_covid19_ig_g_ia_ql_loinc,sarsco_v2_covid19_ig_g_ia_qn_code,sarsco_v2_covid19_ig_g_ia_qn,sarsco_v2_covid19_ig_g_ia_qn_unit,sarsco_v2_covid19_ig_g_ia_qn_loinc,sarsco_v2_covid19_ig_m_ia_ql_code,sarsco_v2_covid19_ig_m_ia_ql,sarsco_v2_covid19_ig_m_ia_ql_loinc,sarsco_v2_covid19_ig_m_ia_qn_code,sarsco_v2_covid19_ig_m_ia_qn,sarsco_v2_covid19_ig_m_ia_qn_unit,sarsco_v2_covid19_ig_m_ia_qn_loinc,sarsco_v2_covid19_ig_a_ia_ql_code,sarsco_v2_covid19_ig_a_ia_ql,sarsco_v2_covid19_ig_a_ia_ql_loinc,sarsco_v2_covid19_ig_a_ia_qn_code,sarsco_v2_covid19_ig_a_ia_qn,sarsco_v2_covid19_ig_a_ia_qn_unit,sarsco_v2_covid19_ig_a_ia_qn_loinc,sarsco_v2_covid19_ab_ia_ql_code,sarsco_v2_covid19_ab_ia_ql,sarsco_v2_covid19_ab_ia_ql_loinc,sarsco_v2_covid19_ab_ia_qn_code,sarsco_v2_covid19_ab_ia_qn,sarsco_v2_covid19_ab_ia_qn_unit,sarsco_v2_covid19_ab_ia_qn_loinc,laborwerte_complete,symptome_code,symptome,symptome_geruchs_bzw_geschmacksstoerungen,symptome_bauchschmerzen,symptome_bewusstseinsstoerungen_verwirrtheit,symptome_durchfall,symptome_erbrechen,symptome_husten,symptome_kurzatmigkeit_dyspnoe,symptome_uebelkeit,symptome_fieber,symptome_kopfschmerzen,symptome_andere_symptome,symptome_andere_symptome_textfeld,schweregrad_code,symptome_geruchs_bzw_geschmacksstoerungen_schweregrad,symptome_bauchschmerzen_schweregrad,symptome_bewusstseinsstoerungen_verwirrtheit_schweregrad,symptome_durchfall_schweregrad,symptome_erbrechen_schweregrad,symptome_husten_schweregrad,symptome_kurzatmigkeit_dyspnoe_schweregrad,symptome_uebelkeit_schweregrad,symptome_fieber_schweregrad,symptome_kopfschmerzen_schweregrad,symptome_andere_symptome_schweregrad,symptome_complete,medikation_datum,covid19therapie_code,covid19therapie,covid19therapie_antipyretika,covid19therapie_kortikosteroide,covid19therapie_kortikosteroide_code,covid19therapie_atazanavir,covid19therapie_atazanavir_code,covid19therapie_darunavir,covid19therapie_darunavir_code,covid19therapie_chloroquine_phosphate,covid19therapie_hydroxychloroquine,covid19therapie_ivermectin,covid19therapie_lopinavir_ritonavir,covid19therapie_ganciclovir,covid19therapie_oseltamivir,covid19therapie_remdesivir,covid19therapie_ribavirin,covid19therapie_camostat,covid19therapie_favipiravir,covid19therapie_convalescent_plasma,covid19therapie_convalescent_plasma_code,covid19therapie_steroids_gt_05_mg_kg_prednisone_equivalents,covid19therapie_steroids_lt_05_mg_kg_prednisone_equivalents,covid19therapie_tocilizumab,covid19therapie_tocilizumab_code,covid19therapie_sarilumab,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus_code,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept_code,covid19therapie_il1_receptor_antangonists,covid19therapie_ruxolitinib,covid19therapie_colchicine,covid19therapie_interferone_any,covid19therapie_25_hydroxyvitamin_d,covid19therapie_zinc,covid19therapie_andere,covid19therapie_andere_textfeld,acehemmer_code,acehemmer,immunglobuline_code,immunglobuline,antikoagulation_code,antikoagulation,antikoagulation_absicht,antikoagulation_unfraktioniertes_heparin,antikoagulation_unfraktioniertes_heparin_code,antikoagulation_niedermolekulares_heparin,antikoagulation_niedermolekulares_heparin_code,antikoagulation_argatroban,antikoagulation_plaettchenaggregationshemmer,antikoagulation_danaparoid,antikoagulation_phenprocoumon,antikoagulation_doak,antikoagulation_doak_code,antikoagulation_sonstige,antikoagulation_sonstige_textfeld,medikation_complete,dialyse_hamofiltration_code,dialyse_hamofiltration,apherese_code,apherese,bauchlage_code,bauchlage,liegt_der_patient_auf_der_intensivstationq_code,liegt_der_patient_auf_der_intensivstationq,ecmotherapie_code,ecmotherapie,beatmungstherapie_code,beatmungstherapie,therapie_complete,vitalparameter_datum,pa_co2_unit,pa_co2_code,pa_co2,pa_o2_unit,pa_o2_code,pa_o2,fi_o2_unit,fi_o2_code,fi_o2,p_hwert_unit,p_hwert_code,p_hwert,sofascore_code,sofa_score_resp,sofa_score_resp_calc,sofa_score_ns,sofa_score_ns_calc,sofa_score_cvs,sofa_score_cvs_calc,sofa_score_liv,sofa_score_liv_calc,sofa_score_coa,sofa_score_coa_calc,sofa_score_kid,sofa_score_kid_calc,sofa_total_score,atemfrequenz_unit,atemfrequenz_code,atemfrequenz,blutdruck_systolisch_unit,blutdruck_systolisch_code,blutdruck_systolisch,blutdruck_diastolisch_unit,blutdruck_diastolisch_code,blutdruck_diastolisch,herzfrequenz_unit,herzfrequenz_code,herzfrequenz,korpertemperatur_unit,korpertemperatur_code,korpertemperatur,periphere_sauerstoffsattigung_unit,periphere_sauerstoffsattigung_code,periphere_sauerstoffsattigung,vitalparameter_complete,entlassdatum,respiratorisches_outcome_code,respiratorisches_outcome,entlassungsart_code,entlassungsart,ergebnis_folgeabstrich_code,ergebnis_folgeabstrich,outcome_bei_entlassung_complete -synthetic_patient_659985488,basisdaten_arm_1,,,,,,,3,,,,,,,,,,,,,,,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -synthetic_patient_659985488,1_fall_arm_1,,,2020-01-05,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_399166001,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K76.0__2.16.840.1.113883.6.96_197321007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_K74.6__2.16.840.1.113883.6.96_19943007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_B18.9__2.16.840.1.113883.6.96_10295004__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_235890007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.96_396332003PLUS414029004,,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E10.9__2.16.840.1.113883.6.96_46635009,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18980-5,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373066001,2020-08-09,urnCOLONisoCOLONstdCOLONisoCOLON3166_GE,,,2020-07-09,2020-07-08,urnCOLONisoCOLONstdCOLONisoCOLON3166_GL,,,2020-03-08,2020-02-10,urnCOLONisoCOLONstdCOLONisoCOLON3166_ES,,,2020-07-20,2020-01-15,urnCOLONisoCOLONstdCOLONisoCOLON3166_HN,,,2020-09-08,2020-09-17,urnCOLONisoCOLONstdCOLONisoCOLON3166_AZ,,,2020-01-04,2020-11-09,urnCOLONisoCOLONstdCOLONisoCOLON3166_IE,,,2020-08-23,2020-09-28,urnCOLONisoCOLONstdCOLONisoCOLON3166_TM,,,2020-01-18,2020-05-16,urnCOLONisoCOLONstdCOLONisoCOLON3166_QA,,,2020-11-29,2020-08-29,urnCOLONisoCOLONstdCOLONisoCOLON3166_AM,,,2020-09-13,2020-09-23,,,,2020-12-22,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,2020-08-13,,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,1,1.2.840.10008.2.16.4_CT__2.16.840.1.113883.6.96_77477000COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_261665006,1.2.840.10008.2.16.4_RG__2.16.840.1.113883.6.96_168537006COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410594000,1.2.840.10008.2.16.4_US__2.16.840.1.113883.6.96_16310003COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_118247008,,,2.16.840.1.113883.6.96_118247008COLONLBRACKET363713009EQUAL263654008COMMA42752001EQUAL840539006RBRACKET,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1928-04-08,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,1.2.276.0.76.5.483_X,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,92,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_2,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,103,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,73,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL129121000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-10,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_419099009,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 -synthetic_patient_659985488,2_fall_arm_1,,,2020-10-23,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_277022003,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J45.9__2.16.840.1.113883.6.96_195967001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_J44.9__2.16.840.1.113883.6.96_13645005__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J84.1__2.16.840.1.113883.6.96_51615001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I27.0__2.16.840.1.113883.6.96_70995007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E66.29__2.16.840.1.113883.6.96_190966007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.3__2.16.840.1.113883.6.96_73430006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.31__2.16.840.1.113883.6.96_78275009__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_E84.9__2.16.840.1.113883.6.96_190905008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_106048009__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K76.0__2.16.840.1.113883.6.96_197321007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_K74.6__2.16.840.1.113883.6.96_19943007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_B18.9__2.16.840.1.113883.6.96_10295004__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_235890007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K52.9__2.16.840.1.113883.6.96_24526004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_M06.99__2.16.840.1.113883.6.96_69896004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_M35.9__2.16.840.1.113883.6.96_105969002__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I77.6__2.16.840.1.113883.6.96_31996006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_36138009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E11.9__2.16.840.1.113883.6.96_44054006,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.1.1074_active,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA15920-4,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G20__2.16.840.1.113883.6.96_49049000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F03__2.16.840.1.113883.6.96_52448006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G35__2.16.840.1.113883.6.96_24700007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G70.9__2.16.840.1.113883.6.96_257277002__2.16.840.1.113883.6.96_410605003,,1.2.276.0.76.5.502_G43.9__2.16.840.1.113883.6.96_37796009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I69.4__2.16.840.1.113883.6.96_440140008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z86.7__2.16.840.1.113883.6.96_429993008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_F29__2.16.840.1.113883.6.96_69322001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F32.9__2.16.840.1.113883.6.96_35489007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F41.9__2.16.840.1.113883.6.96_197480006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,NoCodeSystem_NoCode,1.2.276.0.76.5.502_N18.2__2.16.840.1.113883.6.96_431856006,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,,,2020-03-06,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,3,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1937-09-07,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_186019001,2.16.840.1.113883.6.1_76689-9,1.2.276.0.76.5.483_X,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,83,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_5,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,84,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,12,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_840546002,2,2.16.840.1.113883.6.96_116223007,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,1,2.16.840.1.113883.6.96_36955009__2.16.840.1.113883.6.96_44169009__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_21522001__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_40917007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_62315008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_422400008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_49727002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_267036007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_422587007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_426000000__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_25064002__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_385432009__2.16.840.1.113883.6.96_410605003,,NoCodeSystem_NoCode,,,,,2.16.840.1.113883.6.96_442452003,,,,,2.16.840.1.113883.6.96_6736007,2.16.840.1.113883.6.96_6736007,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2.16.840.1.113883.6.96_233573008,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL129121000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-04-21,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 -synthetic_patient_659985488,3_fall_arm_1,,,2020-05-11,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_277022003,2,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I10.90__2.16.840.1.113883.6.96_38341003__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I25.29__2.16.840.1.113883.6.96_417662000COLON246090004EQUAL22298006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I49.9__2.16.840.1.113883.6.96_698247007__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_I73.9__2.16.840.1.113883.6.96_399957001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_416940007COLON363589002EQUAL81266008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I25.1__2.16.840.1.113883.6.96_53741008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I65.2__2.16.840.1.113883.6.96_64586002__2.16.840.1.113883.6.96_261665006,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K76.0__2.16.840.1.113883.6.96_197321007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_K74.6__2.16.840.1.113883.6.96_19943007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_B18.9__2.16.840.1.113883.6.96_10295004__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_235890007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K52.9__2.16.840.1.113883.6.96_24526004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_M06.99__2.16.840.1.113883.6.96_69896004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_M35.9__2.16.840.1.113883.6.96_105969002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I77.6__2.16.840.1.113883.6.96_31996006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_36138009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.6.96_237599002,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.1.1074_remission,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18978-9,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G20__2.16.840.1.113883.6.96_49049000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F03__2.16.840.1.113883.6.96_52448006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G35__2.16.840.1.113883.6.96_24700007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G70.9__2.16.840.1.113883.6.96_257277002__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_G43.9__2.16.840.1.113883.6.96_37796009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I69.4__2.16.840.1.113883.6.96_440140008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z86.7__2.16.840.1.113883.6.96_429993008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F29__2.16.840.1.113883.6.96_69322001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F32.9__2.16.840.1.113883.6.96_35489007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F41.9__2.16.840.1.113883.6.96_197480006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_64572001__NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410605003,,2020-06-15,,2020-05-09,2020-10-22,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,3,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1991-08-20,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,1.2.276.0.76.5.483_X,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,29,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_8,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,123,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,62,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_840546002,2,2.16.840.1.113883.6.96_116223007,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,2,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_431182000,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_428311008,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_444932008,,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_306237005,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 +record_id,redcap_event_name,redcap_repeat_instrument,redcap_repeat_instance,miibc_vorlage,gee_version,miibc_dat_dok,miibc_consent_status,miibc_widerruf,miibc_w_dat_dok,gee_erhebung_verarbeitung,gee_krankenkassendaten_retro,gee_krankenkassendaten_pro,gee_biomaterialien,gee_biomaterialien_zusaetzlich,gee_kontaktaufnahme,gee_kontaktaufnahme_zusatzbefunde,gee_projekt_codex,gee_projekt_codex_zusatz,einwilligungserklaerung_mii_broad_consent_complete,covid19_aufnahme_code,covid19_aufnahme,interventionelle_studienteilnahme_code,interventionelle_studienteilnahme,studieneinschluss_einschlusskriterien_complete,aufnahmedatum,erkrankungsphase_zum_zeitpunkt_der_diagnose_code,erkrankungsphase_zum_zeitpunkt_der_diagnose,krankheitsbeginn_aufnahme_complete,chronische_lungenerkrankungen_code,chronische_lungenerkrankungen,chronische_lungenerkrankungen_asthma,chronische_lungenerkrankungen_copd,chronische_lungenerkrankungen_lungenfibrose,chronische_lungenerkrankungen_lungenhochdruck_pulmonale_hypertonie,chronische_lungenerkrankungen_ohs,chronische_lungenerkrankungen_schlafapnoe,chronische_lungenerkrankungen_osas,chronische_lungenerkrankungen_cystische_fibrose,chronische_lungenerkrankungen_andere,chronische_lungenerkrankungen_andere_textfeld,herzkreislauferkrankungen_code,herzkreislauferkrankungen,herzkreislauferkrankungen_bluthochdruck,herzkreislauferkrankungen_zustand_nach_herzinfarkt,herzkreislauferkrankungen_herzrhythmusstoerungen,herzkreislauferkrankungen_herzinsuffizienz,herzkreislauferkrankungen_pavk,herzkreislauferkrankungen_zustand_nach_revaskularisation,herzkreislauferkrankungen_koronare_herzerkrankung_khk,herzkreislauferkrankungen_carotisstenose,herzkreislauferkrankungen_andere,herzkreislauferkrankungen_andere_textfeld,chronische_lebererkrankungen_code,chronische_lebererkrankungen,chronische_lebererkrankungen_fettleber,chronische_lebererkrankungen_leberzirrhose,chronische_lebererkrankungen_chronische_infektioese_hepatitis,chronische_lebererkrankungen_autoimmune_lebererkrankungen,chronische_lebererkrankungen_andere,chronische_lebererkrankungen_andere_textfeld,rheumatologischeimmunologische_erkrankungen_code,rheumatologischeimmunologische_erkrankungen,rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung,rheumatologischeimmunologische_erkrankungen_rheumatoide_arthritis,rheumatologischeimmunologische_erkrankungen_kollagenosen,rheumatologischeimmunologische_erkrankungen_vaskulitiden,rheumatologischeimmunologische_erkrankungen_angeborene_immundefekte,rheumatologischeimmunologische_erkrankungen_andere,rheumatologischeimmunologische_erkrankungen_andere_textfeld,bestehende_hivinfektion_code,bestehende_hivinfektion,organtransplantiert_code,organtransplantiert,organtransplantiert_herz,organtransplantiert_lunge,organtransplantiert_leber,organtransplantiert_nieren,organtransplantiert_darm,organtransplantiert_haut,organtransplantiert_hornhaut,organtransplantiert_gehoerknoechelchen,organtransplantiert_herzklappen,organtransplantiert_blutgefaess,organtransplantiert_hirnhaut,organtransplantiert_knochengewebe,organtransplantiert_knorpelgewebe,organtransplantiert_sehne,diabetes_code,diabetes,aktive_tumorkrebserkrankungen_code,aktive_tumorkrebserkrankungen,raucherstatus_code,raucherstatus,chronische_neurologische_oder_psychiatrische_erkrankungen_code,chronische_neurologische_oder_psychiatrische_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson,chronische_neurologische_oder_psychiatrische_erkrankungen_demenz,chronische_neurologische_oder_psychiatrische_erkrankungen_multiple_sklerose,chronische_neurologische_oder_psychiatrische_erkrankungen_neuromuskulaere_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_epilepsie,chronische_neurologische_oder_psychiatrische_erkrankungen_migraene,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_mit_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_ohne_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_psychose,chronische_neurologische_oder_psychiatrische_erkrankungen_depression,chronische_neurologische_oder_psychiatrische_erkrankungen_angsterkrankung,bestehende_sauerstoff_oder_beatmungstherapie_code,bestehende_sauerstoff_oder_beatmungstherapie,chronische_nierenerkrankungen_code,chronische_nierenerkrankungen,chronische_nierenerkrankungen_schweregrad,reiseaktivitat_code,reiseaktivitat,reiseaktivitat_start_date_1,reiseaktivitat_country_1,reiseaktivitat_state_1,reiseaktivitat_city_1,reiseaktivitat_end_date_1,reiseaktivitat_start_date_2,reiseaktivitat_country_2,reiseaktivitat_state_2,reiseaktivitat_city_2,reiseaktivitat_end_date_2,reiseaktivitat_start_date_3,reiseaktivitat_country_3,reiseaktivitat_state_3,reiseaktivitat_city_3,reiseaktivitat_end_date_3,reiseaktivitat_start_date_4,reiseaktivitat_country_4,reiseaktivitat_state_4,reiseaktivitat_city_4,reiseaktivitat_end_date_4,reiseaktivitat_start_date_5,reiseaktivitat_country_5,reiseaktivitat_state_5,reiseaktivitat_city_5,reiseaktivitat_end_date_5,reiseaktivitat_start_date_6,reiseaktivitat_country_6,reiseaktivitat_state_6,reiseaktivitat_city_6,reiseaktivitat_end_date_6,reiseaktivitat_start_date_7,reiseaktivitat_country_7,reiseaktivitat_state_7,reiseaktivitat_city_7,reiseaktivitat_end_date_7,reiseaktivitat_start_date_8,reiseaktivitat_country_8,reiseaktivitat_state_8,reiseaktivitat_city_8,reiseaktivitat_end_date_8,reiseaktivitat_start_date_9,reiseaktivitat_country_9,reiseaktivitat_state_9,reiseaktivitat_city_9,reiseaktivitat_end_date_9,reiseaktivitat_start_date_10,reiseaktivitat_country_10,reiseaktivitat_state_10,reiseaktivitat_city_10,reiseaktivitat_end_date_10,magengeschwure_code,magengeschwure,impfungen_code,impfungen_influenza,impfungen_pneumokokken,impfungen_bcg,impfungen_covid_19,impfungen_andere,impfungen_influenza_datum,impfungen_pneumokokken_datum,impfungen_bcg_datum,impfungen_covid_19_datum,impfungen_andere_datum,impfungen_andere_textfeld,dnranordnung_code,dnranordnung,anamnese_risikofaktoren_complete,bildgebende_verfahren_code,bildgebende_verfahren,bildgebende_verfahren_ct,bildgebende_verfahren_roentgen,bildgebende_verfahren_us,befund_bildgebender_verfahren_code,befund_bildgebender_verfahren_ct,befund_bildgebender_verfahren_roentgen,befund_bildgebender_verfahren_us,bildgebung_complete,geburtsdatum_code,geburtsdatum,ethnische_zugehorigkeit_code,ethnische_zugehorigkeit,biologisches_geschlecht_code,biologisches_geschlecht,schwangerschaft_code,schwangerschaft,alter_code,alter,frailtyscore_code,frailtyscore,gewicht_unit,gewicht_code,gewicht,korpergrose_unit,korpergrose_code,korpergrose,demographie_complete,kontakt_mit_an_covid19_erkrankter_personq_code,kontakt_mit_an_covid19_erkrankter_personq,epidemiologische_faktoren_complete,komplikation_code,komplikation,komplikation_thrombembolische_ereignisse,komplikation_venoese_thrombose,komplikation_lungenarterienembolie,komplikation_stroke,komplikation_myokardinfarkt,komplikation_andere,komplikation_andere_textfeld,komplikation_pulmonale_co_infektionen,komplikation_blutstrominfektionen,komplikationen_complete,labor_datum,crp_code,crp,crp_unit,crp_loinc_1,crp_loinc_2,crp_loinc_3,ferritin_code,ferritin,ferritin_unit,ferritin_loinc_1,ferritin_loinc_2,bilirubin_code,bilirubin,bilirubin_unit,bilirubin_loinc_1,bilirubin_loinc_2,ddimer_code,ddimer,ddimer_unit,ddimer_loinc_1,ddimer_loinc_2,ddimer_loinc_3,ddimer_loinc_4,ddimer_loinc_5,ddimer_loinc_6,gammagt_code,gammagt,gammagt_unit,gammagt_loinc_1,gotast_code,gotast,gotast_unit,gotast_loinc_1,ldh_code,ldh,ldh_unit,ldh_loinc_1,kardiale_troponine_code,kardiale_troponine,kardiale_troponine_unit,kardiale_troponine_loinc_1,kardiale_troponine_loinc_2,kardiale_troponine_loinc_3,hamoglobin_code,hamoglobin,hamoglobin_unit,hamoglobin_loinc_1,hamoglobin_loinc_2,hamoglobin_loinc_3,kreatinin_code,kreatinin,kreatinin_unit,kreatinin_loinc_1,kreatinin_loinc_2,laktat_code,laktat,laktat_unit,laktat_loinc_1,laktat_loinc_2,leukozyten_absolut_code,leukozyten_absolut,leukozyten_absolut_unit,leukozyten_absolut_loinc_1,lymphozyten_absolut_code,lymphozyten_absolut,lymphozyten_absolut_unit,lymphozyten_absolut_loinc_1,neutrophile_absolut_code,neutrophile_absolut,neutrophile_absolut_unit,neutrophile_absolut_loinc_1,ptt_code,ptt,ptt_unit,ptt_loinc_1,thrombozyten_absolut_code,thrombozyten_absolut,thrombozyten_absolut_unit,thrombozyten_absolut_loinc_1,inr_code,inr,inr_unit,inr_loinc_1,serumalbumin_code,serumalbumin,serumalbumin_unit,serumalbumin_loinc_1,serumalbumin_loinc_2,serumalbumin_loinc_3,antithrombin_iii_code,antithrombin_iii,antithrombin_iii_unit,antithrombin_iii_loinc_1,antithrombin_iii_loinc_2,pct_procalcitonin_code,pct_procalcitonin,pct_procalcitonin_unit,pct_procalcitonin_loinc_1,il6_interleukin_6_code,il6_interleukin_6,il6_interleukin_6_unit,il6_interleukin_6_loinc_1,ntprobnp_code,ntprobnp,ntprobnp_unit,ntprobnp_loinc_1,fibrinogen_code,fibrinogen,fibrinogen_unit,fibrinogen_loinc_1,fibrinogen_loinc_2,sarsco_v2rtpcr_code,sarsco_v2rtpcr,sarsco_v2rtpcr_loinc,sarsco_v2_covid19_ig_g_ia_ql_code,sarsco_v2_covid19_ig_g_ia_ql,sarsco_v2_covid19_ig_g_ia_ql_loinc,sarsco_v2_covid19_ig_g_ia_qn_code,sarsco_v2_covid19_ig_g_ia_qn,sarsco_v2_covid19_ig_g_ia_qn_unit,sarsco_v2_covid19_ig_g_ia_qn_loinc,sarsco_v2_covid19_ig_m_ia_ql_code,sarsco_v2_covid19_ig_m_ia_ql,sarsco_v2_covid19_ig_m_ia_ql_loinc,sarsco_v2_covid19_ig_m_ia_qn_code,sarsco_v2_covid19_ig_m_ia_qn,sarsco_v2_covid19_ig_m_ia_qn_unit,sarsco_v2_covid19_ig_m_ia_qn_loinc,sarsco_v2_covid19_ig_a_ia_ql_code,sarsco_v2_covid19_ig_a_ia_ql,sarsco_v2_covid19_ig_a_ia_ql_loinc,sarsco_v2_covid19_ig_a_ia_qn_code,sarsco_v2_covid19_ig_a_ia_qn,sarsco_v2_covid19_ig_a_ia_qn_unit,sarsco_v2_covid19_ig_a_ia_qn_loinc,sarsco_v2_covid19_ab_ia_ql_code,sarsco_v2_covid19_ab_ia_ql,sarsco_v2_covid19_ab_ia_ql_loinc,sarsco_v2_covid19_ab_ia_qn_code,sarsco_v2_covid19_ab_ia_qn,sarsco_v2_covid19_ab_ia_qn_unit,sarsco_v2_covid19_ab_ia_qn_loinc,laborwerte_complete,symptome_code,symptome,symptome_geruchs_bzw_geschmacksstoerungen,symptome_bauchschmerzen,symptome_bewusstseinsstoerungen_verwirrtheit,symptome_durchfall,symptome_erbrechen,symptome_husten,symptome_kurzatmigkeit_dyspnoe,symptome_uebelkeit,symptome_fieber,symptome_kopfschmerzen,symptome_andere_symptome,symptome_andere_symptome_textfeld,schweregrad_code,symptome_geruchs_bzw_geschmacksstoerungen_schweregrad,symptome_bauchschmerzen_schweregrad,symptome_bewusstseinsstoerungen_verwirrtheit_schweregrad,symptome_durchfall_schweregrad,symptome_erbrechen_schweregrad,symptome_husten_schweregrad,symptome_kurzatmigkeit_dyspnoe_schweregrad,symptome_uebelkeit_schweregrad,symptome_fieber_schweregrad,symptome_kopfschmerzen_schweregrad,symptome_andere_symptome_schweregrad,symptome_complete,medikation_datum,covid19therapie_code,covid19therapie,covid19therapie_antipyretika,covid19therapie_kortikosteroide,covid19therapie_kortikosteroide_code,covid19therapie_atazanavir,covid19therapie_atazanavir_code,covid19therapie_darunavir,covid19therapie_darunavir_code,covid19therapie_chloroquine_phosphate,covid19therapie_hydroxychloroquine,covid19therapie_ivermectin,covid19therapie_lopinavir_ritonavir,covid19therapie_ganciclovir,covid19therapie_oseltamivir,covid19therapie_remdesivir,covid19therapie_ribavirin,covid19therapie_camostat,covid19therapie_favipiravir,covid19therapie_convalescent_plasma,covid19therapie_convalescent_plasma_code,covid19therapie_steroids_gt_05_mg_kg_prednisone_equivalents,covid19therapie_steroids_lt_05_mg_kg_prednisone_equivalents,covid19therapie_tocilizumab,covid19therapie_tocilizumab_code,covid19therapie_sarilumab,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus_code,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept_code,covid19therapie_il1_receptor_antangonists,covid19therapie_ruxolitinib,covid19therapie_colchicine,covid19therapie_interferone_any,covid19therapie_25_hydroxyvitamin_d,covid19therapie_zinc,covid19therapie_andere,covid19therapie_andere_textfeld,acehemmer_code,acehemmer,immunglobuline_code,immunglobuline,antikoagulation_code,antikoagulation,antikoagulation_absicht,antikoagulation_unfraktioniertes_heparin,antikoagulation_unfraktioniertes_heparin_code,antikoagulation_niedermolekulares_heparin,antikoagulation_niedermolekulares_heparin_code,antikoagulation_argatroban,antikoagulation_plaettchenaggregationshemmer,antikoagulation_danaparoid,antikoagulation_phenprocoumon,antikoagulation_doak,antikoagulation_doak_code,antikoagulation_sonstige,antikoagulation_sonstige_textfeld,medikation_complete,dialyse_hamofiltration_code,dialyse_hamofiltration,apherese_code,apherese,bauchlage_code,bauchlage,liegt_der_patient_auf_der_intensivstationq_code,liegt_der_patient_auf_der_intensivstationq,ecmotherapie_code,ecmotherapie,beatmungstherapie_code,beatmungstherapie,therapie_complete,vitalparameter_datum,pa_co2_unit,pa_co2_code,pa_co2,pa_o2_unit,pa_o2_code,pa_o2,fi_o2_unit,fi_o2_code,fi_o2,p_hwert_unit,p_hwert_code,p_hwert,sofascore_code,sofa_score_resp,sofa_score_resp_calc,sofa_score_ns,sofa_score_ns_calc,sofa_score_cvs,sofa_score_cvs_calc,sofa_score_liv,sofa_score_liv_calc,sofa_score_coa,sofa_score_coa_calc,sofa_score_kid,sofa_score_kid_calc,sofa_total_score,atemfrequenz_unit,atemfrequenz_code,atemfrequenz,blutdruck_systolisch_unit,blutdruck_systolisch_code,blutdruck_systolisch,blutdruck_diastolisch_unit,blutdruck_diastolisch_code,blutdruck_diastolisch,herzfrequenz_unit,herzfrequenz_code,herzfrequenz,korpertemperatur_unit,korpertemperatur_code,korpertemperatur,periphere_sauerstoffsattigung_unit,periphere_sauerstoffsattigung_code,periphere_sauerstoffsattigung,vitalparameter_complete,entlassdatum,respiratorisches_outcome_code,respiratorisches_outcome,entlassungsart_code,entlassungsart,ergebnis_folgeabstrich_code,ergebnis_folgeabstrich,outcome_bei_entlassung_complete +synthetic_patient_659985488,basisdaten_arm_1,,,3,,,,,,,,,,,,,,,2,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +synthetic_patient_659985488,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-01-05,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_399166001,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K76.0__2.16.840.1.113883.6.96_197321007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_K74.6__2.16.840.1.113883.6.96_19943007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_B18.9__2.16.840.1.113883.6.96_10295004__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_235890007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.96_396332003PLUS414029004,,,,,,,,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E10.9__2.16.840.1.113883.6.96_46635009,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18980-5,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_373066001,2020-08-09,urnCOLONisoCOLONstdCOLONisoCOLON3166_GE,,,2020-07-09,2020-07-08,urnCOLONisoCOLONstdCOLONisoCOLON3166_GL,,,2020-03-08,2020-02-10,urnCOLONisoCOLONstdCOLONisoCOLON3166_ES,,,2020-07-20,2020-01-15,urnCOLONisoCOLONstdCOLONisoCOLON3166_HN,,,2020-09-08,2020-09-17,urnCOLONisoCOLONstdCOLONisoCOLON3166_AZ,,,2020-01-04,2020-11-09,urnCOLONisoCOLONstdCOLONisoCOLON3166_IE,,,2020-08-23,2020-09-28,urnCOLONisoCOLONstdCOLONisoCOLON3166_TM,,,2020-01-18,2020-05-16,urnCOLONisoCOLONstdCOLONisoCOLON3166_QA,,,2020-11-29,2020-08-29,urnCOLONisoCOLONstdCOLONisoCOLON3166_AM,,,2020-09-13,2020-09-23,,,,2020-12-22,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410594000,2020-08-13,,,,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,1,1.2.840.10008.2.16.4_CT__2.16.840.1.113883.6.96_77477000COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_261665006,1.2.840.10008.2.16.4_RG__2.16.840.1.113883.6.96_168537006COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410594000,1.2.840.10008.2.16.4_US__2.16.840.1.113883.6.96_16310003COLON363704007EQUAL39607008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_118247008,,,2.16.840.1.113883.6.96_118247008COLONLBRACKET363713009EQUAL263654008COMMA42752001EQUAL840539006RBRACKET,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1928-04-08,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,1.2.276.0.76.5.483_X,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,92,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_2,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,103,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,73,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_373067005,2,2.16.840.1.113883.6.96_116223007,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,3,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL129121000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-10,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_419099009,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260415000,2 +synthetic_patient_659985488,2_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-10-23,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_277022003,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J45.9__2.16.840.1.113883.6.96_195967001__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_J44.9__2.16.840.1.113883.6.96_13645005__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_J84.1__2.16.840.1.113883.6.96_51615001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I27.0__2.16.840.1.113883.6.96_70995007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_E66.29__2.16.840.1.113883.6.96_190966007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.3__2.16.840.1.113883.6.96_73430006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G47.31__2.16.840.1.113883.6.96_78275009__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_E84.9__2.16.840.1.113883.6.96_190905008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_106048009__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K76.0__2.16.840.1.113883.6.96_197321007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_K74.6__2.16.840.1.113883.6.96_19943007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_B18.9__2.16.840.1.113883.6.96_10295004__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_235890007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K52.9__2.16.840.1.113883.6.96_24526004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_M06.99__2.16.840.1.113883.6.96_69896004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_M35.9__2.16.840.1.113883.6.96_105969002__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I77.6__2.16.840.1.113883.6.96_31996006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_36138009__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,1.2.276.0.76.5.502_E11.9__2.16.840.1.113883.6.96_44054006,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.1.1074_active,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA15920-4,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G20__2.16.840.1.113883.6.96_49049000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F03__2.16.840.1.113883.6.96_52448006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_G35__2.16.840.1.113883.6.96_24700007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G70.9__2.16.840.1.113883.6.96_257277002__2.16.840.1.113883.6.96_410605003,,1.2.276.0.76.5.502_G43.9__2.16.840.1.113883.6.96_37796009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I69.4__2.16.840.1.113883.6.96_440140008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z86.7__2.16.840.1.113883.6.96_429993008__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_F29__2.16.840.1.113883.6.96_69322001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F32.9__2.16.840.1.113883.6.96_35489007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F41.9__2.16.840.1.113883.6.96_197480006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,NoCodeSystem_NoCode,1.2.276.0.76.5.502_N18.2__2.16.840.1.113883.6.96_431856006,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410605003,NoCodeSystem_NoCode__2.16.840.1.113883.6.96_261665006,,,,2020-03-06,,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,3,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1937-09-07,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_186019001,2.16.840.1.113883.6.1_76689-9,1.2.276.0.76.5.483_X,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,83,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_5,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,84,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,12,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_840546002,2,2.16.840.1.113883.6.96_116223007,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,1,2.16.840.1.113883.6.96_36955009__2.16.840.1.113883.6.96_44169009__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_21522001__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_40917007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_62315008__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_422400008__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_49727002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_267036007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_422587007__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_426000000__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_25064002__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_385432009__2.16.840.1.113883.6.96_410605003,,NoCodeSystem_NoCode,,,,,2.16.840.1.113883.6.96_442452003,,,,,2.16.840.1.113883.6.96_6736007,2.16.840.1.113883.6.96_6736007,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.4.642.4.110_unknown,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,2.16.840.1.113883.6.96_431182000,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373066001,2.16.840.1.113883.6.96_233573008,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_40617009COLON425391005EQUAL129121000,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-04-21,2.16.840.1.113883.6.96_444932008,2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 +synthetic_patient_659985488,3_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-05-11,2.16.840.1.113883.6.1_88859-4,2.16.840.1.113883.6.96_277022003,2,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001,1.2.276.0.76.5.502_J98.4__2.16.840.1.113883.6.96_413839001__2.16.840.1.113883.6.96_261665006,,,,,,,,,,,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007,1.2.276.0.76.5.502_I51.6__2.16.840.1.113883.6.96_49601007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_I10.90__2.16.840.1.113883.6.96_38341003__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I25.29__2.16.840.1.113883.6.96_417662000COLON246090004EQUAL22298006__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_I49.9__2.16.840.1.113883.6.96_698247007__2.16.840.1.113883.6.96_261665006,,1.2.276.0.76.5.502_I73.9__2.16.840.1.113883.6.96_399957001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_Z95.5__2.16.840.1.113883.6.96_416940007COLON363589002EQUAL81266008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I25.1__2.16.840.1.113883.6.96_53741008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I65.2__2.16.840.1.113883.6.96_64586002__2.16.840.1.113883.6.96_261665006,,,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K76.0__2.16.840.1.113883.6.96_197321007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_K74.6__2.16.840.1.113883.6.96_19943007__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_B18.9__2.16.840.1.113883.6.96_10295004__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_235890007__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K76.9__2.16.840.1.113883.6.96_328383001__2.16.840.1.113883.6.96_410594000,,2.16.840.1.113883.6.96_396332003PLUS414029004,2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_K52.9__2.16.840.1.113883.6.96_24526004__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_M06.99__2.16.840.1.113883.6.96_69896004__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_M35.9__2.16.840.1.113883.6.96_105969002__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I77.6__2.16.840.1.113883.6.96_31996006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_36138009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_D84.8__2.16.840.1.113883.6.96_396332003PLUS414029004__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_B24__2.16.840.1.113883.6.96_86406008,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000,1.2.276.0.76.5.502_Z94.9__2.16.840.1.113883.6.96_161663000__2.16.840.1.113883.6.96_410594000,,,,,,,,,,,,,,,1.2.276.0.76.5.502_E14__2.16.840.1.113883.6.96_73211009,2.16.840.1.113883.6.96_237599002,1.2.276.0.76.5.502_C80.9__2.16.840.1.113883.6.96_363346000,2.16.840.1.113883.4.642.1.1074_remission,2.16.840.1.113883.6.1_72166-2,2.16.840.1.113883.6.1_LA18978-9,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000,1.2.276.0.76.5.502_F99PLUSG96.9__2.16.840.1.113883.6.96_74732009PLUS128283000__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G20__2.16.840.1.113883.6.96_49049000__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F03__2.16.840.1.113883.6.96_52448006__2.16.840.1.113883.6.96_410605003,1.2.276.0.76.5.502_G35__2.16.840.1.113883.6.96_24700007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_G70.9__2.16.840.1.113883.6.96_257277002__2.16.840.1.113883.6.96_410594000,,1.2.276.0.76.5.502_G43.9__2.16.840.1.113883.6.96_37796009__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_I69.4__2.16.840.1.113883.6.96_440140008__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_Z86.7__2.16.840.1.113883.6.96_429993008__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F29__2.16.840.1.113883.6.96_69322001__2.16.840.1.113883.6.96_261665006,1.2.276.0.76.5.502_F32.9__2.16.840.1.113883.6.96_35489007__2.16.840.1.113883.6.96_410594000,1.2.276.0.76.5.502_F41.9__2.16.840.1.113883.6.96_197480006__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_53950000,2.16.840.1.113883.4.642.4.110_completed__2.16.840.1.113883.4.642.4.110_in-progress,1.2.276.0.76.5.502_N18.9__2.16.840.1.113883.6.96_709044004,2.16.840.1.113883.4.642.4.1048_unknown__2.16.840.1.113883.6.96_261665006,,2.16.840.1.113883.6.1_8691-8__2.16.840.1.113883.6.96_443846001,2.16.840.1.113883.6.96_261665006,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1.2.276.0.76.5.502_K28__2.16.840.1.113883.6.96_40845000,2.16.840.1.113883.6.96_410594000,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_6142004__2.16.840.1.113883.6.96_836377006__2.16.840.1.113883.6.96_410594000,2.16.840.1.113883.6.96_16814004__2.16.840.1.113883.6.96_836398006__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_56717001__2.16.840.1.113883.6.96_836402002__2.16.840.1.113883.6.96_261665006,2.16.840.1.113883.6.96_840539006__2.16.840.1.113883.6.96_1119349007__2.16.840.1.113883.6.96_410605003,2.16.840.1.113883.6.96_64572001__NoCodeSystem_NoCode__2.16.840.1.113883.6.96_410605003,,2020-06-15,,2020-05-09,2020-10-22,,2.16.840.1.113883.6.96_304251008,2.16.840.1.113883.6.96_261665006,2,2.16.840.1.113883.6.96_363679005,3,,,,2.16.840.1.113883.6.96_118247008,,,,2,2.16.840.1.113883.6.1_21112-8__2.16.840.1.113883.6.96_184099003,1991-08-20,2.16.840.1.113883.6.96_372148003,2.16.840.1.113883.6.96_14045001,2.16.840.1.113883.6.1_76689-9,1.2.276.0.76.5.483_X,2.16.840.1.113883.6.1_82810-3,,2.16.840.1.113883.6.1_30525-0__2.16.840.1.113883.6.96_424144002,29,2.16.840.1.113883.6.96_763264000,2.25.289763784830452322853973378638183835703_8,1,2.16.840.1.113883.6.1_29463-7__2.16.840.1.113883.6.96_27113001,123,1,2.16.840.1.113883.6.1_8302-2__2.16.840.1.113883.6.96_50373000,62,2,2.16.840.1.113883.6.1_88636-6,2.16.840.1.113883.6.96_840546002,2,2.16.840.1.113883.6.96_116223007,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.1_75325-1,2,,,,,,,,,,,,,NoCodeSystem_NoCode,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_108241001,,2.16.840.1.113883.6.96_127788007,2.16.840.1.113883.4.642.4.1048_not-performed__2.16.840.1.113883.4.642.4.110_not-done,2.16.840.1.113883.6.96_431182000,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_373067005,2.16.840.1.113883.6.96_233573008,,NoCodeSystem_NoCode,2.16.840.1.113883.6.96_428311008,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2.16.840.1.113883.6.96_444932008,,2.16.840.1.113883.6.1_55128-3,2.16.840.1.113883.6.96_306237005,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,2 synthetic_patient_659985488,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-16 08:13",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"31,88212709758449",1,30522-7_c-reactive-protein-in-serum-or-plasma-by-high-sensitivity-method,,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"72,01614711365625",2,,14723-1_ferritin-in-serum-or-plasma,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"90,27218860595684",2,,14631-6_bilirubin.total-in-serum-or-plasma,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"28,55094440793241",2,,71427-9_fibrin-d-dimer-feu-in-blood-by-immunoassay,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"2,1611680393062938",1,2325-9_gamma-glutamyl-transferase-aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"50,066150540429824",1,1920-8_aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"50,3178499536318",1,14805-6_lactate-dehydrogenase-in-serum-or-plasma-by-pyruvate-to-lactate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"90,83104972150137",2,,48425-3_troponin-t.cardiac-in-blood,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"48,28535210988167",3,,,55782-7_hemoglobin-in-blood-by-oximetry,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"56,224168844683994",2,,12190-5_creatinine-in-body-fluid,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"17,575233076356934",2,,30242-2_lactate-in-arterial-blood,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"39,09070590360309",1,6690-2_leukocytes-in-blood-by-automated-count,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"97,04207087719661",1,732-8_lymphocytes-in-blood-by-manual-count,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"10,015512783484382",1,26499-4_neutrophils-in-blood,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,,1,3173-2_aptt-in-blood-by-coagulation-assay,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"22,866830715964813",1,26515-7_platelets-in-blood,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"38,87902921053136",1,34714-6_inr-in-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"28,846251294467706",2,,62235-7_albumin-in-serum-or-plasma-by-bromocresol-green-bcg-dye-binding-method,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"86,57399776463815",1,91120-6_antithrombin-in-platelet-poor-plasma-by-chromo.no-addition-of-heparin,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"44,93476663538021",1,33959-8_procalcitonin-in-serum-or-plasma,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"76,1353106803405",1,26881-3_interleukin-6-in-serum-or-plasma,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"95,44233074434969",1,,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"85,47834507675371",2,,30902-1_fibrinogen-in-platelet-poor-plasma-by-heat-denaturation,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_419984006,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260415000,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"79,56207164412763",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260415000,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"25,915487373515255",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260415000,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"14,723180393293644",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260373001,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"14,132700499208518",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, synthetic_patient_659985488,1_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-03-11 23:56",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"50,213500941586275",2,,76486-0_c-reactive-protein-in-serum-or-plasma-by-high-sensitivity-method,,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,"60,595860517476716",2,,14723-1_ferritin-in-serum-or-plasma,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"26,72353390973634",1,1975-2_bilirubin.total-in-serum-or-plasma,,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"30,975242222487854",3,,,48065-7_fibrin-d-dimer-feu-in-platelet-poor-plasma,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"80,52738395099263",1,2325-9_gamma-glutamyl-transferase-aspartate-aminotransferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"76,06126808805162",1,30239-8_aspartate-aminotransferase-in-serum-or-plasma-by-with-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"31,366934396929945",1,14805-6_lactate-dehydrogenase-in-serum-or-plasma-by-pyruvate-to-lactate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"73,96245858524809",2,,,,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"67,62377608042333",3,,,30352-9_hemoglobin-in-capillary-blood,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"50,519444078600515",,,,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"77,53400861623005",1,2519-7_lactate-in-venous-blood,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,"70,53664863098001",1,26464-8_leukocytes-in-blood,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"38,532455994545344",1,731-0_lymphocytes-in-blood-by-automated-count,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"42,569547838404056",1,751-8_neutrophils-in-blood-by-automated-count,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"80,60319755393198",1,14979-9_aptt-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"35,9566715682224",1,,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"10,025055621435675",1,34714-6_inr-in-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"58,9107971866058",3,,,76631-1_albumin-in-blood-by-bromocresol-purple-bcp-dye-binding-method,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"2,667856845699068",1,27811-9_antithrombin-actual-normal-in-platelet-poor-plasma-by-chromogenic-method,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"71,43811634855523",1,75241-0_procalcitonin-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"53,73601798020965",1,26881-3_interleukin-6-in-serum-or-plasma,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"4,26350714274728",1,83107-3_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"88,1434399767395",2,,30902-1_fibrinogen-in-platelet-poor-plasma-by-heat-denaturation,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_260373001,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_260373001,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"86,4335689832336",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260373001,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"80,99917810500463",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_419984006,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,,1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260415000,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"7,354560847677827",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, synthetic_patient_659985488,1_fall_arm_1,laborwerte,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-29 03:08",2.16.840.1.113883.6.1_48421-2__2.16.840.1.113883.6.1_71426-1__2.16.840.1.113883.6.1_76486-0__2.16.840.1.113883.6.1_30522-7__2.16.840.1.113883.6.1_1988-5__2.16.840.1.113883.6.1_76485-2,"0,49214615919447313",3,,,48421-2_c-reactive-protein-in-capillary-blood,2.16.840.1.113883.6.1_20567-4__2.16.840.1.113883.6.1_86914-9__2.16.840.1.113883.6.1_14723-1__2.16.840.1.113883.6.1_2276-4__2.16.840.1.113883.6.1_24373-3,,2,,14723-1_ferritin-in-serum-or-plasma,2.16.840.1.113883.6.1_59828-4__2.16.840.1.113883.6.1_59827-6__2.16.840.1.113883.6.1_42719-5__2.16.840.1.113883.6.1_14631-6__2.16.840.1.113883.6.1_1971-1__2.16.840.1.113883.6.1_1975-2,"81,30237568671281",2,,14631-6_bilirubin.total-in-serum-or-plasma,2.16.840.1.113883.6.1_48065-7__2.16.840.1.113883.6.1_48066-5__2.16.840.1.113883.6.1_48067-3__2.16.840.1.113883.6.1_55398-2__2.16.840.1.113883.6.1_71427-9__2.16.840.1.113883.6.1_7799-0__2.16.840.1.113883.6.1_91556-1__2.16.840.1.113883.6.1_38898-3__2.16.840.1.113883.6.1_3246-6__2.16.840.1.113883.6.1_48058-2,"45,13024753642257",2,,48067-3_fibrin-d-dimer-feu-in-platelet-poor-plasma-by-immunoassay,,,,,2.16.840.1.113883.6.1_2325-9__2.16.840.1.113883.6.1_2324-2,"14,689766918416215",1,2324-2_gamma-glutamyl-transferase-in-serum-or-plasma,2.16.840.1.113883.6.1_88112-8__2.16.840.1.113883.6.1_30239-8__2.16.840.1.113883.6.1_1920-8,"57,85454443269372",1,30239-8_aspartate-aminotransferase-in-serum-or-plasma-by-with-p-5-p,2.16.840.1.113883.6.1_2532-0__2.16.840.1.113883.6.1_60017-1__2.16.840.1.113883.6.1_14803-1__2.16.840.1.113883.6.1_14804-9__2.16.840.1.113883.6.1_14805-6,"82,090751148186",1,14805-6_lactate-dehydrogenase-in-serum-or-plasma-by-pyruvate-to-lactate-reaction,2.16.840.1.113883.6.1_49563-0__2.16.840.1.113883.6.1_89579-7__2.16.840.1.113883.6.1_67151-1__2.16.840.1.113883.6.1_6598-7__2.16.840.1.113883.6.1_6597-9__2.16.840.1.113883.6.1_48425-3__2.16.840.1.113883.6.1_42757-5__2.16.840.1.113883.6.1_10839-9,"11,652026529529923",3,,,49563-0_troponin-i.cardiac-in-serum-or-plasma-by-detection-limit-leq-0.01-ng-ml,2.16.840.1.113883.6.1_76769-9__2.16.840.1.113883.6.1_718-7__2.16.840.1.113883.6.1_20509-6__2.16.840.1.113883.6.1_55782-7__2.16.840.1.113883.6.1_75928-2__2.16.840.1.113883.6.1_14775-1__2.16.840.1.113883.6.1_30313-1__2.16.840.1.113883.6.1_30350-3__2.16.840.1.113883.6.1_30351-1__2.16.840.1.113883.6.1_30352-9__2.16.840.1.113883.6.1_76768-1__2.16.840.1.113883.6.1_59260-0,"50,187079278901756",2,,30350-3_hemoglobin-in-venous-blood,,2.16.840.1.113883.6.1_14682-9__2.16.840.1.113883.6.1_2160-0__2.16.840.1.113883.6.1_21232-4__2.16.840.1.113883.6.1_25386-4__2.16.840.1.113883.6.1_12190-5__2.16.840.1.113883.6.1_59826-8__2.16.840.1.113883.6.1_38483-4,"86,8290940931152",2,,12190-5_creatinine-in-body-fluid,2.16.840.1.113883.6.1_14118-4__2.16.840.1.113883.6.1_30242-2__2.16.840.1.113883.6.1_2524-7__2.16.840.1.113883.6.1_2519-7__2.16.840.1.113883.6.1_2518-9__2.16.840.1.113883.6.1_19240-1__2.16.840.1.113883.6.1_19239-3__2.16.840.1.113883.6.1_2520-5__2.16.840.1.113883.6.1_32693-4__2.16.840.1.113883.6.1_59032-3__2.16.840.1.113883.6.1_27941-4,"65,69688888710873",1,,,2.16.840.1.113883.6.1_804-5__2.16.840.1.113883.6.1_6690-2__2.16.840.1.113883.6.1_49498-9__2.16.840.1.113883.6.1_26464-8,,1,6690-2_leukocytes-in-blood-by-automated-count,2.16.840.1.113883.6.1_732-8__2.16.840.1.113883.6.1_731-0__2.16.840.1.113883.6.1_30364-4__2.16.840.1.113883.6.1_26474-7,"16,979387856106797",1,26474-7_lymphocytes-in-blood,2.16.840.1.113883.6.1_753-4__2.16.840.1.113883.6.1_751-8__2.16.840.1.113883.6.1_26499-4,"16,820481146780363",1,,2.16.840.1.113883.6.1_16631-4__2.16.840.1.113883.6.1_43734-3__2.16.840.1.113883.6.1_14979-9__2.16.840.1.113883.6.1_3173-2,"38,989071342461145",1,14979-9_aptt-in-platelet-poor-plasma-by-coagulation-assay,2.16.840.1.113883.6.1_74775-8__2.16.840.1.113883.6.1_13056-7__2.16.840.1.113883.6.1_26516-5__2.16.840.1.113883.6.1_74464-9__2.16.840.1.113883.6.1_778-1__2.16.840.1.113883.6.1_49497-1__2.16.840.1.113883.6.1_777-3__2.16.840.1.113883.6.1_26515-7,"87,18946790462522",1,49497-1_platelets-in-blood-by-estimate,2.16.840.1.113883.6.1_6301-6__2.16.840.1.113883.6.1_46418-0__2.16.840.1.113883.6.1_34714-6,"68,58957648500058",1,34714-6_inr-in-blood-by-coagulation-assay,2.16.840.1.113883.6.1_76631-1__2.16.840.1.113883.6.1_62235-7__2.16.840.1.113883.6.1_62234-0__2.16.840.1.113883.6.1_61152-5__2.16.840.1.113883.6.1_61151-7__2.16.840.1.113883.6.1_2862-1__2.16.840.1.113883.6.1_1751-7__2.16.840.1.113883.6.1_54347-0,"31,76425248477036",1,61152-5_albumin-in-serum-or-plasma-by-bromocresol-purple-bcp-dye-binding-method,,,2.16.840.1.113883.6.1_27812-7__2.16.840.1.113883.6.1_27811-9__2.16.840.1.113883.6.1_3176-5__2.16.840.1.113883.6.1_91120-6__2.16.840.1.113883.6.1_3174-0,"93,6206961527569",,,,2.16.840.1.113883.6.1_75241-0__2.16.840.1.113883.6.1_33959-8,"88,39364315895905",1,33959-8_procalcitonin-in-serum-or-plasma,2.16.840.1.113883.6.1_44322-6__2.16.840.1.113883.6.1_26881-3__2.16.840.1.113883.6.1_49919-4__2.16.840.1.113883.6.1_49732-1,"68,72999422831934",1,44322-6_interleukin-6-in-serum-or-plasma,2.16.840.1.113883.6.1_83107-3__2.16.840.1.113883.6.1_33762-6,"40,2958494643128",1,33762-6_natriuretic-peptide.b-prohormone-n-terminal-in-serum-or-plasma,2.16.840.1.113883.6.1_30902-1__2.16.840.1.113883.6.1_48664-7__2.16.840.1.113883.6.1_3255-7,"18,15151068358126",2,,48664-7_fibrinogen-in-platelet-poor-plasma-by-coagulation.derived,2.16.840.1.113883.6.1_94500-6,2.16.840.1.113883.6.96_419984006,94500-6_sars-cov-2-covid-19-rna-in-respiratory-specimen-by-naa-with-probe-detection,2.16.840.1.113883.6.1_94563-4,2.16.840.1.113883.6.96_419984006,94563-4_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94505-5,"41,34446910870706",1,94505-5_sars-cov-2-covid-19-igg-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94564-2,2.16.840.1.113883.6.96_260415000,94564-2_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94506-3,"87,02503151151556",1,94506-3_sars-cov-2-covid-19-igm-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94562-6,2.16.840.1.113883.6.96_260373001,94562-6_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94720-0,"76,2005872015143",1,94720-0_sars-cov-2-covid-19-iga-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94762-2,2.16.840.1.113883.6.96_260373001,94762-2_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2.16.840.1.113883.6.1_94769-7,"98,78215124570812",1,94769-7_sars-cov-2-covid-19-ab-in-serum-or-plasma-by-immunoassay,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/src/test/resources/REDCap_Synthetic_Data_2021-04-15.xml b/src/test/resources/REDCap_Synthetic_Data_2021-04-15.xml index 2b855d9..3895741 100644 --- a/src/test/resources/REDCap_Synthetic_Data_2021-04-15.xml +++ b/src/test/resources/REDCap_Synthetic_Data_2021-04-15.xml @@ -4,6 +4,9 @@ + + + @@ -63,9 +66,6 @@ - - - @@ -506,9 +506,6 @@ - - - @@ -949,9 +946,6 @@ - - - @@ -7009,7 +7003,8 @@ - + + @@ -7085,7 +7080,8 @@ - + + @@ -7161,7 +7157,8 @@ - + + @@ -7237,7 +7234,8 @@ - + + @@ -7313,7 +7311,8 @@ - + + @@ -7389,7 +7388,8 @@ - + + @@ -7465,7 +7465,8 @@ - + + @@ -7541,7 +7542,8 @@ - + + @@ -7617,7 +7619,8 @@ - + + @@ -7693,7 +7696,8 @@ - + + @@ -7769,7 +7773,8 @@ - + + @@ -7845,7 +7850,8 @@ - + + @@ -7921,7 +7927,8 @@ - + + @@ -7997,7 +8004,8 @@ - + + @@ -8073,7 +8081,8 @@ - + + @@ -8149,7 +8158,8 @@ - + + @@ -8225,7 +8235,8 @@ - + + @@ -8301,7 +8312,8 @@ - + + @@ -8377,7 +8389,8 @@ - + + @@ -8453,7 +8466,8 @@ - + + @@ -16011,7 +16025,8 @@ - + + @@ -16087,7 +16102,8 @@ - + + @@ -16163,7 +16179,8 @@ - + + @@ -16239,7 +16256,8 @@ - + + @@ -16315,7 +16333,8 @@ - + + @@ -16391,7 +16410,8 @@ - + + @@ -16467,7 +16487,8 @@ - + + @@ -16543,7 +16564,8 @@ - + + @@ -16619,7 +16641,8 @@ - + + @@ -16695,7 +16718,8 @@ - + + @@ -16771,7 +16795,8 @@ - + + @@ -16847,7 +16872,8 @@ - + + @@ -16923,7 +16949,8 @@ - + + @@ -16999,7 +17026,8 @@ - + + @@ -17075,7 +17103,8 @@ - + + @@ -17151,7 +17180,8 @@ - + + @@ -17227,7 +17257,8 @@ - + + @@ -17303,7 +17334,8 @@ - + + @@ -17379,7 +17411,8 @@ - + + @@ -17455,7 +17488,8 @@ - + + @@ -25013,7 +25047,8 @@ - + + @@ -25089,7 +25124,8 @@ - + + @@ -25165,7 +25201,8 @@ - + + @@ -25241,7 +25278,8 @@ - + + @@ -25317,7 +25355,8 @@ - + + @@ -25393,7 +25432,8 @@ - + + @@ -25469,7 +25509,8 @@ - + + @@ -25545,7 +25586,8 @@ - + + @@ -25621,7 +25663,8 @@ - + + @@ -25697,7 +25740,8 @@ - + + @@ -25773,7 +25817,8 @@ - + + @@ -25849,7 +25894,8 @@ - + + @@ -25925,7 +25971,8 @@ - + + @@ -26001,7 +26048,8 @@ - + + @@ -26077,7 +26125,8 @@ - + + @@ -26153,7 +26202,8 @@ - + + @@ -26229,7 +26279,8 @@ - + + @@ -26305,7 +26356,8 @@ - + + @@ -26381,7 +26433,8 @@ - + + @@ -26457,7 +26510,8 @@ - + + @@ -28398,4 +28452,4 @@ - + \ No newline at end of file diff --git a/src/test/resources/REDCap_Synthetic_Data_2021-08-04.csv b/src/test/resources/REDCap_Synthetic_Data_2021-08-04.csv index 6cd0632..9d72dd8 100644 --- a/src/test/resources/REDCap_Synthetic_Data_2021-08-04.csv +++ b/src/test/resources/REDCap_Synthetic_Data_2021-08-04.csv @@ -1,8 +1,8 @@ -record_id,redcap_event_name,redcap_repeat_instrument,redcap_repeat_instance,aufnahmedatum,erkrankungsphase_zum_zeitpunkt_der_diagnose_code,erkrankungsphase_zum_zeitpunkt_der_diagnose,krankheitsbeginn_aufnahme_complete,miibc_vorlage,gee_version,miibc_dat_dok,miibc_consent_status,miibc_widerruf,miibc_w_dat_dok,gee_erhebung_verarbeitung,gee_krankenkassendaten_retro,gee_krankenkassendaten_pro,gee_biomaterialien,gee_biomaterialien_zusaetzlich,gee_kontaktaufnahme,gee_kontaktaufnahme_zusatzbefunde,gee_projekt_codex,gee_projekt_codex_zusatz,einwilligungserklaerung_mii_broad_consent_complete,covid19_aufnahme_code,covid19_aufnahme,interventionelle_studienteilnahme_code,interventionelle_studienteilnahme,studieneinschluss_einschlusskriterien_complete,chronische_lungenerkrankungen_code,chronische_lungenerkrankungen,chronische_lungenerkrankungen_asthma,chronische_lungenerkrankungen_copd,chronische_lungenerkrankungen_lungenfibrose,chronische_lungenerkrankungen_lungenhochdruck_pulmonale_hypertonie,chronische_lungenerkrankungen_ohs,chronische_lungenerkrankungen_schlafapnoe,chronische_lungenerkrankungen_osas,chronische_lungenerkrankungen_cystische_fibrose,chronische_lungenerkrankungen_andere,chronische_lungenerkrankungen_andere_textfeld,herzkreislauferkrankungen_code,herzkreislauferkrankungen,herzkreislauferkrankungen_bluthochdruck,herzkreislauferkrankungen_zustand_nach_herzinfarkt,herzkreislauferkrankungen_herzrhythmusstoerungen,herzkreislauferkrankungen_herzinsuffizienz,herzkreislauferkrankungen_pavk,herzkreislauferkrankungen_zustand_nach_revaskularisation,herzkreislauferkrankungen_koronare_herzerkrankung_khk,herzkreislauferkrankungen_carotisstenose,herzkreislauferkrankungen_andere,herzkreislauferkrankungen_andere_textfeld,chronische_lebererkrankungen_code,chronische_lebererkrankungen,chronische_lebererkrankungen_fettleber,chronische_lebererkrankungen_leberzirrhose,chronische_lebererkrankungen_chronische_infektioese_hepatitis,chronische_lebererkrankungen_autoimmune_lebererkrankungen,chronische_lebererkrankungen_andere,chronische_lebererkrankungen_andere_textfeld,rheumatologischeimmunologische_erkrankungen_code,rheumatologischeimmunologische_erkrankungen,rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung,rheumatologischeimmunologische_erkrankungen_rheumatoide_arthritis,rheumatologischeimmunologische_erkrankungen_kollagenosen,rheumatologischeimmunologische_erkrankungen_vaskulitiden,rheumatologischeimmunologische_erkrankungen_angeborene_immundefekte,rheumatologischeimmunologische_erkrankungen_andere,rheumatologischeimmunologische_erkrankungen_andere_textfeld,bestehende_hivinfektion_code,bestehende_hivinfektion,organtransplantiert_code,organtransplantiert,organtransplantiert_herz,organtransplantiert_lunge,organtransplantiert_leber,organtransplantiert_nieren,organtransplantiert_darm,organtransplantiert_haut,organtransplantiert_hornhaut,organtransplantiert_gehoerknoechelchen,organtransplantiert_herzklappen,organtransplantiert_blutgefaess,organtransplantiert_hirnhaut,organtransplantiert_knochengewebe,organtransplantiert_knorpelgewebe,organtransplantiert_sehne,diabetes_code,diabetes,aktive_tumorkrebserkrankungen_code,aktive_tumorkrebserkrankungen,raucherstatus_code,raucherstatus,chronische_neurologische_oder_psychiatrische_erkrankungen_code,chronische_neurologische_oder_psychiatrische_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson,chronische_neurologische_oder_psychiatrische_erkrankungen_demenz,chronische_neurologische_oder_psychiatrische_erkrankungen_multiple_sklerose,chronische_neurologische_oder_psychiatrische_erkrankungen_neuromuskulaere_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_epilepsie,chronische_neurologische_oder_psychiatrische_erkrankungen_migraene,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_mit_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_ohne_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_psychose,chronische_neurologische_oder_psychiatrische_erkrankungen_depression,chronische_neurologische_oder_psychiatrische_erkrankungen_angsterkrankung,bestehende_sauerstoff_oder_beatmungstherapie_code,bestehende_sauerstoff_oder_beatmungstherapie,chronische_nierenerkrankungen_code,chronische_nierenerkrankungen,chronische_nierenerkrankungen_schweregrad,reiseaktivitat_code,reiseaktivitat,reiseaktivitat_start_date_1,reiseaktivitat_country_1,reiseaktivitat_state_1,reiseaktivitat_city_1,reiseaktivitat_end_date_1,reiseaktivitat_start_date_2,reiseaktivitat_country_2,reiseaktivitat_state_2,reiseaktivitat_city_2,reiseaktivitat_end_date_2,reiseaktivitat_start_date_3,reiseaktivitat_country_3,reiseaktivitat_state_3,reiseaktivitat_city_3,reiseaktivitat_end_date_3,reiseaktivitat_start_date_4,reiseaktivitat_country_4,reiseaktivitat_state_4,reiseaktivitat_city_4,reiseaktivitat_end_date_4,reiseaktivitat_start_date_5,reiseaktivitat_country_5,reiseaktivitat_state_5,reiseaktivitat_city_5,reiseaktivitat_end_date_5,reiseaktivitat_start_date_6,reiseaktivitat_country_6,reiseaktivitat_state_6,reiseaktivitat_city_6,reiseaktivitat_end_date_6,reiseaktivitat_start_date_7,reiseaktivitat_country_7,reiseaktivitat_state_7,reiseaktivitat_city_7,reiseaktivitat_end_date_7,reiseaktivitat_start_date_8,reiseaktivitat_country_8,reiseaktivitat_state_8,reiseaktivitat_city_8,reiseaktivitat_end_date_8,reiseaktivitat_start_date_9,reiseaktivitat_country_9,reiseaktivitat_state_9,reiseaktivitat_city_9,reiseaktivitat_end_date_9,reiseaktivitat_start_date_10,reiseaktivitat_country_10,reiseaktivitat_state_10,reiseaktivitat_city_10,reiseaktivitat_end_date_10,magengeschwure_code,magengeschwure,impfungen_code,impfungen_influenza,impfungen_pneumokokken,impfungen_bcg,impfungen_covid_19,impfungen_andere,impfungen_influenza_datum,impfungen_pneumokokken_datum,impfungen_bcg_datum,impfungen_covid_19_datum,impfungen_andere_datum,impfungen_andere_textfeld,dnranordnung_code,dnranordnung,anamnese_risikofaktoren_complete,bildgebende_verfahren_code,bildgebende_verfahren,bildgebende_verfahren_ct,bildgebende_verfahren_roentgen,bildgebende_verfahren_us,befund_bildgebender_verfahren_code,befund_bildgebender_verfahren_ct,befund_bildgebender_verfahren_roentgen,befund_bildgebender_verfahren_us,bildgebung_complete,geburtsdatum_code,geburtsdatum,ethnische_zugehorigkeit_code,ethnische_zugehorigkeit,biologisches_geschlecht_code,biologisches_geschlecht,schwangerschaft_code,schwangerschaft,alter_code,alter,frailtyscore_code,frailtyscore,gewicht_unit,gewicht_code,gewicht,korpergrose_unit,korpergrose_code,korpergrose,demographie_complete,kontakt_mit_an_covid19_erkrankter_personq_code,kontakt_mit_an_covid19_erkrankter_personq,epidemiologische_faktoren_complete,komplikation_code,komplikation,komplikation_thrombembolische_ereignisse,komplikation_venoese_thrombose,komplikation_lungenarterienembolie,komplikation_stroke,komplikation_myokardinfarkt,komplikation_andere,komplikation_andere_textfeld,komplikation_pulmonale_co_infektionen,komplikation_blutstrominfektionen,komplikationen_complete,labor_datum,crp_code,crp,crp_unit,crp_loinc_1,crp_loinc_2,crp_loinc_3,ferritin_code,ferritin,ferritin_unit,ferritin_loinc_1,ferritin_loinc_2,bilirubin_code,bilirubin,bilirubin_unit,bilirubin_loinc_1,bilirubin_loinc_2,ddimer_code,ddimer,ddimer_unit,ddimer_loinc_1,ddimer_loinc_2,ddimer_loinc_3,ddimer_loinc_4,ddimer_loinc_5,ddimer_loinc_6,gammagt_code,gammagt,gammagt_unit,gammagt_loinc_1,gotast_code,gotast,gotast_unit,gotast_loinc_1,ldh_code,ldh,ldh_unit,ldh_loinc_1,kardiale_troponine_code,kardiale_troponine,kardiale_troponine_unit,kardiale_troponine_loinc_1,kardiale_troponine_loinc_2,kardiale_troponine_loinc_3,hamoglobin_code,hamoglobin,hamoglobin_unit,hamoglobin_loinc_1,hamoglobin_loinc_2,hamoglobin_loinc_3,kreatinin_code,kreatinin,kreatinin_unit,kreatinin_loinc_1,kreatinin_loinc_2,laktat_code,laktat,laktat_unit,laktat_loinc_1,laktat_loinc_2,leukozyten_absolut_code,leukozyten_absolut,leukozyten_absolut_unit,leukozyten_absolut_loinc_1,lymphozyten_absolut_code,lymphozyten_absolut,lymphozyten_absolut_unit,lymphozyten_absolut_loinc_1,neutrophile_absolut_code,neutrophile_absolut,neutrophile_absolut_unit,neutrophile_absolut_loinc_1,ptt_code,ptt,ptt_unit,ptt_loinc_1,thrombozyten_absolut_code,thrombozyten_absolut,thrombozyten_absolut_unit,thrombozyten_absolut_loinc_1,inr_code,inr,inr_unit,inr_loinc_1,serumalbumin_code,serumalbumin,serumalbumin_unit,serumalbumin_loinc_1,serumalbumin_loinc_2,serumalbumin_loinc_3,antithrombin_iii_code,antithrombin_iii,antithrombin_iii_unit,antithrombin_iii_loinc_1,antithrombin_iii_loinc_2,pct_procalcitonin_code,pct_procalcitonin,pct_procalcitonin_unit,pct_procalcitonin_loinc_1,il6_interleukin_6_code,il6_interleukin_6,il6_interleukin_6_unit,il6_interleukin_6_loinc_1,ntprobnp_code,ntprobnp,ntprobnp_unit,ntprobnp_loinc_1,fibrinogen_code,fibrinogen,fibrinogen_unit,fibrinogen_loinc_1,fibrinogen_loinc_2,sarsco_v2rtpcr_code,sarsco_v2rtpcr,sarsco_v2rtpcr_loinc,sarsco_v2_covid19_ig_g_ia_ql_code,sarsco_v2_covid19_ig_g_ia_ql,sarsco_v2_covid19_ig_g_ia_ql_loinc,sarsco_v2_covid19_ig_g_ia_qn_code,sarsco_v2_covid19_ig_g_ia_qn,sarsco_v2_covid19_ig_g_ia_qn_unit,sarsco_v2_covid19_ig_g_ia_qn_loinc,sarsco_v2_covid19_ig_m_ia_ql_code,sarsco_v2_covid19_ig_m_ia_ql,sarsco_v2_covid19_ig_m_ia_ql_loinc,sarsco_v2_covid19_ig_m_ia_qn_code,sarsco_v2_covid19_ig_m_ia_qn,sarsco_v2_covid19_ig_m_ia_qn_unit,sarsco_v2_covid19_ig_m_ia_qn_loinc,sarsco_v2_covid19_ig_a_ia_ql_code,sarsco_v2_covid19_ig_a_ia_ql,sarsco_v2_covid19_ig_a_ia_ql_loinc,sarsco_v2_covid19_ig_a_ia_qn_code,sarsco_v2_covid19_ig_a_ia_qn,sarsco_v2_covid19_ig_a_ia_qn_unit,sarsco_v2_covid19_ig_a_ia_qn_loinc,sarsco_v2_covid19_ab_ia_ql_code,sarsco_v2_covid19_ab_ia_ql,sarsco_v2_covid19_ab_ia_ql_loinc,sarsco_v2_covid19_ab_ia_qn_code,sarsco_v2_covid19_ab_ia_qn,sarsco_v2_covid19_ab_ia_qn_unit,sarsco_v2_covid19_ab_ia_qn_loinc,laborwerte_complete,symptome_code,symptome,symptome_geruchs_bzw_geschmacksstoerungen,symptome_bauchschmerzen,symptome_bewusstseinsstoerungen_verwirrtheit,symptome_durchfall,symptome_erbrechen,symptome_husten,symptome_kurzatmigkeit_dyspnoe,symptome_uebelkeit,symptome_fieber,symptome_kopfschmerzen,symptome_andere_symptome,symptome_andere_symptome_textfeld,schweregrad_code,symptome_geruchs_bzw_geschmacksstoerungen_schweregrad,symptome_bauchschmerzen_schweregrad,symptome_bewusstseinsstoerungen_verwirrtheit_schweregrad,symptome_durchfall_schweregrad,symptome_erbrechen_schweregrad,symptome_husten_schweregrad,symptome_kurzatmigkeit_dyspnoe_schweregrad,symptome_uebelkeit_schweregrad,symptome_fieber_schweregrad,symptome_kopfschmerzen_schweregrad,symptome_andere_symptome_schweregrad,symptome_complete,medikation_datum,covid19therapie_code,covid19therapie,covid19therapie_antipyretika,covid19therapie_kortikosteroide,covid19therapie_kortikosteroide_code,covid19therapie_atazanavir,covid19therapie_atazanavir_code,covid19therapie_darunavir,covid19therapie_darunavir_code,covid19therapie_chloroquine_phosphate,covid19therapie_hydroxychloroquine,covid19therapie_ivermectin,covid19therapie_lopinavir_ritonavir,covid19therapie_ganciclovir,covid19therapie_oseltamivir,covid19therapie_remdesivir,covid19therapie_ribavirin,covid19therapie_camostat,covid19therapie_favipiravir,covid19therapie_convalescent_plasma,covid19therapie_convalescent_plasma_code,covid19therapie_steroids_gt_05_mg_kg_prednisone_equivalents,covid19therapie_steroids_lt_05_mg_kg_prednisone_equivalents,covid19therapie_tocilizumab,covid19therapie_tocilizumab_code,covid19therapie_sarilumab,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus_code,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept_code,covid19therapie_il1_receptor_antangonists,covid19therapie_ruxolitinib,covid19therapie_colchicine,covid19therapie_interferone_any,covid19therapie_25_hydroxyvitamin_d,covid19therapie_zinc,covid19therapie_andere,covid19therapie_andere_textfeld,acehemmer_code,acehemmer,immunglobuline_code,immunglobuline,antikoagulation_code,antikoagulation,antikoagulation_absicht,antikoagulation_unfraktioniertes_heparin,antikoagulation_unfraktioniertes_heparin_code,antikoagulation_niedermolekulares_heparin,antikoagulation_niedermolekulares_heparin_code,antikoagulation_argatroban,antikoagulation_plaettchenaggregationshemmer,antikoagulation_danaparoid,antikoagulation_phenprocoumon,antikoagulation_doak,antikoagulation_doak_code,antikoagulation_sonstige,antikoagulation_sonstige_textfeld,medikation_complete,dialyse_hamofiltration_code,dialyse_hamofiltration,apherese_code,apherese,bauchlage_code,bauchlage,liegt_der_patient_auf_der_intensivstationq_code,liegt_der_patient_auf_der_intensivstationq,ecmotherapie_code,ecmotherapie,beatmungstherapie_code,beatmungstherapie,therapie_complete,vitalparameter_datum,pa_co2_unit,pa_co2_code,pa_co2,pa_o2_unit,pa_o2_code,pa_o2,fi_o2_unit,fi_o2_code,fi_o2,p_hwert_unit,p_hwert_code,p_hwert,sofascore_code,sofa_score_resp,sofa_score_resp_calc,sofa_score_ns,sofa_score_ns_calc,sofa_score_cvs,sofa_score_cvs_calc,sofa_score_liv,sofa_score_liv_calc,sofa_score_coa,sofa_score_coa_calc,sofa_score_kid,sofa_score_kid_calc,sofa_total_score,atemfrequenz_unit,atemfrequenz_code,atemfrequenz,blutdruck_systolisch_unit,blutdruck_systolisch_code,blutdruck_systolisch,blutdruck_diastolisch_unit,blutdruck_diastolisch_code,blutdruck_diastolisch,herzfrequenz_unit,herzfrequenz_code,herzfrequenz,korpertemperatur_unit,korpertemperatur_code,korpertemperatur,periphere_sauerstoffsattigung_unit,periphere_sauerstoffsattigung_code,periphere_sauerstoffsattigung,vitalparameter_complete,entlassdatum,respiratorisches_outcome_code,respiratorisches_outcome,entlassungsart_code,entlassungsart,ergebnis_folgeabstrich_code,ergebnis_folgeabstrich,outcome_bei_entlassung_complete -synthetic_patient_659985488,basisdaten_arm_1,,,,,,,3,,,,,,,,,,,,,,,2,1,1,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, -synthetic_patient_659985488,1_fall_arm_1,,,2020-01-05,1,5,2,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,1,3,,,,,,,,,,,1,1,2,1,1,1,3,,1,,,,,,,,,1,3,1,2,,,,,,,,,,,,,,,1,1,1,4,1,4,1,2,,,,,,,,,,,,1,1,1,4,,1,1,2020-08-09,82,,,2020-07-09,2020-07-08,87,,,2020-03-08,2020-02-10,209,,,2020-07-20,2020-01-15,99,,,2020-09-08,2020-09-17,16,,,2020-01-04,2020-11-09,107,,,2020-08-23,2020-09-28,229,,,2020-01-18,2020-05-16,180,,,2020-11-29,2020-08-29,12,,,2020-09-13,2020-09-23,,,,2020-12-22,1,3,1,1,2,2,2,2,2020-08-13,,,,,,1,3,2,1,1,3,2,1,1,,,2,2,1,1928-04-08,1,1,1,3,1,,1,92,1,2,1,1,103,1,1,73,2,1,2,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,2,1,3,1,2,1,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-10,1,1,1,4,1,2,2 -synthetic_patient_659985488,2_fall_arm_1,,,2020-10-23,1,4,2,,,,,,,,,,,,,,,,,,,,,,1,1,2,1,1,3,1,1,1,1,2,,1,2,,,,,,,,,,,1,1,2,1,3,1,3,,1,1,3,3,1,1,3,3,,1,2,1,2,,,,,,,,,,,,,,,1,2,1,1,1,3,1,1,2,3,1,1,,2,2,1,3,2,2,1,2,1,2,2,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,3,3,1,3,,,,2020-03-06,,,1,3,2,1,3,,,,1,,,,2,1,1937-09-07,1,6,1,3,1,,1,83,1,5,1,1,84,1,1,12,2,1,1,2,1,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,2,3,2,1,3,3,3,2,1,1,,1,,,,,4,,,,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,1,2,1,1,1,1,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-04-21,1,2,1,6,1,1,2 -synthetic_patient_659985488,3_fall_arm_1,,,2020-05-11,1,4,2,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,1,1,3,3,3,,1,2,2,3,,,1,1,3,3,2,1,2,,1,1,3,1,2,1,2,2,,1,3,1,2,,,,,,,,,,,,,,,1,3,1,2,1,2,1,1,2,1,2,2,,2,2,3,3,2,3,1,1,1,4,,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,1,3,1,1,,2020-06-15,,2020-05-09,2020-10-22,,1,3,2,1,3,,,,1,,,,2,1,1991-08-20,1,1,1,3,1,,1,29,1,8,1,1,123,1,1,62,2,1,1,2,1,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,1,,1,2,1,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,5,1,1,2 +record_id,redcap_event_name,redcap_repeat_instrument,redcap_repeat_instance,miibc_vorlage,gee_version,miibc_dat_dok,miibc_consent_status,miibc_widerruf,miibc_w_dat_dok,gee_erhebung_verarbeitung,gee_krankenkassendaten_retro,gee_krankenkassendaten_pro,gee_biomaterialien,gee_biomaterialien_zusaetzlich,gee_kontaktaufnahme,gee_kontaktaufnahme_zusatzbefunde,gee_projekt_codex,gee_projekt_codex_zusatz,einwilligungserklaerung_mii_broad_consent_complete,covid19_aufnahme_code,covid19_aufnahme,interventionelle_studienteilnahme_code,interventionelle_studienteilnahme,studieneinschluss_einschlusskriterien_complete,aufnahmedatum,erkrankungsphase_zum_zeitpunkt_der_diagnose_code,erkrankungsphase_zum_zeitpunkt_der_diagnose,krankheitsbeginn_aufnahme_complete,chronische_lungenerkrankungen_code,chronische_lungenerkrankungen,chronische_lungenerkrankungen_asthma,chronische_lungenerkrankungen_copd,chronische_lungenerkrankungen_lungenfibrose,chronische_lungenerkrankungen_lungenhochdruck_pulmonale_hypertonie,chronische_lungenerkrankungen_ohs,chronische_lungenerkrankungen_schlafapnoe,chronische_lungenerkrankungen_osas,chronische_lungenerkrankungen_cystische_fibrose,chronische_lungenerkrankungen_andere,chronische_lungenerkrankungen_andere_textfeld,herzkreislauferkrankungen_code,herzkreislauferkrankungen,herzkreislauferkrankungen_bluthochdruck,herzkreislauferkrankungen_zustand_nach_herzinfarkt,herzkreislauferkrankungen_herzrhythmusstoerungen,herzkreislauferkrankungen_herzinsuffizienz,herzkreislauferkrankungen_pavk,herzkreislauferkrankungen_zustand_nach_revaskularisation,herzkreislauferkrankungen_koronare_herzerkrankung_khk,herzkreislauferkrankungen_carotisstenose,herzkreislauferkrankungen_andere,herzkreislauferkrankungen_andere_textfeld,chronische_lebererkrankungen_code,chronische_lebererkrankungen,chronische_lebererkrankungen_fettleber,chronische_lebererkrankungen_leberzirrhose,chronische_lebererkrankungen_chronische_infektioese_hepatitis,chronische_lebererkrankungen_autoimmune_lebererkrankungen,chronische_lebererkrankungen_andere,chronische_lebererkrankungen_andere_textfeld,rheumatologischeimmunologische_erkrankungen_code,rheumatologischeimmunologische_erkrankungen,rheumatologischeimmunologische_erkrankungen_chronisch_entzuendl_darmerkrankung,rheumatologischeimmunologische_erkrankungen_rheumatoide_arthritis,rheumatologischeimmunologische_erkrankungen_kollagenosen,rheumatologischeimmunologische_erkrankungen_vaskulitiden,rheumatologischeimmunologische_erkrankungen_angeborene_immundefekte,rheumatologischeimmunologische_erkrankungen_andere,rheumatologischeimmunologische_erkrankungen_andere_textfeld,bestehende_hivinfektion_code,bestehende_hivinfektion,organtransplantiert_code,organtransplantiert,organtransplantiert_herz,organtransplantiert_lunge,organtransplantiert_leber,organtransplantiert_nieren,organtransplantiert_darm,organtransplantiert_haut,organtransplantiert_hornhaut,organtransplantiert_gehoerknoechelchen,organtransplantiert_herzklappen,organtransplantiert_blutgefaess,organtransplantiert_hirnhaut,organtransplantiert_knochengewebe,organtransplantiert_knorpelgewebe,organtransplantiert_sehne,diabetes_code,diabetes,aktive_tumorkrebserkrankungen_code,aktive_tumorkrebserkrankungen,raucherstatus_code,raucherstatus,chronische_neurologische_oder_psychiatrische_erkrankungen_code,chronische_neurologische_oder_psychiatrische_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_m_parkinson,chronische_neurologische_oder_psychiatrische_erkrankungen_demenz,chronische_neurologische_oder_psychiatrische_erkrankungen_multiple_sklerose,chronische_neurologische_oder_psychiatrische_erkrankungen_neuromuskulaere_erkrankungen,chronische_neurologische_oder_psychiatrische_erkrankungen_epilepsie,chronische_neurologische_oder_psychiatrische_erkrankungen_migraene,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_mit_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_zn_apoplex_ohne_residuen,chronische_neurologische_oder_psychiatrische_erkrankungen_psychose,chronische_neurologische_oder_psychiatrische_erkrankungen_depression,chronische_neurologische_oder_psychiatrische_erkrankungen_angsterkrankung,bestehende_sauerstoff_oder_beatmungstherapie_code,bestehende_sauerstoff_oder_beatmungstherapie,chronische_nierenerkrankungen_code,chronische_nierenerkrankungen,chronische_nierenerkrankungen_schweregrad,reiseaktivitat_code,reiseaktivitat,reiseaktivitat_start_date_1,reiseaktivitat_country_1,reiseaktivitat_state_1,reiseaktivitat_city_1,reiseaktivitat_end_date_1,reiseaktivitat_start_date_2,reiseaktivitat_country_2,reiseaktivitat_state_2,reiseaktivitat_city_2,reiseaktivitat_end_date_2,reiseaktivitat_start_date_3,reiseaktivitat_country_3,reiseaktivitat_state_3,reiseaktivitat_city_3,reiseaktivitat_end_date_3,reiseaktivitat_start_date_4,reiseaktivitat_country_4,reiseaktivitat_state_4,reiseaktivitat_city_4,reiseaktivitat_end_date_4,reiseaktivitat_start_date_5,reiseaktivitat_country_5,reiseaktivitat_state_5,reiseaktivitat_city_5,reiseaktivitat_end_date_5,reiseaktivitat_start_date_6,reiseaktivitat_country_6,reiseaktivitat_state_6,reiseaktivitat_city_6,reiseaktivitat_end_date_6,reiseaktivitat_start_date_7,reiseaktivitat_country_7,reiseaktivitat_state_7,reiseaktivitat_city_7,reiseaktivitat_end_date_7,reiseaktivitat_start_date_8,reiseaktivitat_country_8,reiseaktivitat_state_8,reiseaktivitat_city_8,reiseaktivitat_end_date_8,reiseaktivitat_start_date_9,reiseaktivitat_country_9,reiseaktivitat_state_9,reiseaktivitat_city_9,reiseaktivitat_end_date_9,reiseaktivitat_start_date_10,reiseaktivitat_country_10,reiseaktivitat_state_10,reiseaktivitat_city_10,reiseaktivitat_end_date_10,magengeschwure_code,magengeschwure,impfungen_code,impfungen_influenza,impfungen_pneumokokken,impfungen_bcg,impfungen_covid_19,impfungen_andere,impfungen_influenza_datum,impfungen_pneumokokken_datum,impfungen_bcg_datum,impfungen_covid_19_datum,impfungen_andere_datum,impfungen_andere_textfeld,dnranordnung_code,dnranordnung,anamnese_risikofaktoren_complete,bildgebende_verfahren_code,bildgebende_verfahren,bildgebende_verfahren_ct,bildgebende_verfahren_roentgen,bildgebende_verfahren_us,befund_bildgebender_verfahren_code,befund_bildgebender_verfahren_ct,befund_bildgebender_verfahren_roentgen,befund_bildgebender_verfahren_us,bildgebung_complete,geburtsdatum_code,geburtsdatum,ethnische_zugehorigkeit_code,ethnische_zugehorigkeit,biologisches_geschlecht_code,biologisches_geschlecht,schwangerschaft_code,schwangerschaft,alter_code,alter,frailtyscore_code,frailtyscore,gewicht_unit,gewicht_code,gewicht,korpergrose_unit,korpergrose_code,korpergrose,demographie_complete,kontakt_mit_an_covid19_erkrankter_personq_code,kontakt_mit_an_covid19_erkrankter_personq,epidemiologische_faktoren_complete,komplikation_code,komplikation,komplikation_thrombembolische_ereignisse,komplikation_venoese_thrombose,komplikation_lungenarterienembolie,komplikation_stroke,komplikation_myokardinfarkt,komplikation_andere,komplikation_andere_textfeld,komplikation_pulmonale_co_infektionen,komplikation_blutstrominfektionen,komplikationen_complete,labor_datum,crp_code,crp,crp_unit,crp_loinc_1,crp_loinc_2,crp_loinc_3,ferritin_code,ferritin,ferritin_unit,ferritin_loinc_1,ferritin_loinc_2,bilirubin_code,bilirubin,bilirubin_unit,bilirubin_loinc_1,bilirubin_loinc_2,ddimer_code,ddimer,ddimer_unit,ddimer_loinc_1,ddimer_loinc_2,ddimer_loinc_3,ddimer_loinc_4,ddimer_loinc_5,ddimer_loinc_6,gammagt_code,gammagt,gammagt_unit,gammagt_loinc_1,gotast_code,gotast,gotast_unit,gotast_loinc_1,ldh_code,ldh,ldh_unit,ldh_loinc_1,kardiale_troponine_code,kardiale_troponine,kardiale_troponine_unit,kardiale_troponine_loinc_1,kardiale_troponine_loinc_2,kardiale_troponine_loinc_3,hamoglobin_code,hamoglobin,hamoglobin_unit,hamoglobin_loinc_1,hamoglobin_loinc_2,hamoglobin_loinc_3,kreatinin_code,kreatinin,kreatinin_unit,kreatinin_loinc_1,kreatinin_loinc_2,laktat_code,laktat,laktat_unit,laktat_loinc_1,laktat_loinc_2,leukozyten_absolut_code,leukozyten_absolut,leukozyten_absolut_unit,leukozyten_absolut_loinc_1,lymphozyten_absolut_code,lymphozyten_absolut,lymphozyten_absolut_unit,lymphozyten_absolut_loinc_1,neutrophile_absolut_code,neutrophile_absolut,neutrophile_absolut_unit,neutrophile_absolut_loinc_1,ptt_code,ptt,ptt_unit,ptt_loinc_1,thrombozyten_absolut_code,thrombozyten_absolut,thrombozyten_absolut_unit,thrombozyten_absolut_loinc_1,inr_code,inr,inr_unit,inr_loinc_1,serumalbumin_code,serumalbumin,serumalbumin_unit,serumalbumin_loinc_1,serumalbumin_loinc_2,serumalbumin_loinc_3,antithrombin_iii_code,antithrombin_iii,antithrombin_iii_unit,antithrombin_iii_loinc_1,antithrombin_iii_loinc_2,pct_procalcitonin_code,pct_procalcitonin,pct_procalcitonin_unit,pct_procalcitonin_loinc_1,il6_interleukin_6_code,il6_interleukin_6,il6_interleukin_6_unit,il6_interleukin_6_loinc_1,ntprobnp_code,ntprobnp,ntprobnp_unit,ntprobnp_loinc_1,fibrinogen_code,fibrinogen,fibrinogen_unit,fibrinogen_loinc_1,fibrinogen_loinc_2,sarsco_v2rtpcr_code,sarsco_v2rtpcr,sarsco_v2rtpcr_loinc,sarsco_v2_covid19_ig_g_ia_ql_code,sarsco_v2_covid19_ig_g_ia_ql,sarsco_v2_covid19_ig_g_ia_ql_loinc,sarsco_v2_covid19_ig_g_ia_qn_code,sarsco_v2_covid19_ig_g_ia_qn,sarsco_v2_covid19_ig_g_ia_qn_unit,sarsco_v2_covid19_ig_g_ia_qn_loinc,sarsco_v2_covid19_ig_m_ia_ql_code,sarsco_v2_covid19_ig_m_ia_ql,sarsco_v2_covid19_ig_m_ia_ql_loinc,sarsco_v2_covid19_ig_m_ia_qn_code,sarsco_v2_covid19_ig_m_ia_qn,sarsco_v2_covid19_ig_m_ia_qn_unit,sarsco_v2_covid19_ig_m_ia_qn_loinc,sarsco_v2_covid19_ig_a_ia_ql_code,sarsco_v2_covid19_ig_a_ia_ql,sarsco_v2_covid19_ig_a_ia_ql_loinc,sarsco_v2_covid19_ig_a_ia_qn_code,sarsco_v2_covid19_ig_a_ia_qn,sarsco_v2_covid19_ig_a_ia_qn_unit,sarsco_v2_covid19_ig_a_ia_qn_loinc,sarsco_v2_covid19_ab_ia_ql_code,sarsco_v2_covid19_ab_ia_ql,sarsco_v2_covid19_ab_ia_ql_loinc,sarsco_v2_covid19_ab_ia_qn_code,sarsco_v2_covid19_ab_ia_qn,sarsco_v2_covid19_ab_ia_qn_unit,sarsco_v2_covid19_ab_ia_qn_loinc,laborwerte_complete,symptome_code,symptome,symptome_geruchs_bzw_geschmacksstoerungen,symptome_bauchschmerzen,symptome_bewusstseinsstoerungen_verwirrtheit,symptome_durchfall,symptome_erbrechen,symptome_husten,symptome_kurzatmigkeit_dyspnoe,symptome_uebelkeit,symptome_fieber,symptome_kopfschmerzen,symptome_andere_symptome,symptome_andere_symptome_textfeld,schweregrad_code,symptome_geruchs_bzw_geschmacksstoerungen_schweregrad,symptome_bauchschmerzen_schweregrad,symptome_bewusstseinsstoerungen_verwirrtheit_schweregrad,symptome_durchfall_schweregrad,symptome_erbrechen_schweregrad,symptome_husten_schweregrad,symptome_kurzatmigkeit_dyspnoe_schweregrad,symptome_uebelkeit_schweregrad,symptome_fieber_schweregrad,symptome_kopfschmerzen_schweregrad,symptome_andere_symptome_schweregrad,symptome_complete,medikation_datum,covid19therapie_code,covid19therapie,covid19therapie_antipyretika,covid19therapie_kortikosteroide,covid19therapie_kortikosteroide_code,covid19therapie_atazanavir,covid19therapie_atazanavir_code,covid19therapie_darunavir,covid19therapie_darunavir_code,covid19therapie_chloroquine_phosphate,covid19therapie_hydroxychloroquine,covid19therapie_ivermectin,covid19therapie_lopinavir_ritonavir,covid19therapie_ganciclovir,covid19therapie_oseltamivir,covid19therapie_remdesivir,covid19therapie_ribavirin,covid19therapie_camostat,covid19therapie_favipiravir,covid19therapie_convalescent_plasma,covid19therapie_convalescent_plasma_code,covid19therapie_steroids_gt_05_mg_kg_prednisone_equivalents,covid19therapie_steroids_lt_05_mg_kg_prednisone_equivalents,covid19therapie_tocilizumab,covid19therapie_tocilizumab_code,covid19therapie_sarilumab,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus,covid19therapie_cni_or_mtor_inhibitors_eg_cyclosporin_a_tacrolimus_sirolimus_everolimus_code,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept,covid19therapie_anti_tnf_alpha_inhibitors_eg_adalimumab_etanercept_code,covid19therapie_il1_receptor_antangonists,covid19therapie_ruxolitinib,covid19therapie_colchicine,covid19therapie_interferone_any,covid19therapie_25_hydroxyvitamin_d,covid19therapie_zinc,covid19therapie_andere,covid19therapie_andere_textfeld,acehemmer_code,acehemmer,immunglobuline_code,immunglobuline,antikoagulation_code,antikoagulation,antikoagulation_absicht,antikoagulation_unfraktioniertes_heparin,antikoagulation_unfraktioniertes_heparin_code,antikoagulation_niedermolekulares_heparin,antikoagulation_niedermolekulares_heparin_code,antikoagulation_argatroban,antikoagulation_plaettchenaggregationshemmer,antikoagulation_danaparoid,antikoagulation_phenprocoumon,antikoagulation_doak,antikoagulation_doak_code,antikoagulation_sonstige,antikoagulation_sonstige_textfeld,medikation_complete,dialyse_hamofiltration_code,dialyse_hamofiltration,apherese_code,apherese,bauchlage_code,bauchlage,liegt_der_patient_auf_der_intensivstationq_code,liegt_der_patient_auf_der_intensivstationq,ecmotherapie_code,ecmotherapie,beatmungstherapie_code,beatmungstherapie,therapie_complete,vitalparameter_datum,pa_co2_unit,pa_co2_code,pa_co2,pa_o2_unit,pa_o2_code,pa_o2,fi_o2_unit,fi_o2_code,fi_o2,p_hwert_unit,p_hwert_code,p_hwert,sofascore_code,sofa_score_resp,sofa_score_resp_calc,sofa_score_ns,sofa_score_ns_calc,sofa_score_cvs,sofa_score_cvs_calc,sofa_score_liv,sofa_score_liv_calc,sofa_score_coa,sofa_score_coa_calc,sofa_score_kid,sofa_score_kid_calc,sofa_total_score,atemfrequenz_unit,atemfrequenz_code,atemfrequenz,blutdruck_systolisch_unit,blutdruck_systolisch_code,blutdruck_systolisch,blutdruck_diastolisch_unit,blutdruck_diastolisch_code,blutdruck_diastolisch,herzfrequenz_unit,herzfrequenz_code,herzfrequenz,korpertemperatur_unit,korpertemperatur_code,korpertemperatur,periphere_sauerstoffsattigung_unit,periphere_sauerstoffsattigung_code,periphere_sauerstoffsattigung,vitalparameter_complete,entlassdatum,respiratorisches_outcome_code,respiratorisches_outcome,entlassungsart_code,entlassungsart,ergebnis_folgeabstrich_code,ergebnis_folgeabstrich,outcome_bei_entlassung_complete +synthetic_patient_659985488,basisdaten_arm_1,,,3,,,,,,,,,,,,,,,2,1,1,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +synthetic_patient_659985488,1_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-01-05,1,5,2,1,2,,,,,,,,,,,1,3,,,,,,,,,,,1,1,2,1,1,1,3,,1,,,,,,,,,1,3,1,2,,,,,,,,,,,,,,,1,1,1,4,1,4,1,2,,,,,,,,,,,,1,1,1,4,,1,1,2020-08-09,69,,,2020-07-09,2020-07-08,74,,,2020-03-08,2020-02-10,200,,,2020-07-20,2020-01-15,84,,,2020-09-08,2020-09-17,18,,,2020-01-04,2020-11-09,89,,,2020-08-23,2020-09-28,230,,,2020-01-18,2020-05-16,105,,,2020-11-29,2020-08-29,16,,,2020-09-13,2020-09-23,,,,2020-12-22,1,3,1,1,2,2,2,2,2020-08-13,,,,,,1,3,2,1,1,3,2,1,1,,,2,2,1,1928-04-08,1,1,1,3,1,,1,92,1,2,1,1,103,1,1,73,2,1,2,2,1,2,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,2,1,3,1,2,1,,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-08-10,1,1,1,4,1,2,2 +synthetic_patient_659985488,2_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-10-23,1,4,2,1,1,2,1,1,3,1,1,1,1,2,,1,2,,,,,,,,,,,1,1,2,1,3,1,3,,1,1,3,3,1,1,3,3,,1,2,1,2,,,,,,,,,,,,,,,1,2,1,1,1,3,1,1,2,3,1,1,,2,2,1,3,2,2,1,2,1,2,2,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,1,2,3,3,1,3,,,,2020-03-06,,,1,3,2,1,3,,,,1,,,,2,1,1937-09-07,1,6,1,3,1,,1,83,1,5,1,1,84,1,1,12,2,1,1,2,1,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,1,2,2,3,2,1,3,3,3,2,1,1,,1,,,,,4,,,,,2,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,3,1,1,1,2,1,1,1,1,1,4,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,2020-04-21,1,2,1,6,1,1,2 +synthetic_patient_659985488,3_fall_arm_1,,,,,,,,,,,,,,,,,,,,,,,,2020-05-11,1,4,2,1,3,,,,,,,,,,,1,1,3,3,3,,1,2,2,3,,,1,1,3,3,2,1,2,,1,1,3,1,2,1,2,2,,1,3,1,2,,,,,,,,,,,,,,,1,3,1,2,1,2,1,1,2,1,2,2,,2,2,3,3,2,3,1,1,1,4,,1,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,1,2,1,3,1,1,,2020-06-15,,2020-05-09,2020-10-22,,1,3,2,1,3,,,,1,,,,2,1,1991-08-20,1,1,1,3,1,,1,29,1,8,1,1,123,1,1,62,2,1,1,2,1,3,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,2,,,,,,,,,,,,,1,,,,,,,,,,,,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,2,1,,1,2,1,,1,2,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,1,,1,5,1,1,2 synthetic_patient_659985488,1_fall_arm_1,laborwerte,1,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-09-16 08:13",1,"31,88212709758449",1,3,,,1,"72,01614711365625",2,,1,1,"90,27218860595684",2,,1,1,"28,55094440793241",2,,4,,,,,1,"2,1611680393062938",1,1,1,"50,066150540429824",1,3,1,"50,3178499536318",1,5,1,"90,83104972150137",2,,6,,1,"48,28535210988167",3,,,4,1,"56,224168844683994",2,,3,1,"17,575233076356934",2,,2,1,"39,09070590360309",1,2,1,"97,04207087719661",1,1,1,"10,015512783484382",1,3,1,,1,4,1,"22,866830715964813",1,8,1,"38,87902921053136",1,3,1,"28,846251294467706",2,,1,,1,"86,57399776463815",1,3,,1,"44,93476663538021",1,2,1,"76,1353106803405",1,2,1,"95,44233074434969",1,,1,"85,47834507675371",2,,1,1,3,1,1,2,1,1,"79,56207164412763",1,1,1,2,1,1,"25,915487373515255",1,1,1,2,1,1,"14,723180393293644",1,1,1,1,1,1,"14,132700499208518",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, synthetic_patient_659985488,1_fall_arm_1,laborwerte,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-03-11 23:56",1,"50,213500941586275",2,,1,,1,"60,595860517476716",2,,1,1,"26,72353390973634",1,5,,1,"30,975242222487854",3,,,1,,,,1,"80,52738395099263",1,1,1,"76,06126808805162",1,2,1,"31,366934396929945",1,5,1,"73,96245858524809",2,,,,1,"67,62377608042333",3,,,9,1,"50,519444078600515",,,,1,"77,53400861623005",1,2,,1,"70,53664863098001",1,4,1,"38,532455994545344",1,2,1,"42,569547838404056",1,2,1,"80,60319755393198",1,3,1,"35,9566715682224",1,,1,"10,025055621435675",1,3,1,"58,9107971866058",3,,,1,1,"2,667856845699068",1,2,,1,"71,43811634855523",1,1,1,"53,73601798020965",1,2,1,"4,26350714274728",1,1,1,"88,1434399767395",2,,1,1,1,1,1,1,1,1,"86,4335689832336",1,1,1,1,1,1,"80,99917810500463",1,1,1,3,1,1,,1,1,1,2,1,1,"7,354560847677827",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, synthetic_patient_659985488,1_fall_arm_1,laborwerte,3,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,"2020-07-29 03:08",1,"0,49214615919447313",3,,,1,1,,2,,1,1,"81,30237568671281",2,,1,1,"45,13024753642257",2,,3,,,,,1,"14,689766918416215",1,2,1,"57,85454443269372",1,2,1,"82,090751148186",1,5,1,"11,652026529529923",3,,,1,1,"50,187079278901756",2,,7,,1,"86,8290940931152",2,,3,1,"65,69688888710873",1,,,1,,1,2,1,"16,979387856106797",1,4,1,"16,820481146780363",1,,1,"38,989071342461145",1,3,1,"87,18946790462522",1,6,1,"68,58957648500058",1,3,1,"31,76425248477036",1,2,,,1,"93,6206961527569",,,,1,"88,39364315895905",1,2,1,"68,72999422831934",1,1,1,"40,2958494643128",1,2,1,"18,15151068358126",2,,2,1,3,1,1,3,1,1,"41,34446910870706",1,1,1,2,1,1,"87,02503151151556",1,1,1,1,1,1,"76,2005872015143",1,1,1,1,1,1,"98,78215124570812",1,1,2,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, diff --git a/src/test/resources/REDCap_Synthetic_Data_2021-08-04.xml b/src/test/resources/REDCap_Synthetic_Data_2021-08-04.xml index ec4a557..ec9679a 100644 --- a/src/test/resources/REDCap_Synthetic_Data_2021-08-04.xml +++ b/src/test/resources/REDCap_Synthetic_Data_2021-08-04.xml @@ -4,6 +4,9 @@ + + + @@ -63,9 +66,6 @@ - - - @@ -506,9 +506,6 @@ - - - @@ -949,9 +946,6 @@ - - - @@ -7009,7 +7003,8 @@ - + + @@ -7085,7 +7080,8 @@ - + + @@ -7161,7 +7157,8 @@ - + + @@ -7237,7 +7234,8 @@ - + + @@ -7313,7 +7311,8 @@ - + + @@ -7389,7 +7388,8 @@ - + + @@ -7465,7 +7465,8 @@ - + + @@ -7541,7 +7542,8 @@ - + + @@ -7617,7 +7619,8 @@ - + + @@ -7693,7 +7696,8 @@ - + + @@ -7769,7 +7773,8 @@ - + + @@ -7845,7 +7850,8 @@ - + + @@ -7921,7 +7927,8 @@ - + + @@ -7997,7 +8004,8 @@ - + + @@ -8073,7 +8081,8 @@ - + + @@ -8149,7 +8158,8 @@ - + + @@ -8225,7 +8235,8 @@ - + + @@ -8301,7 +8312,8 @@ - + + @@ -8377,7 +8389,8 @@ - + + @@ -8453,7 +8466,8 @@ - + + @@ -16011,7 +16025,8 @@ - + + @@ -16087,7 +16102,8 @@ - + + @@ -16163,7 +16179,8 @@ - + + @@ -16239,7 +16256,8 @@ - + + @@ -16315,7 +16333,8 @@ - + + @@ -16391,7 +16410,8 @@ - + + @@ -16467,7 +16487,8 @@ - + + @@ -16543,7 +16564,8 @@ - + + @@ -16619,7 +16641,8 @@ - + + @@ -16695,7 +16718,8 @@ - + + @@ -16771,7 +16795,8 @@ - + + @@ -16847,7 +16872,8 @@ - + + @@ -16923,7 +16949,8 @@ - + + @@ -16999,7 +17026,8 @@ - + + @@ -17075,7 +17103,8 @@ - + + @@ -17151,7 +17180,8 @@ - + + @@ -17227,7 +17257,8 @@ - + + @@ -17303,7 +17334,8 @@ - + + @@ -17379,7 +17411,8 @@ - + + @@ -17455,7 +17488,8 @@ - + + @@ -25013,7 +25047,8 @@ - + + @@ -25089,7 +25124,8 @@ - + + @@ -25165,7 +25201,8 @@ - + + @@ -25241,7 +25278,8 @@ - + + @@ -25317,7 +25355,8 @@ - + + @@ -25393,7 +25432,8 @@ - + + @@ -25469,7 +25509,8 @@ - + + @@ -25545,7 +25586,8 @@ - + + @@ -25621,7 +25663,8 @@ - + + @@ -25697,7 +25740,8 @@ - + + @@ -25773,7 +25817,8 @@ - + + @@ -25849,7 +25894,8 @@ - + + @@ -25925,7 +25971,8 @@ - + + @@ -26001,7 +26048,8 @@ - + + @@ -26077,7 +26125,8 @@ - + + @@ -26153,7 +26202,8 @@ - + + @@ -26229,7 +26279,8 @@ - + + @@ -26305,7 +26356,8 @@ - + + @@ -26381,7 +26433,8 @@ - + + @@ -26457,7 +26510,8 @@ - + +