{ "mappings": { "fluid" : { "properties" : { "ProcId" : { "type" : "string", "index" : "not_analyzed" }, "AdmStartDT" : { "type" : "date", "format" : "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" }, "FluidValue" : { "type" : "float" }, "FluidName" : { "type" : "string", "index" : "not_analyzed" }, "FluidUnit" : { "type" : "string", "index" : "not_analyzed" } } }, "lab" : { "properties" : { "ProcId" : { "type" : "string", "index" : "not_analyzed" }, "LabSampleDT" : { "type" : "date", "format" : "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" }, "LabName" : { "type" : "string", "index" : "not_analyzed" }, "LabValue_Numeric" : { "type" : "float" }, "LabValue_Text" : { "type" : "string", "index" : "not_analyzed" } } }, "medication" : { "properties" : { "ProcId" : { "type" : "string", "index" : "not_analyzed" }, "AdmStartDT" : { "type" : "date", "format" : "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" }, "AdmEndDT" : { "type" : "date", "format" : "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" }, "DoseName" : { "type" : "string", "index" : "not_analyzed" }, "DoseValue" : { "type" : "float" }, "DoseUnit" : { "type" : "string", "index" : "not_analyzed" } } }, "monitor" : { "properties" : { "ProcId" : { "type" : "string", "index" : "not_analyzed" }, "SampleDT" : { "type" : "date", "format" : "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" }, "MonitorName" : { "type" : "string", "index" : "not_analyzed" }, "MonitorValue_Numeric" : { "type" : "float" }, "MonitorValue_Text" : { "type" : "string", "index" : "not_analyzed" } } }, "orcapreop" : { "properties" : { "ProcId" : { "type" : "string", "index" : "not_analyzed" }, "PreOPDate" : { "type" : "date", "format" : "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" }, "ReviewTitle" : { "type" : "string" }, "Descr" : { "type" : "string" } } }, "summaryinfo" : { "properties" : { "ProcId" : { "type" : "string", "index" : "not_analyzed" }, "DOS" : { "type" : "date", "format" : "yyyy-MM-dd" }, "Age" : { "type" : "float" }, "Gender" : { "type" : "string", "index" : "not_analyzed" }, "ASACode" : { "type" : "string", "index" : "not_analyzed" }, "HeightINs" : { "type" : "float" }, "WeightLBs" : { "type" : "float" }, "ProcedureTxt" : { "type" : "string" }, "CPTCode" : { "type" : "string", "index" : "not_analyzed" }, "AnesthesiaType" : { "type" : "string", "index" : "not_analyzed" }, "SurgDiagnosis" : { "type" : "string" }, "ORLocation" : { "type" : "string", "index" : "not_analyzed" }, "AnesStartDT" : { "type" : "date", "format" : "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" }, "InRoomDT" : { "type" : "date", "format" : "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" }, "AnesReadyDT" : { "type" : "date", "format" : "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" }, "ProcEndDT" : { "type" : "date", "format" : "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" }, "ProcStartDT" : { "type" : "date", "format" : "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" }, "LeaveOR" : { "type" : "date", "format" : "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" }, "AnesEnd" : { "type" : "date", "format" : "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'" } } } } }