Skip to content
Snippets Groups Projects
prescience-data.json 3.78 KiB
Newer Older
Scott Lundberg's avatar
Scott Lundberg committed
{
    "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" }
Scott Lundberg's avatar
Scott Lundberg committed

        "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" }
Scott Lundberg's avatar
Scott Lundberg committed

        "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" }
Scott Lundberg's avatar
Scott Lundberg committed

        "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" }
Scott Lundberg's avatar
Scott Lundberg committed

        "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" }
Scott Lundberg's avatar
Scott Lundberg committed

        "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'" }
Scott Lundberg's avatar
Scott Lundberg committed
        }
    }
}