diff --git a/.eclipse/bind/.classpath b/.eclipse/bind/.classpath deleted file mode 100644 index a32cbbb8155ddfff4520718c10bcaa611af4f16f..0000000000000000000000000000000000000000 --- a/.eclipse/bind/.classpath +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/.eclipse/bind/.project b/.eclipse/bind/.project deleted file mode 100644 index 2f840c755c4d9c0f11785a3211b7f6820bee198f..0000000000000000000000000000000000000000 --- a/.eclipse/bind/.project +++ /dev/null @@ -1,30 +0,0 @@ - - - bind - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - - - java - 2 - PULSE_BUILD/Innerbuild/src/java - - - - - PULSE_BIND - $%7BPULSE_BUILD%7D/Innerbuild/src/java/com - - - diff --git a/.eclipse/eclipse_format.xml b/.eclipse/eclipse_format.xml deleted file mode 100644 index e75184c7123166f130d5937ed24de6a87b5892b5..0000000000000000000000000000000000000000 --- a/.eclipse/eclipse_format.xml +++ /dev/null @@ -1,348 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.eclipse/pulse/.classpath b/.eclipse/pulse/.classpath deleted file mode 100644 index 9c8e94279eb26e9504332a3ca543ffa48992f136..0000000000000000000000000000000000000000 --- a/.eclipse/pulse/.classpath +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/.eclipse/pulse/.project b/.eclipse/pulse/.project deleted file mode 100644 index efa7eee7fe2995836d3de6a31ef628ba7cf69d42..0000000000000000000000000000000000000000 --- a/.eclipse/pulse/.project +++ /dev/null @@ -1,24 +0,0 @@ - - - pulse - - - - - - org.eclipse.jdt.core.javabuilder - - - - - - org.eclipse.jdt.core.javanature - - - - java - 2 - PULSE_SOURCE/src/java - - - diff --git a/bin/run.cmake.in b/bin/run.cmake.in index 6fe0d57e95d97d9cc4e3fe6217aaa97178fd98e0..d5ff4329265fc149ceed1dbf595326d1abbc8aad 100644 --- a/bin/run.cmake.in +++ b/bin/run.cmake.in @@ -53,6 +53,9 @@ if(TYPE STREQUAL "tests" OR TYPE STREQUAL "SystemValidation" OR TYPE STREQUAL "P execute_process(COMMAND "${Java_JAVA_EXECUTABLE}" -classpath "${JAVA_CLASSPATH}" com.kitware.pulse.cdm.testing.SETestDriver PatientVerification.config) execute_process(COMMAND "${Java_JAVA_EXECUTABLE}" -classpath "${JAVA_CLASSPATH}" com.kitware.pulse.cdm.testing.validation.PatientValidation TEST) endif() +elseif(TYPE STREQUAL "validateFolder")# ARG1 is folder path, if ARG2 is provided and 'false', java logging is turned off + execute_process(COMMAND "${Java_JAVA_EXECUTABLE}" -classpath "${JAVA_CLASSPATH}" com.kitware.pulse.cdm.testing.validation.PatientValidation ${ARG1} ${ARG2}) + execute_process(COMMAND "${Java_JAVA_EXECUTABLE}" -classpath "${JAVA_CLASSPATH}" com.kitware.pulse.cdm.testing.validation.SystemValidation ${ARG1} ${ARG2}) elseif(TYPE STREQUAL "genData") execute_process(COMMAND "${Java_JAVA_EXECUTABLE}" -classpath "${JAVA_CLASSPATH}" com.kitware.pulse.dataset.DataSetReader) execute_process(COMMAND "${Java_JAVA_EXECUTABLE}" -classpath "${JAVA_CLASSPATH}" com.kitware.pulse.dataset.ValidationDataSetReader) diff --git a/cmake/external/External_protobuf.cmake b/cmake/external/External_protobuf.cmake index 762e6c0d8efb246ede05aee3389895a3935fd7a7..49a85ed4dc3fd0d6c258b7572dba90da636cb4a1 100644 --- a/cmake/external/External_protobuf.cmake +++ b/cmake/external/External_protobuf.cmake @@ -14,12 +14,12 @@ endif() # Support getting various versions, as end users could be using a different versions # And their application runtime environment needs to have all consistent dlls, or they fight! -set(Protobuf_VERSION "3.18.0" CACHE STRING "Select the version of ProtoBuf to build.") -set_property(CACHE Protobuf_VERSION PROPERTY STRINGS "3.18.0" "3.15.8" "3.10.0") +set(Protobuf_VERSION "3.21.4" CACHE STRING "Select the version of ProtoBuf to build.") +set_property(CACHE Protobuf_VERSION PROPERTY STRINGS "3.21.4" "3.15.8" "3.10.0") -if (Protobuf_VERSION VERSION_EQUAL 3.18.0)# Latest, Can change - set(Protobuf_url "https://github.com/protocolbuffers/protobuf/releases/download/v3.18.0/protobuf-all-3.18.0.zip" ) - set(Protobuf_md5 "4fb72c818808b56244c85e9433c80416" ) +if (Protobuf_VERSION VERSION_EQUAL 3.21.4)# Latest, Can change + set(Protobuf_url "https://github.com/protocolbuffers/protobuf/releases/download/v21.4/protobuf-all-21.4.zip" ) + set(Protobuf_md5 "f542df673c2a50ef7a0e4b1cc02c5a42" ) elseif(Protobuf_VERSION VERSION_EQUAL 3.15.8) # Requested by DarkSlope set(Protobuf_url "https://github.com/protocolbuffers/protobuf/releases/download/v3.15.8/protobuf-all-3.15.8.zip") set(Protobuf_md5 "5249754276f08be7fef1421f418c1e70") diff --git a/cmake/external/External_pybind11.cmake b/cmake/external/External_pybind11.cmake index 98010b3f751b37f9c62378af83f8fe23ace6c00c..0530c1c99f8e278047427cd947543689166cb031 100644 --- a/cmake/external/External_pybind11.cmake +++ b/cmake/external/External_pybind11.cmake @@ -5,8 +5,8 @@ include(AddExternalProject) define_external_dirs_ex(pybind11) add_external_project_ex( pybind11 - URL https://github.com/pybind/pybind11/archive/v2.5.0.zip - URL_MD5 dd28542bc9d676972e202482f55676e4 + URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0.zip + URL_MD5 9eeed92aa1d7f018bbec4bcc22d4593b CMAKE_CACHE_ARGS -DCMAKE_INSTALL_PREFIX:STRING=${pybind11_PREFIX}/install -DPYBIND11_TEST:BOOL=OFF diff --git a/data/config/DebugPlots.config b/data/config/DebugPlots.config index 6e4c007810a40c25e635eea4f0a91deafbce002f..964161aa5cc4f58f3c62469999f2d5e80335dda9 100644 --- a/data/config/DebugPlots.config +++ b/data/config/DebugPlots.config @@ -46,13 +46,9 @@ # ExperimentalData - Specify the relative path and filename for experimental results to be plotted as an additional line (Note: no spaces allowed) # Whatever you enter for X2 and Y2 will be the headers pulled from the experimental data file. -# FLAGS FOR RESPIRATORY PFT PLOTTER ONLY -# PFTFile - Specify the path and filename for the .pba containing the PFT data you want to plot (No spaces allowed) - Plotter=com.kitware.pulse.utilities.csv.plots.ActionEventPlotter Plotter=com.kitware.pulse.utilities.csv.plots.MultiPlotter Plotter=com.kitware.pulse.utilities.csv.plots.ConvexHullPlotter -Plotter=com.kitware.pulse.utilities.csv.plots.RespiratoryPFTPlotter Plotter=com.kitware.pulse.utilities.csv.plots.MultiSourcePlotter #ScenarioName=PlotterType Flag1=Stuff Flag2=Stuff Flag3 FlagN diff --git a/data/config/DebugRun.config b/data/config/DebugRun.config index 60c9535e25a14da94649e91a25adc7e014d2c8bf..50d3bf43489d3d9bb6d1dbe3369e34ef834d989d 100644 --- a/data/config/DebugRun.config +++ b/data/config/DebugRun.config @@ -32,4 +32,5 @@ Macro EngineUnitTest=EngineUnitTestDriver FastPlot Baseline=unit_tests/pulse/ Co Macro EngineUnitTestFull=EngineUnitTestDriver FullPlot Baseline=unit_tests/pulse/ Computed=./test_results/unit_tests/pulse Macro ScenarioTest=ScenarioTestDriver FastPlot Baseline=scenarios/ Computed=./test_results/scenarios -patient/BasicStandard.json = ScenarioTest HumanAdultWholeBody +#patient/BasicStandard.json = ScenarioTest HumanAdultWholeBody +validation/systems/RespiratoryValidation.json = ScenarioTest diff --git a/data/config/PlotRun.config b/data/config/PlotRun.config index a7db05702b481d4d56ebf84be08be4a24918d237..e0bcbc129de6418a429f2f859edca5eeec8a751a 100644 --- a/data/config/PlotRun.config +++ b/data/config/PlotRun.config @@ -47,13 +47,9 @@ # ValidationData - Specify the relative path and filename for experimental results to be plotted as an additional line (Note: no spaces allowed) # Whatever you enter for X2 and Y2 will be the headers pulled from the experimental data file. -# FLAGS FOR RESPIRATORY PFT PLOTTER ONLY -# PFTFile - Specify the path and filename for the .xml containing the PFT data you want to plot (No spaces allowed) - Plotter=com.kitware.pulse.utilities.csv.plots.ActionEventPlotter Plotter=com.kitware.pulse.utilities.csv.plots.MultiPlotter Plotter=com.kitware.pulse.utilities.csv.plots.ConvexHullPlotter -Plotter=com.kitware.pulse.utilities.csv.plots.RespiratoryPFTPlotter Plotter=com.kitware.pulse.utilities.csv.plots.MultiSourcePlotter ########## Physiologic Systems ########## @@ -67,12 +63,12 @@ HemorrhageClass2Saline=ActionEventPlotter Header=BloodVolume(L) VerificationDir= # Elastance/Compliance plot CardioElastance=MultiPlotter Y1=LeftHeartCompliance_mL_Per_mmHg X1=Time(s) Y2=LeftHeartElastance_mmHg_Per_mL X2=Time(s) X1LowerBound=30 X1UpperBound=35 DataPathVerificationOverride=unit_tests/pulse/ Title=None DataFileOverride=CardiovascularCircuitOutput.csv OutputOverride=./docs/html/plots/Cardiovascular OutputFilename=ComplianceVsElastance.jpg # Pressure/volume -CardiovascularValidation=MultiPlotter Y1=LeftHeart-Pressure(mmHg) Y2=LeftHeart-Volume(mL) X1=Time(s) X2=Time(s) Title=None VerificationDir=validation/systems/ X1LowerBound=4.58 X1UpperBound=7.12 OutputOverride=./docs/html/plots/Cardiovascular OutputFilename=PressureVsVolume.jpg +CardiovascularValidation-StandardMale=MultiPlotter Y1=LeftHeart-Pressure(mmHg) Y2=LeftHeart-Volume(mL) X1=Time(s) X2=Time(s) Title=None VerificationDir=validation/systems/ X1LowerBound=4.58 X1UpperBound=7.12 OutputOverride=./docs/html/plots/Cardiovascular OutputFilename=PressureVsVolume.jpg # P-V Loop -CardiovascularValidation=ConvexHullPlotter Y1=LeftHeart-Pressure(mmHg) X1=LeftHeart-Volume(mL) Title=None VerificationDir=validation/systems/ OutputOverride=./docs/html/plots/Cardiovascular ImageDimensions=400,600 RemoveLegends ZeroAxis OutputFilename=PVLoop.jpg +CardiovascularValidation-StandardMale=ConvexHullPlotter Y1=LeftHeart-Pressure(mmHg) X1=LeftHeart-Volume(mL) Title=None VerificationDir=validation/systems/ OutputOverride=./docs/html/plots/Cardiovascular ImageDimensions=400,600 RemoveLegends ZeroAxis OutputFilename=PVLoop.jpg # Pressure waveform -CardiovascularValidation=MultiPlotter Y1=ArterialPressure(mmHg) X1=Time(s) Title=None RemoveLegends VerificationDir=validation/systems/ X1LowerBound=2.78 X1UpperBound=4.46 Y1LowerBound=70 Y1UpperBound=120 OutputOverride=./docs/html/plots/Cardiovascular ImageDimensions=400,500 OutputFilename=EnginePressure.jpg -CardiovascularValidation=MultiPlotter Y1=Pressure(mmHg) X1=Time(s) Title=None RemoveLegends DataPathValidationOverride=Waveforms/ DataFileOverride=Systemic_Blood_Pressure.csv X1LowerBound=6.025 X1UpperBound=7.217 Y1LowerBound=40 Y1UpperBound=130 OutputOverride=./docs/html/plots/Cardiovascular ImageDimensions=400,500 OutputFilename=PhysioNetPressure.jpg +CardiovascularValidation-StandardMale=MultiPlotter Y1=ArterialPressure(mmHg) X1=Time(s) Title=None RemoveLegends VerificationDir=validation/systems/ X1LowerBound=2.78 X1UpperBound=4.46 Y1LowerBound=70 Y1UpperBound=120 OutputOverride=./docs/html/plots/Cardiovascular ImageDimensions=400,500 OutputFilename=EnginePressure.jpg +CardiovascularValidation-StandardMale=MultiPlotter Y1=Pressure(mmHg) X1=Time(s) Title=None RemoveLegends DataPathValidationOverride=Waveforms/ DataFileOverride=Systemic_Blood_Pressure.csv X1LowerBound=6.025 X1UpperBound=7.217 Y1LowerBound=40 Y1UpperBound=130 OutputOverride=./docs/html/plots/Cardiovascular ImageDimensions=400,500 OutputFilename=PhysioNetPressure.jpg #ECG ArrhythmiaSinusRhythms=MultiPlotter Y1=Lead3ElectricPotential(mV) X1=Time(s) Title=None RemoveLegends VerificationDir=patient DataFileOverride=ArrhythmiaSinusRhythmsResults.csv X1LowerBound=2.5 X1UpperBound=5.5 Y1LowerBound=-0.1 Y1UpperBound=0.7 OutputOverride=./docs/html/plots/Cardiovascular ImageDimensions=600,500 OutputFilename=SinusECG.jpg ArrhythmiaSinusRhythms=MultiPlotter Y1=Lead3ElectricPotential(mV) X1=Time(s) Title=None RemoveLegends VerificationDir=patient DataFileOverride=ArrhythmiaSinusRhythmsResults.csv X1LowerBound=2.5 X1UpperBound=5.5 Y1LowerBound=-0.1 Y1UpperBound=0.7 OutputOverride=./docs/html/plots/Cardiovascular ImageDimensions=1000,500 OutputFilename=SinusECGExpanded.jpg @@ -104,7 +100,7 @@ HemorrhageClass4NoFluid=MultiPlotter Title=CardiacOutput_Response_To_Hemorrhage HemorrhageClass4NoFluid=MultiPlotter Title=MeanArterialPressure_Response_To_Hemorrhage PercentOfBaseline X1Label=Percent_Of_Blood_Loss X1=BloodVolume(L) Y1Label=Pulse_Normalized_Mean_Arterial_Pressure Y2Label=Validation_Normalized_Mean_Arterial_Pressure X2=BloodVolumeLost(%) Y1=MeanArterialPressure(mmHg) Y2=NormalizedMeanArterialPressure Y1LowerBound=0 Y1UpperBound=105 Y2LowerBound=0 Y2UpperBound=105 X1LowerBound=0 X1UpperBound=50 Title=None OutputOverride=./docs/html/plots/Cardiovascular ValidationData=Cardiovascular/HemorrhagicMeanArterialPressureShockValidation.csv OutputFilename=MeanArterialPressureShock.jpg #HemorrhageClass4NoFluid=MultiPlotter Title=Cardiovascular_Response_To_Hemorrhage PercentOfBaseline X1Label=Percent_Of_Blood_Loss X1=BloodVolume(L) Y1=CardiacOutput(L/min) Y1LowerBound=0 X2=BloodVolume(L) Y2=MeanArterialPressure(mmHg) Y2LowerBound=0 X1LowerBound=0 X1UpperBound=50 Title=None OutputOverride=./docs/html/plots/Cardiovascular OutputFilename=CardiacShock.jpg HemorrhageGroups=MultiSourcePlotter Title=Cardiovascular_Hemorrhage_Groups PercentOfBaseline X1=Time(s) Y1=MeanArterialPressure(mmHg) Y1Label=Mean_Arterial_Pressure_Delta Y1LowerBound=0 Y1UpperBound=100 DataPathVerificationOverride=scenarios/patient/ Title=None DataFileOverride=HemorrhageGroup1Results.csv,HemorrhageGroup2Results.csv,HemorrhageGroup3Results.csv,HemorrhageGroup4Results.csv,HemorrhageGroup5Results.csv,HemorrhageGroup6Results.csv OutputOverride=./docs/html/plots/Cardiovascular OutputFilename=HemorrhageGroups.jpg -#CardiovascularValidation=MultiPlotter Y1=RightHeart-Volume(mL),LeftHeart-Volume(mL),VenaCava-Volume(mL),PulmonaryArteries-Volume(mL),PulmonaryCapillaries-Volume(mL),PulmonaryVeins-Volume(mL),RightArmVasculature-Volume(mL),RightLegVasculature-Volume(mL),LeftArmVasculature-Volume(mL),LeftLegVasculature-Volume(mL),BrainVasculature-Volume(mL),LiverVasculature-Volume(mL),KidneyVasculature-Volume(mL),Aorta-Volume(mL),MyocardiumVasculature-Volume(mL),SplanchnicVasculature-Volume(mL),SkinVasculature-Volume(mL),FatVasculature-Volume(mL) X1=Time(s) VerificationDir=validation/systems/ Title=Blood_Compartment_Volumes Y1Label=BloodVolume(mL) OutputOverride=./docs/html/plots/Cardiovascular +#CardiovascularValidation-StandardMale=MultiPlotter Y1=RightHeart-Volume(mL),LeftHeart-Volume(mL),VenaCava-Volume(mL),PulmonaryArteries-Volume(mL),PulmonaryCapillaries-Volume(mL),PulmonaryVeins-Volume(mL),RightArmVasculature-Volume(mL),RightLegVasculature-Volume(mL),LeftArmVasculature-Volume(mL),LeftLegVasculature-Volume(mL),BrainVasculature-Volume(mL),LiverVasculature-Volume(mL),KidneyVasculature-Volume(mL),Aorta-Volume(mL),MyocardiumVasculature-Volume(mL),SplanchnicVasculature-Volume(mL),SkinVasculature-Volume(mL),FatVasculature-Volume(mL) X1=Time(s) VerificationDir=validation/systems/ Title=Blood_Compartment_Volumes Y1Label=BloodVolume(mL) OutputOverride=./docs/html/plots/Cardiovascular #heart faliure VentricularSystolicDysfunction=ActionEventPlotter NoGrid Title=None Header=BloodVolume(L) OutputOverride=./docs/html/plots/Cardiovascular OutputFilename=HeartFailure.jpg @@ -219,20 +215,20 @@ RenalTGFandUPRFeedbackOutput=MultiPlotter Y1=UrineProductionRate(mL/min) X1=Mean ##### Respiratory Methodology Report ##### # Design ConsciousRespiration=ActionEventPlotter NoGrid Header=TransMusclePressure(cmH2O) VerificationDir=miscellaneous OutputOverride=./docs/html/plots/Respiratory/ NoEvents OutputFilename=DriverWaveform.jpg -RespiratoryValidation=MultiPlotter NoGrid Y1=RespiratoryMusclePressure(cmH2O) X1=Time(s) VerificationDir=validation/systems/ Title=Muscle_Pressure Y1Label=Pressure(cmH2O) X1LowerBound=39.6 X1UpperBound=54.6 OutputOverride=./docs/html/plots/Respiratory/ -RespiratoryValidation=MultiPlotter NoGrid Y1=LeftPleuralCavity-Pressure(cmH2O),LeftAlveoli-Pressure(cmH2O) X1=Time(s) VerificationDir=validation/systems/ Title=Pleural_and_Alveoli_Pressure Y1Label=Pressure(cmH2O) X1LowerBound=39.6 X1UpperBound=54.6 OutputOverride=./docs/html/plots/Respiratory/ -RespiratoryValidation=MultiPlotter NoGrid Y1=TranspulmonaryPressure(cmH2O) X1=Time(s) VerificationDir=validation/systems/ Title=Transpulmonary_Pressure Y1Label=Pressure(cmH2O) X1LowerBound=39.6 X1UpperBound=54.6 OutputOverride=./docs/html/plots/Respiratory/ -RespiratoryValidation=MultiPlotter NoGrid Y1=TotalLungVolume(mL) Y2=TidalVolume(mL) X1=Time(s) X2=Time(s) VerificationDir=validation/systems/ Title=TidalVolume_from_TotalLungVolume X1LowerBound=39.6 X1UpperBound=54.6 OutputOverride=./docs/html/plots/Respiratory/ RemoveLegends -RespiratoryValidation=MultiPlotter NoGrid Y1=LeftAnatomicDeadSpace-Volume(mL),RightAnatomicDeadSpace-Volume(mL),LeftAlveoli-Volume(mL),RightAlveoli-Volume(mL) X1=Time(s) VerificationDir=validation/systems/ Title=Alveoli_and_Dead_Space_Volumes X1LowerBound=39.6 X1UpperBound=54.6 Y1Label=Volumes(mL) OutputOverride=./docs/html/plots/Respiratory/ -RespiratoryValidation=MultiPlotter NoGrid Y1=InspiratoryFlow(L/s) Y2=TotalLungVolume(mL) X1=Time(s) X2=Time(s) VerificationDir=validation/systems/ Title=Total_Flow_Through_Trachea X1LowerBound=39.6 X1UpperBound=44.6 OutputOverride=./docs/html/plots/Respiratory/ RemoveLegends -RespiratoryValidation=MultiPlotter NoGrid Y1=LeftAlveoli-Pressure(cmH2O) Y2=TotalLungVolume(mL) X1=Time(s) X2=Time(s) VerificationDir=validation/systems/ Title=Lung_Pressure_And_Volume X1LowerBound=39.6 X1UpperBound=44.6 OutputOverride=./docs/html/plots/Respiratory/ RemoveLegends -RespiratoryValidation=MultiPlotter NoGrid Y1=LeftAlveoli-Pressure(cmH2O),LeftPleuralCavity-Pressure(cmH2O) X1=Time(s) VerificationDir=validation/systems/ Title=Engine_Pressures X1LowerBound=39.6 X1UpperBound=44.6 Y1Label=Pressure(cmH2O) OutputOverride=./docs/html/plots/Respiratory/ ImageDimensions=800,800 -RespiratoryValidation=MultiPlotter NoGrid Y1=TotalLungVolume(mL) X1=Time(s) VerificationDir=validation/systems/ Title=Engine_Lung_Volume X1LowerBound=39.6 X1UpperBound=44.6 OutputOverride=./docs/html/plots/Respiratory/ ImageDimensions=800,400 -RespiratoryValidation=MultiPlotter NoGrid Y1=LeftAlveoli-Oxygen-PartialPressure(mmHg),RightAlveoli-Oxygen-PartialPressure(mmHg) X1=Time(s) VerificationDir=validation/systems/ Title=Alveolar_Oxygen_Partial_Pressure X1LowerBound=39.6 X1UpperBound=54.6 OutputOverride=./docs/html/plots/Respiratory/ -RespiratoryValidation=MultiPlotter NoGrid Y1=LeftAlveoli-CarbonDioxide-PartialPressure(mmHg),RightAlveoli-CarbonDioxide-PartialPressure(mmHg) X1=Time(s) VerificationDir=validation/systems/ Title=Alveolar_Carbon_Dioxide_Partial_Pressure X1LowerBound=39.6 X1UpperBound=54.6 OutputOverride=./docs/html/plots/Respiratory/ -RespiratoryValidation=MultiPlotter NoGrid Y1=Carina-CarbonDioxide-PartialPressure(mmHg) Y2=TotalLungVolume(mL) X1=Time(s) X2=Time(s) VerificationDir=validation/systems/ Title=Trachea_Carbon_Dioxide_Partial_Pressure X1LowerBound=39.6 X1UpperBound=44.6 OutputOverride=./docs/html/plots/Respiratory/ RemoveLegends -RespiratoryValidation=MultiPlotter NoGrid Y1=Carina-Oxygen-PartialPressure(mmHg) Y2=TotalLungVolume(mL) X1=Time(s) X2=Time(s) VerificationDir=validation/systems/ Title=Trachea_Oxygen_Partial_Pressure X1LowerBound=39.6 X1UpperBound=44.6 OutputOverride=./docs/html/plots/Respiratory/ RemoveLegends -RespiratoryValidation=ConvexHullPlotter NoGrid Y1=TotalLungVolume(mL) X1=LeftPleuralCavity-Pressure(cmH2O) VerificationDir=validation/systems/ Title=Engine_Pulmonary_Compliance OutputOverride=./docs/html/plots/Respiratory/ ImageDimensions=800,800 +RespiratoryValidation-StandardMale=MultiPlotter NoGrid Y1=RespiratoryMusclePressure(cmH2O) X1=Time(s) VerificationDir=validation/systems/ Title=Muscle_Pressure Y1Label=Pressure(cmH2O) X1LowerBound=39.6 X1UpperBound=54.6 OutputOverride=./docs/html/plots/Respiratory/ +RespiratoryValidation-StandardMale=MultiPlotter NoGrid Y1=LeftPleuralCavity-Pressure(cmH2O),LeftAlveoli-Pressure(cmH2O) X1=Time(s) VerificationDir=validation/systems/ Title=Pleural_and_Alveoli_Pressure Y1Label=Pressure(cmH2O) X1LowerBound=39.6 X1UpperBound=54.6 OutputOverride=./docs/html/plots/Respiratory/ +RespiratoryValidation-StandardMale=MultiPlotter NoGrid Y1=TranspulmonaryPressure(cmH2O) X1=Time(s) VerificationDir=validation/systems/ Title=Transpulmonary_Pressure Y1Label=Pressure(cmH2O) X1LowerBound=39.6 X1UpperBound=54.6 OutputOverride=./docs/html/plots/Respiratory/ +RespiratoryValidation-StandardMale=MultiPlotter NoGrid Y1=TotalLungVolume(mL) Y2=TidalVolume(mL) X1=Time(s) X2=Time(s) VerificationDir=validation/systems/ Title=TidalVolume_from_TotalLungVolume X1LowerBound=39.6 X1UpperBound=54.6 OutputOverride=./docs/html/plots/Respiratory/ RemoveLegends +RespiratoryValidation-StandardMale=MultiPlotter NoGrid Y1=LeftAnatomicDeadSpace-Volume(mL),RightAnatomicDeadSpace-Volume(mL),LeftAlveoli-Volume(mL),RightAlveoli-Volume(mL) X1=Time(s) VerificationDir=validation/systems/ Title=Alveoli_and_Dead_Space_Volumes X1LowerBound=39.6 X1UpperBound=54.6 Y1Label=Volumes(mL) OutputOverride=./docs/html/plots/Respiratory/ +RespiratoryValidation-StandardMale=MultiPlotter NoGrid Y1=InspiratoryFlow(L/s) Y2=TotalLungVolume(mL) X1=Time(s) X2=Time(s) VerificationDir=validation/systems/ Title=Total_Flow_Through_Trachea X1LowerBound=39.6 X1UpperBound=44.6 OutputOverride=./docs/html/plots/Respiratory/ RemoveLegends +RespiratoryValidation-StandardMale=MultiPlotter NoGrid Y1=LeftAlveoli-Pressure(cmH2O) Y2=TotalLungVolume(mL) X1=Time(s) X2=Time(s) VerificationDir=validation/systems/ Title=Lung_Pressure_And_Volume X1LowerBound=39.6 X1UpperBound=44.6 OutputOverride=./docs/html/plots/Respiratory/ RemoveLegends +RespiratoryValidation-StandardMale=MultiPlotter NoGrid Y1=LeftAlveoli-Pressure(cmH2O),LeftPleuralCavity-Pressure(cmH2O) X1=Time(s) VerificationDir=validation/systems/ Title=Engine_Pressures X1LowerBound=39.6 X1UpperBound=44.6 Y1Label=Pressure(cmH2O) OutputOverride=./docs/html/plots/Respiratory/ ImageDimensions=800,800 +RespiratoryValidation-StandardMale=MultiPlotter NoGrid Y1=TotalLungVolume(mL) X1=Time(s) VerificationDir=validation/systems/ Title=Engine_Lung_Volume X1LowerBound=39.6 X1UpperBound=44.6 OutputOverride=./docs/html/plots/Respiratory/ ImageDimensions=800,400 +RespiratoryValidation-StandardMale=MultiPlotter NoGrid Y1=LeftAlveoli-Oxygen-PartialPressure(mmHg),RightAlveoli-Oxygen-PartialPressure(mmHg) X1=Time(s) VerificationDir=validation/systems/ Title=Alveolar_Oxygen_Partial_Pressure X1LowerBound=39.6 X1UpperBound=54.6 OutputOverride=./docs/html/plots/Respiratory/ +RespiratoryValidation-StandardMale=MultiPlotter NoGrid Y1=LeftAlveoli-CarbonDioxide-PartialPressure(mmHg),RightAlveoli-CarbonDioxide-PartialPressure(mmHg) X1=Time(s) VerificationDir=validation/systems/ Title=Alveolar_Carbon_Dioxide_Partial_Pressure X1LowerBound=39.6 X1UpperBound=54.6 OutputOverride=./docs/html/plots/Respiratory/ +RespiratoryValidation-StandardMale=MultiPlotter NoGrid Y1=Carina-CarbonDioxide-PartialPressure(mmHg) Y2=TotalLungVolume(mL) X1=Time(s) X2=Time(s) VerificationDir=validation/systems/ Title=Trachea_Carbon_Dioxide_Partial_Pressure X1LowerBound=39.6 X1UpperBound=44.6 OutputOverride=./docs/html/plots/Respiratory/ RemoveLegends +RespiratoryValidation-StandardMale=MultiPlotter NoGrid Y1=Carina-Oxygen-PartialPressure(mmHg) Y2=TotalLungVolume(mL) X1=Time(s) X2=Time(s) VerificationDir=validation/systems/ Title=Trachea_Oxygen_Partial_Pressure X1LowerBound=39.6 X1UpperBound=44.6 OutputOverride=./docs/html/plots/Respiratory/ RemoveLegends +RespiratoryValidation-StandardMale=ConvexHullPlotter NoGrid Y1=TotalLungVolume(mL) X1=LeftPleuralCavity-Pressure(cmH2O) VerificationDir=validation/systems/ Title=Engine_Pulmonary_Compliance OutputOverride=./docs/html/plots/Respiratory/ ImageDimensions=800,800 LungPressuresValidation=MultiPlotter Y2=PleuralPressure(cmH2O) X1=Time(s) Y1=AlveolarPressure(cmH2O) X2=Time(s) Y1LowerBound=-8.5 Y1UpperBound=1.5 Y2LowerBound=-8.5 Y2UpperBound=1.5 ValidationData=Waveforms/PleuralPressure_Guyton.csv DataPathValidationOverride=Waveforms/ DataFileOverride=AlveolarPressure_Guyton.csv Title=Guyton_Lung_Pressures RemoveLegends NoGrid ImageDimensions=800,800 OutputOverride=./docs/html/plots/Respiratory/ ComplianceValidation=ConvexHullPlotter Y1=LungVolume(L) X1=PleuralPressure(cmH2O) DataPathValidationOverride=Waveforms/ DataFileOverride=PulmonaryCompliance_Guyton.csv Title=Guyton_Pulmonary_Compliance RemoveLegends NoGrid ImageDimensions=800,800 OutputOverride=./docs/html/plots/Respiratory/ LungVolumeValidation=MultiPlotter Y1=LungVolume(L) X1=Time(s) DataPathValidationOverride=Waveforms/ DataFileOverride=LungVolume_Guyton.csv RemoveLegends Title=Guyton_Lung_Volume NoGrid ImageDimensions=800,400 OutputOverride=./docs/html/plots/Respiratory/ @@ -287,7 +283,6 @@ AsthmaAttackLifeThreateningAcute=ActionEventPlotter NoGrid Header=InspiratoryExp AsthmaAttackLifeThreateningAcute=ActionEventPlotter NoGrid Header=Aorta-Oxygen-PartialPressure(mmHg) VerificationDir=patient OutputOverride=./docs/html/plots/Respiratory/ NoEvents RemoveLegends OutputFilename=AsthmaAttackLifeThreateningAcute_O2PP.jpg AsthmaAttackLifeThreateningAcute=ActionEventPlotter NoGrid Header=RespirationRate(1/min) VerificationDir=patient OutputOverride=./docs/html/plots/Respiratory/ NoEvents RemoveLegends OutputFilename=AsthmaAttackLifeThreateningAcute_RR.jpg AsthmaAttackLifeThreateningAcute=ActionEventPlotter Header=TidalVolume(mL) VerificationDir=patient OutputOverride=./docs/html/plots/Respiratory/ NoEvents LegendOnly Title=AsthmaAttackLifeThreateningAcuteLegend ImageDimensions=500,95 -RespiratoryValidation=RespiratoryPFTPlotter Header=TotalLungVolume(mL) VerificationDir=validation/systems/ PFTFile=RespiratoryValidationPFT@120.02s.json Title=Pulmonary_Function_Test_Results OutputOverride=./docs/html/plots/Respiratory/ ##### Tissue Methodology Report ##### NutrientFractions=MultiPlotter X1=RQ Y1=Carbohydrate,Fat VerificationDir=energyenvironment Title=Macronutrient_Consumption X1Label=Respiratory_Quotient Y1Label=Consumption_Fraction DataPathValidationOverride=Waveforms/ OutputOverride=./docs/html/plots/Tissue X1LowerBound=0.7 X1UpperBound=1.0 Y1LowerBound=0.0 Y1UpperBound=1.0 diff --git a/data/config/ScenarioVerification.config b/data/config/ScenarioVerification.config index 922aeecc13e0bdd4f149881d75d67f3950795e3a..639d4513e896af39bab302292ca5ddf9834041ad 100644 --- a/data/config/ScenarioVerification.config +++ b/data/config/ScenarioVerification.config @@ -58,14 +58,6 @@ patient/AirwayObstructionVaried.json = ScenarioTest patient/AcuteStress.json = ScenarioTest patient/ARDSExacerbation.json = ScenarioTest patient/ARDSModerateBothLungs.json = ScenarioTest -patient/ArrhythmiaAsystole.json = ScenarioTest -patient/ArrhythmiaCoarseVentricularFibrillation.json = ScenarioTest -patient/ArrhythmiaFineVentricularFibrillation.json = ScenarioTest -patient/ArrhythmiaPulselessVentricularTachycardia.json = ScenarioTest -patient/ArrhythmiaSinusPulselessElectricalActivity.json = ScenarioTest -patient/ArrhythmiaSinusRhythms.json = ScenarioTest -patient/ArrhythmiaStableVentricularTachycardiaRhythm.json = ScenarioTest -patient/ArrhythmiaUnstableVentricularTachycardiaRhythm.json = ScenarioTest patient/AsthmaAttackModerateAcute.json = ScenarioTest patient/AsthmaAttackSevereAcute.json = ScenarioTest patient/AsthmaAttackLifeThreateningAcute.json = ScenarioTest @@ -77,9 +69,6 @@ patient/COPDExacerbation.json = ScenarioTest patient/COPDSevereEmphysema.json = ScenarioTest patient/COPDSevereBronchitis.json = ScenarioTest patient/Cough.json = ScenarioTest -patient/CPRForceScaleMax.json = ScenarioTest -patient/CPRForceScale.json = ScenarioTest -patient/CPRForce.json = ScenarioTest patient/DyspneaVaried.json = ScenarioTest patient/EffusionCondition.json = ScenarioTest patient/EffusionConditionPlus.json = ScenarioTest @@ -127,6 +116,22 @@ patient/ZeroPericardialEffusion.json = ScenarioTest patient/ZeroPulmonaryFibrosis.json = ScenarioTest patient/ZeroRenalStenosis.json = ScenarioTest +@group ACLS +acls/CardiacArrestToNormalSinus.json = ScenarioTest +acls/CardiacArrestToSinusBradycardia.json = ScenarioTest +acls/CardiacArrestToSinusTachycardia.json = ScenarioTest +acls/CardiacArrestToStableVentricularTachycardia.json = ScenarioTest +acls/CardiacArrestToSupportToNormalSinus.json = ScenarioTest +acls/CardiacArrestToSupportToSinusTachycardia.json = ScenarioTest +acls/CardiacArrestToUnstableVentricularTachycardia.json = ScenarioTest +acls/ChestCompression.json = ScenarioTest +acls/ChestCompressionAutomated.json = ScenarioTest +acls/ChestCompressionInstantaneous.json = ScenarioTest +acls/SinusBradycardiaToNormalSinus.json = ScenarioTest +acls/SinusTachycardiaToNormalSinus.json = ScenarioTest +acls/StableVentricularTachycardiaToNormalSinus.json = ScenarioTest +acls/UnstableVentricularTachycardiaToNormalSinus.json = ScenarioTest + @group EnergyEnvironment energyenvironment/AlveolarArterialGradientEnvironments.json = ScenarioTest energyenvironment/CarbonMonoxideExtreme.json = ScenarioTest diff --git a/data/config/SystemVerification.config b/data/config/SystemVerification.config index 59cbf7e38848c5661e90d157a99c61f0cd855509..3105b2b81fdf94d57538b8908353740b6f26d61c 100644 --- a/data/config/SystemVerification.config +++ b/data/config/SystemVerification.config @@ -8,7 +8,7 @@ PlotResults=true PercentDifference=2.0 Threads=-1 -#Patients=all +Patients=StandardMale.json,StandardFemale.json # These are used for testing and utilizing serialization # Replace patient file with it's associated patient state, if scenario has no conditions @@ -39,4 +39,3 @@ validation/systems/BloodChemistryValidationABG@120s.json = Assessment Computed=. validation/systems/BloodChemistryValidationCBC@120s.json = Assessment Computed=./test_results/scenarios validation/systems/BloodChemistryValidationCMP@120s.json = Assessment Computed=./test_results/scenarios validation/systems/RenalValidationUrinalysis@120s.json = Assessment Computed=./test_results/scenarios -validation/systems/RespiratoryValidationPFT@120s.json = Assessment Computed=./test_results/scenarios diff --git a/data/human/adult/baselines/scenarios/patient/ArrhythmiaAsystole.zip.sha512 b/data/human/adult/baselines/scenarios/patient/ArrhythmiaAsystole.zip.sha512 deleted file mode 100644 index a9459a0e9ea293113ee196ab999596ebfef54cb9..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/patient/ArrhythmiaAsystole.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -6f8b558b8dc4a14931f8539e32ec44a882146bcbfaad29d7ab097957fbf0bde6113b30b6fffed27ab6432af9d7bda26b01519115d78a9f194bee310c24532898 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/patient/ArrhythmiaCoarseVentricularFibrillation.zip.sha512 b/data/human/adult/baselines/scenarios/patient/ArrhythmiaCoarseVentricularFibrillation.zip.sha512 deleted file mode 100644 index 7537c12f87954b1ef072b4385cc5b96cdc196079..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/patient/ArrhythmiaCoarseVentricularFibrillation.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -d0b17c9a6aaa536fc0aa9b8f9092a3a36cc1ca0dcefd6a95739572d37b08af981202349bb037fc9c46b4ab16dbbdc98e7ecaf24a595146ac672790ef058f39df \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/patient/ArrhythmiaFineVentricularFibrillation.zip.sha512 b/data/human/adult/baselines/scenarios/patient/ArrhythmiaFineVentricularFibrillation.zip.sha512 deleted file mode 100644 index f7e6e3c0c3ac2f3f642f9a1a27f809ba2ac75b0e..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/patient/ArrhythmiaFineVentricularFibrillation.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -5ce904d3dcf10bbac12dd6dfb69cb2d6e3535f90628774296e25a5eed31a32cdfde74288c8653c29f4cf2e524851932bea55149d8690a8466c24359ee707607c \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/patient/ArrhythmiaPulselessElectricalActivity.zip.sha512 b/data/human/adult/baselines/scenarios/patient/ArrhythmiaPulselessElectricalActivity.zip.sha512 deleted file mode 100644 index 7aeb36127964b0ba0259b5fbe9d48bf479db3084..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/patient/ArrhythmiaPulselessElectricalActivity.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -0ae1150c42bc114e8b7860e965915cfa40d583b1f9da402b2bd261f5a4791dc7d3433e101c33f6194e19392f48413cafaaac3b3f93b7f36217ef464a79891985 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/patient/ArrhythmiaPulselessVentricularTachycardia.zip.sha512 b/data/human/adult/baselines/scenarios/patient/ArrhythmiaPulselessVentricularTachycardia.zip.sha512 deleted file mode 100644 index e5eb849962b80d8c78af710c9439f80cdc71e132..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/patient/ArrhythmiaPulselessVentricularTachycardia.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -027275003e5a586edb69fcb4c4bf1b79ca81124ff1411a3daea8ba95a0f74e0ba4ed8d8cae5f4fb6f9624a9cdddf7d1c8f2b65f9e2a40c23b84eef3a460ad380 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/patient/ArrhythmiaSinusPulselessElectricalActivity.zip.sha512 b/data/human/adult/baselines/scenarios/patient/ArrhythmiaSinusPulselessElectricalActivity.zip.sha512 deleted file mode 100644 index d118ad45a4dc0e7c416ae6d94b721dceefa678e8..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/patient/ArrhythmiaSinusPulselessElectricalActivity.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -2e0188803a36af7ead19332f51e35d702cfe2e322ef3441f96401e84d22152c72c983191a5a3863b97b7f0981457a5fe1d264783cff78e5878cbaeb40d4c12ba \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/patient/ArrhythmiaSinusRhythms.zip.sha512 b/data/human/adult/baselines/scenarios/patient/ArrhythmiaSinusRhythms.zip.sha512 deleted file mode 100644 index 058be70dd4a4bccaaf28480d3690c57be4340f23..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/patient/ArrhythmiaSinusRhythms.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -ee6ebf23ef59cff3e5d5fd8c1f6e76e2b994b485959d1890f6b752a86cda7f53639cc94fd618e80d10ad9383d75eaa23459455f9ff3356d24598a6681ce1bdab \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/patient/ArrhythmiaStableVentricularTachycardiaRhythm.zip.sha512 b/data/human/adult/baselines/scenarios/patient/ArrhythmiaStableVentricularTachycardiaRhythm.zip.sha512 deleted file mode 100644 index ece3e8b00a87cdb13faae14254886ef1d021a7a0..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/patient/ArrhythmiaStableVentricularTachycardiaRhythm.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -c1ab053a0e99ed88d3cc992d5b3edcf1af8924361122a135d79f0fefe29cfc273a3116cff46a67c45d51f5c5b0a04f9fee13c45dd52bab32639490dadbfc79d1 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/patient/ArrhythmiaUnstableVentricularTachycardiaRhythm.zip.sha512 b/data/human/adult/baselines/scenarios/patient/ArrhythmiaUnstableVentricularTachycardiaRhythm.zip.sha512 deleted file mode 100644 index a0ef533eb1075f1a12fdb3d2d2cd3fbff0b2a69c..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/patient/ArrhythmiaUnstableVentricularTachycardiaRhythm.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -2c9784118aeddee46f697b9255a75276fd3f9e94f2173b2633dfdc0b3271703c6e5986833ec8867de44dbd5b12a25d244cd21f26259ae88ca2012eb60c3bf002 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/patient/ArrhythmiaVentricularTachycardiaRhythms.zip.sha512 b/data/human/adult/baselines/scenarios/patient/ArrhythmiaVentricularTachycardiaRhythms.zip.sha512 deleted file mode 100644 index ef1e1d8c90115f4c0380df88246ae50764fbfb71..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/patient/ArrhythmiaVentricularTachycardiaRhythms.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -69163889d0fc50010318b9d6026a122a2b39c2f3c2bd56d6b36bed12cd3f4c9d3da73955e95c39016d9744afa8c1c94008956e96df021caddb7d7ede361777b1 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/patient/CPRForce.zip.sha512 b/data/human/adult/baselines/scenarios/patient/CPRForce.zip.sha512 deleted file mode 100644 index 8f7d2c99315f3787cd02900a1eef84df716c1e5e..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/patient/CPRForce.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -20d49b5a87edb25af12b7154ceb41819992f2e1fc8ff9c971340f5e155c0d02c99d58109a126af94088782960b08a55565a636496317d795d600f73f0d8f8c4c \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/patient/CPRForceScale.zip.sha512 b/data/human/adult/baselines/scenarios/patient/CPRForceScale.zip.sha512 deleted file mode 100644 index de63b30b96690a346c96f274bb41ea861b756431..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/patient/CPRForceScale.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -8915a5a3cc78dae9580f9758107ac4acb7a7cb3fd1ddd21ac98a032d2a3ec48b94797cad425d0ef529d6bc7d05882c0d9c436497405180a7db614fbb0bb4d364 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/patient/CPRForceScaleMax.zip.sha512 b/data/human/adult/baselines/scenarios/patient/CPRForceScaleMax.zip.sha512 deleted file mode 100644 index 2607091061225f7f8384d821ecb3063cd45f9492..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/patient/CPRForceScaleMax.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -ad787b0cb46169317715507d79c8ee72e26bbea8d65f00d5b3cc8264bc8570bcf44f36f48115bb7163830936bbd2b69637bf61641c2c23ac2da690f6187b370e \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/patient/HemorrhageClass1Femoral.zip.sha512 b/data/human/adult/baselines/scenarios/patient/HemorrhageClass1Femoral.zip.sha512 index 03a88e04dfcf9bf8c908f4952f9b437f00922cbd..62585c5a2f6f95f15e221b4884c5e047af035927 100644 --- a/data/human/adult/baselines/scenarios/patient/HemorrhageClass1Femoral.zip.sha512 +++ b/data/human/adult/baselines/scenarios/patient/HemorrhageClass1Femoral.zip.sha512 @@ -1 +1 @@ -0c6268be027ed9c258dbd99bc46a672682292fc90c5169fb3ad4fc9a7f38df35b17772a14fc4af48a24f494c27300965518f4e1c07c112e3737b39e73da00240 \ No newline at end of file +772a4a15af2a0670fc5a046f1f3961f9ba360d68b034bc56267e15685476288091c90b2a4905eb39d13593bd3903bb6e061b9cdb9c6a27791fe575757b87e49a \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidation-StandardFemale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidation-StandardFemale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..4852bd77109c98f06b4aa241edf1c8290391f780 --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidation-StandardFemale.zip.sha512 @@ -0,0 +1 @@ +c152b4129e487ed8b3bf9f758b5634cc4db3671e571504e0098b8d5e566dd51644729a785ef34da3f07408effc5b3686f5ca55e20d8a664627b7bb1040632151 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidation-StandardMale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidation-StandardMale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..10d2cc46dc05c6084a188243e6a94368f2ebd69b --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidation-StandardMale.zip.sha512 @@ -0,0 +1 @@ +0662a7c0c73bf47c526e7470212f788a8b0293c94500df3b9f52a66c97b2953ca387894df22478cde9fc6aaf7f04768122eb39b9b5ca1480223fe9a0eb5d3ba1 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidation.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidation.zip.sha512 deleted file mode 100644 index c055a77d0020cfd130208a01de96b41bb182ff62..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidation.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -6e93e33180f258c20f7a674da88a63aea926c6943faa4a4a0abf09f52649a285bdb601a37d58a9d79252007b6fc0901b7dbf866aed0a738059238fef2d644d24 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationABG@120.02s.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationABG@120.02s.zip.sha512 deleted file mode 100644 index 5d68301cc9374be8ef12f432e79016910a25ec18..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationABG@120.02s.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -1fd8f326f7eeaf897193e62e5953b13a67822aef0e19ef522dcba4e97ca106d3be8c59702c80acf885488875c620e344be508430b3225889249b0199947e06a4 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationABG@120s.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationABG@120s.zip.sha512 deleted file mode 100644 index 5254095f5f3708760dd6251f0a8c4fc92b4e18bd..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationABG@120s.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -ccee4d656935c9eaa519b7ef19b058c0229f68916c42352623d9089cdc00e7c2065abe4889159f717b6f6ee37df06fba9db888063ae298d91980fba0dbc35aeb \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationCBC@120.02s.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationCBC@120.02s.zip.sha512 deleted file mode 100644 index b0db2bae7c4c451a9fc223f172f4b55d39ec23c0..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationCBC@120.02s.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -4b5054bd3c8f5df9ef5d1210934ede4a21f0e0839be324630a3234c146bf2608d34bb2d7c7dec557f099ba475907ec91cadbb4d9e6cde67b1cddf08c194ae34b \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationCBC@120s.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationCBC@120s.zip.sha512 deleted file mode 100644 index 10b78db033f286b0d307bee6897c99831205ab4f..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationCBC@120s.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -189941673bc97fb8136796e161a9e47ee08151c64108719fb73deaba9b5debf048940ff2c0fc8bb46f8834b6444f3d660fba6a63350e9878d1cb1b96fdb12bc1 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationCMP@120.02s.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationCMP@120.02s.zip.sha512 deleted file mode 100644 index 348d751be5775c9aa23b28bd810b024b5258a3de..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationCMP@120.02s.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -d30c263b7e5130f5d4fdf2ebb01212488f6895d56c487924d231337e2da7885010dd4a9b73d118e2928dff65e0f4bfb40a0492cfb8be91bd386a36d498c50432 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationCMP@120s.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationCMP@120s.zip.sha512 deleted file mode 100644 index 976e9bc02af3263dd494c5d1e5fbe8c1f6c4988a..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/BloodChemistryValidationCMP@120s.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -1fad72b2d136fc28a573aab6ab197d3178ace35a9bfb1ce8a44f60d60696b7e43b5a283557303d88bbfb5314ac48f6737434849302702593142b13e354e7595c \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/CardiovascularValidation-StandardFemale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/CardiovascularValidation-StandardFemale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..727f6773beabbdc2b7aadd883a69cb964501baf8 --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/CardiovascularValidation-StandardFemale.zip.sha512 @@ -0,0 +1 @@ +4e59a575fdc9dd28d3d2476ddf38167ef9abe56e9b149b3f8cb851494082cf7347d7cfda5c781d8e9a5bf85095a9f99571408fc82607dbd221c956fff5de2e1d \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/CardiovascularValidation-StandardMale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/CardiovascularValidation-StandardMale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..3ae8618577c0a619ec05b047a8fb25b6b5ab8e4b --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/CardiovascularValidation-StandardMale.zip.sha512 @@ -0,0 +1 @@ +45416bb1c02bea235cbe1ec3fd4f8e5061a71a46b68fcb5fd5c4a3394c70c8e09c82239992f39efb4d6a46d03d95b2f999b537f4c6486823f64326a0894e510e \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/CardiovascularValidation.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/CardiovascularValidation.zip.sha512 deleted file mode 100644 index 0d6caef9ebe66d3a64066d6f91ae3e047f83aef4..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/CardiovascularValidation.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -5f29fbe98facb46f8b22e3c46d93e05a95acf64092fbfe37a9c4d9afb89056f892e48deec89601b239baf8b3ae1b7f4ca43d085b872e09104425336552e036a0 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/EndocrineValidation-StandardFemale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/EndocrineValidation-StandardFemale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..1e528c3fed3aef1be7eea61c2ffefebb3524bcaa --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/EndocrineValidation-StandardFemale.zip.sha512 @@ -0,0 +1 @@ +fa89e1e2cb1b3b4c22a49060e37b17947b623033ed322425e93e9a89a8fbeb25edd7674c2c0beec4f0d0c16ab6f42af48ce62ceae153b9ed99b93de69767a4a7 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/EndocrineValidation-StandardMale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/EndocrineValidation-StandardMale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..7e8596bfae7e16041b11e355e8fdc1ab483efb8d --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/EndocrineValidation-StandardMale.zip.sha512 @@ -0,0 +1 @@ +bc56307a583821ed7e9131c7ca64599fc6b67c7afa2af552220c21a4f7cd692d22d8e80ab6d780d8f6e3b505521c4d4c7b61656cfe61ee6d366d05bc42293e89 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/EndocrineValidation.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/EndocrineValidation.zip.sha512 deleted file mode 100644 index edcd09afc8241bd38a69efdd20fdaccc531f7e62..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/EndocrineValidation.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -2d31f9325ba6b04b6bd5643692a4e7c24a969b94e2dc3b45763eccef5e0c924e02359575c41baa143afb3cf4939bb1ccea0b5f909df095dec719892a79c86ef4 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/EnergyValidation-StandardFemale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/EnergyValidation-StandardFemale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..3a45e6ee781ee378d1ae796d8739d91ef6e6d65e --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/EnergyValidation-StandardFemale.zip.sha512 @@ -0,0 +1 @@ +77d282e434158c5ef0b35f5afe6cd6e97fb62febebaae3a7efdb435093d4abc91ebb8812acb4c93c5a0babbacf24bbc032b9192c1a0beb0efc9de26e03d698a2 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/EnergyValidation-StandardMale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/EnergyValidation-StandardMale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..8e9d7e3c0f5b887de1d7f47a1a1ef3390819aa65 --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/EnergyValidation-StandardMale.zip.sha512 @@ -0,0 +1 @@ +297c2250ef1dd7a8de6c307b4a6ddae7cc803f7939854232bc9ba28b972129d75e746d68a54b6f4e6d023ff66039c30c2e73fafdc34c851a0b496932dad8a28a \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/EnergyValidation.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/EnergyValidation.zip.sha512 deleted file mode 100644 index 620d69f17a8e9fb2ac66e9514d8de4e9ab3a9afd..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/EnergyValidation.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -1dab84f79904dce2133c65bcecc7ea0c0dc73de6fa6396e37dfc5444d1c3d06b425342b50047ec5c4947648042b7cecee17380358ef11a567b6b37e328b6f7e4 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/GastrointestinalValidation-StandardFemale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/GastrointestinalValidation-StandardFemale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..db9b1c79d5951c77c813df444d2936a8cdf276db --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/GastrointestinalValidation-StandardFemale.zip.sha512 @@ -0,0 +1 @@ +f2e67094566af0f851a263711e09008e3dcec3f4e4ac3511904a3f1ec1ab4fa8f7100b550cd2d4675f2949b0d1cb046f4b0c98f774b6e68c3d48a51fe26d1d47 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/GastrointestinalValidation-StandardMale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/GastrointestinalValidation-StandardMale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..4c8221a1d7e63587031ef2170f2ef63b2b70ee75 --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/GastrointestinalValidation-StandardMale.zip.sha512 @@ -0,0 +1 @@ +accadc6b94412d9cb17a6719f27d2dcfc612fe972df28695fd266013cb28146bd8a062058a18ccc13accc32123965df0b213031b6b393770bb9e461e7cfea187 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/GastrointestinalValidation.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/GastrointestinalValidation.zip.sha512 deleted file mode 100644 index 90dd24640f43e18bd28650a41812d65fe46753ac..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/GastrointestinalValidation.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -2252e91166fe3acd510c64202ce0294b2a17e6fd96968cdd5bb3f9c8d583bd12f8b494f60e0aa5c00d1df56bf31e4bb26a31be4becf02e46030d929d5f6622f5 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/NervousValidation-StandardFemale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/NervousValidation-StandardFemale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..775f2d2e205ec69c5d7eeba4d082552a60636e2c --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/NervousValidation-StandardFemale.zip.sha512 @@ -0,0 +1 @@ +7797b505b53a47b157c6d9b543678311efb9fcbaa4f2fdff72a762aebaf78ea396a9f36437ccf73e13a542483286820661c49dea00ea3123b5c60321666c4321 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/NervousValidation-StandardMale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/NervousValidation-StandardMale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..ac5f9e8128aaf3ec79d1aa866b4a8c6b2a6eeb7a --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/NervousValidation-StandardMale.zip.sha512 @@ -0,0 +1 @@ +42a8340215c5d15ef695e315822549ef9ada81264339620095495be1885f5caa4c14c09196f138412c7e28a7c640f52f245d06a773e8b16d10775c3ba86921f3 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/NervousValidation.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/NervousValidation.zip.sha512 deleted file mode 100644 index f52bdfc44b378b00bd5a508caffce5b42e2daffd..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/NervousValidation.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -42bf2fd6c7b9aa068c48a50f65664bd6a034ac05d9f3a28275e1b26fcb03441aa437b6d0a8a263e962872821302e729af16da24b05429c04fcb54c9a698a2e58 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/RenalValidation-StandardFemale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/RenalValidation-StandardFemale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..f6056dc21da3a92cb50a56e239631e0db66ceda5 --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/RenalValidation-StandardFemale.zip.sha512 @@ -0,0 +1 @@ +d66bfb8ba4dcfc7cdfe149b58bde94f9dea11f69298f94787c02838b65f8c17c5e91736989d70a7773320d16fbe185298304361032443e95faab35b35603e1af \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/RenalValidation-StandardMale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/RenalValidation-StandardMale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..e56e8976a8a4de8f20809a95cdb9c4cd3dad1ff0 --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/RenalValidation-StandardMale.zip.sha512 @@ -0,0 +1 @@ +6a8c95641e4cc6eb54d70861e725ce4dea6f56c0fddd03b1414b17377adad477b8f78c782010c631557d1d81b92286a1de33463fc84ad6e968e8a4993c79665e \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/RenalValidation.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/RenalValidation.zip.sha512 deleted file mode 100644 index 52397794e234f066a93df52057e774af5606c033..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/RenalValidation.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -2944a8af5c577f43bb81be3845dad87878fc57aab6af45aa557566a5158e575507d5480c91ba60126ca87a06b2ea179ba7923a82dc5f0b507fa23d4d16b94111 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/RenalValidationUrinalysis@120.02s.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/RenalValidationUrinalysis@120.02s.zip.sha512 deleted file mode 100644 index 6fbeee7570c33021135fbb3f1fcff0e69dcf6aba..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/RenalValidationUrinalysis@120.02s.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -7416ba8ac220d903007c97e3bed7777927de203afd49802b14a602d468ded270c3b0c8f7ba45151431be1ccfb60f7a7d41350beb09f3d18632b2b1350d0fa670 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/RenalValidationUrinalysis@120s.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/RenalValidationUrinalysis@120s.zip.sha512 deleted file mode 100644 index 202be8310cce1fb009e04098e677f4bf62564c8c..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/RenalValidationUrinalysis@120s.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -09f0675a256b696022bf8e38625fcd55cb6ef8fba00f358a9fe1f3df61b350c4333f113086da1ad138bc5343955337f73b38e27d2fec55d67400186e8a12ff22 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/RespiratoryValidation-StandardFemale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/RespiratoryValidation-StandardFemale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..45111e7d8f454330e460d0b0c0c4c84c1761bc61 --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/RespiratoryValidation-StandardFemale.zip.sha512 @@ -0,0 +1 @@ +075ec405d9801450f2302fc5e88e365c55787df61bebfd593f0d3e9ee52818695611506a2269d955a40ce124baaf40eeb0dc8176363d4f52f2093534a70689d5 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/RespiratoryValidation-StandardMale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/RespiratoryValidation-StandardMale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..c406d19d2c3c6d64b1f37ca30a4fe1b50586c8e9 --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/RespiratoryValidation-StandardMale.zip.sha512 @@ -0,0 +1 @@ +4ad999e78e94a407887c8f5f40526879701f60aa95c122f08963fdeeb700651444737d6788f88a316d520141f4515ae5c54ad25e6f666decc553e198b17ed927 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/RespiratoryValidation.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/RespiratoryValidation.zip.sha512 deleted file mode 100644 index 734aa8c54105fa724083e7eef3abac98e574e25b..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/RespiratoryValidation.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -a881956b703051222005a969a7d466e31d651864ee2cc3a79a641eb630faa453f9d2eadf606e4fff7e6f2de38409b75ff33dd5b8f9b3695d48a7d27a4718f038 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/RespiratoryValidationPFT@120.02s.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/RespiratoryValidationPFT@120.02s.zip.sha512 deleted file mode 100644 index 3e513f61e9353034b248e1407adb71f5337a9b26..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/RespiratoryValidationPFT@120.02s.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -b9ae2a8248f581523ef87cf9cb55fb70495700a955df484e8c84dab76a3a31afb37fd54cf6254e56727f7fa152834188d0ccb19c19633abc4354b10abc2c07a8 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/RespiratoryValidationPFT@120s.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/RespiratoryValidationPFT@120s.zip.sha512 deleted file mode 100644 index 984c81b2b64c847853917ca3a933a9bad4148681..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/RespiratoryValidationPFT@120s.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -f2f6bcc5ee3acb644a95e79e4ad56f35243c2ee9b66f6daf82b8d4dba38b7357a8f32dbd4f510cc735e7a9c63779a9e5059f31088b99cd37ce683a84b6135e25 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/TissueValidation-StandardFemale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/TissueValidation-StandardFemale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..5c4e1618081f9243f42a4b651bb921c1a6213b41 --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/TissueValidation-StandardFemale.zip.sha512 @@ -0,0 +1 @@ +4bf78064a575c252588b65cdbf9a4e12ce329869929fbea181c052974cc448feea8f5bd3dba1ef36ab7e4d1b58f9d7fc0423714c870a2955d4f75add91c63f19 \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/TissueValidation-StandardMale.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/TissueValidation-StandardMale.zip.sha512 new file mode 100644 index 0000000000000000000000000000000000000000..860a8d18b934394112e30e7cb329e19dfd8076df --- /dev/null +++ b/data/human/adult/baselines/scenarios/validation/systems/TissueValidation-StandardMale.zip.sha512 @@ -0,0 +1 @@ +280f55494ab3b5b3c8e35785320e0be4dd44f92364d2507854ba3fc9468dc5ad34a60a18ca58fe35425b9ad7f452f0a24a1a0423a598a52411182e561bb020eb \ No newline at end of file diff --git a/data/human/adult/baselines/scenarios/validation/systems/TissueValidation.zip.sha512 b/data/human/adult/baselines/scenarios/validation/systems/TissueValidation.zip.sha512 deleted file mode 100644 index 2df7ca877d9ca42a412d857c3878862ac9005e73..0000000000000000000000000000000000000000 --- a/data/human/adult/baselines/scenarios/validation/systems/TissueValidation.zip.sha512 +++ /dev/null @@ -1 +0,0 @@ -205348c719573758851f1fd411f812469b30f1624cf60de81a4115cfc4a4031c5225421d1ca86327fe2657fa3c90e08e1803c94610b20f64d3cfc5c323ed2eb9 \ No newline at end of file diff --git a/data/human/adult/scenarios/acls/CardiacArrestToNormalSinus.json b/data/human/adult/scenarios/acls/CardiacArrestToNormalSinus.json new file mode 100644 index 0000000000000000000000000000000000000000..9d78f2e977f80ed2172a020e0ad6b94619ae92de --- /dev/null +++ b/data/human/adult/scenarios/acls/CardiacArrestToNormalSinus.json @@ -0,0 +1,128 @@ +{ + "Name": "CardiacArrestToNormalSinus", + "Description": "Transition from NormalSinus to Cardiac Arrest back to NormalSinus", + "PatientConfiguration": { "PatientFile": "StandardMale.json" }, + "DataRequestManager": + { + "DataRequest": + [ + { "DecimalFormat": { "Precision": 1 }, "Category": "Patient", "PropertyName": "Weight", "Unit": "kg" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "HeartRate", "Unit": "1/min" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "HeartStrokeVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "BloodVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ExtravascularFluidVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "MeanArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "SystolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "DiastolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CardiacOutput", "Unit": "L/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "HemoglobinContent", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CentralVenousPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesWedgePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "TidalVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalLungVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RespirationRate", "Unit": "1/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "OxygenSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "CarbonDioxideSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxideFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalAlveolarVentilation", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TranspulmonaryPressure", "Unit": "cmH2O" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoreTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "SkinTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "RespiratoryExchangeRatio", "Unit": "unitless" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "OxygenConsumptionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "CarbonDioxideProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "GlomerularFiltrationRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RenalBloodFlow", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "UrineProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "LeftAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "RightAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg"}, + + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "RightTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "LeftTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "SystemicMassCleared", "Unit": "ug" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "SystemicMassCleared", "Unit": "ug" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorResistanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorComplianceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesCoverageFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxidePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulseOximetry", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoronaryPerfusionPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { }, "Category": "LiquidCompartment", "CompartmentName": "BrainVasculature", "PropertyName": "InFlow", "Unit": "mL/min" } + ] + }, + "AnyAction": [{ + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 30.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "Asystole" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 420.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "NormalSinus" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 300.0, + "Unit": "s" + } + } + } + }] +} \ No newline at end of file diff --git a/data/human/adult/scenarios/acls/CardiacArrestToSinusBradycardia.json b/data/human/adult/scenarios/acls/CardiacArrestToSinusBradycardia.json new file mode 100644 index 0000000000000000000000000000000000000000..16ecfbe21c9f435fb57e97729293a87e06e1d174 --- /dev/null +++ b/data/human/adult/scenarios/acls/CardiacArrestToSinusBradycardia.json @@ -0,0 +1,128 @@ +{ + "Name": "CardiacArrestToSinusBradycardia", + "Description": "Transition from NormalSinus to Cardiac Arrest, Sinus Bradycardia", + "PatientConfiguration": { "PatientFile": "StandardMale.json" }, + "DataRequestManager": + { + "DataRequest": + [ + { "DecimalFormat": { "Precision": 1 }, "Category": "Patient", "PropertyName": "Weight", "Unit": "kg" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "HeartRate", "Unit": "1/min" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "HeartStrokeVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "BloodVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ExtravascularFluidVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "MeanArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "SystolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "DiastolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CardiacOutput", "Unit": "L/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "HemoglobinContent", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CentralVenousPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesWedgePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "TidalVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalLungVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RespirationRate", "Unit": "1/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "OxygenSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "CarbonDioxideSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxideFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalAlveolarVentilation", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TranspulmonaryPressure", "Unit": "cmH2O" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoreTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "SkinTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "RespiratoryExchangeRatio", "Unit": "unitless" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "OxygenConsumptionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "CarbonDioxideProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "GlomerularFiltrationRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RenalBloodFlow", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "UrineProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "LeftAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "RightAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg"}, + + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "RightTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "LeftTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "SystemicMassCleared", "Unit": "ug" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "SystemicMassCleared", "Unit": "ug" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorResistanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorComplianceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesCoverageFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxidePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulseOximetry", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoronaryPerfusionPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { }, "Category": "LiquidCompartment", "CompartmentName": "BrainVasculature", "PropertyName": "InFlow", "Unit": "mL/min" } + ] + }, + "AnyAction": [{ + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 30.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "CoarseVentricularFibrillation" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 120.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "SinusBradycardia" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 240.0, + "Unit": "s" + } + } + } + }] +} \ No newline at end of file diff --git a/data/human/adult/scenarios/acls/CardiacArrestToSinusTachycardia.json b/data/human/adult/scenarios/acls/CardiacArrestToSinusTachycardia.json new file mode 100644 index 0000000000000000000000000000000000000000..25472a641d9253a482ca0c6c0d9de496cf46d7ec --- /dev/null +++ b/data/human/adult/scenarios/acls/CardiacArrestToSinusTachycardia.json @@ -0,0 +1,128 @@ +{ + "Name": "CardiacArrestToSinusTachycardia", + "Description": "Transition from NormalSinus to Cardiac Arrest, to Sinus Tachycardia", + "PatientConfiguration": { "PatientFile": "StandardMale.json" }, + "DataRequestManager": + { + "DataRequest": + [ + { "DecimalFormat": { "Precision": 1 }, "Category": "Patient", "PropertyName": "Weight", "Unit": "kg" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "HeartRate", "Unit": "1/min" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "HeartStrokeVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "BloodVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ExtravascularFluidVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "MeanArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "SystolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "DiastolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CardiacOutput", "Unit": "L/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "HemoglobinContent", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CentralVenousPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesWedgePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "TidalVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalLungVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RespirationRate", "Unit": "1/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "OxygenSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "CarbonDioxideSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxideFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalAlveolarVentilation", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TranspulmonaryPressure", "Unit": "cmH2O" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoreTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "SkinTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "RespiratoryExchangeRatio", "Unit": "unitless" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "OxygenConsumptionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "CarbonDioxideProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "GlomerularFiltrationRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RenalBloodFlow", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "UrineProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "LeftAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "RightAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg"}, + + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "RightTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "LeftTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "SystemicMassCleared", "Unit": "ug" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "SystemicMassCleared", "Unit": "ug" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorResistanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorComplianceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesCoverageFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxidePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulseOximetry", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoronaryPerfusionPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { }, "Category": "LiquidCompartment", "CompartmentName": "BrainVasculature", "PropertyName": "InFlow", "Unit": "mL/min" } + ] + }, + "AnyAction": [{ + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 30.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "FineVentricularFibrillation" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 120.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "SinusTachycardia" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 240.0, + "Unit": "s" + } + } + } + }] +} \ No newline at end of file diff --git a/data/human/adult/scenarios/acls/CardiacArrestToStableVentricularTachycardia.json b/data/human/adult/scenarios/acls/CardiacArrestToStableVentricularTachycardia.json new file mode 100644 index 0000000000000000000000000000000000000000..afaa53715f0f969f893b1bee20686b2e820ad18c --- /dev/null +++ b/data/human/adult/scenarios/acls/CardiacArrestToStableVentricularTachycardia.json @@ -0,0 +1,128 @@ +{ + "Name": "CardiacArrestToStableVentricularTachycardia", + "Description": "Transition from NormalSinus to CardiacArrest, to stable VTACH", + "PatientConfiguration": { "PatientFile": "StandardMale.json" }, + "DataRequestManager": + { + "DataRequest": + [ + { "DecimalFormat": { "Precision": 1 }, "Category": "Patient", "PropertyName": "Weight", "Unit": "kg" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "HeartRate", "Unit": "1/min" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "HeartStrokeVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "BloodVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ExtravascularFluidVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "MeanArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "SystolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "DiastolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CardiacOutput", "Unit": "L/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "HemoglobinContent", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CentralVenousPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesWedgePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "TidalVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalLungVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RespirationRate", "Unit": "1/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "OxygenSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "CarbonDioxideSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxideFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalAlveolarVentilation", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TranspulmonaryPressure", "Unit": "cmH2O" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoreTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "SkinTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "RespiratoryExchangeRatio", "Unit": "unitless" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "OxygenConsumptionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "CarbonDioxideProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "GlomerularFiltrationRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RenalBloodFlow", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "UrineProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "LeftAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "RightAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg"}, + + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "RightTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "LeftTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "SystemicMassCleared", "Unit": "ug" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "SystemicMassCleared", "Unit": "ug" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorResistanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorComplianceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesCoverageFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxidePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulseOximetry", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoronaryPerfusionPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { }, "Category": "LiquidCompartment", "CompartmentName": "BrainVasculature", "PropertyName": "InFlow", "Unit": "mL/min" } + ] + }, + "AnyAction": [{ + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 30.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "PulselessVentricularTachycardia" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 120.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "StableVentricularTachycardia" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 240.0, + "Unit": "s" + } + } + } + }] +} \ No newline at end of file diff --git a/data/human/adult/scenarios/acls/CardiacArrestToSupportToNormalSinus.json b/data/human/adult/scenarios/acls/CardiacArrestToSupportToNormalSinus.json new file mode 100644 index 0000000000000000000000000000000000000000..fb49e582bc1be9ba559788da26e0fb639b2df0b3 --- /dev/null +++ b/data/human/adult/scenarios/acls/CardiacArrestToSupportToNormalSinus.json @@ -0,0 +1,1570 @@ +{ + "Name": "CardiacArrestToSupportToNormalSinus", + "Description": "Transition from NormalSinus to Cardiac Arrest, wait 7m, Perform CPR/BVM for 7m, transition back to Normal Sinus", + "PatientConfiguration": { "PatientFile": "StandardMale.json" }, + "DataRequestManager": + { + "DataRequest": + [ + { "DecimalFormat": { "Precision": 1 }, "Category": "Patient", "PropertyName": "Weight", "Unit": "kg" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "HeartRate", "Unit": "1/min" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "HeartStrokeVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "BloodVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ExtravascularFluidVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "MeanArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "SystolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "DiastolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CardiacOutput", "Unit": "L/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "HemoglobinContent", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CentralVenousPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesWedgePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "TidalVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalLungVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RespirationRate", "Unit": "1/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "OxygenSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "CarbonDioxideSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxideFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalAlveolarVentilation", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TranspulmonaryPressure", "Unit": "cmH2O" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoreTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "SkinTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "RespiratoryExchangeRatio", "Unit": "unitless" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "OxygenConsumptionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "CarbonDioxideProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "GlomerularFiltrationRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RenalBloodFlow", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "UrineProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "LeftAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "RightAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg"}, + + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "RightTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "LeftTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "SystemicMassCleared", "Unit": "ug" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "SystemicMassCleared", "Unit": "ug" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorResistanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorComplianceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesCoverageFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxidePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulseOximetry", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoronaryPerfusionPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { }, "Category": "LiquidCompartment", "CompartmentName": "BrainVasculature", "PropertyName": "InFlow", "Unit": "mL/min" } + ] + }, + "AnyAction": [ + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "Arrhythmia": { + "PatientAction": { + "Action": {} + }, + "Rhythm": "CoarseVentricularFibrillation" + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 420, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskConfiguration": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "Configuration": { + "Connection": "On", + "ValvePositiveEndExpiredPressure": { + "ScalarPressure": { + "Value": 5, + "Unit": "cmH2O" + } + } + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 20, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "Arrhythmia": { + "PatientAction": { + "Action": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 600, + "Unit": "s" + } + } + } + } + ] +} diff --git a/data/human/adult/scenarios/acls/CardiacArrestToSupportToSinusTachycardia.json b/data/human/adult/scenarios/acls/CardiacArrestToSupportToSinusTachycardia.json new file mode 100644 index 0000000000000000000000000000000000000000..35b5046197fa6764c8400becdf1aeb8a784f2153 --- /dev/null +++ b/data/human/adult/scenarios/acls/CardiacArrestToSupportToSinusTachycardia.json @@ -0,0 +1,1568 @@ +{ + "Name": "CardiacArrestToSupportToSinusTachycardia", + "Description": "Transition from NormalSinus to Cardiac Arrest, wait 7m, Perform CPR/BVM for 7m, transition back to Sinus Tachycardia", + "PatientConfiguration": { "PatientFile": "StandardMale.json" }, + "DataRequestManager": + { + "DataRequest": + [ + { "DecimalFormat": { "Precision": 1 }, "Category": "Patient", "PropertyName": "Weight", "Unit": "kg" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "HeartRate", "Unit": "1/min" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "HeartStrokeVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "BloodVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ExtravascularFluidVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "MeanArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "SystolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "DiastolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CardiacOutput", "Unit": "L/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "HemoglobinContent", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CentralVenousPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesWedgePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "TidalVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalLungVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RespirationRate", "Unit": "1/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "OxygenSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "CarbonDioxideSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxideFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalAlveolarVentilation", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TranspulmonaryPressure", "Unit": "cmH2O" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoreTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "SkinTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "RespiratoryExchangeRatio", "Unit": "unitless" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "OxygenConsumptionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "CarbonDioxideProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "GlomerularFiltrationRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RenalBloodFlow", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "UrineProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "LeftAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "RightAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg"}, + + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "RightTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "LeftTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "SystemicMassCleared", "Unit": "ug" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "SystemicMassCleared", "Unit": "ug" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorResistanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorComplianceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesCoverageFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxidePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulseOximetry", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoronaryPerfusionPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { }, "Category": "LiquidCompartment", "CompartmentName": "BrainVasculature", "PropertyName": "InFlow", "Unit": "mL/min" } + ] + }, + "AnyAction": [ + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "Arrhythmia": { + "PatientAction": { + "Action": {} + }, + "Rhythm": "CoarseVentricularFibrillation" + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 420, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskConfiguration": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "Configuration": { + "Connection": "On", + "ValvePositiveEndExpiredPressure": { + "ScalarPressure": { + "Value": 5, + "Unit": "cmH2O" + } + } + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 120, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 20, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.6228 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "EquipmentAction": { + "BagValveMaskSqueeze": { + "BagValveMaskAction": { + "EquipmentAction": { + "Action": {} + } + }, + "ExpiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + }, + "InspiratoryPeriod": { + "ScalarTime": { + "Value": 1, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 5, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "SinusTachycardia" + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 600, + "Unit": "s" + } + } + } + } + ] +} diff --git a/data/human/adult/scenarios/acls/CardiacArrestToUnstableVentricularTachycardia.json b/data/human/adult/scenarios/acls/CardiacArrestToUnstableVentricularTachycardia.json new file mode 100644 index 0000000000000000000000000000000000000000..a23f2c758671598bdb4d71d5f0629cb8130af8ff --- /dev/null +++ b/data/human/adult/scenarios/acls/CardiacArrestToUnstableVentricularTachycardia.json @@ -0,0 +1,128 @@ +{ + "Name": "CardiacArrestToUnstableVentricularTachycardia", + "Description": "Transition from NormalSinus to Cardiac Arrest, to Unstable VTACH", + "PatientConfiguration": { "PatientFile": "StandardMale.json" }, + "DataRequestManager": + { + "DataRequest": + [ + { "DecimalFormat": { "Precision": 1 }, "Category": "Patient", "PropertyName": "Weight", "Unit": "kg" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "HeartRate", "Unit": "1/min" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "HeartStrokeVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "BloodVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ExtravascularFluidVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "MeanArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "SystolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "DiastolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CardiacOutput", "Unit": "L/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "HemoglobinContent", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CentralVenousPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesWedgePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "TidalVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalLungVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RespirationRate", "Unit": "1/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "OxygenSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "CarbonDioxideSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxideFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalAlveolarVentilation", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TranspulmonaryPressure", "Unit": "cmH2O" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoreTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "SkinTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "RespiratoryExchangeRatio", "Unit": "unitless" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "OxygenConsumptionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "CarbonDioxideProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "GlomerularFiltrationRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RenalBloodFlow", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "UrineProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "LeftAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "RightAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg"}, + + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "RightTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "LeftTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "SystemicMassCleared", "Unit": "ug" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "SystemicMassCleared", "Unit": "ug" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorResistanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorComplianceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesCoverageFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxidePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulseOximetry", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoronaryPerfusionPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { }, "Category": "LiquidCompartment", "CompartmentName": "BrainVasculature", "PropertyName": "InFlow", "Unit": "mL/min" } + ] + }, + "AnyAction": [{ + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 30.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "CoarseVentricularFibrillation" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 120.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "UnstableVentricularTachycardia" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 240.0, + "Unit": "s" + } + } + } + }] +} \ No newline at end of file diff --git a/data/human/adult/scenarios/acls/ChestCompression.json b/data/human/adult/scenarios/acls/ChestCompression.json new file mode 100644 index 0000000000000000000000000000000000000000..49211b28357901328880f89c89f24a4f886e7533 --- /dev/null +++ b/data/human/adult/scenarios/acls/ChestCompression.json @@ -0,0 +1,2668 @@ +{ + "Name": "ChestCompression", + "Description": "This scenario tests the chest compression action. Cardiac function is terminated and then successive chest compressions are performed.", + "PatientConfiguration": { "PatientFile": "StandardMale.json" }, + "DataRequestManager": + { + "DataRequest": + [ + { "DecimalFormat": { "Precision": 1 }, "Category": "Patient", "PropertyName": "Weight", "Unit": "kg" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "HeartRate", "Unit": "1/min" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "HeartStrokeVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "BloodVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ExtravascularFluidVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "MeanArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "SystolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "DiastolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CardiacOutput", "Unit": "L/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "HemoglobinContent", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CentralVenousPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesWedgePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "TidalVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalLungVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RespirationRate", "Unit": "1/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "OxygenSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "CarbonDioxideSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxideFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalAlveolarVentilation", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TranspulmonaryPressure", "Unit": "cmH2O" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoreTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "SkinTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "RespiratoryExchangeRatio", "Unit": "unitless" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "OxygenConsumptionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "CarbonDioxideProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "GlomerularFiltrationRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RenalBloodFlow", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "UrineProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "LeftAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "RightAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg"}, + + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "RightTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "LeftTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "SystemicMassCleared", "Unit": "ug" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "SystemicMassCleared", "Unit": "ug" }, + + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "HeartEjectionFraction" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "SystemicVascularResistance", "Unit": "mmHg s/mL" }, + { "DecimalFormat": { }, "Category": "LiquidCompartment", "CompartmentName": "Pericardium", "PropertyName": "Volume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "Pericardium", "PropertyName": "Pressure", "Unit": "mmHg" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorResistanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorComplianceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesCoverageFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxidePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulseOximetry", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoronaryPerfusionPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { }, "Category": "LiquidCompartment", "CompartmentName": "BrainVasculature", "PropertyName": "InFlow", "Unit": "mL/min" } + + ] + }, + "AnyAction": [ + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "Arrhythmia": { + "PatientAction": { + "Action": {} + }, + "Rhythm": "Asystole" + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompression": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionPeriod": { + "ScalarTime": { + "Value": 0.60000000000000009, + "Unit": "s" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.75, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "Arrhythmia": { + "PatientAction": { + "Action": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 200, + "Unit": "s" + } + } + } + } + ] +} diff --git a/data/human/adult/scenarios/acls/ChestCompressionAutomated.json b/data/human/adult/scenarios/acls/ChestCompressionAutomated.json new file mode 100644 index 0000000000000000000000000000000000000000..6dca126f52b73edc7728d92dd3a61ecddfc47452 --- /dev/null +++ b/data/human/adult/scenarios/acls/ChestCompressionAutomated.json @@ -0,0 +1,244 @@ +{ + "Name": "ChestCompressionAutomated", + "Description": "This scenario tests the automated chest compression action. Cardiac function is terminated and then successive chest compressions are performed.", + "PatientConfiguration": { "PatientFile": "StandardMale.json" }, + "DataRequestManager": + { + "DataRequest": + [ + { "DecimalFormat": { "Precision": 1 }, "Category": "Patient", "PropertyName": "Weight", "Unit": "kg" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "HeartRate", "Unit": "1/min" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "HeartStrokeVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "BloodVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ExtravascularFluidVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "MeanArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "SystolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "DiastolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CardiacOutput", "Unit": "L/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "HemoglobinContent", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CentralVenousPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesWedgePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "TidalVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalLungVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RespirationRate", "Unit": "1/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "OxygenSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "CarbonDioxideSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxideFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalAlveolarVentilation", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TranspulmonaryPressure", "Unit": "cmH2O" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoreTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "SkinTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "RespiratoryExchangeRatio", "Unit": "unitless" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "OxygenConsumptionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "CarbonDioxideProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "GlomerularFiltrationRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RenalBloodFlow", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "UrineProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "LeftAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "RightAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg"}, + + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "RightTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "LeftTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "SystemicMassCleared", "Unit": "ug" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "SystemicMassCleared", "Unit": "ug" }, + + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "HeartEjectionFraction" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "SystemicVascularResistance", "Unit": "mmHg s/mL" }, + { "DecimalFormat": { }, "Category": "LiquidCompartment", "CompartmentName": "Pericardium", "PropertyName": "Volume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "Pericardium", "PropertyName": "Pressure", "Unit": "mmHg" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorResistanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorComplianceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesCoverageFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxidePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulseOximetry", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoronaryPerfusionPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { }, "Category": "LiquidCompartment", "CompartmentName": "BrainVasculature", "PropertyName": "InFlow", "Unit": "mL/min" } + ] + }, + "AnyAction": [ + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "Arrhythmia": { + "PatientAction": { + "Action": {} + }, + "Rhythm": "Asystole" + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 311, + "Unit": "N" + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 80, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Value": 80, + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionAutomated": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.63 + } + }, + "CompressionFrequency": { + "ScalarFrequency": { + "Unit": "1/min" + } + }, + "AppliedForceFraction": { + "Scalar0To1": { + "Value": 0.8 + } + } + } + } + }, + { + "PatientAction": { + "Arrhythmia": { + "PatientAction": { + "Action": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 200, + "Unit": "s" + } + } + } + } + ] +} diff --git a/data/human/adult/scenarios/acls/ChestCompressionInstantaneous.json b/data/human/adult/scenarios/acls/ChestCompressionInstantaneous.json new file mode 100644 index 0000000000000000000000000000000000000000..cfd9b54079639a4b86bc7d1975e24cfee5adc685 --- /dev/null +++ b/data/human/adult/scenarios/acls/ChestCompressionInstantaneous.json @@ -0,0 +1,44582 @@ +{ + "Name": "ChestCompressionInstantaneous", + "Description": "This scenario tests the explicit force setting. Cardiac function is terminated and then successive chest compressions are performed.", + "PatientConfiguration": { "PatientFile": "StandardMale.json" }, + "DataRequestManager": + { + "DataRequest": + [ + { "DecimalFormat": { "Precision": 1 }, "Category": "Patient", "PropertyName": "Weight", "Unit": "kg" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "HeartRate", "Unit": "1/min" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "HeartStrokeVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "BloodVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ExtravascularFluidVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "MeanArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "SystolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "DiastolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CardiacOutput", "Unit": "L/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "HemoglobinContent", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CentralVenousPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesWedgePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "TidalVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalLungVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RespirationRate", "Unit": "1/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "OxygenSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "CarbonDioxideSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxideFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalAlveolarVentilation", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TranspulmonaryPressure", "Unit": "cmH2O" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoreTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "SkinTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "RespiratoryExchangeRatio", "Unit": "unitless" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "OxygenConsumptionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "CarbonDioxideProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "GlomerularFiltrationRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RenalBloodFlow", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "UrineProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "LeftAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "RightAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg"}, + + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "RightTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "LeftTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "SystemicMassCleared", "Unit": "ug" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "SystemicMassCleared", "Unit": "ug" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorResistanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorComplianceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesCoverageFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxidePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulseOximetry", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoronaryPerfusionPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { }, "Category": "LiquidCompartment", "CompartmentName": "BrainVasculature", "PropertyName": "InFlow", "Unit": "mL/min" } + ] + }, + "AnyAction": [ + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 30, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "Arrhythmia": { + "PatientAction": { + "Action": {} + }, + "Rhythm": "Asystole" + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 10, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.62279999999999991 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 233.55, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": { + "Value": 0.31139999999999995 + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "Force": { + "ScalarForce": { + "Value": 77.85, + "Unit": "N" + } + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.0536, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "ChestCompressionInstantaneous": { + "PatientAction": { + "Action": {} + }, + "ForceScale": { + "Scalar0To1": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 0.375, + "Unit": "s" + } + } + } + }, + { + "PatientAction": { + "Arrhythmia": { + "PatientAction": { + "Action": {} + } + } + } + }, + { + "AdvanceTime": { + "Action": {}, + "Time": { + "ScalarTime": { + "Value": 200, + "Unit": "s" + } + } + } + } + ] +} diff --git a/data/human/adult/scenarios/acls/SinusBradycardiaToNormalSinus.json b/data/human/adult/scenarios/acls/SinusBradycardiaToNormalSinus.json new file mode 100644 index 0000000000000000000000000000000000000000..0f658b0ac7b9389a00859423b8a61a7fa505ffb2 --- /dev/null +++ b/data/human/adult/scenarios/acls/SinusBradycardiaToNormalSinus.json @@ -0,0 +1,128 @@ +{ + "Name": "SinusBradycardiaToNormalSinus", + "Description": "Transition from NormalSinus to Bradycardia back to NormalSinus", + "PatientConfiguration": { "PatientFile": "StandardMale.json" }, + "DataRequestManager": + { + "DataRequest": + [ + { "DecimalFormat": { "Precision": 1 }, "Category": "Patient", "PropertyName": "Weight", "Unit": "kg" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "HeartRate", "Unit": "1/min" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "HeartStrokeVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "BloodVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ExtravascularFluidVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "MeanArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "SystolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "DiastolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CardiacOutput", "Unit": "L/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "HemoglobinContent", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CentralVenousPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesWedgePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "TidalVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalLungVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RespirationRate", "Unit": "1/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "OxygenSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "CarbonDioxideSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxideFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalAlveolarVentilation", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TranspulmonaryPressure", "Unit": "cmH2O" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoreTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "SkinTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "RespiratoryExchangeRatio", "Unit": "unitless" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "OxygenConsumptionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "CarbonDioxideProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "GlomerularFiltrationRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RenalBloodFlow", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "UrineProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "LeftAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "RightAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg"}, + + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "RightTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "LeftTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "SystemicMassCleared", "Unit": "ug" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "SystemicMassCleared", "Unit": "ug" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorResistanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorComplianceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesCoverageFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxidePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulseOximetry", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoronaryPerfusionPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { }, "Category": "LiquidCompartment", "CompartmentName": "BrainVasculature", "PropertyName": "InFlow", "Unit": "mL/min" } + ] + }, + "AnyAction": [{ + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 30.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "SinusBradycardia" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 120.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "NormalSinus" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 240.0, + "Unit": "s" + } + } + } + }] +} \ No newline at end of file diff --git a/data/human/adult/scenarios/acls/SinusTachycardiaToNormalSinus.json b/data/human/adult/scenarios/acls/SinusTachycardiaToNormalSinus.json new file mode 100644 index 0000000000000000000000000000000000000000..d935af37de55c2004f44b29c1f9966571c6e2d1d --- /dev/null +++ b/data/human/adult/scenarios/acls/SinusTachycardiaToNormalSinus.json @@ -0,0 +1,128 @@ +{ + "Name": "SinusTachycardiaToNormalSinus", + "Description": "Transition from NormalSinus to Sinus Tachycardia back to NormalSinus", + "PatientConfiguration": { "PatientFile": "StandardMale.json" }, + "DataRequestManager": + { + "DataRequest": + [ + { "DecimalFormat": { "Precision": 1 }, "Category": "Patient", "PropertyName": "Weight", "Unit": "kg" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "HeartRate", "Unit": "1/min" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "HeartStrokeVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "BloodVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ExtravascularFluidVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "MeanArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "SystolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "DiastolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CardiacOutput", "Unit": "L/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "HemoglobinContent", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CentralVenousPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesWedgePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "TidalVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalLungVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RespirationRate", "Unit": "1/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "OxygenSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "CarbonDioxideSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxideFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalAlveolarVentilation", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TranspulmonaryPressure", "Unit": "cmH2O" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoreTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "SkinTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "RespiratoryExchangeRatio", "Unit": "unitless" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "OxygenConsumptionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "CarbonDioxideProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "GlomerularFiltrationRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RenalBloodFlow", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "UrineProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "LeftAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "RightAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg"}, + + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "RightTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "LeftTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "SystemicMassCleared", "Unit": "ug" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "SystemicMassCleared", "Unit": "ug" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorResistanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorComplianceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesCoverageFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxidePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulseOximetry", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoronaryPerfusionPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { }, "Category": "LiquidCompartment", "CompartmentName": "BrainVasculature", "PropertyName": "InFlow", "Unit": "mL/min" } + ] + }, + "AnyAction": [{ + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 30.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "SinusTachycardia" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 120.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "NormalSinus" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 240.0, + "Unit": "s" + } + } + } + }] +} \ No newline at end of file diff --git a/data/human/adult/scenarios/acls/StableVentricularTachycardiaToNormalSinus.json b/data/human/adult/scenarios/acls/StableVentricularTachycardiaToNormalSinus.json new file mode 100644 index 0000000000000000000000000000000000000000..7bd8bd3a3cd9a7d2e2752c2c39f01b4a26477bda --- /dev/null +++ b/data/human/adult/scenarios/acls/StableVentricularTachycardiaToNormalSinus.json @@ -0,0 +1,128 @@ +{ + "Name": "StableVentricularTachycardiaToNormalSinus", + "Description": "Transition from NormalSinus to Stable VTACH back to NormalSinus", + "PatientConfiguration": { "PatientFile": "StandardMale.json" }, + "DataRequestManager": + { + "DataRequest": + [ + { "DecimalFormat": { "Precision": 1 }, "Category": "Patient", "PropertyName": "Weight", "Unit": "kg" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "HeartRate", "Unit": "1/min" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "HeartStrokeVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "BloodVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ExtravascularFluidVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "MeanArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "SystolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "DiastolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CardiacOutput", "Unit": "L/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "HemoglobinContent", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CentralVenousPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesWedgePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "TidalVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalLungVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RespirationRate", "Unit": "1/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "OxygenSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "CarbonDioxideSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxideFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalAlveolarVentilation", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TranspulmonaryPressure", "Unit": "cmH2O" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoreTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "SkinTemperature", "Unit": "degC" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "RespiratoryExchangeRatio", "Unit": "unitless" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "OxygenConsumptionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "CarbonDioxideProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "GlomerularFiltrationRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RenalBloodFlow", "Unit": "L/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "UrineProductionRate", "Unit": "mL/min" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "LeftAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + { "DecimalFormat": { "Precision": 4 }, "Category": "Physiology", "PropertyName": "RightAfferentArterioleResistance", "Unit": "mmHg min/mL" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "PropertyName": "Pressure", "Unit": "cmH2O" }, + + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "Carina", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightLungPulmonary", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "LeftAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "GasCompartment", "CompartmentName": "RightAlveoli", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg"}, + + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "Aorta", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "Oxygen", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "LiquidCompartment", "CompartmentName": "VenaCava", "SubstanceName": "CarbonDioxide", "PropertyName": "PartialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "RightTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "LiquidCompartment", "CompartmentName": "LeftTubules", "SubstanceName": "Sodium", "PropertyName": "Concentration", "Unit": "g/L" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "AlveolarTransfer", "Unit": "mL/s" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Epinephrine", "PropertyName": "SystemicMassCleared", "Unit": "ug" }, + { "DecimalFormat": { "Precision": 6 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "BloodConcentration", "Unit": "ug/L" }, + { "DecimalFormat": { "Precision": 8 }, "Category": "Substance", "SubstanceName": "Norepinephrine","PropertyName": "SystemicMassCleared", "Unit": "ug" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorResistanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "BaroreceptorComplianceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartRateScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ChemoreceptorHeartElastanceScale", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesCoverageFraction", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "EndTidalCarbonDioxidePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "PulseOximetry", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "CoronaryPerfusionPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInBlood", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "Oxygen", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Substance", "SubstanceName": "CarbonDioxide", "PropertyName": "MassInTissue", "Unit": "g" }, + { "DecimalFormat": { }, "Category": "LiquidCompartment", "CompartmentName": "BrainVasculature", "PropertyName": "InFlow", "Unit": "mL/min" } + ] + }, + "AnyAction": [{ + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 30.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "StableVentricularTachycardia" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 120.0, + "Unit": "s" + } + } + } + }, { + "PatientAction": { + "Arrhythmia": { + "Rhythm": "NormalSinus" + } + } + }, { + "AdvanceTime": { + "Time": { + "ScalarTime": { + "Value": 240.0, + "Unit": "s" + } + } + } + }] +} \ No newline at end of file diff --git a/data/human/adult/scenarios/acls/UnstableVentricularTachycardiaToNormalSinus.json b/data/human/adult/scenarios/acls/UnstableVentricularTachycardiaToNormalSinus.json new file mode 100644 index 0000000000000000000000000000000000000000..c0dea1daab39b7e28ee1cd94f69cf49409346c06 --- /dev/null +++ b/data/human/adult/scenarios/acls/UnstableVentricularTachycardiaToNormalSinus.json @@ -0,0 +1,128 @@ +{ + "Name": "UnstableVentricularTachycardiaToNormalSinus", + "Description": "Transition from NormalSinus to Unstable VTACH back to NormalSinus", + "PatientConfiguration": { "PatientFile": "StandardMale.json" }, + "DataRequestManager": + { + "DataRequest": + [ + { "DecimalFormat": { "Precision": 1 }, "Category": "Patient", "PropertyName": "Weight", "Unit": "kg" }, + + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "HeartRate", "Unit": "1/min" }, + + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "HeartStrokeVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "BloodVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ExtravascularFluidVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "ArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "MeanArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "SystolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 1 }, "Category": "Physiology", "PropertyName": "DiastolicArterialPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CardiacOutput", "Unit": "L/min" }, + { "DecimalFormat": { }, "Category": "Physiology", "PropertyName": "HemoglobinContent", "Unit": "g" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "CentralVenousPressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "PulmonaryCapillariesWedgePressure", "Unit": "mmHg" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "TidalVolume", "Unit": "mL" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "TotalLungVolume", "Unit": "L" }, + { "DecimalFormat": { "Precision": 2 }, "Category": "Physiology", "PropertyName": "RespirationRate", "Unit": "1/min" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Physiology", "PropertyName": "OxygenSaturation", "Unit": "unitless" }, + { "DecimalFormat": { "Precision": 3 }, "Category": "Phy