1518 lines
37 KiB
JSON
1518 lines
37 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Serilog": {
|
|
"Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File", "Serilog.Exceptions", "Serilog.Expressions", "Serilog.Enrichers.Thread" ],
|
|
"Enrich": [ "WithExceptionDetails", "WithDynamicProperty", "WithThreadId" ],
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"adas_core": "Debug",
|
|
"EasyNetQ": "Information",
|
|
"Quartz": "Information",
|
|
"Microsoft": "Warning",
|
|
"System": "Error"
|
|
}
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Console"
|
|
},
|
|
{
|
|
"Name": "File",
|
|
"Args": {
|
|
"path": "Logs/.log",
|
|
"outputTemplate": "[{Timestamp:o}] [{Level:u3}] [{SourceContext:l}] {Message}{NewLine}{Exception}",
|
|
"rollingInterval": 4, //0: Infinite, 1: Year, 2: Month, 3: Day, 4: Hour, 5: Minute
|
|
"retainedFileCountLimit": 72, // 3 days
|
|
"rollOnFileSizeLimit": true,
|
|
"fileSizeLimitBytes": 20971520 // 20Mb
|
|
}
|
|
}
|
|
],
|
|
"Properties": {
|
|
"Application": "ADASCORE"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"DatabaseSettings": {
|
|
//"ConnectionString": "mongodb://smacsvdh:dE.s2tg3Upz@127.0.0.1:37017/?authSource=admin",
|
|
//"ConnectionString": "mongodb://smacsuci:2(R*aQpu2r@10.0.20.67:18888/?authSource=admin",
|
|
"ConnectionString": "mongodb://smacsuci:2(R*aQpu2r@sumo.julianrojas.xyz:27017/?authSource=admin",
|
|
"DatabaseName": "adas"
|
|
},
|
|
"DatabaseConfigurationAudit": {
|
|
"ConnectionString": "mongodb://smacsuci:2(R*aQpu2r@sumo.julianrojas.xyz:27017/?authSource=admin",
|
|
//"ConnectionString": "mongodb://smacsuci:2(R*aQpu2r@10.0.20.67:18888/?authSource=admin",
|
|
//"ConnectionString": "mongodb://smacsvdh:dE.s2tg3Upz@127.0.0.1:37017/?authSource=admin",
|
|
"DatabaseName": "AuditAdas"
|
|
|
|
},
|
|
"RabbitMQSettings": {
|
|
"ConnectionString": "host=sumo.julianrojas.xyz;port=5672;username=adas_core;password=adas_core;publisherConfirms=true;timeout=30",
|
|
"PatientsQueue": "patients",
|
|
"TreatmentsQueue": "treatments",
|
|
"ObservationsQueue": "observations",
|
|
"PumpsQueue": "pumps",
|
|
"MaxRetries": 1
|
|
},
|
|
//ldap://vhebron.net:389 cn=smartDisplayUCI_nounats,ou=Grupos de Seguridad,dc=vhebron,dc=net
|
|
"Ldap": {
|
|
"Enabled": true,
|
|
"Server": "vhebron.net",
|
|
"Port": 389,
|
|
"SearchBase": "OU=Grupos de Seguridad,DC=vhebron,DC=net",
|
|
//"PositionProperty": "CAMSanidadPuesto",
|
|
"UserDomainName": "venue",
|
|
"AuthoritiesMap": [
|
|
{ //Box 29
|
|
"Group": "CN=smartDisplayUCI_nounats,OU=Grupos de Seguridad,DC=vhebron,DC=net",
|
|
"Rol": "AuthAdmin",
|
|
//"Actions": [ "View" ],
|
|
"DisplayId": "67a3405e96eb83abafd7e7e1"
|
|
}
|
|
//{
|
|
// "Group": "CN=smartDisplayUCI_nounats,OU=Grupos de Seguridad,DC=vhebron,DC=net",
|
|
// "Rol": "View",
|
|
// "Actions": [ "View" ],
|
|
// "DisplayId": "65c114566d5d1ac02b4f2478"
|
|
//}
|
|
],
|
|
"WhiteList": [
|
|
{ //Box 26
|
|
"Name": "Prueba",
|
|
"Username": "venue",
|
|
"Rol": "AuthAdmin",
|
|
//"Actions": [ "View", "Write" ],
|
|
"DisplayId": "67a3402596eb83abafd7e7de"
|
|
}
|
|
]
|
|
},
|
|
"AuthSettings": {
|
|
"JwtConfig": {
|
|
"Key": "534224WERW�$&/($$ghdTDDTHSSDFVADFTRGW%Y&%�B&CVW$&H&$HWETGWXZ%EGX$%c",
|
|
"Issuer": "https://www.issuer.es/healthcare",
|
|
"Audience": "https://adas.health",
|
|
"ValidateIssuer": false,
|
|
"TokenValidityInMinutes": 1200,
|
|
"RefreshTokenValidityInMinutes": 14400
|
|
},
|
|
"LoginMethods": [ "Local", "Ldap" ]
|
|
},
|
|
"ApiSettings": {
|
|
"Customize": "HUVH.UCIN",
|
|
"PointOfCareMapping": {
|
|
"Key": "PV1",
|
|
"Required": false,
|
|
"Refresh": 600
|
|
},
|
|
"ConfigObservation": {
|
|
"Key": "PV1",
|
|
"IgnoreUnknownObservation": true,
|
|
"IgnoreUnknownTreatment": false,
|
|
"Refresh": 60
|
|
},
|
|
//"SmacsOrApiUrl": "http://localhost:5118",
|
|
//"ConnectionString": "host=127.0.0.1;port=5672;username=smacs;password=smacs!;publisherConfirms=true;timeout=30",
|
|
//"RabbitConnectionString": "host=127.0.0.1;port=8888;username=smacs;password=2a!nMa;publisherConfirms=true;timeout=30",
|
|
//"RabbitConnectionString": "host=127.0.0.1;port=5672;username=mirth;password=lD2dvc.df4-;publisherConfirms=true;timeout=30",
|
|
|
|
"RecordingQueue": "recordings",
|
|
"RetentionPolicy": "NoDelete",
|
|
"RetentionPolicyValue": 15,
|
|
"CreatePatientWithORU": true,
|
|
"CreatePatientWithSIU": false,
|
|
"CreatePatientWithoutLocation": false,
|
|
"CreatePatientWithLocation": false,
|
|
"UpdatePatientDataWithORU": false,
|
|
"UpdatePatientLocationWithORU": false,
|
|
"ArchivePatientWithOru": false,
|
|
"UpdatePatientNumberWithOru": false,
|
|
"OnArchivePatientAction": "Archive",
|
|
"ArchivePatientsWithoutObservationsSinceHours": 1200,
|
|
"CheckInactivePatientSchedulerIntervalHours": 100,
|
|
"CheckActiveTreatmentsSchedulerIntervalMinutes": 10000,
|
|
"SinceDischargeTimeToArchive": 48000,
|
|
"Shift": [ "08:00", "15:00", "18:00" ],
|
|
"FindPatientByLocationWithoutID": false,
|
|
"PersistObservationCodes": true,
|
|
"IccaFacility": "Philips",
|
|
"SendingFacility": [ "obs", "UMS" ],
|
|
"AllergiesCode": "473011001",
|
|
"DrainageCode": "56868008",
|
|
"PositionCode": "386053000",
|
|
"IsolationCode": "302147001",
|
|
"HighFrequencyVentilation": [ "PC-HFO" ],
|
|
"InvasiveVentilation": [ "A/C (S.I.P.P.V. )", "A/C (S.I.P.P.V.) + V.G.", "PRVC", "PC-SIMV", "SIMV-PRVC", "PC-AC", "SIMV", "SIMV-PC", "S.I.M.V.", "PC-CMV", "SIPPV", "PC" ],
|
|
"NonInvasiveVentilation": [ "DUOPAP", "NCPAP", "CPAP" ],
|
|
"Surgery": [ "138875005", "35631009", "420419008", "370897002", "115959002", "370896006" ],
|
|
"SurgeryText": [ "Cardiaca", "Dialisis peritoneal", "Hemodiafiltración", "Digestiva", "Neurologica", "Toracica" ],
|
|
"Transcutaneous": [ "151756", "151760" ],
|
|
"RegionalBrainSaturation": [ "194908", "194909" ],
|
|
"MedicationBolus": [ "000523", "001034", "21011000140105", "322440003", "322761006", "18851000140100", "333919005", "333920004", "333922007" ],
|
|
"IntravenousLinesCode": "10546003",
|
|
"Electroencephalogram": "42803009",
|
|
"MappingInterventions": [
|
|
{
|
|
"Type": "Respiratory_Device",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "Oxigeno (O2)/Alto flujo",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 1.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 204.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Respiratory_Device",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "CPAP ",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 202.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Respiratory_Device",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "Ventilaci\u00f3n mec\u00e1nica Invasiva",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 3.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 201.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Respiratory_Device",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "VAFO Ventilaci\u00f3n Oscilatoria de alta frecuencia",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 4.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 200.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Intravenous_Routes",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "VV perfif\u00e9rica",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 1.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 103.1,
|
|
"FinalValue": 103.5
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Intravenous_Routes",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "VV epicut\u00e1neo cava",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 102.1,
|
|
"FinalValue": 102.5
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Intravenous_Routes",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "VV umbilical",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 101.1,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Intravenous_Routes",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "VV central",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 104.1,
|
|
"FinalValue": 104.3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Intravenous_Routes",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "VV PICC",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 108.1,
|
|
"FinalValue": 108.2
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Intravenous_Routes",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "VA umbilical",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 3.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 101.2,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Intravenous_Routes",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "VA",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 3.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 106.1,
|
|
"FinalValue": 106.3
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Antiarr\u00edtmicos",
|
|
"Name": "Digoxina ev",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 1.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 118.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Antiarr\u00edtmicos",
|
|
"Name": "Digoxina vo",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 1.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 1753.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Antiarr\u00edtmicos",
|
|
"Name": "Amiodarona ev",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 1.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 169.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Antiarr\u00edtmicos",
|
|
"Name": "Amiodarona vo",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 1.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 16323.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Antiarr\u00edtmicos",
|
|
"Name": "Atropina",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 1.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 186.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Antiarr\u00edtmicos",
|
|
"Name": "Esmolol",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 1.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 853.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Antiarr\u00edtmicos",
|
|
"Name": "Propranolol",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 1.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 7122.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Antiarr\u00edtmicos",
|
|
"Name": "Isoprenalina",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 1.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 283.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Antiarr\u00edtmicos",
|
|
"Name": "Flecainida ev",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 1.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 1247.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Antiarr\u00edtmicos",
|
|
"Name": "Flecainida vo",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 1.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 7055.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Drogas vasoactivas",
|
|
"Name": "Adrenalina",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 281.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Drogas vasoactivas",
|
|
"Name": "Noradrenalina",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 100000.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Drogas vasoactivas",
|
|
"Name": "Milrinona",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 618.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Drogas vasoactivas",
|
|
"Name": "Levosimendan",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 2073.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Drogas vasoactivas",
|
|
"Name": "Dopamina",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 149.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Drogas vasoactivas",
|
|
"Name": "Debutamina",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 1968.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Drogas vasoactivas",
|
|
"Name": "Fenilefrina",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 12319.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Sedaci\u00f3n",
|
|
"Name": "Morfina ev",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 472.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Sedaci\u00f3n",
|
|
"Name": "Morfina ov",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 7081.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Sedaci\u00f3n",
|
|
"Name": "Fentanil",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 434.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Sedaci\u00f3n",
|
|
"Name": "Midazolam",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 756.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Sedaci\u00f3n",
|
|
"Name": "Dexmedetomidina",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 15910.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Sedaci\u00f3n",
|
|
"Name": "Cisatraculi",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 15066.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Sedaci\u00f3n",
|
|
"Name": "Propofol",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 314.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Medication",
|
|
"Category": "Treatment",
|
|
"Group": "Sedaci\u00f3n",
|
|
"Name": "Ketamina",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 374.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "System",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "Hipotermia",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 100001.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "System",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "aEEG",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 100002.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "System",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "Drenaje ventricular (DVE)",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 315.1,
|
|
"FinalValue": null
|
|
},
|
|
{
|
|
"InitialValue": 315.2,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "System",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "Drenaje toracico",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 311.0,
|
|
"FinalValue": 314.0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "System",
|
|
"Category": "Intervention",
|
|
"Group": "not defined",
|
|
"Name": "Dialisis peritoneal - abdominal",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 306.0,
|
|
"FinalValue": 310.0
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Newborn_Weight",
|
|
"Category": "Observation",
|
|
"Group": "not defined",
|
|
"Name": "Newborn_Weight",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0.0,
|
|
"FinalValue": 500.0,
|
|
"valueContributed": 5
|
|
},
|
|
{
|
|
"InitialValue": 501.0,
|
|
"FinalValue": 1000.0,
|
|
"valueContributed": 4
|
|
},
|
|
{
|
|
"InitialValue": 1001.0,
|
|
"FinalValue": 1500.0,
|
|
"valueContributed": 3
|
|
},
|
|
{
|
|
"InitialValue": 1501.0,
|
|
"FinalValue": 2000.0,
|
|
"valueContributed": 2
|
|
},
|
|
{
|
|
"InitialValue": 2000.0,
|
|
"FinalValue": 2500.0,
|
|
"valueContributed": 1
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 10000465.0,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "surgery",
|
|
"Category": "Observation",
|
|
"Group": "not defined",
|
|
"Name": "Cardiaca",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 4.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 14000070.1,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "surgery",
|
|
"Category": "Observation",
|
|
"Group": "not defined",
|
|
"Name": "Digestiva",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 3.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 14000070.2,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "surgery",
|
|
"Category": "Observation",
|
|
"Group": "not defined",
|
|
"Name": "Neurologica ",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 3.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 14000070.3,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "surgery",
|
|
"Category": "Observation",
|
|
"Group": "not defined",
|
|
"Name": "Toracica",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 3.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 14000070.4,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "surgery",
|
|
"Category": "Observation",
|
|
"Group": "not defined",
|
|
"Name": "ORL/Maxil\u00b7lo",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 2.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 14000070.5,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "surgery",
|
|
"Category": "Observation",
|
|
"Group": "not defined",
|
|
"Name": "Oftalmo",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 1.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 14000070.6,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "surgery",
|
|
"Category": "Observation",
|
|
"Group": "not defined",
|
|
"Name": "Ortopedia",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 1.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 14000070.7,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "surgery",
|
|
"Category": "Observation",
|
|
"Group": "not defined",
|
|
"Name": "Altres",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 1.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 14000070.8,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "surgery",
|
|
"Category": "Observation",
|
|
"Group": "not defined",
|
|
"Name": "No",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0.0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": 14000070.9,
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "Parenteral",
|
|
"Name": "NUTRICIO PARENTERAL",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "1388",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LM",
|
|
"Name": "Llet materna",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "BIB586",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LM",
|
|
"Name": "Llet materna de banc",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "BIB000589",
|
|
"FinalValue": null
|
|
},
|
|
{
|
|
"InitialValue": "BIB000587",
|
|
"FinalValue": null
|
|
},
|
|
{
|
|
"InitialValue": "BIB000588",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LM",
|
|
"Name": "Llet materna a demanda",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "NO_EST2",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LM descremada",
|
|
"Name": "LM descremada",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "NO_EST3",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LA",
|
|
"Name": "Formula de soja",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "BIBCOM003",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LA",
|
|
"Name": "Formula hidrolizada (Alfare)",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "BIBCOM002",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LA",
|
|
"Name": "Formula inici",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "BIBNOR003",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LA",
|
|
"Name": "Formula prematurs 14,4%",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "BIBCOM017",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LA",
|
|
"Name": "Formula prematurs 15,9%",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "BIBCOM018",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LA",
|
|
"Name": "Formula sense lactosa",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "BIBCOM01",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LA",
|
|
"Name": "Monogen",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "BIBCOM009",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LA",
|
|
"Name": "Infatrini",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "BIBNOR001",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LA",
|
|
"Name": "Infatini Peptisorb",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "BIBNOR0013",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LA",
|
|
"Name": "Neocate 13,8%",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "BIBBAS019",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LA",
|
|
"Name": "Neocate Advance 25%",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "NO_EST4",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LA",
|
|
"Name": "Energivit",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "BIBBAS021",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "LA",
|
|
"Name": "Bibero especial",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "ALTESP001",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"Type": "Nutrition",
|
|
"Category": "Treatment",
|
|
"Group": "Absoluta",
|
|
"Name": "Absoluta",
|
|
"Value": [
|
|
{
|
|
"InitialValue": 0,
|
|
"FinalValue": null
|
|
}
|
|
],
|
|
"Codes": [
|
|
{
|
|
"InitialValue": "15002284",
|
|
"FinalValue": null
|
|
}
|
|
]
|
|
}
|
|
],
|
|
// "MappingInterventions":[{"Type":"Respiratory_Device","Name":"Ox\u00edgeno (O2)/Alto flujo","Codes":[{"InitialValue":204,"FinalValue":null}]},{"Type":"Respiratory_Device","Name":"CPAP","Codes":[{"InitialValue":202.0,"FinalValue":null}]},{"Type":"Respiratory_Device","Name":"Ventilaci\u00f3n mec\u00e1nica Invasiva","Codes":[{"InitialValue":201.0,"FinalValue":null}]},{"Type":"Respiratory_Device","Name":"VAFO Ventilaci\u00f3n Oscilatoria de alta frecuencia","Codes":[{"InitialValue":204.0,"FinalValue":null}]},{"Type":"Intravenous_Routes","Name":"VV perif\u00e9rica","Codes":[{"InitialValue":103.1,"FinalValue":103.5}]},{"Type":"Intravenous_Routes","Name":"VV epicut\u00e1neo cava","Codes":[{"InitialValue":102.1,"FinalValue":102.5}]},{"Type":"Intravenous_Routes","Name":"VV umbilical","Codes":[{"InitialValue":101.1,"FinalValue":null}]},{"Type":"Intravenous_Routes","Name":"VV central","Codes":[{"InitialValue":104.1,"FinalValue":104.3}]},{"Type":"Intravenous_Routes","Name":"VV PICC","Codes":[{"InitialValue":108.1,"FinalValue":null},{"InitialValue":108.2,"FinalValue":null}]},{"Type":"Intravenous_Routes","Name":"VA umbilical","Codes":[{"InitialValue":101.2,"FinalValue":null}]},{"Type":"Intravenous_Routes","Name":"VA","Codes":[{"InitialValue":106.1,"FinalValue":106.3}]},{"Type":"System","Name":"Hipotermia","Codes":[{"InitialValue":100001,"FinalValue":null}]},{"Type":"System","Name":"aEEG","Codes":[{"InitialValue":100002,"FinalValue":null}]},{"Type":"System","Name":"Drenaje ventricular (DVE)","Codes":[{"InitialValue":315.1,"FinalValue":null},{"InitialValue":315.2,"FinalValue":null}]},{"Type":"System","Name":"Drenaje tor\u00e1cico","Codes":[{"InitialValue":311,"FinalValue":314}]},{"Type":"System","Name":"Di\u00e1lisis peritoneal - abdominal","Codes":[{"InitialValue":306,"FinalValue":310}]}],
|
|
"ComplexityMappingObservation": {
|
|
"Oxigeno (O2)/Alto flujo": 1,
|
|
"CPAP ": 2,
|
|
"Ventilación mecánica Invasiva": 3,
|
|
"VAFO Ventilación Oscilatoria de alta frecuencia": 4,
|
|
"VV perfiférica": 1,
|
|
"VV epicutáneo cava": 2,
|
|
"VV umbilical": 2,
|
|
"VV central": 2,
|
|
"VV PICC": 2,
|
|
"VA umbilical": 3,
|
|
"VA": 3,
|
|
"Digoxina ev": 1,
|
|
"Digoxina vo": 1,
|
|
"Amiodarona ev": 1,
|
|
"Amiodarona vo": 1,
|
|
"Atropina": 1,
|
|
"Esmolol": 1,
|
|
"Propranolol": 1,
|
|
"Isoprenalina": 1,
|
|
"Flecainida ev": 1,
|
|
"Flecainida vo": 1,
|
|
"Adrenalina": 2,
|
|
"Noradrenalina": 2,
|
|
"Milrinona": 2,
|
|
"Levosimendan": 2,
|
|
"Dopamina": 2,
|
|
"Debutamina": 2,
|
|
"Fenilefrina": 2,
|
|
"Hipotermia": 2,
|
|
"aEEG": 2,
|
|
"Drenaje ventricular (DVE)": 2,
|
|
"Drenaje toracico": 2,
|
|
"Dialisis peritoneal - abdominal": 2,
|
|
"Cardiaca": 4,
|
|
"Digestiva": 3,
|
|
"Neurologica ": 3,
|
|
"Toracica": 3,
|
|
"ORL/Maxil·lo": 2,
|
|
"Oftalmo": 1,
|
|
"Ortopedia": 1,
|
|
"Altres": 1,
|
|
"No": 0
|
|
},
|
|
//Dejar siempre en ultima posicion el Ino code 84481000140102
|
|
"Respiratory": [ "361110005", "416362002", "84481000140102" ],
|
|
"Oni": "84481000140102",
|
|
//"BalizaUrl": "http://10.0.10.35/info.html",
|
|
//"BalizaPassword": "password",
|
|
"ConfigObservationRefresh": 1200,
|
|
"ActivateSchedulerCheckExpiredObservation": false,
|
|
"ActivateSchedulerCheckActiveTreatmentsJob": false,
|
|
"PumpExpiresSeconds": 12000,
|
|
"SendPumpsZero": false,
|
|
"PumPressureAlarm": [],
|
|
"VolumetricAirOcclusionAlarm": [ "Accumulated Air In Line", "Air In Line", "Occlusion", "Upstream Occlusion" ],
|
|
"EndContinuousInfusionAlarm": [ "End Of Infusion", "Near End Of Infusion" ],
|
|
"InotropicEndInfusionAlarm": [ "Near End Of Infusion", "Occlusion", "Air In Line" ],
|
|
"inotropicMedicines": [ "Dopamina", "Dobutamina", "Milrinona", "Noradrenalina", "Levosimendán" ],
|
|
"PathUpdateFiles": [ "C:", "Standard_Files", "UploadFromServer" ],
|
|
"ActivateCheckInactivePatients": false,
|
|
"NoCalculateStatusWithCodingSystem": "SENSOR"
|
|
}
|
|
} |