From 4e521639952ab4614619a6807e4d28e0243be80e Mon Sep 17 00:00:00 2001 From: labkey-jeckels Date: Sat, 22 Aug 2026 22:42:33 -0700 Subject: [PATCH 1/2] Remove SQL Server upgrade scripts and code --- .../org/labkey/test/tests/EHR_AppTest.java | 3 +- EHR_ComplianceDB/module.properties | 1 - .../EHR_ComplianceDB-25.000-25.001.sql | 6 - .../ehr_compliancedb-0.000-25.000.sql | 426 - EHR_SM/module.properties | 1 - .../org/labkey/ehr_sm/EHR_SMCustomizer.java | 61 +- Viral_Load_Assay/module.properties | 1 - .../Viral_Load_Assay-11.10-11.20.sql | 205 - .../Viral_Load_Assay-12.10-12.20.sql | 19 - .../Viral_Load_Assay-12.11-12.12.sql | 17 - .../Viral_Load_Assay-12.20-12.21.sql | 18 - .../Viral_Load_Assay-12.21-12.22.sql | 17 - .../Viral_Load_Assay-12.22-12.23.sql | 21 - .../Viral_Load_Assay-12.23-12.24.sql | 10 - .../Viral_Load_Assay-12.25-12.26.sql | 23 - .../Viral_Load_Assay-12.26-12.27.sql | 11 - .../Viral_Load_Assay-12.27-12.28.sql | 10 - .../labModules/ViralLoadAssayTest.java | 1 - ehr/module.properties | 1 - .../dbscripts/sqlserver/ehr-0.000-25.000.sql | 1723 --- .../dbscripts/sqlserver/ehr-25.000-25.001.sql | 6 - .../dbscripts/sqlserver/ehr-26.000-26.001.sql | 6 - .../dbscripts/sqlserver/ehr-26.001-26.002.sql | 12 - .../sqlserver/ehr_lookups-0.000-25.000.sql | 10616 ---------------- .../sqlserver/ehr_lookups-25.001-25.002.sql | 6 - .../sqlserver/ehr_lookups-25.002-25.003.sql | 6 - .../sqlserver/ehr_lookups-25.003-25.004.sql | 16 - .../web/ehr/data/DataEntryServerStore.js | 5 +- .../web/ehr/panel/RequestDataEntryPanel.js | 4 +- .../web/ehr/panel/TaskDataEntryPanel.js | 4 +- ehr/src/org/labkey/ehr/EHRController.java | 34 - ehr/src/org/labkey/ehr/EHRManager.java | 305 +- ehr/src/org/labkey/ehr/EHRServiceImpl.java | 3 +- .../EHRDemographicsServiceImpl.java | 2 +- .../GeneticCalculationsImportTask.java | 26 +- .../ehr/table/DefaultEHRCustomizer.java | 27 +- ehr_billing/module.properties | 1 - .../sqlserver/ehr_billing-0.000-25.000.sql | 699 - .../ehr_billing/pipeline/BillingTask.java | 13 +- 39 files changed, 80 insertions(+), 14286 deletions(-) delete mode 100644 EHR_ComplianceDB/resources/schemas/dbscripts/sqlserver/EHR_ComplianceDB-25.000-25.001.sql delete mode 100644 EHR_ComplianceDB/resources/schemas/dbscripts/sqlserver/ehr_compliancedb-0.000-25.000.sql delete mode 100644 Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-11.10-11.20.sql delete mode 100644 Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.10-12.20.sql delete mode 100644 Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.11-12.12.sql delete mode 100644 Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.20-12.21.sql delete mode 100644 Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.21-12.22.sql delete mode 100644 Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.22-12.23.sql delete mode 100644 Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.23-12.24.sql delete mode 100644 Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.25-12.26.sql delete mode 100644 Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.26-12.27.sql delete mode 100644 Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.27-12.28.sql delete mode 100644 ehr/resources/schemas/dbscripts/sqlserver/ehr-0.000-25.000.sql delete mode 100644 ehr/resources/schemas/dbscripts/sqlserver/ehr-25.000-25.001.sql delete mode 100644 ehr/resources/schemas/dbscripts/sqlserver/ehr-26.000-26.001.sql delete mode 100644 ehr/resources/schemas/dbscripts/sqlserver/ehr-26.001-26.002.sql delete mode 100644 ehr/resources/schemas/dbscripts/sqlserver/ehr_lookups-0.000-25.000.sql delete mode 100644 ehr/resources/schemas/dbscripts/sqlserver/ehr_lookups-25.001-25.002.sql delete mode 100644 ehr/resources/schemas/dbscripts/sqlserver/ehr_lookups-25.002-25.003.sql delete mode 100644 ehr/resources/schemas/dbscripts/sqlserver/ehr_lookups-25.003-25.004.sql delete mode 100644 ehr_billing/resources/schemas/dbscripts/sqlserver/ehr_billing-0.000-25.000.sql diff --git a/EHR_App/test/src/org/labkey/test/tests/EHR_AppTest.java b/EHR_App/test/src/org/labkey/test/tests/EHR_AppTest.java index 3bd27522f..1d41cb3be 100644 --- a/EHR_App/test/src/org/labkey/test/tests/EHR_AppTest.java +++ b/EHR_App/test/src/org/labkey/test/tests/EHR_AppTest.java @@ -27,7 +27,6 @@ import org.labkey.test.pages.ReactAnimalHistoryPage; import org.labkey.test.tests.ehr.AbstractGenericEHRTest; import org.labkey.test.util.DataRegionTable; -import org.labkey.test.util.PostgresOnlyTest; import org.labkey.test.util.TextSearcher; import org.openqa.selenium.WebElement; @@ -43,7 +42,7 @@ import static org.labkey.test.components.html.Input.Input; @Category({EHR.class}) -public class EHR_AppTest extends AbstractGenericEHRTest implements PostgresOnlyTest +public class EHR_AppTest extends AbstractGenericEHRTest { private static final String PROJECT_NAME = "EHR App"; private static final String FOLDER_NAME = "EHR"; diff --git a/EHR_ComplianceDB/module.properties b/EHR_ComplianceDB/module.properties index ba2a3cfb1..04723c085 100644 --- a/EHR_ComplianceDB/module.properties +++ b/EHR_ComplianceDB/module.properties @@ -2,4 +2,3 @@ ModuleClass: org.labkey.ehr_compliancedb.EHR_ComplianceDBModule ManageVersion: true License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 -SupportedDatabases: mssql, pgsql diff --git a/EHR_ComplianceDB/resources/schemas/dbscripts/sqlserver/EHR_ComplianceDB-25.000-25.001.sql b/EHR_ComplianceDB/resources/schemas/dbscripts/sqlserver/EHR_ComplianceDB-25.000-25.001.sql deleted file mode 100644 index da6e918f5..000000000 --- a/EHR_ComplianceDB/resources/schemas/dbscripts/sqlserver/EHR_ComplianceDB-25.000-25.001.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (c) 2025-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE ehr_compliancedb.requirementsperemployee ADD Lsid LsidType null; \ No newline at end of file diff --git a/EHR_ComplianceDB/resources/schemas/dbscripts/sqlserver/ehr_compliancedb-0.000-25.000.sql b/EHR_ComplianceDB/resources/schemas/dbscripts/sqlserver/ehr_compliancedb-0.000-25.000.sql deleted file mode 100644 index 9e22c6f9a..000000000 --- a/EHR_ComplianceDB/resources/schemas/dbscripts/sqlserver/ehr_compliancedb-0.000-25.000.sql +++ /dev/null @@ -1,426 +0,0 @@ -/* - * Copyright (c) 2012-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ - -/* EHR_ComplianceDB-00.00-11.14.sql */ - -CREATE SCHEMA ehr_compliancedb; -GO - -CREATE TABLE ehr_compliancedb.CompletionDates -( - RowId INT IDENTITY(1,1) NOT NULL, - EmployeeId varchar(255) not null, - RequirementName varchar(255) not null, - Date datetime, - result varchar(500), - comment varchar(4000), - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created datetime, - ModifiedBy USERID, - Modified datetime, - - CONSTRAINT PK_CompletionDates PRIMARY KEY (rowid) -); - - -CREATE TABLE ehr_compliancedb.EmployeeCategory -( - CategoryName varchar(255), - - CONSTRAINT PK_EmployeeCategory PRIMARY KEY (CategoryName) -); - - -CREATE TABLE ehr_compliancedb.RequirementsPerEmployee -( - RowId INT IDENTITY(1,1) NOT NULL, - EmployeeId varchar(255) not null, - RequirementName varchar(255) not null, - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created datetime, - ModifiedBy USERID, - Modified datetime, - - CONSTRAINT PK_RequirementsPerEmployee PRIMARY KEY (RowId) -); - - -CREATE TABLE ehr_compliancedb.EmployeeRequirementExemptions -( - RowId INT IDENTITY(1,1) NOT NULL, - EmployeeId varchar(255) not null, - RequirementName varchar(255) not null, - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created datetime, - ModifiedBy USERID, - Modified datetime, - - CONSTRAINT PK_EmployeeRequirementExemptions PRIMARY KEY (RowId) -); - - -CREATE TABLE ehr_compliancedb.Employees -( - EmployeeId varchar(255) not null, - LastName varchar(255) not null, - FirstName varchar(255), - Email varchar(255), - Email2 varchar(255), - PersonId integer, - Type varchar(255), - MajorUDDS varchar(255), - category varchar(255), - Title varchar(255), - Unit varchar(255), - Supervisor varchar(255), - EmergencyContact varchar(255), - EmergencyContactDaytimePhone varchar(255), - EmergencyContactNighttimePhone varchar(255), - HomePhone varchar(255), - OfficePhone varchar(255), - CellPhone varchar(255), - Location varchar(255), - StartDate datetime, - EndDate datetime, - Notes varchar(255), - barrier bit, - animals bit, - tissue bit, - isemployee bit, - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created datetime, - ModifiedBy USERID, - Modified datetime, - - CONSTRAINT PK_Employees PRIMARY KEY (EmployeeId) -); - - -CREATE TABLE ehr_compliancedb.RequirementsPerCategory -( - RowId INT IDENTITY(1,1) NOT NULL, - RequirementName varchar(255) not null, - Category varchar(255), - Unit varchar(255), - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created datetime, - ModifiedBy USERID, - Modified datetime, - - CONSTRAINT PK_RequirementsPerCategory PRIMARY KEY (RowId) -); - - -CREATE TABLE ehr_compliancedb.Requirements -( - RequirementName varchar(255) not null, - Type varchar(255), - ExpirePeriod integer, - Required bit, - Access bit, - Animals bit, - Tissues bit, - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created datetime, - ModifiedBy USERID, - Modified datetime, - - CONSTRAINT PK_Requirements PRIMARY KEY (RequirementName) -); - - -CREATE TABLE ehr_compliancedb.RequirementType -( - Type varchar(255) not null, - - CONSTRAINT PK_RequirementType PRIMARY KEY (Type) -); - - -CREATE TABLE ehr_compliancedb.SOPByCategory -( - RowId INT IDENTITY(1,1) NOT NULL, - SOP_ID varchar(255) not null, - Category varchar(255) not null, - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created datetime, - ModifiedBy USERID, - Modified datetime, - - CONSTRAINT PK_SOPByCategory PRIMARY KEY (RowId) -); - - -CREATE TABLE ehr_compliancedb.SOPs -( - SopId varchar(255) not null, - Name varchar(255) not null, - PDF integer, - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created datetime, - ModifiedBy USERID, - Modified datetime, - - CONSTRAINT PK_SOPs PRIMARY KEY (SopId) -); - - -CREATE TABLE ehr_compliancedb.EmployeeLocations -( - Location varchar(255) not null, - - CONSTRAINT PK_EmployeeLocations PRIMARY KEY (location) -); - - -CREATE TABLE ehr_compliancedb.EmployeeTypes -( - Type varchar(255) not null, - - CONSTRAINT PK_EmployeeTypes PRIMARY KEY (type) -); - -CREATE TABLE ehr_compliancedb.EmployeeTitles -( - Title varchar(255) not null, - - CONSTRAINT PK_EmployeeTitles PRIMARY KEY (title) -); - -CREATE TABLE ehr_compliancedb.unit_names -( - unit varchar(255) not null, - supervisor varchar(255), - phone varchar(255), - address varchar(100), - - CONSTRAINT PK_unit_names PRIMARY KEY (unit) -); - - -CREATE TABLE ehr_compliancedb.SOPDates -( - RowId INT IDENTITY(1,1) NOT NULL, - EmployeeId varchar(255) not null, - sopid varchar(255) not null, - Date datetime not null, - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created datetime, - ModifiedBy USERID, - Modified datetime, - - CONSTRAINT PK_SOPDates PRIMARY KEY (rowid) -); - -/* EHR_ComplianceDB-11.15-11.16.sql */ - -ALTER TABLE ehr_compliancedb.completiondates - ADD CONSTRAINT fk_completiondates_employeeid FOREIGN KEY (employeeid) - REFERENCES ehr_compliancedb.employees (employeeid) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.completiondates - ADD CONSTRAINT fk_completiondates_requirementname FOREIGN KEY (requirementname) - REFERENCES ehr_compliancedb.requirements (requirementname) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.employeerequirementexemptions - ADD CONSTRAINT fk_employeerequirementexemptions_employeeid FOREIGN KEY (employeeid) - REFERENCES ehr_compliancedb.employees (employeeid) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.employeerequirementexemptions - ADD CONSTRAINT fk_employeerequirementexemptions_requirementname FOREIGN KEY (requirementname) - REFERENCES ehr_compliancedb.requirements (requirementname) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.employees - ADD CONSTRAINT fk_employees_type FOREIGN KEY (type) - REFERENCES ehr_compliancedb.employeetypes (type) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.employees - ADD CONSTRAINT fk_employees_category FOREIGN KEY (category) - REFERENCES ehr_compliancedb.employeecategory (categoryname) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.employees - ADD CONSTRAINT fk_employees_title FOREIGN KEY (title) - REFERENCES ehr_compliancedb.employeetitles (title) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.employees - ADD CONSTRAINT fk_employees_unit FOREIGN KEY (unit) - REFERENCES ehr_compliancedb.unit_names (unit) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.employees - ADD CONSTRAINT fk_employees_location FOREIGN KEY (location) - REFERENCES ehr_compliancedb.employeelocations (location) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.requirements - ADD CONSTRAINT fk_requirements_type FOREIGN KEY (type) - REFERENCES ehr_compliancedb.requirementtype (type) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.requirementspercategory - ADD CONSTRAINT fk_requirementspercategory_requirementname FOREIGN KEY (requirementname) - REFERENCES ehr_compliancedb.requirements (requirementname) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.requirementspercategory - ADD CONSTRAINT fk_requirementspercategory_category FOREIGN KEY (category) - REFERENCES ehr_compliancedb.employeecategory (categoryname) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.requirementspercategory - ADD CONSTRAINT fk_requirementspercategory_unit FOREIGN KEY (unit) - REFERENCES ehr_compliancedb.unit_names (unit) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.requirementsperemployee - ADD CONSTRAINT fk_requirementsperemployee_employeeid FOREIGN KEY (employeeid) - REFERENCES ehr_compliancedb.employees (employeeid) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.requirementsperemployee - ADD CONSTRAINT fk_requirementsperemployee_requirementname FOREIGN KEY (requirementname) - REFERENCES ehr_compliancedb.requirements (requirementname) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.sopbycategory - ADD CONSTRAINT fk_sopbycategory_category FOREIGN KEY (category) - REFERENCES ehr_compliancedb.employeecategory (categoryname) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.sopdates - ADD CONSTRAINT fk_sopdates_employeeid FOREIGN KEY (employeeid) - REFERENCES ehr_compliancedb.employees (employeeid) - ON UPDATE CASCADE; - -ALTER TABLE ehr_compliancedb.requirements DROP column container; - -ALTER TABLE ehr_compliancedb.CompletionDates ADD trainer varchar(100); - -ALTER TABLE ehr_compliancedb.employees ADD middleName varchar(100); - -ALTER TABLE ehr_compliancedb.employees ADD contactsSla bit default 0; -ALTER TABLE ehr_compliancedb.requirements ADD contactsSla bit; - -ALTER TABLE ehr_compliancedb.requirements ADD container entityid; -GO ---upgrade of sorts. both wnprc/onprc should have a single container, so set container based on employees -UPDATE ehr_compliancedb.requirements SET container = (SELECT max(cast(c.container as varchar(38))) as container from ehr_compliancedb.employees c); - ---delete potential orphans -DELETE FROM ehr_compliancedb.requirements WHERE container IS NULL OR (select entityid FROM core.containers WHERE entityid = container) IS NULL; - -ALTER TABLE ehr_compliancedb.requirements ADD rowid int identity(1,1); - --- refactor foreign keys back into trigger scripts / java code. this was done b/c --- some tables are now scoped to a container, like requirements, and it is simply easier to enforce them from triggers than DB FKs -ALTER TABLE ehr_compliancedb.completiondates DROP CONSTRAINT fk_completiondates_employeeid; -ALTER TABLE ehr_compliancedb.employeerequirementexemptions DROP CONSTRAINT fk_employeerequirementexemptions_employeeid; -ALTER TABLE ehr_compliancedb.completiondates DROP CONSTRAINT fk_completiondates_requirementname; -ALTER TABLE ehr_compliancedb.employeerequirementexemptions DROP CONSTRAINT fk_employeerequirementexemptions_requirementname; -ALTER TABLE ehr_compliancedb.employees DROP CONSTRAINT fk_employees_type; -ALTER TABLE ehr_compliancedb.employees DROP CONSTRAINT fk_employees_category; -ALTER TABLE ehr_compliancedb.employees DROP CONSTRAINT fk_employees_title; -ALTER TABLE ehr_compliancedb.employees DROP CONSTRAINT fk_employees_unit; -ALTER TABLE ehr_compliancedb.employees DROP CONSTRAINT fk_employees_location; -ALTER TABLE ehr_compliancedb.requirements DROP CONSTRAINT fk_requirements_type; -ALTER TABLE ehr_compliancedb.requirementspercategory DROP CONSTRAINT fk_requirementspercategory_requirementname; -ALTER TABLE ehr_compliancedb.requirementspercategory DROP CONSTRAINT fk_requirementspercategory_category; -ALTER TABLE ehr_compliancedb.requirementspercategory DROP CONSTRAINT fk_requirementspercategory_unit; -ALTER TABLE ehr_compliancedb.requirementsperemployee DROP CONSTRAINT fk_requirementsperemployee_employeeid; -ALTER TABLE ehr_compliancedb.requirementsperemployee DROP CONSTRAINT fk_requirementsperemployee_requirementname; -ALTER TABLE ehr_compliancedb.sopbycategory DROP CONSTRAINT fk_sopbycategory_category; -ALTER TABLE ehr_compliancedb.sopdates DROP CONSTRAINT fk_sopdates_employeeid; - -EXEC core.fn_dropifexists 'requirements', 'ehr_compliancedb', 'CONSTRAINT', 'PK_requirements'; -ALTER TABLE ehr_compliancedb.requirements ADD CONSTRAINT pk_requirements PRIMARY KEY (rowid); - -ALTER TABLE ehr_compliancedb.requirements ADD datedisabled DATETIME; - -ALTER TABLE ehr_compliancedb.employeerequirementexemptions ADD Comments varchar(500); - -CREATE INDEX IX_completiondates_employeeid ON ehr_compliancedb.completiondates(employeeid); -CREATE INDEX IX_completiondates_requirementname ON ehr_compliancedb.completiondates(requirementname); - -CREATE INDEX IX_employeerequirementexemptions_employeeid ON ehr_compliancedb.employeerequirementexemptions(employeeid); -CREATE INDEX IX_employeerequirementexemptions_requirementname ON ehr_compliancedb.employeerequirementexemptions(requirementname); - -CREATE INDEX IX_requirementspercategory_requirementname ON ehr_compliancedb.requirementspercategory(requirementname); - -CREATE INDEX IX_requirementsperemployee_requirementname ON ehr_compliancedb.requirementsperemployee(requirementname); -CREATE INDEX IX_requirementsperemployee_employeeid ON ehr_compliancedb.requirementsperemployee(employeeid); - -CREATE INDEX IX_sopdates_employeeid ON ehr_compliancedb.sopdates(employeeid); - -ALTER TABLE ehr_compliancedb.CompletionDates ADD FileName nvarchar(500); - -ALTER TABLE ehr_compliancedb.Employees ALTER COLUMN Notes NVARCHAR (4000); - -ALTER TABLE ehr_compliancedb.RequirementsPerCategory add trackingflag nvarchar(100); - -ALTER TABLE ehr_compliancedb.RequirementsPerCategory add objectid ENTITYID; - -ALTER TABLE ehr_compliancedb.RequirementsPerCategory add taskid ENTITYID; - - -CREATE TABLE ehr_compliancedb.EmployeePerUnit -( - RowId INT IDENTITY(1,1) NOT NULL, - EmployeeId nvarchar(255) not null, - unit nvarchar(255) null, - category nvarchar(255) null, - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created datetime, - ModifiedBy USERID, - Modified datetime, - taskid entityid, - objectid entityid - - CONSTRAINT PK_EmployeePerUnits PRIMARY KEY (RowId) -); - -ALTER TABLE ehr_compliancedb.Requirements add reviewdate datetime; - -CREATE TABLE ehr_compliancedb.Compliance_Reference_Data -( - rowId int identity(1,1), - label varchar(250) NULL, - value varchar(255) , - columnName varchar(255) NOT NULL, - sort_order integer null, - endDate datetime NULL, - objectid entityid - - CONSTRAINT pk_compliance_reference PRIMARY KEY (value) - -); - -ALTER TABLE ehr_compliancedb.CompletionDates ADD snooze_date datetime; \ No newline at end of file diff --git a/EHR_SM/module.properties b/EHR_SM/module.properties index bc4949137..596d06499 100644 --- a/EHR_SM/module.properties +++ b/EHR_SM/module.properties @@ -3,5 +3,4 @@ Label: EHR customization of Sample Manager Description: Adds additional EHR related data to Sample Manager. Provides ETL for Animal sources. License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 -SupportedDatabases: mssql, pgsql ManageVersion: true diff --git a/EHR_SM/src/org/labkey/ehr_sm/EHR_SMCustomizer.java b/EHR_SM/src/org/labkey/ehr_sm/EHR_SMCustomizer.java index 36ccf01d1..234476aa9 100644 --- a/EHR_SM/src/org/labkey/ehr_sm/EHR_SMCustomizer.java +++ b/EHR_SM/src/org/labkey/ehr_sm/EHR_SMCustomizer.java @@ -71,21 +71,11 @@ public void customize(TableInfo tableInfo) private SQLFragment getAgeSql(TableInfo demographics, String sampleType, ColumnInfo idCol, ColumnInfo receivedCol) { - SQLFragment ageSql = null; String alias = AliasManager.makeLegalName(sampleType, demographics.getSqlDialect()); - if (demographics.getSqlDialect().isSqlServer()) - { - ageSql = new SQLFragment("(SELECT CONVERT(DECIMAL(10,2), DATEDIFF(month, dem.birth, ").append(receivedCol.getValueSql(alias)); - ageSql.append(") / 12.0) as ageAtSample FROM ").append(demographics, "dem"); - ageSql.append(" WHERE dem.ParticipantId = ").append(idCol.getValueSql(alias)).append(")"); - } - else if (demographics.getSqlDialect().isPostgreSQL()) - { - ageSql = new SQLFragment("(SELECT ROUND(CAST((EXTRACT(YEAR FROM age) + EXTRACT(MONTH FROM age) / 12) AS NUMERIC), 2) AS ageAtSample "); - ageSql.append("FROM age(").append(receivedCol.getValueSql(alias)).append(", "); - ageSql.append("(SELECT dem.birth FROM ").append(demographics, "dem"); - ageSql.append(" WHERE dem.ParticipantId = ").append(idCol.getValueSql(alias)).append(")) AS t(age))"); - } + SQLFragment ageSql = new SQLFragment("(SELECT ROUND(CAST((EXTRACT(YEAR FROM age) + EXTRACT(MONTH FROM age) / 12) AS NUMERIC), 2) AS ageAtSample "); + ageSql.append("FROM age(").append(receivedCol.getValueSql(alias)).append(", "); + ageSql.append("(SELECT dem.birth FROM ").append(demographics, "dem"); + ageSql.append(" WHERE dem.ParticipantId = ").append(idCol.getValueSql(alias)).append(")) AS t(age))"); return ageSql; } @@ -133,33 +123,30 @@ private void customizeSamples(AbstractTableInfo ti) if (null != receivedCol && null != demographics) { SQLFragment ageSql = getAgeSql(demographics, ti.getName(), idCol, receivedCol); - if (null != ageSql) + FieldKey ageFk = FieldKey.fromParts("ageAtSample"); + defaultCols.add(ageFk); + ExprColumn ageAtSampleCol = new ExprColumn(ti, ageFk, ageSql, JdbcType.DECIMAL, idCol, receivedCol); + ageAtSampleCol.setLabel("Age At Sample (yrs)"); + + // Need this display column factory just to ensure the "received column" is available in the underlying + // samples query if it is not in the displayed view + ageAtSampleCol.setDisplayColumnFactory(new DisplayColumnFactory() { - FieldKey ageFk = FieldKey.fromParts("ageAtSample"); - defaultCols.add(ageFk); - ExprColumn ageAtSampleCol = new ExprColumn(ti, ageFk, ageSql, JdbcType.DECIMAL, idCol, receivedCol); - ageAtSampleCol.setLabel("Age At Sample (yrs)"); - - // Need this display column factory just to ensure the "received column" is available in the underlying - // samples query if it is not in the displayed view - ageAtSampleCol.setDisplayColumnFactory(new DisplayColumnFactory() + @Override + public DisplayColumn createRenderer(ColumnInfo colInfo) { - @Override - public DisplayColumn createRenderer(ColumnInfo colInfo) + return new DataColumn(colInfo) { - return new DataColumn(colInfo) + @Override + public void addQueryFieldKeys(Set keys) { - @Override - public void addQueryFieldKeys(Set keys) - { - super.addQueryFieldKeys(keys); - keys.add(receivedCol.getFieldKey()); - } - }; - } - }); - ti.addColumn(ageAtSampleCol); - } + super.addQueryFieldKeys(keys); + keys.add(receivedCol.getFieldKey()); + } + }; + } + }); + ti.addColumn(ageAtSampleCol); } } } diff --git a/Viral_Load_Assay/module.properties b/Viral_Load_Assay/module.properties index 20bb7ad50..0bc7f7c48 100644 --- a/Viral_Load_Assay/module.properties +++ b/Viral_Load_Assay/module.properties @@ -1,3 +1,2 @@ ModuleClass: org.labkey.viral_load_assay.Viral_Load_AssayModule ManageVersion: false -SupportedDatabases: mssql, pgsql diff --git a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-11.10-11.20.sql b/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-11.10-11.20.sql deleted file mode 100644 index 7d2e3e323..000000000 --- a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-11.10-11.20.sql +++ /dev/null @@ -1,205 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -/* Viral_Load_Assay-11.10-11.11.sql */ - -/* viral_load_assay-0.00-11.10.sql */ - -EXEC core.fn_dropifexists '*', 'viral_load_assay', 'SCHEMA', NULL -GO -CREATE SCHEMA viral_load_assay; -go - -EXEC core.fn_dropifexists 'assays', 'viral_load_assay', 'TABLE', NULL -GO -CREATE TABLE viral_load_assay.assays -( -assayName varchar(255) NOT NULL, -virus varchar(255) not null, -forwardPrimer varchar(4000), -reversePrimer varchar(4000), - -CreatedBy USERID, -Created datetime, -ModifiedBy USERID, -Modified datetime, - -CONSTRAINT PK_assays PRIMARY KEY (assayName) -) -; - --- ---------------------------- --- Records of assays --- ---------------------------- -INSERT INTO viral_load_assay.assays -(assayName, virus) -VALUES -('SIVmac239-Gag', 'SIVmac239'); - - - --- ---------------------------- --- Table structure for vl_category --- ---------------------------- -EXEC core.fn_dropifexists 'assays', 'vl_category', 'TABLE', NULL -GO -CREATE TABLE viral_load_assay.vl_category ( -category varchar(255) NOT NULL, - -CONSTRAINT PK_vl_category PRIMARY KEY (category) -) -; - --- ---------------------------- --- Records of vl_category --- ---------------------------- -INSERT INTO viral_load_assay.vl_category VALUES ('CTL'); -INSERT INTO viral_load_assay.vl_category VALUES ('Sample'); -INSERT INTO viral_load_assay.vl_category VALUES ('STD'); - --- ---------------------------- --- Table structure for vl_instrument --- ---------------------------- -EXEC core.fn_dropifexists 'vl_instrument', 'viral_load_assay', 'TABLE', NULL -GO -CREATE TABLE viral_load_assay.vl_instrument ( -instrument varchar(255) NOT NULL, - -CONSTRAINT PK_vl_instrument PRIMARY KEY (instrument) -) -; - --- ---------------------------- --- Records of vl_instrument --- ---------------------------- -INSERT INTO viral_load_assay.vl_instrument VALUES ('LC480'); -INSERT INTO viral_load_assay.vl_instrument VALUES ('Light Cycler'); - --- ---------------------------- --- Table structure for vl_sampletype --- ---------------------------- -EXEC core.fn_dropifexists 'vl_sampletype', 'viral_load_assay', 'TABLE', NULL -GO -CREATE TABLE viral_load_assay.vl_sampletype ( -sample_type varchar(255) NOT NULL, - -CONSTRAINT PK_vl_sampletype PRIMARY KEY (sample_type) -) -; - --- ---------------------------- --- Records of vl_sampletype --- ---------------------------- -INSERT INTO viral_load_assay.vl_sampletype VALUES ('gDNA'); -INSERT INTO viral_load_assay.vl_sampletype VALUES ('vRNA'); - --- ---------------------------- --- Table structure for vl_technique --- ---------------------------- -EXEC core.fn_dropifexists 'vl_technique', 'viral_load_assay', 'TABLE', NULL -GO -CREATE TABLE viral_load_assay.vl_technique ( -technique varchar(255) NOT NULL, - -CONSTRAINT PK_vl_technique PRIMARY KEY (technique) -) -; - --- ---------------------------- --- Records of vl_technique --- ---------------------------- -INSERT INTO viral_load_assay.vl_technique VALUES ('Lifson 1-Step VL'); - --- ---------------------------- --- Table structure for vl_virus --- ---------------------------- -EXEC core.fn_dropifexists 'vl_virus', 'viral_load_assay', 'TABLE', NULL -GO -CREATE TABLE viral_load_assay.vl_virus ( -virus varchar(255) NOT NULL, - -CONSTRAINT PK_vl_virus PRIMARY KEY (virus) -) -; - --- ---------------------------- --- Records of vl_virus --- ---------------------------- -INSERT INTO viral_load_assay.vl_virus VALUES ('SIVmac239'); - -/* viral_load_assay-11.10-11.11.sql */ - -EXEC core.fn_dropifexists 'challenge_dates', 'viral_load_assay', 'TABLE', NULL -GO -CREATE TABLE viral_load_assay.challenge_dates -( -rowid INT IDENTITY(1,1) not null, -subjectname varchar(255), -date datetime, -agent varchar(255), -isvaccination bit, - -container entityid, -CreatedBy USERID, -Created datetime, -ModifiedBy USERID, -Modified datetime, - -CONSTRAINT PK_challenge_dates PRIMARY KEY (rowid) -) -; - -/* Viral_Load_Assay-11.11-11.12.sql */ - --- ---------------------------- --- Table structure for viral_load_assay.module_properties --- ---------------------------- -EXEC core.fn_dropifexists 'module_properties', 'viral_load_assay', 'TABLE', NULL -GO -CREATE TABLE viral_load_assay.module_properties ( - RowId INT IDENTITY(1,1) NOT NULL, - - prop_name varchar(255) DEFAULT NULL, - stringvalue varchar(255) DEFAULT NULL, - floatvalue float DEFAULT NULL, - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created datetime, - ModifiedBy USERID, - Modified datetime, - - CONSTRAINT PK_module_properties PRIMARY KEY (rowId) -); - --- ---------------------------- --- Table structure for viral_load_assay.site_module_properties --- ---------------------------- -EXEC core.fn_dropifexists 'site_module_properties', 'viral_load_assay', 'TABLE', NULL -GO -CREATE TABLE viral_load_assay.site_module_properties ( - prop_name varchar(255) DEFAULT NULL, - stringvalue varchar(255) DEFAULT NULL, - floatvalue float DEFAULT NULL, - - CreatedBy USERID, - Created datetime, - ModifiedBy USERID, - Modified datetime, - - CONSTRAINT PK_site_module_properties PRIMARY KEY (prop_name) -) -; \ No newline at end of file diff --git a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.10-12.20.sql b/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.10-12.20.sql deleted file mode 100644 index b9f21663b..000000000 --- a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.10-12.20.sql +++ /dev/null @@ -1,19 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -/* Viral_Load_Assay-12.11-12.12.sql */ - -DROP TABLE viral_load_assay.module_properties; -DROP TABLE viral_load_assay.site_module_properties; \ No newline at end of file diff --git a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.11-12.12.sql b/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.11-12.12.sql deleted file mode 100644 index a0c5adc26..000000000 --- a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.11-12.12.sql +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -DROP TABLE viral_load_assay.module_properties; -DROP TABLE viral_load_assay.site_module_properties; \ No newline at end of file diff --git a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.20-12.21.sql b/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.20-12.21.sql deleted file mode 100644 index 98b8c9380..000000000 --- a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.20-12.21.sql +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -INSERT INTO viral_load_assay.vl_instrument VALUES ('ABI 7500'); - -DROP TABLE viral_load_assay.vl_category; \ No newline at end of file diff --git a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.21-12.22.sql b/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.21-12.22.sql deleted file mode 100644 index ff8df9e5d..000000000 --- a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.21-12.22.sql +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -DROP TABLE viral_load_assay.vl_virus; -DROP TABLE viral_load_assay.vl_sampletype; \ No newline at end of file diff --git a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.22-12.23.sql b/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.22-12.23.sql deleted file mode 100644 index 76f1e7abf..000000000 --- a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.22-12.23.sql +++ /dev/null @@ -1,21 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -CREATE TABLE viral_load_assay.abi7500_detectors ( - rowid int identity(1,1), - assayName varchar(200), - detector varchar(200), - fluor varchar(200), - - constraint PK_abi7500_detectors PRIMARY KEY (rowid) -); - -CREATE TABLE viral_load_assay.fluors ( - name varchar(200), - - constraint PK_fluors PRIMARY KEY (name) -); - -INSERT INTO viral_load_assay.fluors (name) VALUES ('FAM'); diff --git a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.23-12.24.sql b/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.23-12.24.sql deleted file mode 100644 index 989327a8f..000000000 --- a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.23-12.24.sql +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Copyright (c) 2013-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE viral_load_assay.abi7500_detectors ADD quencher varchar(200); -ALTER TABLE viral_load_assay.abi7500_detectors ADD reporter varchar(200); -GO -UPDATE viral_load_assay.abi7500_detectors SET reporter = fluor; -ALTER TABLE viral_load_assay.abi7500_detectors DROP COLUMN fluor; \ No newline at end of file diff --git a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.25-12.26.sql b/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.25-12.26.sql deleted file mode 100644 index 152217459..000000000 --- a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.25-12.26.sql +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (c) 2020-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -CREATE TABLE viral_load_assay.nucleic_acid -( - type NVARCHAR(200) NOT NULL, - container entityid NOT NULL, - rowid INT IDENTITY(1, 1), - - CONSTRAINT pk_nucleic_acid PRIMARY KEY (rowid) -); - -CREATE TABLE viral_load_assay.source_material -( - type NVARCHAR(200) NOT NULL, - liquid BIT NOT NULL, - container entityid NOT NULL, - rowid INT IDENTITY(1, 1), - - CONSTRAINT pk_source_material PRIMARY KEY (rowid) -); \ No newline at end of file diff --git a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.26-12.27.sql b/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.26-12.27.sql deleted file mode 100644 index 454548769..000000000 --- a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.26-12.27.sql +++ /dev/null @@ -1,11 +0,0 @@ -/* - * Copyright (c) 2020-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -INSERT INTO viral_load_assay.vl_instrument (instrument) - SELECT 'LC96' - WHERE - NOT EXISTS ( - SELECT instrument FROM viral_load_assay.vl_instrument WHERE instrument = 'LC96' - ); \ No newline at end of file diff --git a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.27-12.28.sql b/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.27-12.28.sql deleted file mode 100644 index 904ee5666..000000000 --- a/Viral_Load_Assay/resources/schemas/dbscripts/sqlserver/Viral_Load_Assay-12.27-12.28.sql +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Copyright (c) 2020-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE viral_load_assay.nucleic_acid DROP CONSTRAINT pk_nucleic_acid; -ALTER TABLE viral_load_assay.nucleic_acid ADD CONSTRAINT pk_nucleic_acid PRIMARY KEY (type); - -ALTER TABLE viral_load_assay.source_material DROP CONSTRAINT pk_source_material; -ALTER TABLE viral_load_assay.source_material ADD CONSTRAINT pk_source_material PRIMARY KEY (type); diff --git a/Viral_Load_Assay/test/src/org/labkey/test/tests/external/labModules/ViralLoadAssayTest.java b/Viral_Load_Assay/test/src/org/labkey/test/tests/external/labModules/ViralLoadAssayTest.java index a80088591..31338f964 100644 --- a/Viral_Load_Assay/test/src/org/labkey/test/tests/external/labModules/ViralLoadAssayTest.java +++ b/Viral_Load_Assay/test/src/org/labkey/test/tests/external/labModules/ViralLoadAssayTest.java @@ -424,7 +424,6 @@ private void createPlateTemplate() try { - //this page fails to load on team city windows/sqlserver agents only? waitForElement(Locator.xpath("//span[contains(text(), 'Freezer Id') and contains(@class, 'x4-column-header-text')]"), WAIT_FOR_JAVASCRIPT * 2); //ensure grid loaded } catch (NoSuchElementException e) diff --git a/ehr/module.properties b/ehr/module.properties index e0f6b25f0..b6cd4e38a 100644 --- a/ehr/module.properties +++ b/ehr/module.properties @@ -1,5 +1,4 @@ ModuleClass: org.labkey.ehr.EHRModule License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 -SupportedDatabases: mssql, pgsql ManageVersion: true diff --git a/ehr/resources/schemas/dbscripts/sqlserver/ehr-0.000-25.000.sql b/ehr/resources/schemas/dbscripts/sqlserver/ehr-0.000-25.000.sql deleted file mode 100644 index f1fb49aa9..000000000 --- a/ehr/resources/schemas/dbscripts/sqlserver/ehr-0.000-25.000.sql +++ /dev/null @@ -1,1723 +0,0 @@ -/* - * Copyright (c) 2019-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ - -CREATE SCHEMA ehr; -GO - -CREATE TABLE ehr.animal_groups -( - rowid INT IDENTITY(1,1) NOT NULL, - name varchar(255) NOT NULL, - container entityid NOT NULL, - createdby userid, - created datetime, - modifiedby userid, - modified datetime, - CONSTRAINT pk_animal_groups PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr.automatic_alerts -( - rowid INT IDENTITY(1,1) NOT NULL, - title varchar(200) DEFAULT NULL, - containerpath varchar(255) DEFAULT NULL, - schemaname varchar(255) DEFAULT NULL, - queryname varchar(255) DEFAULT NULL, - viewname varchar(255) DEFAULT NULL, - notificationtype varchar(100) DEFAULT NULL, - email_html text, - container entityid NOT NULL, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - CONSTRAINT pk_automatic_alerts PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr.cage_observations -( - rowid INT IDENTITY(1,1) NOT NULL, - date datetime, - room varchar(100), - cage varchar(100), - remark text, - userid varchar(100), - objectid entityid, - taskid entityid, - parentid entityid, - qcstate integer, - container entityid NOT NULL, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - description text, - no_observations bit, - feces varchar(100), - CONSTRAINT pk_cage_observations PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr.extracts -( - rowid INT IDENTITY(1,1) NOT NULL, - queryname varchar(100), - schemaname varchar(100), - containerpath varchar(100), - viewname varchar(100), - filename varchar(100), - columns varchar(500), - fieldstohash varchar(500), - container entityid NOT NULL, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - CONSTRAINT pk_extracts PRIMARY KEY (rowid ) -); - ---note: field lengths altered -CREATE TABLE ehr.formpanelsections -( - rowid INT IDENTITY(1,1) NOT NULL, - formtype varchar(200) NOT NULL, - destination varchar(200) NOT NULL, - sort_order integer, - xtype varchar(200) NOT NULL, - schemaname varchar(200), - queryname varchar(200), - title varchar(200), - metadatasources varchar(4000), - buttons varchar(4000), - initialtemplates varchar(4000), - configjson text, - container entityid NOT NULL, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - CONSTRAINT pk_formpanelsections PRIMARY KEY (rowid ) -); - ---note: field lengths altered -CREATE TABLE ehr.formtemplaterecords -( - rowid INT IDENTITY(1,1) NOT NULL, - templateid entityid NOT NULL, - storeid varchar(1000) NOT NULL, - json text, - container entityid NOT NULL, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - CONSTRAINT pk_formtemplaterecords PRIMARY KEY (rowid ) -); - ---note: field lengths altered -CREATE TABLE ehr.formtemplates -( - entityid entityid NOT NULL, - title varchar(200) NOT NULL, - formtype varchar(200) NOT NULL, - template varchar(200), - userid integer, - description text, - container entityid NOT NULL, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - CONSTRAINT pk_formtemplates PRIMARY KEY (entityid ), - CONSTRAINT unique_formtemplates UNIQUE (formtype , title ) -); - -CREATE TABLE ehr.formtypes -( - rowid INT IDENTITY(1,1) NOT NULL, - formtype varchar(200) NOT NULL, - category varchar(100), - description text, - configjson varchar(4000), - container entityid NOT NULL, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - permitssingleidonly bit, - CONSTRAINT pk_formtypes PRIMARY KEY (rowid ), - CONSTRAINT unique_formtypes UNIQUE (container , formtype ) -); - -CREATE TABLE ehr.kinship -( - rowid INT IDENTITY(1,1) NOT NULL, - id varchar(100) NOT NULL, - id2 varchar(100) NOT NULL, - coefficient double precision, - container entityid NOT NULL, - createdby userid, - created datetime, - modifiedby userid, - modified datetime, - CONSTRAINT pk_kinship PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr.module_properties -( - rowid INT IDENTITY(1,1) NOT NULL, - prop_name varchar(255) DEFAULT NULL, - stringvalue varchar(255) DEFAULT NULL, - floatvalue double precision, - container entityid NOT NULL, - createdby userid, - created datetime, - modifiedby userid, - modified datetime, - CONSTRAINT pk_module_properties PRIMARY KEY (rowid ), - CONSTRAINT unique_module_properties UNIQUE (prop_name , container ) -); - ---note: field lengths altered -CREATE TABLE ehr.notificationrecipients -( - rowid INT IDENTITY(1,1) NOT NULL, - notificationtype varchar(200), - container entityid NOT NULL, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - recipient integer, - CONSTRAINT pk_notificationrecipients PRIMARY KEY (rowid ) -); - ---note: field lengths altered -CREATE TABLE ehr.notificationtypes -( - notificationtype varchar(200) NOT NULL, - description text, - CONSTRAINT pk_notificationtypes PRIMARY KEY (notificationtype ) -); - ---note: field lengths altered -CREATE TABLE ehr.project -( - project integer NOT NULL, - protocol varchar(200), - account varchar(200), - inves varchar(200), - avail varchar(100), - title varchar(200), - research bit, - reqname varchar(200), - requestid varchar(100), - qcstate integer, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - CONSTRAINT pk_project PRIMARY KEY (project ) -); - ---note: field lengths altered -CREATE TABLE ehr.protocol -( - protocol varchar(200) NOT NULL, - inves varchar(200), - approve datetime, - description text, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - maxanimals integer, - CONSTRAINT pk_protocol PRIMARY KEY (protocol ) -); - ---note: field lengths altered -CREATE TABLE ehr.protocol_counts -( - rowid INT IDENTITY(1,1) NOT NULL, - protocol varchar(200) NOT NULL, - species varchar(200) NOT NULL, - allowed integer NOT NULL, - container entityid NOT NULL, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - CONSTRAINT pk_protocol_counts PRIMARY KEY (rowid ) -); - ---note: field lengths altered -CREATE TABLE ehr.protocolprocedures -( - rowid INT IDENTITY(1,1) NOT NULL, - protocol varchar(200) NOT NULL, - procedurename varchar(200), - code varchar(100), - allowed double precision, - frequency varchar(200), - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - CONSTRAINT pk_protocolprocedures PRIMARY KEY (rowid ) -); - ---note: field lengths altered -CREATE TABLE ehr.qcstatemetadata -( - qcstatelabel varchar(200) NOT NULL, - draftdata bit DEFAULT 0, - isdeleted bit DEFAULT 0, - isrequest bit DEFAULT 0, - allowfuturedates bit, - CONSTRAINT pk_qcstatemetadata PRIMARY KEY (qcstatelabel ) -); - -CREATE TABLE ehr.reports -( - rowid INT IDENTITY(1,1) NOT NULL, - reportname varchar(255) DEFAULT NULL, - category varchar(255) DEFAULT NULL, - reporttype varchar(255) DEFAULT NULL, - reporttitle varchar(255) DEFAULT NULL, - visible bit, - containerpath varchar(255) DEFAULT NULL, - schemaname varchar(255) DEFAULT NULL, - queryname varchar(255) DEFAULT NULL, - viewname varchar(255) DEFAULT NULL, - report varchar(255) DEFAULT NULL, - datefieldname varchar(255) DEFAULT NULL, - todayonly bit, - queryhaslocation bit, - qcstatepublicdatafieldname varchar(255) DEFAULT NULL, - container entityid NOT NULL, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - jsonconfig varchar(4000), - description varchar(4000), - sort_order integer, - CONSTRAINT pk_reports PRIMARY KEY (rowid ) -); - ---note: field lengths altered -CREATE TABLE ehr.requests -( - requestid entityid NOT NULL, - rowid INT IDENTITY(1,1) NOT NULL, - title varchar(200), - formtype varchar(200), - priority varchar(200), - notify1 integer, - notify2 integer, - notify3 integer, - pi varchar(200), - qcstate integer, - description text, - daterequested datetime, - enddate datetime, - container entityid NOT NULL, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - remark varchar(4000), - CONSTRAINT pk_requests PRIMARY KEY (requestid ) -); - -CREATE TABLE ehr.site_module_properties -( - prop_name varchar(255) NOT NULL DEFAULT NULL, - stringvalue varchar(255) DEFAULT NULL, - floatvalue double precision, - createdby userid, - created datetime, - modifiedby userid, - modified datetime, - CONSTRAINT pk_site_module_properties PRIMARY KEY (prop_name ) -); - -CREATE TABLE ehr.snomed_tags -( - rowid INT IDENTITY(1,1) NOT NULL, - container entityid NOT NULL, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - recordid varchar(200), - code varchar(32), - CONSTRAINT pk_snomed_tags PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr.supplemental_pedigree -( - rowid INT IDENTITY(1,1) NOT NULL, - id varchar(50) NOT NULL, - gender varchar(50), - dam varchar(50), - sire varchar(50), - birth datetime, - acquiredate datetime, - departdate datetime, - createdby userid, - created datetime, - modifiedby userid, - modified datetime, - container entityid, - CONSTRAINT pk_supplemental_pedigree PRIMARY KEY (rowid ) -); - ---note: field lengths altered -CREATE TABLE ehr.tasks -( - taskid entityid NOT NULL, - rowid INT IDENTITY(1,1) NOT NULL, - category varchar(200) NOT NULL, - title varchar(200), - formtype varchar(200), - qcstate integer, - assignedto userid, - duedate datetime, - requestid entityid, - container entityid NOT NULL, - createdby userid NOT NULL, - created datetime, - modifiedby userid NOT NULL, - modified datetime, - description text, - datecompleted datetime, - CONSTRAINT pk_tasks PRIMARY KEY (taskid ) -); - - -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Admin Alerts', 'An email will be sent daily to summarize site usage, client errors, etc.'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Animal Death', 'An email will be sent each time an animal is marked as dead'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Blood Admin Alerts', 'An email will be sent daily to summarize the blood schedule and problems with it.'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Blood Alerts', 'An email will be sent 3X daily to summarize completed and scheduled blood draws.'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Blood Draw Request Completed', 'An email will be sent each time a blood draw request is completed'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Blood Draw Request Denied', 'An email will be sent each time a blood draw request is denied'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Clinpath Abnormal Results', 'An email will be sent periodically to summarize abnormal clinpath results'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Clinpath Admin Alerts', 'A daily email will be sent to summarize clinpath requests'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Clinpath Request Completed', 'An email will be sent each time a clinpath request is completed'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Clinpath Request Denied', 'An email will be sent each time a clinpath request is denied'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Clinpath Request - Stat', 'An email will be sent each time a clinpath request is submitted with a "Stat" priority.'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Clinpath Results', 'A daily email will be sent to summarize finalized clinpath results'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Colony Alerts', 'An email will be sent daily to summarize many aspects of the colony, focused on data validation.'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Colony Alerts Lite', 'An hourly email will be mailed if any data problems are identified, such as double housing.'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Colony Management Alerts', 'An email will be sent daily to summarize information related to colony management and housing.'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Incomplete Treatments', 'An email will be sent 3-4X per day to summarize incomplete treatments'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Overdue Weight Alerts', 'An email will be sent daily to summarize animals overdue for weights.'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Prenatal Death', 'An email will be sent each time a prenatal death is reported'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Site Error Alerts', 'An hourly email will be sent if a new site error is reported.'); -insert into ehr.notificationtypes (notificationtype,description) VALUES ('Weight Drops', 'An email will be sent daily to summarize weight drops in the last 3 days'); - -INSERT INTO ehr.qcStateMetadata (QCStateLabel,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Completed', 0, 0, 0, 0); -INSERT INTO ehr.qcStateMetadata (QCStateLabel,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('In Progress', 1, 0, 0, 1); -INSERT INTO ehr.qcStateMetadata (QCStateLabel,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Abnormal', 0, 0, 0, 0); -INSERT INTO ehr.qcStateMetadata (QCStateLabel,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Review Required', 1, 0, 0, 1); -INSERT INTO ehr.qcStateMetadata (QCStateLabel,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Request: Pending', 0, 0, 1, 1); -INSERT INTO ehr.qcStateMetadata (QCStateLabel,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Delete Requested', 0, 0, 0, 1); -INSERT INTO ehr.qcStateMetadata (QCStateLabel,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Request: Denied', 0, 0, 1, 1); -INSERT INTO ehr.qcStateMetadata (QCStateLabel,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Request: Approved', 1, 0, 1, 1); -INSERT INTO ehr.qcStateMetadata (QCStateLabel,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Scheduled', 1, 0, 0, 1); - -CREATE TABLE ehr.status -( - rowid int identity(1,1) NOT NULL, - label varchar(200) NOT NULL, - description varchar(4000), - publicdata bit DEFAULT 0, - draftdata bit DEFAULT 0, - isdeleted bit DEFAULT 0, - isrequest bit DEFAULT 0, - allowfuturedates bit DEFAULT 0, - CONSTRAINT pk_status PRIMARY KEY (rowid) -); - -INSERT INTO ehr.status (label,Description,PublicData,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Completed', 'Record has been completed and is public', 1, 0, 0, 0, 0); -INSERT INTO ehr.status (label,Description,PublicData,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('In Progress', 'Draft Record, not public', 0, 1, 0, 0, 1); -INSERT INTO ehr.status (label,Description,PublicData,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Abnormal', 'Value is abnormal', 1, 0, 0, 0, 0); -INSERT INTO ehr.status (label,Description,PublicData,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Review Required', 'Review is required prior to public release', 0, 1, 0, 0, 1); -INSERT INTO ehr.status (label,Description,PublicData,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Request: Pending', 'Part of a request that has not been approved', 0, 0, 0, 1, 1); -INSERT INTO ehr.status (label,Description,PublicData,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Delete Requested', 'Records are requested to be deleted', 0, 0, 0, 0, 1); -INSERT INTO ehr.status (label,Description,PublicData,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Request: Denied', 'Request has been denied', 0, 0, 0, 1, 1); -INSERT INTO ehr.status (label,Description,PublicData,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Request: Approved', 'Request has been approved', 0, 1, 0, 1, 1); -INSERT INTO ehr.status (label,Description,PublicData,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Scheduled', 'Record is scheduled, but not performed', 0, 1, 0, 0, 1); - - ---drop table ehr.qcstatemetadata; - -CREATE TABLE ehr.chargedItems ( - rowid INT IDENTITY (1,1) NOT NULL, - id varchar(100), - date DATETIME, - debitedaccount varchar(100), - creditedaccount varchar(100), - category varchar(100), - item varchar(500), - quantity double precision, - unitcost double precision, - totalcost double precision, - comment varchar(4000), - flag integer, - - container ENTITYID NOT NULL, - createdBy USERID, - created DATETIME, - modifiedBy USERID, - modified DATETIME, - - CONSTRAINT PK_charged_items PRIMARY KEY (RowId) -); - -ALTER TABLE ehr.snomed_tags ADD schemaName varchar(100); -ALTER TABLE ehr.snomed_tags ADD queryName varchar(100); -ALTER TABLE ehr.snomed_tags ADD qualifier varchar(200); -ALTER TABLE ehr.snomed_tags ADD sort integer; - -CREATE TABLE ehr.accounts ( - account varchar(100), - "grant" varchar(100), - investigator integer, - startdate DATETIME, - enddate DATETIME, - externalid varchar(200), - comment varchar(4000), - tier integer, - - createdBy USERID, - created DATETIME, - modifiedBy USERID, - modified DATETIME, - - CONSTRAINT PK_accounts PRIMARY KEY (account) -); - -CREATE TABLE ehr.investigators ( - RowId int identity(1,1) NOT NULL, - FirstName varchar(100), - LastName varchar(100), - Position varchar(100), - Address varchar(500), - City varchar(100), - State varchar(100), - Country varchar(100), - ZIP integer, - PhoneNumber varchar(100), - InvestigatorType varchar(100), - EmailAddress varchar(100), - DateCreated datetime, - DateDisabled datetime, - Division varchar(100), - - --container entityid, - createdby userid, - created datetime, - modifiedby userid, - modified datetime, - CONSTRAINT pk_investigators PRIMARY KEY (rowid) -); - ---user / role for a given procedure -CREATE TABLE ehr.encounter_participants ( - rowid int identity(1,1), - userid int, - username varchar(500), - role varchar(200), - procedure_id entityid, - comment varchar(4000), - container entityid NOT NULL, - createdby userid, - created datetime, - modifiedby userid, - modified datetime, - - constraint pk_encounter_participants PRIMARY KEY (rowid) -); - - -ALTER TABLE ehr.protocol add enddate datetime; -ALTER TABLE ehr.protocol add title varchar(1000); -ALTER TABLE ehr.protocol add usda_level varchar(100); -ALTER TABLE ehr.protocol add external_id varchar(200); -ALTER TABLE ehr.protocol add project_type varchar(200); -ALTER TABLE ehr.protocol add ibc_approval_required bit; -ALTER TABLE ehr.protocol add ibc_approval_num varchar(200); - -ALTER table ehr.project drop column requestid; - --- Call to Java upgrade code no longer needed - -DROP table ehr.site_module_properties; -DROP table ehr.automatic_alerts; - -ALTER TABLE ehr.animal_groups add category varchar(100); -ALTER TABLE ehr.animal_groups drop column container; - -CREATE TABLE ehr.animal_group_members ( - rowid int identity(1,1), - date datetime, - enddate datetime, - groupname integer, - comment varchar(4000), - - objectid entityid, - container entityid NOT NULL, - createdby userid, - created datetime, - modifiedby userid, - modified datetime, - - constraint pk_animal_group_members PRIMARY KEY (rowid) -); - -CREATE TABLE ehr.scheduled_tasks ( - rowid int identity(1,1), - taskid ENTITYID NOT NULL, - tasktype varchar(200), - date datetime, - enddate datetime, - frequency int, - id varchar(100), - location varchar(100), - description varchar(4000), - json text, - - objectid entityid, - container entityid NOT NULL, - createdby userid, - created datetime, - modifiedby userid, - modified datetime, - - constraint pk_scheduled_tasks PRIMARY KEY (rowid) -); - -CREATE TABLE ehr.scheduled_task_types ( - tasktype varchar(200), - - constraint pk_scheduled_task_types PRIMARY KEY (tasktype) -); - -ALTER TABLE ehr.encounter_participants add objectid ENTITYID; - -ALTER TABLE ehr.project add contact_emails varchar(4000); -ALTER TABLE ehr.project DROP COLUMN qcstate; - -ALTER TABLE ehr.snomed_tags ADD objectid ENTITYID; - -ALTER TABLE ehr.protocolProcedures ADD startdate datetime; -ALTER TABLE ehr.protocolProcedures ADD enddate datetime; -ALTER TABLE ehr.protocolProcedures ADD objectid entityid; - -CREATE TABLE ehr.encounter_flags ( - rowid int identity(1,1), - id varchar(100), - date datetime, - parentid entityid, - schemaName varchar(100), - queryName varchar(100), - flag varchar(200), - value varchar(100), - remark varchar(4000), - - objectid entityid, - container entityid NOT NULL, - createdby userid, - created datetime, - modifiedby userid, - modified datetime, - - constraint pk_encounter_flags PRIMARY KEY (rowid) -); - -CREATE TABLE ehr.encounter_summaries ( - rowid int identity(1,1), - id varchar(100), - date datetime, - parentid entityid, - schemaName varchar(100), - queryName varchar(100), - remark text, - - objectid entityid, - container entityid NOT NULL, - createdby userid, - created datetime, - modifiedby userid, - modified datetime, - - constraint pk_encounter_summaries PRIMARY KEY (rowid) -); - -alter table ehr.project add startdate datetime; -alter table ehr.project add enddate datetime; -alter table ehr.project add inves2 varchar(200); - -alter table ehr.accounts add objectid entityid; -alter table ehr.accounts add active bit default 1; -alter table ehr.accounts add fiscalAuthority varchar(200); - -drop table ehr.chargedItems; - -CREATE TABLE ehr.projectAccountHistory ( - rowid int identity(1,1), - project int, - account varchar(200), - startdate datetime, - enddate datetime, - objectid entityid, - createdby userid, - created datetime, - modifiedby userid, - modified datetime -); - -ALTER TABLE ehr.tasks ADD billingType int; - -alter table ehr.project add name varchar(100); -alter table ehr.project add investigatorId int; - -alter table ehr.protocol add investigatorId int; - -DROP TABLE ehr.investigators; -DROP TABLE ehr.accounts; - -DROP TABLE ehr.projectAccountHistory; - -ALTER TABLE ehr.snomed_tags ADD set_number int default 1; -go -update ehr.snomed_tags set set_number = 1 where set_number is null; - -ALTER TABLE ehr.encounter_participants DROP COLUMN procedure_id; -ALTER TABLE ehr.encounter_participants ADD parentid entityid; - -go - -CREATE INDEX encounter_flags_objectid ON ehr.encounter_flags (objectid); - -CREATE INDEX encounter_flags_parentid ON ehr.encounter_flags (parentid); - -CREATE INDEX encounter_participants_objectid ON ehr.encounter_participants (objectid); - -CREATE INDEX encounter_participants_parentid ON ehr.encounter_participants (parentid); - -CREATE INDEX encounter_summaries_objectid ON ehr.encounter_summaries (objectid); - -CREATE INDEX encounter_summaries_parentid ON ehr.encounter_summaries (parentid); - -CREATE INDEX snomed_tags_objectid ON ehr.snomed_tags (objectid); - -CREATE INDEX snomed_tags_recordid ON ehr.snomed_tags (recordid); - -ALTER TABLE ehr.protocol ADD last_modification datetime; - -ALTER TABLE ehr.protocol_counts add project integer; -ALTER TABLE ehr.protocol_counts add start datetime; -ALTER TABLE ehr.protocol_counts add enddate datetime; -ALTER TABLE ehr.protocol_counts add gender varchar(100); - -ALTER TABLE ehr.protocol add first_approval datetime; - -ALTER TABLE ehr.protocolProcedures add project integer; -ALTER TABLE ehr.protocolProcedures add daysBetween integer; - -ALTER TABLE ehr.encounter_participants add Id varchar(100); - -ALTER TABLE ehr.snomed_tags ADD Id varchar(100); -ALTER TABLE ehr.snomed_tags ADD caseid entityid; -ALTER TABLE ehr.snomed_tags ADD parentid entityid; - -GO -CREATE INDEX encounter_flags_id ON ehr.encounter_flags (id); -CREATE INDEX encounter_encounter_participants_id ON ehr.encounter_participants (id); -CREATE INDEX encounter_summaries_id ON ehr.encounter_summaries (id); -CREATE INDEX snomed_tags_id ON ehr.snomed_tags (id); -CREATE INDEX snomed_tags_parentid ON ehr.snomed_tags (parentid); -CREATE INDEX snomed_tags_caseid ON ehr.snomed_tags (caseid); - -DROP INDEX snomed_tags_objectid ON ehr.snomed_tags; -ALTER TABLE ehr.snomed_tags ALTER COLUMN objectid varchar(50); -CREATE INDEX snomed_tags_objectid ON ehr.snomed_tags (objectid); - -DROP INDEX encounter_flags_objectid ON ehr.encounter_flags; -ALTER TABLE ehr.encounter_flags ALTER COLUMN objectid varchar(50); -CREATE INDEX encounter_flags_objectid ON ehr.encounter_flags (objectid); - -DROP INDEX encounter_participants_objectid ON ehr.encounter_participants; -ALTER TABLE ehr.encounter_participants ALTER COLUMN objectid varchar(50); -CREATE INDEX encounter_participants_objectid ON ehr.encounter_participants (objectid); - -DROP INDEX encounter_summaries_objectid ON ehr.encounter_summaries; -ALTER TABLE ehr.encounter_summaries ALTER COLUMN objectid varchar(50); -CREATE INDEX encounter_summaries_objectid ON ehr.encounter_summaries (objectid); - -DROP INDEX snomed_tags_objectid ON ehr.snomed_tags; -ALTER TABLE ehr.snomed_tags ALTER COLUMN objectid varchar(60); -CREATE INDEX snomed_tags_objectid ON ehr.snomed_tags (objectid); - -DROP INDEX encounter_flags_objectid ON ehr.encounter_flags; -ALTER TABLE ehr.encounter_flags ALTER COLUMN objectid varchar(60); -CREATE INDEX encounter_flags_objectid ON ehr.encounter_flags (objectid); - -DROP INDEX encounter_participants_objectid ON ehr.encounter_participants; -ALTER TABLE ehr.encounter_participants ALTER COLUMN objectid varchar(60); -CREATE INDEX encounter_participants_objectid ON ehr.encounter_participants (objectid); - -DROP INDEX encounter_summaries_objectid ON ehr.encounter_summaries; -ALTER TABLE ehr.encounter_summaries ALTER COLUMN objectid varchar(60); -CREATE INDEX encounter_summaries_objectid ON ehr.encounter_summaries (objectid); - -ALTER TABLE ehr.animal_groups ADD container entityid; -ALTER TABLE ehr.animal_groups ADD date datetime; -ALTER TABLE ehr.animal_groups ADD enddate datetime; -ALTER TABLE ehr.animal_groups ADD objectid entityid; -ALTER TABLE ehr.animal_groups ADD purpose varchar(4000); -ALTER TABLE ehr.animal_groups ADD comment text; - -ALTER TABLE ehr.animal_group_members ADD id varchar(200); - -ALTER TABLE ehr.animal_group_members DROP COLUMN groupname; -ALTER TABLE ehr.animal_group_members ADD groupId int; - -DROP INDEX encounter_encounter_participants_id ON ehr.encounter_participants; -CREATE INDEX encounter_participants_id ON ehr.encounter_participants (id); - -ALTER TABLE ehr.protocol_counts ADD objectid entityid; - ---remove not null constraint -alter table ehr.protocol_counts alter column protocol varchar(200) null; - -CREATE INDEX snomed_tags_id_recordid ON ehr.snomed_tags (id, recordid); - -DROP INDEX snomed_tags_id_recordid ON ehr.snomed_tags; - -CREATE INDEX snomed_tags_id_recordid_code on ehr.snomed_tags (id, recordid, code); - -alter table ehr.project add use_category varchar(100); - -CREATE INDEX animal_group_members_groupId_container ON ehr.animal_group_members (groupId, container); - ---NOTE: this is different than the SQLServer version -CREATE INDEX project_investigatorid_project ON ehr.project (investigatorId ASC, project ASC) INCLUDE (name); - -CREATE INDEX encounter_participants_container_rowid_id ON ehr.encounter_participants (container, rowid, id); -CREATE INDEX encounter_participants_container_rowid_parentid ON ehr.encounter_participants (container, rowid, parentid); - -CREATE INDEX encounter_summaries_parentid_rowid_container_id ON ehr.encounter_summaries (parentid, rowid, container, id); -CREATE INDEX encounter_summaries_container_rowid ON ehr.encounter_summaries (container, rowid); -CREATE INDEX encounter_summaries_container_parentid ON ehr.encounter_summaries (container, parentid); - -CREATE INDEX snomed_tags_recordid_rowid_id ON ehr.snomed_tags (recordid, rowid, id); -CREATE INDEX snomed_tags_code_rowid_id_recordid ON ehr.snomed_tags (code, rowid, id, recordid); - -CREATE INDEX snomed_tags_recordid_container_code ON ehr.snomed_tags (recordid, container, code); - -CREATE TABLE ehr.treatment_times ( - rowid int identity(1,1), - treatmentid entityid, - time int, - - objectid entityid, - container entityid, - created datetime, - createdby int, - modified datetime, - modifiedby int, - - constraint PK_teatment_times PRIMARY KEY (rowid) -); - -CREATE INDEX project_name_project ON ehr.project (name, project); - -CREATE INDEX snomed_tags_code_container ON ehr.snomed_tags (code, container); - ---NOTE: this change is not applied to postgres -ALTER TABLE ehr.snomed_tags DROP PK_snomed_tags; -ALTER TABLE ehr.snomed_tags ADD CONSTRAINT PK_snomed_tags PRIMARY KEY NONCLUSTERED (rowid); - -CREATE CLUSTERED INDEX CIDX_snomed_tags ON - ehr.snomed_tags (container, recordid, set_number, sort) - --NOTE: free versions of SQLServer do not support compression, so we cannot add this in the upgrade script. - --WITH (DATA_COMPRESSION = ROW); - -ALTER TABLE ehr.requests ADD sendemail bit; -ALTER TABLE ehr.reports ADD subjectIdFieldName varchar(200); - -ALTER TABLE ehr.project ADD alwaysavailable bit; - -INSERT INTO ehr.qcstateMetadata (QCStateLabel,draftData,isDeleted,isRequest) -VALUES ('Request: Sample Delivered', 1, 0, 1); - -CREATE TABLE ehr.protocolexemptions( - rowid int identity(1,1), - protocol VARCHAR(100), - project INTEGER, - exemption VARCHAR(200), - startdate DATETIME, - enddate DATETIME, - remark VARCHAR(4000), - - container ENTITYID, - createdby INTEGER, - created DATETIME , - modifiedby INTEGER, - modified DATETIME, - - CONSTRAINT PK_protocolExemptions PRIMARY KEY (rowid) -); - -ALTER TABLE ehr.snomed_tags ADD taskid entityid; - -ALTER TABLE ehr.encounter_participants ADD taskid entityid; - -truncate table ehr.encounter_participants; - ---this might have been created by EHRManager -EXEC core.fn_dropifexists 'encounter_participants', 'ehr', 'index', 'encounter_participants_objectid'; -GO -ALTER TABLE ehr.encounter_participants ALTER COLUMN objectid ENTITYID NOT NULL; -GO -EXEC core.fn_dropifexists 'encounter_participants', 'ehr', 'constraint', 'pk_encounter_participants'; - -ALTER TABLE ehr.encounter_participants ADD CONSTRAINT pk_encounter_participants PRIMARY KEY (objectid); -GO -EXEC core.fn_dropifexists 'encounter_participants', 'ehr', 'index', 'encounter_participants_container_rowid_id'; -EXEC core.fn_dropifexists 'encounter_participants', 'ehr', 'index', 'encounter_participants_container_rowid_parentid'; -GO - -ALTER TABLE ehr.encounter_participants DROP COLUMN rowid; - ---this might have been created by EHRManager -EXEC core.fn_dropifexists 'encounter_participants', 'ehr', 'index', 'encounter_participants_objectid'; -EXEC core.fn_dropifexists 'encounter_participants', 'ehr', 'CONSTRAINT', 'PK_encounter_participants'; - -GO -ALTER TABLE ehr.encounter_participants ALTER COLUMN objectid VARCHAR(60) NOT NULL; -GO - -ALTER TABLE ehr.encounter_participants ADD CONSTRAINT pk_encounter_participants PRIMARY KEY (objectid); - -ALTER TABLE ehr.project ADD shortname varchar(200); - ---this might have been created by EHRManager -EXEC core.fn_dropifexists 'encounter_summaries', 'ehr', 'index', 'encounter_summaries_objectid'; -EXEC core.fn_dropifexists 'encounter_summaries', 'ehr', 'index', 'encounter_summaries_parentid_rowid_container_id'; -EXEC core.fn_dropifexists 'encounter_summaries', 'ehr', 'index', 'encounter_summaries_container_rowid'; -EXEC core.fn_dropifexists 'encounter_summaries', 'ehr', 'constraint', 'PK_encounter_summaries'; -GO - -ALTER TABLE ehr.encounter_summaries ADD taskid entityid; -ALTER TABLE ehr.encounter_summaries ALTER COLUMN objectid VARCHAR(60) NOT NULL; -GO -ALTER TABLE ehr.encounter_summaries ADD CONSTRAINT PK_encounter_summaries PRIMARY KEY (objectid); -GO -ALTER TABLE ehr.encounter_summaries DROP COLUMN rowid; - -CREATE INDEX encounter_summaries_objectid ON ehr.encounter_summaries (objectid); -CREATE INDEX encounter_summaries_parentid_objectid_container_id ON ehr.encounter_summaries (parentid, objectid, container, id); -CREATE INDEX encounter_summaries_container_objectid ON ehr.encounter_summaries (container, objectid); - -CREATE INDEX encounter_participants_objectid ON ehr.encounter_participants (objectid); -CREATE INDEX encounter_participants_taskid ON ehr.encounter_participants (taskid); - -CREATE INDEX snomed_tags_taskid ON ehr.snomed_tags (taskid); - -CREATE INDEX treatment_times_container_treatmentid ON ehr.treatment_times (container, treatmentid); - -INSERT INTO ehr.qcStateMetadata (QCStateLabel,DraftData,isDeleted,isRequest,allowFutureDates) VALUES ('Request: Cancelled', 0, 0, 1, 1); - -ALTER TABLE ehr.project ADD projecttype varchar(100); - -ALTER TABLE ehr.formtemplates ADD category varchar(100); - -ALTER TABLE ehr.formtemplates drop column template; -ALTER TABLE ehr.formtemplaterecords ADD targettemplate varchar(100); - -ALTER TABLE ehr.snomed_tags DROP PK_snomed_tags; -DROP INDEX snomed_tags_recordid_rowid_id ON ehr.snomed_tags; -DROP INDEX snomed_tags_code_rowid_id_recordid ON ehr.snomed_tags; -DROP INDEX snomed_tags_parentid ON ehr.snomed_tags; -DROP INDEX snomed_tags_caseid ON ehr.snomed_tags; -DROP INDEX snomed_tags_objectid on ehr.snomed_tags; - -GO -ALTER TABLE ehr.snomed_tags DROP COLUMN rowid; -ALTER TABLE ehr.snomed_tags DROP COLUMN parentid; -ALTER TABLE ehr.snomed_tags DROP COLUMN caseid; -ALTER TABLE ehr.snomed_tags DROP COLUMN schemaName; -ALTER TABLE ehr.snomed_tags DROP COLUMN queryName; -ALTER TABLE ehr.snomed_tags ALTER COLUMN objectid varchar(60) NOT NULL; -GO -CREATE INDEX snomed_tags_objectid on ehr.snomed_tags (objectid); -ALTER TABLE ehr.snomed_tags ADD CONSTRAINT PK_snomed_tags PRIMARY KEY NONCLUSTERED (objectid); - ---removed after monitoring usage on site -DROP INDEX encounter_summaries_parentid ON ehr.encounter_summaries; -DROP INDEX encounter_summaries_parentid_objectid_container_id ON ehr.encounter_summaries; -DROP INDEX encounter_summaries_objectid ON ehr.encounter_summaries; - -CREATE INDEX encounter_summaries_taskid ON ehr.encounter_summaries (taskid); - -DROP INDEX encounter_participants_objectid ON ehr.encounter_participants; - -DROP INDEX snomed_tags_id_recordid_code ON ehr.snomed_tags; -DROP INDEX snomed_tags_id ON ehr.snomed_tags; -DROP INDEX snomed_tags_recordid ON ehr.snomed_tags; -DROP INDEX snomed_tags_recordid_container_code ON ehr.snomed_tags; - -DROP INDEX snomed_tags_objectid ON ehr.snomed_tags; - -ALTER TABLE ehr.encounter_summaries ADD category varchar(100); - -ALTER TABLE ehr.snomed_tags ADD parentid entityid; - -ALTER TABLE ehr.project ADD container entityid; -ALTER TABLE ehr.protocol ADD container entityid; -GO ---upgrade path for WNPRC -UPDATE ehr.project SET container = (SELECT c.entityid from core.containers c LEFT JOIN core.Containers c2 on (c.Parent = c2.EntityId) WHERE c.name = 'EHR' and c2.name = 'WNPRC'); -UPDATE ehr.protocol SET container = (SELECT c.entityid from core.containers c LEFT JOIN core.Containers c2 on (c.Parent = c2.EntityId) WHERE c.name = 'EHR' and c2.name = 'WNPRC'); - ---this will upgrade ONPRC, since the query above will leave all records NULL -UPDATE ehr.project SET container = (SELECT c.entityid from core.containers c LEFT JOIN core.Containers c2 on (c.Parent = c2.EntityId) WHERE c.name = 'EHR' and c2.name = 'ONPRC') WHERE container IS NULL; -UPDATE ehr.protocol SET container = (SELECT c.entityid from core.containers c LEFT JOIN core.Containers c2 on (c.Parent = c2.EntityId) WHERE c.name = 'EHR' and c2.name = 'ONPRC') WHERE container IS NULL; - ---this will delete any other pre-existing records lacking a container. the result should be to give WNPRC an upgrade, but truncate any team city agents -DELETE FROM ehr.project WHERE container IS NULL; -DELETE FROM ehr.protocol WHERE container IS NULL; - -ALTER TABLE ehr.project DROP PK_project; -ALTER TABLE ehr.protocol DROP PK_protocol; -GO -ALTER TABLE ehr.project ADD objectid ENTITYID NOT NULL DEFAULT newid(); -ALTER TABLE ehr.protocol ADD objectid ENTITYID NOT NULL DEFAULT newid(); -GO -ALTER TABLE ehr.project ADD CONSTRAINT PK_project PRIMARY KEY (objectid); -ALTER TABLE ehr.protocol ADD CONSTRAINT PK_protocol PRIMARY KEY (objectid); - -CREATE INDEX IDX_project_container_project_protocol ON ehr.project (container, project, protocol); -CREATE INDEX IDX_project_container_project_investigatorid ON ehr.project (container, project, investigatorid); -CREATE INDEX IDX_protocol_container_protocol ON ehr.protocol (container, protocol); - -CREATE INDEX IDX_container_taskid_formtype ON ehr.tasks (container, taskid, formtype); - -ALTER TABLE ehr.animal_group_members ADD releaseType VARCHAR(200); -ALTER TABLE ehr.animal_group_members ADD taskid entityid; -ALTER TABLE ehr.animal_group_members ADD qcstate integer; - -ALTER TABLE ehr.animal_group_members DROP pk_animal_group_members; -ALTER TABLE ehr.animal_group_members DROP COLUMN rowid; -ALTER TABLE ehr.animal_group_members DROP COLUMN comment; -ALTER TABLE ehr.animal_group_members ADD remark varchar(4000); -ALTER TABLE ehr.animal_group_members ALTER COLUMN objectid entityid NOT NULL; -GO -ALTER TABLE ehr.animal_group_members ADD CONSTRAINT pk_animal_group_members PRIMARY KEY (objectid); - -ALTER TABLE ehr.snomed_tags ADD formsort integer; -ALTER TABLE ehr.snomed_tags ADD date timestamp; -ALTER TABLE ehr.encounter_summaries ADD formsort integer; -ALTER TABLE ehr.encounter_participants ADD formsort integer; - -ALTER TABLE ehr.formtemplates ADD hidden bit default 0; -GO -UPDATE ehr.formtemplates SET hidden = 0; - -ALTER TABLE ehr.snomed_tags DROP COLUMN date; -GO -ALTER TABLE ehr.snomed_tags ADD date datetime; - -alter table ehr.kinship alter column coefficient double precision; - -CREATE INDEX IDX_requests_requestid_container ON ehr.requests (requestid, container); -CREATE INDEX IDX_container_project_objectid_name ON ehr.project (container, project, objectid, name); - ---stats, sql server only -CREATE STATISTICS STATS_project_objectid_container_project ON ehr.project (objectid, container, project); -CREATE STATISTICS STATS_project_project_objectid ON ehr.project (project, objectid); - -ALTER TABLE ehr.protocol ADD lastAnnualReview datetime; - -ALTER TABLE ehr.protocol_counts ADD description varchar(4000); - -DROP INDEX encounter_flags_objectid on ehr.encounter_flags; -DROP INDEX encounter_flags_parentid on ehr.encounter_flags; - -ALTER TABLE ehr.formtemplates DROP CONSTRAINT UNIQUE_formTemplates; - -ALTER TABLE ehr.formtemplates ADD CONSTRAINT UNIQUE_formTemplates UNIQUE (container, formtype, title); - -UPDATE ehr.qcStateMetadata SET draftData = 1 WHERE QCStateLabel = 'Review Required'; - -CREATE INDEX IDX_treatment_times_treatmentid ON ehr.treatment_times (treatmentid); - -GO - -CREATE PROCEDURE ehr.handleUpgrade AS - BEGIN - IF NOT EXISTS(SELECT column_name - FROM information_schema.columns - WHERE table_name='protocolprocedures' and table_schema='ehr' and column_name='remark') - BEGIN - -- Run variants of scripts from onprc14.2 branch - ALTER TABLE [ehr].[protocolprocedures] add remark varchar(max); - END - END; -GO - -EXEC ehr.handleUpgrade -GO - -DROP PROCEDURE ehr.handleUpgrade -GO - -EXEC core.fn_dropifexists 'treatment_times', 'ehr', 'Index', 'IDX_treatment_times_treatmentid'; - -CREATE INDEX IDX_treatment_times_treatmentid ON ehr.treatment_times (treatmentid); - -ALTER TABLE ehr.project ALTER COLUMN Title VARCHAR(400); - -EXEC core.fn_dropifexists 'animal_group_members','ehr','TABLE'; - -CREATE TABLE ehr.institutions ( - id int not null, - name NVARCHAR(50), - abbreviation NVARCHAR(10), - city NVARCHAR(40), - state NVARCHAR(2), - country NVARCHAR(20), - affiliate varchar(50), - web_site varchar(200), - fileStatus NVARCHAR(2), - recordClass NVARCHAR(4), - objectid nvarchar(100), - Created DATETIME, - CreatedBy USERID, - Modified DATETIME, - ModifiedBy USERID, - Container entityId NOT NULL, - - CONSTRAINT PK_EHR_INSTITUTIONS PRIMARY KEY (id), - CONSTRAINT FK_EHR_INSTITUTIONS FOREIGN KEY (Container) REFERENCES core.Containers (EntityId) -); -GO - -CREATE INDEX EHR_INSTITUTIONS_CONTAINER_INDEX ON ehr.institutions(Container); -GO - -ALTER TABLE ehr.animal_groups ADD diCreated DATETIME; -ALTER TABLE ehr.animal_groups ADD diModified DATETIME; -ALTER TABLE ehr.animal_groups ADD diCreatedBy USERID; -ALTER TABLE ehr.animal_groups ADD diModifiedBy USERID; - -ALTER TABLE ehr.project ADD diCreated DATETIME; -ALTER TABLE ehr.project ADD diModified DATETIME; -ALTER TABLE ehr.project ADD diCreatedBy USERID; -ALTER TABLE ehr.project ADD diModifiedBy USERID; - -ALTER TABLE ehr.protocol ADD diCreated DATETIME; -ALTER TABLE ehr.protocol ADD diModified DATETIME; -ALTER TABLE ehr.protocol ADD diCreatedBy USERID; -ALTER TABLE ehr.protocol ADD diModifiedBy USERID; - -CREATE TABLE ehr.observation_types ( - rowid INT IDENTITY(1,1) NOT NULL, - value varchar(200), - category varchar(200), - editorconfig varchar(4000), - schemaname varchar(200), - queryname varchar(200), - valuecolumn varchar(200), - Created DATETIME, - CreatedBy USERID, - Modified DATETIME, - ModifiedBy USERID, - Container entityId NOT NULL, - - CONSTRAINT PK_EHR_OBSERVATION_TYPES PRIMARY KEY (rowid), - CONSTRAINT FK_EHR_OBSERVATION_TYPES_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId) -); -GO - -CREATE INDEX EHR_OBSERVATION_TYPES_CONTAINER_INDEX ON ehr.observation_types (Container); -GO - -ALTER TABLE ehr.protocol ADD Lsid LsidType null; -ALTER TABLE ehr.project ADD Lsid LsidType null; - -ALTER TABLE ehr.reports ADD ReportStatus NVARCHAR(MAX); - --- add LSID column to tables to allow them to be extensible -ALTER TABLE ehr.protocol_counts ADD lsid LsidType; -ALTER TABLE ehr.snomed_tags ADD lsid LsidType; - -CREATE TABLE ehr.protocol_amendments -( - RowId INT IDENTITY (1, 1) NOT NULL, - Created DATETIME, - CreatedBy USERID, - Modified DATETIME, - ModifiedBy USERID, - Container ENTITYID NOT NULL, - ObjectId ENTITYID, - - Project INTEGER, - Protocol VARCHAR(200), - Date DATETIME, - Submitted DATETIME, - Approved DATETIME, - Comment VARCHAR(4000), - Lsid LSIDtype, - - CONSTRAINT PK_protocol_amendments PRIMARY KEY (RowId), - CONSTRAINT FK_protocol_amendments_Container FOREIGN KEY (Container) REFERENCES core.Containers (EntityId) -); - -CREATE TABLE ehr.investigators ( - rowid INT IDENTITY (1, 1) NOT NULL, - firstName varchar(100), - lastName varchar(100), - position varchar(100), - address varchar(500), - city varchar(100), - state varchar(100), - country varchar(100), - zip varchar(100), - phoneNumber varchar(100), - investigatorType varchar(100), - emailAddress varchar(100), - dateCreated datetime, - dateDisabled datetime, - division varchar(100), - userid int, - - Lsid LSIDtype, - Created DATETIME, - CreatedBy USERID, - Modified DATETIME, - ModifiedBy USERID, - Container ENTITYID NOT NULL, - - CONSTRAINT PK_EHR_INVESTIGATORS PRIMARY KEY (rowid), - CONSTRAINT FK_EHR_INVESTIGATORS_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId) -); -GO - -CREATE INDEX IX_EHR_INVESTIGATORS_CONTAINER ON ehr.investigators (Container); -GO - -ALTER TABLE ehr.investigators ADD financialanalyst int; - ---ehr-17.20-17.21.sql --- contents of ehr-17.20-17.21.sql script are not in rolled up ehr-0.00-18.10.sql, since they got added and merged after the rollup, so including it below -ALTER TABLE ehr.protocol ADD contacts VARCHAR(200); - --- Merging upgrade scripts, ensure that we end up with rows for 'Started' in both tables -DELETE FROM ehr.qcStateMetadata WHERE QCStateLabel = 'Started'; -DELETE FROM ehr.status WHERE Label = 'Started'; - -INSERT INTO ehr.qcStateMetadata - (QCStateLabel,draftData,isDeleted,isRequest) -VALUES - ('Started', 1, 0, 0); -INSERT INTO ehr.status - (label,Description,PublicData,DraftData,isDeleted,isRequest,allowFutureDates) -VALUES - ('Started', 'Record has started, but not completed',1,0,0,0,0); - --- ehr-17.21-17.22.sql --- contents of ehr-17.21-17.22.sql script are not in rolled up ehr-0.00-18.10.sql, since they got added and merged after the rollup, so including it below -CREATE TABLE ehr.form_framework_types ( - RowId INT IDENTITY(1,1) NOT NULL, - - schemaname varchar(255) DEFAULT NULL, - queryname varchar(255) DEFAULT NULL, - framework varchar(255) DEFAULT NULL, - - Container ENTITYID NOT NULL, - CreatedBy USERID, - Created datetime, - ModifiedBy USERID, - Modified datetime, - - CONSTRAINT PK_form_framework_types PRIMARY KEY (schemaname, queryname) -); - -ALTER TABLE ehr.supplemental_pedigree ADD species NVARCHAR(4000); - --- contents of ehr-18.32-18.33.sql & ehr-18.33-18.34.sql from wnprc18.3 svn -ALTER TABLE ehr.form_framework_types add url varchar(255) DEFAULT NULL; -ALTER TABLE ehr.form_framework_types ADD CONSTRAINT ehr_form_framework_types_unique UNIQUE (RowId); - --- same contents as ehr-20.001-20.002.sql. --- Rationale: When ehr-20.001-20.002.sql was created, the module version was bumped from 21.001 to 21.002 --- rendering ehr-20.001-20.002.sql useless if the ehr module v. was already at 21.00x in the db. --- The script should have been numbered ehr-21.001-21.002.sql instead of ehr-20.001-20.002.sql. --- This script is a correction attempt to get in sync with the ehr module v. 21.00x so that this script runs --- and below col and constraint gets added as intended. - -EXEC core.fn_dropifexists 'form_framework_types', 'ehr', 'column', 'url'; -GO -ALTER TABLE ehr.form_framework_types add url varchar(255) DEFAULT NULL; - -EXEC core.fn_dropifexists 'form_framework_types', 'ehr', 'CONSTRAINT', 'ehr_form_framework_types_unique'; -GO -ALTER TABLE ehr.form_framework_types ADD CONSTRAINT ehr_form_framework_types_unique UNIQUE (RowId); - -DELETE FROM ehr.qcStateMetadata WHERE QCStateLabel = 'Request: On Hold'; -DELETE FROM ehr.status WHERE Label = 'Request: On Hold'; - -INSERT INTO ehr.qcStateMetadata -(QCStateLabel, draftData, isDeleted, isRequest, allowFutureDates) -VALUES -('Request: On Hold', 0, 0, 1, 1); - -INSERT INTO ehr.status -(label, description, publicData, draftData, isDeleted, isRequest, allowFutureDates) -VALUES -('Request: On Hold', 'Request has been put on hold', 0, 0, 0, 1, 1); - -CREATE INDEX snomed_tags_recordid ON ehr.snomed_tags (recordid); - -ALTER TABLE ehr.animal_groups ALTER COLUMN name NVARCHAR(255) NOT NULL; -ALTER TABLE ehr.animal_groups ALTER COLUMN category NVARCHAR(100); -ALTER TABLE ehr.animal_groups ALTER COLUMN purpose NVARCHAR(MAX); -GO - -ALTER TABLE ehr.cage_observations ALTER COLUMN room NVARCHAR(100); -ALTER TABLE ehr.cage_observations ALTER COLUMN cage NVARCHAR(100); -ALTER TABLE ehr.cage_observations ALTER COLUMN userid NVARCHAR(100); -ALTER TABLE ehr.cage_observations ALTER COLUMN feces NVARCHAR(100); -GO - -EXEC core.fn_dropifexists 'encounter_flags', 'ehr', 'index', 'encounter_flags_id'; -ALTER TABLE ehr.encounter_flags ALTER COLUMN id NVARCHAR(100); -GO -CREATE INDEX encounter_flags_id ON ehr.encounter_flags(id); -ALTER TABLE ehr.encounter_flags ALTER COLUMN schemaName NVARCHAR(100); -ALTER TABLE ehr.encounter_flags ALTER COLUMN queryName NVARCHAR(100); -ALTER TABLE ehr.encounter_flags ALTER COLUMN flag NVARCHAR(200); -ALTER TABLE ehr.encounter_flags ALTER COLUMN value NVARCHAR(100); -ALTER TABLE ehr.encounter_flags ALTER COLUMN remark NVARCHAR(MAX); -ALTER TABLE ehr.encounter_flags ALTER COLUMN objectid NVARCHAR(60); -GO - -EXEC core.fn_dropifexists 'encounter_participants', 'ehr', 'index', 'encounter_participants_id'; -ALTER TABLE ehr.encounter_participants ALTER COLUMN id NVARCHAR(100); -GO -CREATE INDEX encounter_participants_id ON ehr.encounter_participants(id); -ALTER TABLE ehr.encounter_participants ALTER COLUMN username NVARCHAR(500); -ALTER TABLE ehr.encounter_participants ALTER COLUMN comment NVARCHAR(MAX); -ALTER TABLE ehr.encounter_participants ALTER COLUMN role NVARCHAR(200); -EXEC core.fn_dropifexists 'encounter_participants', 'ehr', 'constraint', 'pk_encounter_participants'; -ALTER TABLE ehr.encounter_participants ALTER COLUMN objectid NVARCHAR(60) NOT NULL; -GO -ALTER TABLE ehr.encounter_participants ADD CONSTRAINT pk_encounter_participants PRIMARY KEY (objectid); -GO - -EXEC core.fn_dropifexists 'encounter_summaries', 'ehr', 'index', 'encounter_summaries_id'; -ALTER TABLE ehr.encounter_summaries ALTER COLUMN id NVARCHAR(100); -GO -CREATE INDEX encounter_summaries_id ON ehr.encounter_summaries(id); -ALTER TABLE ehr.encounter_summaries ALTER COLUMN schemaName NVARCHAR(100); -ALTER TABLE ehr.encounter_summaries ALTER COLUMN queryName NVARCHAR(100); -EXEC core.fn_dropifexists 'encounter_summaries', 'ehr', 'index', 'encounter_summaries_container_objectid'; -EXEC core.fn_dropifexists 'encounter_summaries', 'ehr', 'constraint', 'PK_encounter_summaries'; -ALTER TABLE ehr.encounter_summaries ALTER COLUMN objectid NVARCHAR(60) NOT NULL; -GO -ALTER TABLE ehr.encounter_summaries ADD CONSTRAINT PK_encounter_summaries PRIMARY KEY (objectid); -CREATE INDEX encounter_summaries_container_objectid ON ehr.encounter_summaries(container, objectid); -ALTER TABLE ehr.encounter_summaries ALTER COLUMN category NVARCHAR(100); -GO - -ALTER TABLE ehr.extracts ALTER COLUMN queryname NVARCHAR(100); -ALTER TABLE ehr.extracts ALTER COLUMN schemaname NVARCHAR(100); -ALTER TABLE ehr.extracts ALTER COLUMN containerpath NVARCHAR(100); -ALTER TABLE ehr.extracts ALTER COLUMN viewname NVARCHAR(100); -ALTER TABLE ehr.extracts ALTER COLUMN filename NVARCHAR(100); -ALTER TABLE ehr.extracts ALTER COLUMN columns NVARCHAR(500); -ALTER TABLE ehr.extracts ALTER COLUMN fieldstohash NVARCHAR(500); -GO - -DECLARE @ConstraintName nvarchar(200) -SELECT @ConstraintName = Name FROM sys.default_constraints - WHERE parent_object_id = OBJECT_ID('ehr.form_framework_types') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.form_framework_types') AND name = 'schemaname'); - IF @ConstraintName IS NOT NULL -BEGIN - EXEC('ALTER TABLE ehr.form_framework_types DROP CONSTRAINT ' + @ConstraintName) -END - -SELECT @ConstraintName = Name FROM sys.default_constraints - WHERE parent_object_id = OBJECT_ID('ehr.form_framework_types') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.form_framework_types') AND name = 'queryname'); -IF @ConstraintName IS NOT NULL -BEGIN - EXEC('ALTER TABLE ehr.form_framework_types DROP CONSTRAINT ' + @ConstraintName) -END - -SELECT @ConstraintName = Name FROM sys.default_constraints - WHERE parent_object_id = OBJECT_ID('ehr.form_framework_types') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.form_framework_types') AND name = 'framework'); -IF @ConstraintName IS NOT NULL -BEGIN - EXEC('ALTER TABLE ehr.form_framework_types DROP CONSTRAINT ' + @ConstraintName) -END - -SELECT @ConstraintName = Name FROM sys.default_constraints - WHERE parent_object_id = OBJECT_ID('ehr.form_framework_types') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.form_framework_types') AND name = 'url'); -IF @ConstraintName IS NOT NULL -BEGIN - EXEC('ALTER TABLE ehr.form_framework_types DROP CONSTRAINT ' + @ConstraintName) -END - -EXEC core.fn_dropifexists 'form_framework_types', 'ehr', 'constraint', 'PK_form_framework_types'; -ALTER TABLE ehr.form_framework_types ALTER COLUMN schemaname NVARCHAR(255) NOT NULL; -ALTER TABLE ehr.form_framework_types ALTER COLUMN queryname NVARCHAR(255) NOT NULL; -GO -ALTER TABLE ehr.form_framework_types ADD CONSTRAINT PK_form_framework_types PRIMARY KEY (schemaname, queryname); -ALTER TABLE ehr.form_framework_types ALTER COLUMN framework NVARCHAR(255); -ALTER TABLE ehr.form_framework_types ALTER COLUMN url NVARCHAR(255); -GO - -ALTER TABLE ehr.formpanelsections ALTER COLUMN formtype NVARCHAR(200) NOT NULL; -ALTER TABLE ehr.formpanelsections ALTER COLUMN destination NVARCHAR(200) NOT NULL; -ALTER TABLE ehr.formpanelsections ALTER COLUMN xtype NVARCHAR(200) NOT NULL; -ALTER TABLE ehr.formpanelsections ALTER COLUMN schemaname NVARCHAR(200); -ALTER TABLE ehr.formpanelsections ALTER COLUMN queryname NVARCHAR(200); -ALTER TABLE ehr.formpanelsections ALTER COLUMN title NVARCHAR(200); -ALTER TABLE ehr.formpanelsections ALTER COLUMN metadatasources NVARCHAR(MAX); -ALTER TABLE ehr.formpanelsections ALTER COLUMN buttons NVARCHAR(MAX); -ALTER TABLE ehr.formpanelsections ALTER COLUMN initialtemplates NVARCHAR(MAX); -GO - -ALTER TABLE ehr.formtemplaterecords ALTER COLUMN storeid NVARCHAR(1000) NOT NULL; -ALTER TABLE ehr.formtemplaterecords ALTER COLUMN targettemplate NVARCHAR(100); -GO - -EXEC core.fn_dropifexists 'formtemplates', 'ehr', 'constraint', 'UNIQUE_formTemplates'; -ALTER TABLE ehr.formtemplates ALTER COLUMN title NVARCHAR(200) NOT NULL; -ALTER TABLE ehr.formtemplates ALTER COLUMN formtype NVARCHAR(200) NOT NULL; -GO -ALTER TABLE ehr.formtemplates ADD CONSTRAINT UNIQUE_formTemplates UNIQUE (container, formtype, title); -ALTER TABLE ehr.formtemplates ALTER COLUMN category NVARCHAR(100); -GO - -EXEC core.fn_dropifexists 'formtypes', 'ehr', 'constraint', 'unique_formtypes'; -ALTER TABLE ehr.formtypes ALTER COLUMN formtype NVARCHAR(200) NOT NULL; -GO -ALTER TABLE ehr.formtypes ADD CONSTRAINT unique_formtypes UNIQUE (container , formtype); -ALTER TABLE ehr.formtypes ALTER COLUMN category NVARCHAR(100); -ALTER TABLE ehr.formtypes ALTER COLUMN configjson NVARCHAR(MAX); -GO - -ALTER TABLE ehr.institutions ALTER COLUMN affiliate NVARCHAR(50); -ALTER TABLE ehr.institutions ALTER COLUMN web_site NVARCHAR(200); -GO - -ALTER TABLE ehr.investigators ALTER COLUMN firstName NVARCHAR(100); -ALTER TABLE ehr.investigators ALTER COLUMN lastName NVARCHAR(100); -ALTER TABLE ehr.investigators ALTER COLUMN position NVARCHAR(100); -ALTER TABLE ehr.investigators ALTER COLUMN address NVARCHAR(500); -ALTER TABLE ehr.investigators ALTER COLUMN city NVARCHAR(100); -ALTER TABLE ehr.investigators ALTER COLUMN state NVARCHAR(100); -ALTER TABLE ehr.investigators ALTER COLUMN country NVARCHAR(100); -ALTER TABLE ehr.investigators ALTER COLUMN zip NVARCHAR(100); -ALTER TABLE ehr.investigators ALTER COLUMN phoneNumber NVARCHAR(100); -ALTER TABLE ehr.investigators ALTER COLUMN investigatorType NVARCHAR(100); -ALTER TABLE ehr.investigators ALTER COLUMN emailAddress NVARCHAR(100); -ALTER TABLE ehr.investigators ALTER COLUMN division NVARCHAR(100); -GO - -ALTER TABLE ehr.kinship ALTER COLUMN id NVARCHAR(100) NOT NULL; -ALTER TABLE ehr.kinship ALTER COLUMN id2 NVARCHAR(100) NOT NULL; -GO - -DECLARE @ConstraintName nvarchar(200) -SELECT @ConstraintName = Name -FROM sys.default_constraints -WHERE parent_object_id = OBJECT_ID('ehr.module_properties') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.module_properties') AND name = 'prop_name'); -IF @ConstraintName IS NOT NULL -BEGIN -EXEC('ALTER TABLE ehr.module_properties DROP CONSTRAINT ' + @ConstraintName) -END - -SELECT @ConstraintName = Name -FROM sys.default_constraints -WHERE parent_object_id = OBJECT_ID('ehr.module_properties') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.module_properties') AND name = 'stringvalue'); -IF @ConstraintName IS NOT NULL -BEGIN -EXEC('ALTER TABLE ehr.module_properties DROP CONSTRAINT ' + @ConstraintName) -END - -EXEC core.fn_dropifexists 'module_properties', 'ehr', 'constraint', 'unique_module_properties'; -ALTER TABLE ehr.module_properties ALTER COLUMN prop_name NVARCHAR(255); -GO -ALTER TABLE ehr.module_properties ADD CONSTRAINT unique_module_properties UNIQUE (prop_name , container); -ALTER TABLE ehr.module_properties ALTER COLUMN stringvalue NVARCHAR(255); -GO - -ALTER TABLE ehr.notificationrecipients ALTER COLUMN notificationtype NVARCHAR(200); -GO - -EXEC core.fn_dropifexists 'notificationtypes', 'ehr', 'constraint', 'pk_notificationtypes'; -ALTER TABLE ehr.notificationtypes ALTER COLUMN notificationtype NVARCHAR(200) NOT NULL; -GO -ALTER TABLE ehr.notificationtypes ADD CONSTRAINT pk_notificationtypes PRIMARY KEY (notificationtype ) - -ALTER TABLE ehr.observation_types ALTER COLUMN value NVARCHAR(200); -ALTER TABLE ehr.observation_types ALTER COLUMN category NVARCHAR(200); -ALTER TABLE ehr.observation_types ALTER COLUMN editorconfig NVARCHAR(MAX); -ALTER TABLE ehr.observation_types ALTER COLUMN schemaname NVARCHAR(200); -ALTER TABLE ehr.observation_types ALTER COLUMN queryname NVARCHAR(200); -ALTER TABLE ehr.observation_types ALTER COLUMN valuecolumn NVARCHAR(200); -GO - -EXEC core.fn_dropifexists 'project', 'ehr', 'index', 'IDX_project_container_project_protocol'; -ALTER TABLE ehr.project ALTER COLUMN protocol NVARCHAR(200); -GO -CREATE INDEX IDX_project_container_project_protocol ON ehr.project (container, project, protocol); -ALTER TABLE ehr.project ALTER COLUMN account NVARCHAR(200); -ALTER TABLE ehr.project ALTER COLUMN inves NVARCHAR(200); -ALTER TABLE ehr.project ALTER COLUMN avail NVARCHAR(100); -ALTER TABLE ehr.project ALTER COLUMN title NVARCHAR(400); -ALTER TABLE ehr.project ALTER COLUMN reqname NVARCHAR(200); -ALTER TABLE ehr.project ALTER COLUMN contact_emails NVARCHAR(MAX); -ALTER TABLE ehr.project ALTER COLUMN inves2 NVARCHAR(200); -EXEC core.fn_dropifexists 'project', 'ehr', 'index', 'project_name_project'; -EXEC core.fn_dropifexists 'project', 'ehr', 'index', 'project_investigatorid_project'; -EXEC core.fn_dropifexists 'project', 'ehr', 'index', 'IDX_container_project_objectid_name'; -ALTER TABLE ehr.project ALTER COLUMN name NVARCHAR(100); -GO -CREATE INDEX project_investigatorid_project ON ehr.project (investigatorId ASC, project ASC) INCLUDE (name); -CREATE INDEX project_name_project ON ehr.project (name, project); -CREATE INDEX IDX_container_project_objectid_name ON ehr.project (container, project, objectid, name); -ALTER TABLE ehr.project ALTER COLUMN use_category NVARCHAR(100); -ALTER TABLE ehr.project ALTER COLUMN shortname NVARCHAR(200); -ALTER TABLE ehr.project ALTER COLUMN projecttype NVARCHAR(100); -GO - -EXEC core.fn_dropifexists 'protocol', 'ehr', 'index', 'IDX_protocol_container_protocol'; -ALTER TABLE ehr.protocol ALTER COLUMN protocol NVARCHAR(200) NOT NULL; -GO -CREATE INDEX IDX_protocol_container_protocol ON ehr.protocol (container, protocol); -ALTER TABLE ehr.protocol ALTER COLUMN inves NVARCHAR(200); -ALTER TABLE ehr.protocol ALTER COLUMN title NVARCHAR(1000); -ALTER TABLE ehr.protocol ALTER COLUMN usda_level NVARCHAR(100); -ALTER TABLE ehr.protocol ALTER COLUMN external_id NVARCHAR(200); -ALTER TABLE ehr.protocol ALTER COLUMN project_type NVARCHAR(200); -ALTER TABLE ehr.protocol ALTER COLUMN ibc_approval_num NVARCHAR(200); -ALTER TABLE ehr.protocol ALTER COLUMN contacts NVARCHAR(200); -GO - -ALTER TABLE ehr.protocol_amendments ALTER COLUMN protocol NVARCHAR(200); -ALTER TABLE ehr.protocol_amendments ALTER COLUMN Comment NVARCHAR(MAX); -GO - -ALTER TABLE ehr.protocol_counts ALTER COLUMN protocol NVARCHAR(200); -ALTER TABLE ehr.protocol_counts ALTER COLUMN species NVARCHAR(200) NOT NULL; -ALTER TABLE ehr.protocol_counts ALTER COLUMN gender NVARCHAR(100); -ALTER TABLE ehr.protocol_counts ALTER COLUMN description NVARCHAR(MAX); -GO - -ALTER TABLE ehr.protocolexemptions ALTER COLUMN protocol NVARCHAR(100); -ALTER TABLE ehr.protocolexemptions ALTER COLUMN exemption NVARCHAR(200); -ALTER TABLE ehr.protocolexemptions ALTER COLUMN remark NVARCHAR(MAX); -GO - -ALTER TABLE ehr.protocolprocedures ALTER COLUMN protocol NVARCHAR(200) NOT NULL; -ALTER TABLE ehr.protocolprocedures ALTER COLUMN procedurename NVARCHAR(200); -ALTER TABLE ehr.protocolprocedures ALTER COLUMN code NVARCHAR(100); -ALTER TABLE ehr.protocolprocedures ALTER COLUMN frequency NVARCHAR(200); -ALTER TABLE ehr.protocolprocedures ALTER COLUMN remark NVARCHAR(MAX); -GO - -EXEC core.fn_dropifexists 'qcstatemetadata', 'ehr', 'constraint', 'pk_qcstatemetadata'; -ALTER TABLE ehr.qcstatemetadata ALTER COLUMN qcstatelabel NVARCHAR(200) NOT NULL; -GO -ALTER TABLE ehr.qcstatemetadata ADD CONSTRAINT pk_qcstatemetadata PRIMARY KEY (qcstatelabel) -GO - -DECLARE @ConstraintName nvarchar(200) -SELECT @ConstraintName = Name -FROM sys.default_constraints -WHERE parent_object_id = OBJECT_ID('ehr.reports') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.reports') AND name = 'reportname'); -IF @ConstraintName IS NOT NULL -BEGIN -EXEC('ALTER TABLE ehr.reports DROP CONSTRAINT ' + @ConstraintName) -END - -SELECT @ConstraintName = Name -FROM sys.default_constraints -WHERE parent_object_id = OBJECT_ID('ehr.reports') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.reports') AND name = 'datefieldname'); -IF @ConstraintName IS NOT NULL -BEGIN -EXEC('ALTER TABLE ehr.reports DROP CONSTRAINT ' + @ConstraintName) -END - -SELECT @ConstraintName = Name -FROM sys.default_constraints -WHERE parent_object_id = OBJECT_ID('ehr.reports') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.reports') AND name = 'qcstatepublicdatafieldname'); -IF @ConstraintName IS NOT NULL -BEGIN -EXEC('ALTER TABLE ehr.reports DROP CONSTRAINT ' + @ConstraintName) -END - -SELECT @ConstraintName = Name -FROM sys.default_constraints -WHERE parent_object_id = OBJECT_ID('ehr.reports') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.reports') AND name = 'report'); -IF @ConstraintName IS NOT NULL -BEGIN -EXEC('ALTER TABLE ehr.reports DROP CONSTRAINT ' + @ConstraintName) -END - -SELECT @ConstraintName = Name -FROM sys.default_constraints -WHERE parent_object_id = OBJECT_ID('ehr.reports') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.reports') AND name = 'reporttype'); -IF @ConstraintName IS NOT NULL -BEGIN -EXEC('ALTER TABLE ehr.reports DROP CONSTRAINT ' + @ConstraintName) -END - -SELECT @ConstraintName = Name -FROM sys.default_constraints -WHERE parent_object_id = OBJECT_ID('ehr.reports') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.reports') AND name = 'reporttitle'); -IF @ConstraintName IS NOT NULL -BEGIN -EXEC('ALTER TABLE ehr.reports DROP CONSTRAINT ' + @ConstraintName) -END - -SELECT @ConstraintName = Name -FROM sys.default_constraints -WHERE parent_object_id = OBJECT_ID('ehr.reports') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.reports') AND name = 'schemaname'); -IF @ConstraintName IS NOT NULL -BEGIN -EXEC('ALTER TABLE ehr.reports DROP CONSTRAINT ' + @ConstraintName) -END - -SELECT @ConstraintName = Name -FROM sys.default_constraints -WHERE parent_object_id = OBJECT_ID('ehr.reports') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.reports') AND name = 'viewname'); -IF @ConstraintName IS NOT NULL -BEGIN -EXEC('ALTER TABLE ehr.reports DROP CONSTRAINT ' + @ConstraintName) -END - -SELECT @ConstraintName = Name -FROM sys.default_constraints -WHERE parent_object_id = OBJECT_ID('ehr.reports') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.reports') AND name = 'category'); -IF @ConstraintName IS NOT NULL -BEGIN -EXEC('ALTER TABLE ehr.reports DROP CONSTRAINT ' + @ConstraintName) -END - -SELECT @ConstraintName = Name -FROM sys.default_constraints -WHERE parent_object_id = OBJECT_ID('ehr.reports') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.reports') AND name = 'containerpath'); -IF @ConstraintName IS NOT NULL -BEGIN -EXEC('ALTER TABLE ehr.reports DROP CONSTRAINT ' + @ConstraintName) -END - -SELECT @ConstraintName = Name -FROM sys.default_constraints -WHERE parent_object_id = OBJECT_ID('ehr.reports') AND - parent_column_id = (SELECT column_id FROM sys.columns WHERE object_id = OBJECT_ID('ehr.reports') AND name = 'queryname'); -IF @ConstraintName IS NOT NULL -BEGIN -EXEC('ALTER TABLE ehr.reports DROP CONSTRAINT ' + @ConstraintName) -END - -ALTER TABLE ehr.reports ALTER COLUMN reportname NVARCHAR(255); -ALTER TABLE ehr.reports ALTER COLUMN category NVARCHAR(255); -ALTER TABLE ehr.reports ALTER COLUMN reporttype NVARCHAR(255); -ALTER TABLE ehr.reports ALTER COLUMN reporttitle NVARCHAR(255); -ALTER TABLE ehr.reports ALTER COLUMN containerpath NVARCHAR(255); -ALTER TABLE ehr.reports ALTER COLUMN schemaname NVARCHAR(255); -ALTER TABLE ehr.reports ALTER COLUMN queryname NVARCHAR(255); -ALTER TABLE ehr.reports ALTER COLUMN viewname NVARCHAR(255); -ALTER TABLE ehr.reports ALTER COLUMN report NVARCHAR(255); -ALTER TABLE ehr.reports ALTER COLUMN datefieldname NVARCHAR(255); -ALTER TABLE ehr.reports ALTER COLUMN qcstatepublicdatafieldname NVARCHAR(255); -ALTER TABLE ehr.reports ALTER COLUMN jsonconfig NVARCHAR(MAX); -ALTER TABLE ehr.reports ALTER COLUMN description NVARCHAR(MAX); -ALTER TABLE ehr.reports ALTER COLUMN subjectIdFieldName NVARCHAR(200); -GO - -ALTER TABLE ehr.requests ALTER COLUMN title NVARCHAR(200); -ALTER TABLE ehr.requests ALTER COLUMN formtype NVARCHAR(200); -ALTER TABLE ehr.requests ALTER COLUMN priority NVARCHAR(200); -ALTER TABLE ehr.requests ALTER COLUMN pi NVARCHAR(200); -ALTER TABLE ehr.requests ALTER COLUMN remark NVARCHAR(MAX); -GO - -EXEC core.fn_dropifexists 'scheduled_task_types', 'ehr', 'constraint', 'pk_scheduled_task_types'; -ALTER TABLE ehr.scheduled_task_types ALTER COLUMN tasktype NVARCHAR(200) NOT NULL; -GO -ALTER TABLE ehr.scheduled_task_types ADD CONSTRAINT pk_scheduled_task_types PRIMARY KEY (tasktype) - -ALTER TABLE ehr.scheduled_tasks ALTER COLUMN tasktype NVARCHAR(200); -ALTER TABLE ehr.scheduled_tasks ALTER COLUMN id NVARCHAR(100); -ALTER TABLE ehr.scheduled_tasks ALTER COLUMN location NVARCHAR(100); -ALTER TABLE ehr.scheduled_tasks ALTER COLUMN description NVARCHAR(MAX); -GO - -EXEC core.fn_dropifexists 'snomed_tags', 'ehr', 'index', 'snomed_tags_recordid'; -EXEC core.fn_dropifexists 'snomed_tags', 'ehr', 'index', 'CIDX_snomed_tags'; -ALTER TABLE ehr.snomed_tags ALTER COLUMN recordid NVARCHAR(200); -GO -CREATE INDEX snomed_tags_recordid ON ehr.snomed_tags (recordid); -CREATE CLUSTERED INDEX CIDX_snomed_tags ON ehr.snomed_tags (container, recordid, set_number, sort) -EXEC core.fn_dropifexists 'snomed_tags', 'ehr', 'index', 'snomed_tags_code_container'; -ALTER TABLE ehr.snomed_tags ALTER COLUMN code NVARCHAR(32); -GO -CREATE INDEX snomed_tags_code_container ON ehr.snomed_tags (code, container); -ALTER TABLE ehr.snomed_tags ALTER COLUMN qualifier NVARCHAR(200); -EXEC core.fn_dropifexists 'snomed_tags', 'ehr', 'constraint', 'PK_snomed_tags'; -ALTER TABLE ehr.snomed_tags ALTER COLUMN objectid NVARCHAR(60) NOT NULL; -GO -ALTER TABLE ehr.snomed_tags ADD CONSTRAINT PK_snomed_tags PRIMARY KEY NONCLUSTERED (objectid); -ALTER TABLE ehr.snomed_tags ALTER COLUMN id NVARCHAR(100); -GO - -ALTER TABLE ehr.status ALTER COLUMN label NVARCHAR(200) NOT NULL; -ALTER TABLE ehr.status ALTER COLUMN description NVARCHAR(MAX); -GO - -ALTER TABLE ehr.supplemental_pedigree ALTER COLUMN id NVARCHAR(50) NOT NULL; -ALTER TABLE ehr.supplemental_pedigree ALTER COLUMN gender NVARCHAR(50); -ALTER TABLE ehr.supplemental_pedigree ALTER COLUMN dam NVARCHAR(50); -ALTER TABLE ehr.supplemental_pedigree ALTER COLUMN sire NVARCHAR(50); -ALTER TABLE ehr.supplemental_pedigree ALTER COLUMN species NVARCHAR(MAX); -GO - -ALTER TABLE ehr.tasks ALTER COLUMN category NVARCHAR(200) NOT NULL; -ALTER TABLE ehr.tasks ALTER COLUMN title NVARCHAR(200); - -EXEC core.fn_dropifexists 'tasks', 'ehr', 'index', 'IDX_container_taskid_formtype'; -ALTER TABLE ehr.tasks ALTER COLUMN formtype NVARCHAR(200); -GO -CREATE INDEX IDX_container_taskid_formtype ON ehr.tasks (container, taskid, formtype); - -ALTER TABLE ehr.notificationrecipients ADD Lsid LsidType null; diff --git a/ehr/resources/schemas/dbscripts/sqlserver/ehr-25.000-25.001.sql b/ehr/resources/schemas/dbscripts/sqlserver/ehr-25.000-25.001.sql deleted file mode 100644 index 7c0288275..000000000 --- a/ehr/resources/schemas/dbscripts/sqlserver/ehr-25.000-25.001.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (c) 2025-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE ehr.tasks ADD caseid ENTITYID null; \ No newline at end of file diff --git a/ehr/resources/schemas/dbscripts/sqlserver/ehr-26.000-26.001.sql b/ehr/resources/schemas/dbscripts/sqlserver/ehr-26.000-26.001.sql deleted file mode 100644 index a2f459cc7..000000000 --- a/ehr/resources/schemas/dbscripts/sqlserver/ehr-26.000-26.001.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (c) 2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ -ALTER TABLE ehr.reports ADD supportsNonIdFilters BIT; diff --git a/ehr/resources/schemas/dbscripts/sqlserver/ehr-26.001-26.002.sql b/ehr/resources/schemas/dbscripts/sqlserver/ehr-26.001-26.002.sql deleted file mode 100644 index 11caeebe0..000000000 --- a/ehr/resources/schemas/dbscripts/sqlserver/ehr-26.001-26.002.sql +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Copyright (c) 2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ --- ehr.Project.Created and ehr.Project.Modified are NULL on SQL Server but NOT NULL on PostgreSQL. Set the NULL values --- and switch the columns to NOT NULL to match PostgreSQL. -UPDATE ehr.Project SET Created = COALESCE(diCreated, GETDATE()) WHERE Created IS NULL; -UPDATE ehr.Project SET Modified = COALESCE(diModified, GETDATE()) WHERE Modified IS NULL; - -ALTER TABLE ehr.Project ALTER COLUMN Created DATETIME NOT NULL; -ALTER TABLE ehr.Project ALTER COLUMN Modified DATETIME NOT NULL; diff --git a/ehr/resources/schemas/dbscripts/sqlserver/ehr_lookups-0.000-25.000.sql b/ehr/resources/schemas/dbscripts/sqlserver/ehr_lookups-0.000-25.000.sql deleted file mode 100644 index 8b6da148b..000000000 --- a/ehr/resources/schemas/dbscripts/sqlserver/ehr_lookups-0.000-25.000.sql +++ /dev/null @@ -1,10616 +0,0 @@ -/* - * Copyright (c) 2019-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ - -/* EHR_Lookups-11.30-12.10.sql */ - -CREATE SCHEMA ehr_lookups; -GO - -CREATE TABLE ehr_lookups.ageclass -( - rowid INT IDENTITY(1,1) NOT NULL, - species VARCHAR(255), - "ageclass" int, - min double precision, - max double precision, - CONSTRAINT pk_ageclass PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr_lookups.alopecia_cause -( - cause VARCHAR(4000) NOT NULL, - CONSTRAINT pk_alopecia_cause PRIMARY KEY (cause ) -); - -CREATE TABLE ehr_lookups.alopecia_score -( - score integer NOT NULL, - meaning VARCHAR(250) DEFAULT NULL, - CONSTRAINT pk_alopecia_score PRIMARY KEY (score ) -); - -CREATE TABLE ehr_lookups.amount_units -( - unit VARCHAR(100) NOT NULL, - CONSTRAINT pk_amount_units PRIMARY KEY (unit ) -); - -CREATE TABLE ehr_lookups.arearooms -( - rowid INT IDENTITY(1,1) NOT NULL, - area VARCHAR(20) NOT NULL, - room VARCHAR(20) NOT NULL, - CONSTRAINT pk_arearooms PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr_lookups.areas -( - area VARCHAR(20) NOT NULL, - CONSTRAINT pk_areas PRIMARY KEY (area ) -); - -CREATE TABLE ehr_lookups.avail_codes -( - code VARCHAR(4000) NOT NULL, - meaning VARCHAR(4000), - CONSTRAINT pk_avail_codes PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.bacteriology_method -( - method VARCHAR(255) NOT NULL, - CONSTRAINT pk_bacteriology_method PRIMARY KEY (method ) -); - -CREATE TABLE ehr_lookups.bacteriology_sensitivity -( - code VARCHAR(4000) NOT NULL, - meaning VARCHAR(4000), - CONSTRAINT pk_bacteriology_sensitivity PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.bcs_score -( - score double precision NOT NULL, - meaning VARCHAR(250) DEFAULT NULL, - description VARCHAR(500) DEFAULT NULL, - CONSTRAINT pk_bcs_score PRIMARY KEY (score ) -); - -CREATE TABLE ehr_lookups.behavior_category -( - category VARCHAR(4000) NOT NULL, - CONSTRAINT pk_behavior_category PRIMARY KEY (category ) -); - -CREATE TABLE ehr_lookups.biopsy_type -( - type VARCHAR(255) NOT NULL, - CONSTRAINT pk_biopsy_type PRIMARY KEY (type ) -); - -CREATE TABLE ehr_lookups.birth_type -( - type VARCHAR(45) NOT NULL, - meaning text, - CONSTRAINT pk_birth_type PRIMARY KEY (type ) -); - -CREATE TABLE ehr_lookups.blood_billed_by -( - code VARCHAR(200) NOT NULL, - title VARCHAR(200), - CONSTRAINT pk_blood_billed_by PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.blood_code_prefixes -( - prefix VARCHAR(10) NOT NULL, - CONSTRAINT pk_blood_code_prefixes PRIMARY KEY (prefix ) -); - -CREATE TABLE ehr_lookups.blood_draw_services -( - service VARCHAR(255) NOT NULL, - automaticrequestfromblooddraw bit NOT NULL DEFAULT 1, - CONSTRAINT pk_blood_draw_services PRIMARY KEY (service ) -); - -CREATE TABLE ehr_lookups.blood_draw_tube_type -( - type VARCHAR(255) NOT NULL, - CONSTRAINT pk_blood_draw_tube_type PRIMARY KEY (type ) -); - -CREATE TABLE ehr_lookups.blood_tube_volumes -( - volume double precision NOT NULL, - tube_types VARCHAR(100), - CONSTRAINT pk_blood_tube_volumes PRIMARY KEY (volume ) -); - -CREATE TABLE ehr_lookups.cage -( - rowid INT IDENTITY(1,1) NOT NULL, - roomcage VARCHAR(24) NOT NULL, - room VARCHAR(8) DEFAULT NULL, - cage VARCHAR(8) DEFAULT NULL, - length double precision, - width double precision, - height double precision, - ts datetime DEFAULT NULL, - uuid varchar(36) DEFAULT NULL, - jointocage VARCHAR(50), - CONSTRAINT pk_cage PRIMARY KEY (roomcage ) -); - -CREATE TABLE ehr_lookups.cageclass -( - rowid INT IDENTITY(1,1) NOT NULL, - low double precision, - high double precision, - sqft double precision, - height double precision, - CONSTRAINT pk_cageclass PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr_lookups.calculated_status_codes -( - code VARCHAR(20) NOT NULL, - meaning VARCHAR(255) DEFAULT NULL, - CONSTRAINT pk_calculated_status_codes PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.charge_items -( - rowid INT IDENTITY(1,1) NOT NULL, - category VARCHAR(255), - description VARCHAR(4000) NOT NULL, - cost double precision, - container entityid, - createdby userid NOT NULL, - created datetime NOT NULL, - modifiedby userid NOT NULL, - modified datetime NOT NULL, - CONSTRAINT pk_charge_items PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr_lookups.chemistry_method -( - method VARCHAR(255) NOT NULL, - CONSTRAINT pk_chemistry_method PRIMARY KEY (method ) -); - -CREATE TABLE ehr_lookups.chemistry_tests -( - testid VARCHAR(100) NOT NULL, - name VARCHAR(100), - units VARCHAR(100), - aliases VARCHAR(500), - alertonabnormal bit DEFAULT 1, - alertonany bit DEFAULT 0, - includeinpanel bit DEFAULT 0, - sort_order integer, - CONSTRAINT pk_chemistry_tests PRIMARY KEY (testid ) -); - -CREATE TABLE ehr_lookups.chow_types -( - type VARCHAR(200) NOT NULL, - CONSTRAINT pk_chow_types PRIMARY KEY (type ) -); - -CREATE TABLE ehr_lookups.clinpath_collection_method -( - method VARCHAR(255) NOT NULL, - CONSTRAINT pk_clinpath_collection_method PRIMARY KEY (method ) -); - -CREATE TABLE ehr_lookups.clinpath_sampletype -( - sampletype VARCHAR(255) NOT NULL, - CONSTRAINT pk_clinpath_sampletype PRIMARY KEY (sampletype ) -); - -CREATE TABLE ehr_lookups.clinpath_status -( - status VARCHAR(255) NOT NULL, - CONSTRAINT pk_clinpath_status PRIMARY KEY (status ) -); - -CREATE TABLE ehr_lookups.clinpath_tests -( - testname VARCHAR(255) NOT NULL, - units VARCHAR(20), - dataset VARCHAR(200), - alertoncomplete bit DEFAULT 0, - CONSTRAINT pk_testname PRIMARY KEY (testname ) -); - -CREATE TABLE ehr_lookups.clinpath_types -( - type VARCHAR(255) NOT NULL, - CONSTRAINT pk_clinpath_types PRIMARY KEY (type ) -); - -CREATE TABLE ehr_lookups.clinremarks_category -( - category VARCHAR(255) NOT NULL, - CONSTRAINT pk_clinremarks_category PRIMARY KEY (category ) -); - -CREATE TABLE ehr_lookups.conc_units -( - unit VARCHAR(100) NOT NULL, - denominator VARCHAR(100), - numerator VARCHAR(100), - CONSTRAINT pk_conc_units PRIMARY KEY (unit ) -); - -CREATE TABLE ehr_lookups.condition_codes -( - code VARCHAR(255) NOT NULL, - meaning VARCHAR(255) DEFAULT NULL, - min integer, - max integer, - CONSTRAINT pk_condition_codes PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.container_types -( - type VARCHAR(100) NOT NULL, - CONSTRAINT pk_container_types PRIMARY KEY (type ) -); - -CREATE TABLE ehr_lookups.cytology_tests -( - testid VARCHAR(100) NOT NULL, - name VARCHAR(100), - units VARCHAR(100), - sort_order integer, - alertonabnormal bit DEFAULT 1, - alertonany bit DEFAULT 0, - includeinpanel bit DEFAULT 0, - CONSTRAINT pk_cytology_tests PRIMARY KEY (testid ) -); - -CREATE TABLE ehr_lookups.death_cause -( - cause VARCHAR(255) NOT NULL, - CONSTRAINT pk_death_cause PRIMARY KEY (cause ) -); - -CREATE TABLE ehr_lookups.death_codes -( - code VARCHAR(255) NOT NULL, - meaning VARCHAR(255) DEFAULT NULL, - CONSTRAINT pk_death_codes PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.death_manner -( - manner VARCHAR(255) NOT NULL, - CONSTRAINT pk_death_manner PRIMARY KEY (manner ) -); - -CREATE TABLE ehr_lookups.death_remarks -( - title VARCHAR(100) NOT NULL, - remark VARCHAR(500), - CONSTRAINT pk_death_remarks PRIMARY KEY (title ) -); - -CREATE TABLE ehr_lookups.dental_gingivitis -( - result VARCHAR(255) NOT NULL, - sort_order integer, - CONSTRAINT pk_dental_gingivitis PRIMARY KEY (result ) -); - -CREATE TABLE ehr_lookups.dental_jaw -( - jaw VARCHAR(255) NOT NULL, - CONSTRAINT pk_dental_jaw PRIMARY KEY (jaw ) -); - -CREATE TABLE ehr_lookups.dental_priority -( - priority VARCHAR(255) NOT NULL, - criteria VARCHAR(255), - sort_order integer, - CONSTRAINT pk_dental_priority PRIMARY KEY (priority ) -); - -CREATE TABLE ehr_lookups.dental_side -( - side VARCHAR(255) NOT NULL, - CONSTRAINT pk_dental_side PRIMARY KEY (side ) -); - -CREATE TABLE ehr_lookups.dental_status -( - status VARCHAR(255) NOT NULL, - CONSTRAINT pk_dental_status PRIMARY KEY (status ) -); - -CREATE TABLE ehr_lookups.dental_tartar -( - result VARCHAR(255) NOT NULL, - CONSTRAINT pk_dental_tartar PRIMARY KEY (result ) -); - -CREATE TABLE ehr_lookups.dental_teeth -( - teeth varchar(100) NOT NULL, - seq_order integer, - CONSTRAINT pk_dental_teeth PRIMARY KEY (teeth ) -); - -CREATE TABLE ehr_lookups.dosage_units -( - unit VARCHAR(100) NOT NULL, - numerator VARCHAR(100), - denominator VARCHAR(20), - CONSTRAINT pk_dosage_units PRIMARY KEY (unit ) -); - -CREATE TABLE ehr_lookups.drug_categories -( - category VARCHAR(200) NOT NULL, - CONSTRAINT pk_drug_categories PRIMARY KEY (category ) -); - -CREATE TABLE ehr_lookups.drug_defaults -( - code VARCHAR(255) NOT NULL, - dosage double precision, - dosage_units VARCHAR(255), - concentration double precision, - conc_units VARCHAR(255), - CONSTRAINT pk_drug_defaults PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.encounter_types -( - type VARCHAR(255) NOT NULL, - CONSTRAINT pk_encounter_types PRIMARY KEY (type ) -); - -CREATE TABLE ehr_lookups.error_types -( - type VARCHAR(255) NOT NULL, - sort_order integer, - CONSTRAINT pk_error_types PRIMARY KEY (type ) -); - -CREATE TABLE ehr_lookups.full_snomed -( - code VARCHAR(255) NOT NULL, - meaning VARCHAR(2000), - createdby userid NOT NULL, - created datetime NOT NULL, - modifiedby userid NOT NULL, - modified datetime NOT NULL, - CONSTRAINT pk_full_snomed PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.gender_codes -( - code VARCHAR(255) NOT NULL, - meaning VARCHAR(255) DEFAULT NULL, - origgender VARCHAR(255) DEFAULT NULL, - CONSTRAINT pk_gender_codes PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.hematology_method -( - method VARCHAR(255) NOT NULL, - CONSTRAINT pk_hematology_method PRIMARY KEY (method ) -); - -CREATE TABLE ehr_lookups.hematology_morphology -( - morphology VARCHAR(255) NOT NULL, - CONSTRAINT pk_hematology_morphology PRIMARY KEY (morphology ) -); - -CREATE TABLE ehr_lookups.hematology_score -( - score VARCHAR(255) NOT NULL, - CONSTRAINT pk_hematology_score PRIMARY KEY (score ) -); - -CREATE TABLE ehr_lookups.hematology_tests -( - testid VARCHAR(100) NOT NULL, - name VARCHAR(100), - units VARCHAR(100), - sort_order integer, - alertonabnormal bit DEFAULT 1, - alertonany bit DEFAULT 0, - includeinpanel bit DEFAULT 0, - CONSTRAINT pk_hematology_tests PRIMARY KEY (testid ) -); - -CREATE TABLE ehr_lookups.histology_stain -( - stain VARCHAR(255) NOT NULL, - CONSTRAINT pk_histology_stain PRIMARY KEY (stain ) -); - -CREATE TABLE ehr_lookups.hold_codes -( - code VARCHAR(255) NOT NULL, - meaning VARCHAR(255) DEFAULT NULL, - CONSTRAINT pk_hold_codes PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.housing_reason -( - reason VARCHAR(200) NOT NULL, - CONSTRAINT pk_housing_reason PRIMARY KEY (reason ) -); - -CREATE TABLE ehr_lookups.immunology_method -( - method VARCHAR(255) NOT NULL, - CONSTRAINT pk_immunology_method PRIMARY KEY (method ) -); - -CREATE TABLE ehr_lookups.immunology_tests -( - testid VARCHAR(100) NOT NULL, - name VARCHAR(100), - units VARCHAR(100), - alertonabnormal bit DEFAULT 1, - alertonany bit DEFAULT 0, - includeinpanel bit DEFAULT 0, - sort_order integer, - CONSTRAINT pk_immunology_tests PRIMARY KEY (testid ) -); - -CREATE TABLE ehr_lookups.integers -( - "key" integer NOT NULL, - CONSTRAINT pk_integers PRIMARY KEY ("key" ) -); - -CREATE TABLE ehr_lookups.lab_test_range -( - rowid INT IDENTITY(1,1) NOT NULL, - test VARCHAR(255), - species VARCHAR(255), - gender VARCHAR(255), - age_class smallint, - ref_range_min double precision, - ref_range_max double precision, - type VARCHAR(200), - CONSTRAINT pk_lab_test_range PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr_lookups.mhc_institutions -( - technique VARCHAR(255) NOT NULL, - CONSTRAINT pk_mhc_institutions PRIMARY KEY (technique ) -); - -CREATE TABLE ehr_lookups.microchip_comments -( - comment VARCHAR(100) NOT NULL, - CONSTRAINT pk_microchip_comments PRIMARY KEY (comment ) -); - -CREATE TABLE ehr_lookups.months -( - rowid INT IDENTITY(1,1) NOT NULL, - month VARCHAR(255) NOT NULL, - CONSTRAINT pk_months PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr_lookups.necropsy_condition -( - score VARCHAR(255) NOT NULL, - CONSTRAINT pk_necropsy_condition PRIMARY KEY (score ) -); - -CREATE TABLE ehr_lookups.necropsy_perfusion -( - perfusion VARCHAR(255) NOT NULL, - CONSTRAINT pk_perfusion PRIMARY KEY (perfusion ) -); - -CREATE TABLE ehr_lookups.necropsy_perfusion_area -( - perfusion VARCHAR(255) NOT NULL, - CONSTRAINT pk_perfusion_area PRIMARY KEY (perfusion ) -); - -CREATE TABLE ehr_lookups.normal_abnormal -( - state VARCHAR(255) NOT NULL, - CONSTRAINT pk_normal_abnormal PRIMARY KEY (state ) -); - -CREATE TABLE ehr_lookups.obs_behavior -( - code varchar(100) NOT NULL, - meaning VARCHAR(200), - CONSTRAINT pk_obs_behavior PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.obs_breeding -( - code varchar(100) NOT NULL, - meaning VARCHAR(200), - CONSTRAINT pk_osb_breeding PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.obs_feces -( - code varchar(100) NOT NULL, - meaning VARCHAR(200), - CONSTRAINT pk_obs_feces PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.obs_mens -( - code varchar(100) NOT NULL, - meaning VARCHAR(200), - CONSTRAINT pk_obs_mens PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.obs_other -( - code varchar(100) NOT NULL, - meaning VARCHAR(200), - CONSTRAINT pk_obs_other PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.obs_remarks -( - title varchar(200) NOT NULL, - remark varchar(500), - CONSTRAINT pk_obs_remarks PRIMARY KEY (title ) -); - -CREATE TABLE ehr_lookups.obs_tlocation -( - location varchar(100) NOT NULL, - sort_order integer, - code VARCHAR(100), - CONSTRAINT pk_obs_tlocation PRIMARY KEY (location ) -); - -CREATE TABLE ehr_lookups.observations_anesthesia_recovery -( - value VARCHAR(255) NOT NULL, - sort_order integer NOT NULL, - CONSTRAINT pk_observations_anesthesia_recovery PRIMARY KEY (value ) -); - -CREATE TABLE ehr_lookups.oor_indicators -( - indicator VARCHAR(255) NOT NULL, - CONSTRAINT pk_oor_indicators PRIMARY KEY (indicator ) -); - -CREATE TABLE ehr_lookups.origin_codes -( - code VARCHAR(255) NOT NULL, - meaning VARCHAR(255) DEFAULT NULL, - CONSTRAINT pk_origin_codes PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.pairtest_bhav -( - value VARCHAR(255) NOT NULL, - CONSTRAINT pk_pairtest_bhav PRIMARY KEY (value ) -); - -CREATE TABLE ehr_lookups.pairtest_conclusion -( - value VARCHAR(255) NOT NULL, - CONSTRAINT pk_pairtest_conclusion PRIMARY KEY (value ) -); - -CREATE TABLE ehr_lookups.parasitology_method -( - method VARCHAR(255) NOT NULL, - CONSTRAINT pk_parasitology_method PRIMARY KEY (method ) -); - -CREATE TABLE ehr_lookups.pe_region -( - region VARCHAR(255) NOT NULL, - CONSTRAINT pk_pe_region PRIMARY KEY (region ) -); - -CREATE TABLE ehr_lookups.pe_remarks -( - remark VARCHAR(500) NOT NULL, - CONSTRAINT pk_pe_remarks PRIMARY KEY (remark ) -); - -CREATE TABLE ehr_lookups.preservation_solutions -( - solution VARCHAR(100) NOT NULL, - CONSTRAINT pk_preservation_solutions PRIMARY KEY (solution ) -); - -CREATE TABLE ehr_lookups.problem_list_category -( - category VARCHAR(200) NOT NULL, - CONSTRAINT pk_problem_list_category PRIMARY KEY (category ) -); - -CREATE TABLE ehr_lookups.procedures -( - rowid INT IDENTITY(1,1) NOT NULL, - "procedure" VARCHAR(255), - code VARCHAR(255), - description VARCHAR(255), - CONSTRAINT pk_procedures PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr_lookups.qualitative_results -( - result VARCHAR(255) NOT NULL, - CONSTRAINT pk_qualitative_results PRIMARY KEY (result ) -); - -CREATE TABLE ehr_lookups.request_priority -( - priority VARCHAR(255) NOT NULL, - CONSTRAINT pk_request_priority PRIMARY KEY (priority ) -); - -CREATE TABLE ehr_lookups.restraint_duration -( - duration VARCHAR(200) NOT NULL, - sort_order integer, - CONSTRAINT pk_restraint_duration PRIMARY KEY (duration ) -); - -CREATE TABLE ehr_lookups.restraint_type -( - type VARCHAR(255) NOT NULL, - code VARCHAR(255), - include bit, - CONSTRAINT pk_restraint_type PRIMARY KEY (type ) -); - -CREATE TABLE ehr_lookups.routes -( - route VARCHAR(100) NOT NULL, - meaning VARCHAR(200), - CONSTRAINT pk_routes PRIMARY KEY (route ) -); - -CREATE TABLE ehr_lookups.sample_types -( - type VARCHAR(20) NOT NULL, - CONSTRAINT pk_sample_types PRIMARY KEY (type ) -); - -CREATE TABLE ehr_lookups.snomap -( - rowid INT IDENTITY(1,1) NOT NULL, - ocode VARCHAR(255) NOT NULL, - ncode VARCHAR(255) NOT NULL, - meaning VARCHAR(2000), - date datetime, - objectid entityid NOT NULL, - createdby userid NOT NULL, - created datetime NOT NULL, - modifiedby userid NOT NULL, - modified datetime NOT NULL, - CONSTRAINT pk_snomap PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr_lookups.snomed -( - code VARCHAR(255) NOT NULL, - meaning VARCHAR(2000), - createdby userid NOT NULL, - created datetime NOT NULL, - modifiedby userid NOT NULL, - modified datetime NOT NULL, - CONSTRAINT pk_snomed PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.snomed_qualifiers -( - qualifier VARCHAR(100) NOT NULL, - CONSTRAINT pk_snomed_qualifiers PRIMARY KEY (qualifier ) -); - -CREATE TABLE ehr_lookups.snomed_subset_codes -( - rowid INT IDENTITY(1,1) NOT NULL, - primarycategory VARCHAR(255) NOT NULL, - secondarycategory VARCHAR(255), - code VARCHAR(255) NOT NULL, - container entityid, - createdby userid NOT NULL, - created datetime NOT NULL, - modifiedby userid NOT NULL, - modified datetime NOT NULL, - CONSTRAINT pk_snomed_subset_codes PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr_lookups.snomed_subsets -( - subset VARCHAR(255) NOT NULL, - container entityid, - createdby userid NOT NULL, - created datetime NOT NULL, - modifiedby userid NOT NULL, - modified datetime NOT NULL, - CONSTRAINT pk_snomed_subsets PRIMARY KEY (subset ) -); - -CREATE TABLE ehr_lookups.species -( - common VARCHAR(255) NOT NULL, - scientific_name VARCHAR(255) DEFAULT NULL, - id_prefix VARCHAR(255) DEFAULT NULL, - mhc_prefix VARCHAR(255) DEFAULT NULL, - CONSTRAINT pk_species PRIMARY KEY (common ) -); - -CREATE TABLE ehr_lookups.species_codes -( - code VARCHAR(255) NOT NULL, - scientific_name VARCHAR(255) DEFAULT NULL, - common_name VARCHAR(255) DEFAULT NULL, - CONSTRAINT pk_species_codes PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.stain_types -( - type VARCHAR(20) NOT NULL, - CONSTRAINT pk_stain_types PRIMARY KEY (type ) -); - -CREATE TABLE ehr_lookups.status_codes -( - code VARCHAR(20) NOT NULL, - meaning VARCHAR(255) DEFAULT NULL, - CONSTRAINT pk_status_codes PRIMARY KEY (code ) -); - -CREATE TABLE ehr_lookups.tattoo_status -( - status VARCHAR(100) NOT NULL, - CONSTRAINT pk_tattoo_status PRIMARY KEY (status ) -); - -CREATE TABLE ehr_lookups.tb_eye -( - eye VARCHAR(255) NOT NULL, - meaning VARCHAR(255), - CONSTRAINT pk_tb_eye PRIMARY KEY (eye ) -); - -CREATE TABLE ehr_lookups.tb_result -( - result VARCHAR(255) NOT NULL, - CONSTRAINT pk_tb_result PRIMARY KEY (result ) -); - -CREATE TABLE ehr_lookups.tissue_distribution -( - location VARCHAR(100) NOT NULL, - CONSTRAINT pk_tissue_distribution PRIMARY KEY (location ) -); - -CREATE TABLE ehr_lookups.tissue_recipients -( - recipient VARCHAR(255) NOT NULL, - CONSTRAINT pk_tissue_recipients PRIMARY KEY (recipient ) -); - -CREATE TABLE ehr_lookups.treatment_codes -( - meaning VARCHAR(250) NOT NULL, - code VARCHAR(100), - category VARCHAR(100), - route VARCHAR(100), - concentration numeric, - conc_units VARCHAR(100), - dosage numeric, - dosage_units VARCHAR(100), - volume numeric, - vol_units VARCHAR(100), - amount numeric, - amount_units VARCHAR(100), - qualifier VARCHAR(200), - frequency integer, - CONSTRAINT pk_treatment_codes PRIMARY KEY (meaning ) -); - -CREATE TABLE ehr_lookups.treatment_frequency -( - rowid INT IDENTITY(1,1) NOT NULL, - meaning VARCHAR(100) NOT NULL DEFAULT NULL, - sort_order integer, - CONSTRAINT pk_treatment_frequency PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr_lookups.urinalysis_method -( - method VARCHAR(255) NOT NULL, - CONSTRAINT pk_urinalysis_method PRIMARY KEY (method ) -); - -CREATE TABLE ehr_lookups.urinalysis_qualitative_results -( - result VARCHAR(255) NOT NULL, - CONSTRAINT pk_urinalysis_qualitative_results PRIMARY KEY (result ) -); - -CREATE TABLE ehr_lookups.urinalysis_tests -( - testid VARCHAR(100) NOT NULL, - name VARCHAR(100), - units VARCHAR(100), - alertonabnormal bit DEFAULT 1, - alertonany bit DEFAULT 0, - includeinpanel bit DEFAULT 0, - sort_order integer, - CONSTRAINT pk_urinalysis_tests PRIMARY KEY (testid ) -); - -CREATE TABLE ehr_lookups.usda_codes -( - rowid INT IDENTITY(1,1) NOT NULL, - code VARCHAR(100), - category VARCHAR(100), - usda_letter VARCHAR(10), - include_previous bit DEFAULT 0, - keyword VARCHAR(255), - CONSTRAINT pk_usda_codes PRIMARY KEY (rowid ) -); - -CREATE TABLE ehr_lookups.viral_status -( - viral_status VARCHAR(255) NOT NULL, - CONSTRAINT pk_viral_status PRIMARY KEY (viral_status ) -); - -CREATE TABLE ehr_lookups.virology_method -( - method VARCHAR(255) NOT NULL, - CONSTRAINT pk_virology_method PRIMARY KEY (method ) -); - -CREATE TABLE ehr_lookups.virology_source -( - source VARCHAR(255) NOT NULL, - code VARCHAR(255), - CONSTRAINT pk_virology_source PRIMARY KEY (source ) -); - -CREATE TABLE ehr_lookups.virology_tests -( - testid VARCHAR(255) NOT NULL, - alertonabnormal bit DEFAULT 1, - alertonany bit DEFAULT 0, - includeinpanel bit DEFAULT 0, - sort_order integer, - CONSTRAINT pk_virology_tests PRIMARY KEY (testid ) -); - -CREATE TABLE ehr_lookups.volume_units -( - unit VARCHAR(100) NOT NULL, - CONSTRAINT pk_volume_units PRIMARY KEY (unit ) -); - -CREATE TABLE ehr_lookups.weight_ranges -( - species VARCHAR(255) NOT NULL, - min_weight double precision, - max_weight double precision, - CONSTRAINT pk_weight_ranges PRIMARY KEY (species ) -); - -CREATE TABLE ehr_lookups.yesno -( - value VARCHAR(255) NOT NULL, - CONSTRAINT pk_yesno PRIMARY KEY (value ) -); - ---ageclass.sql -INSERT INTO ehr_lookups."ageclass" ("species", "ageclass", "min", "max") VALUES ('Marmoset', 3, 2, 8); -INSERT INTO ehr_lookups."ageclass" ("species", "ageclass", "min", "max") VALUES ('Marmoset', 4, 8, NULL); -INSERT INTO ehr_lookups."ageclass" ("species", "ageclass", "min", "max") VALUES ('Marmoset', 1, 0, 1); -INSERT INTO ehr_lookups."ageclass" ("species", "ageclass", "min", "max") VALUES ('Marmoset', 2, 1, 2); -INSERT INTO ehr_lookups."ageclass" ("species", "ageclass", "min", "max") VALUES ('Rhesus', 2, 1, 4); -INSERT INTO ehr_lookups."ageclass" ("species", "ageclass", "min", "max") VALUES ('Rhesus', 1, 0, 1); -INSERT INTO ehr_lookups."ageclass" ("species", "ageclass", "min", "max") VALUES ('Rhesus', 3, 4, 20); -INSERT INTO ehr_lookups."ageclass" ("species", "ageclass", "min", "max") VALUES ('Rhesus', 4, 20, NULL); -INSERT INTO ehr_lookups."ageclass" ("species", "ageclass", "min", "max") VALUES ('Cynomolgus', 3, 5, NULL); - ---alopecia_cause.sql -INSERT INTO ehr_lookups."alopecia_cause" ("cause") VALUES ('Behavioral'); -INSERT INTO ehr_lookups."alopecia_cause" ("cause") VALUES ('Medical'); -INSERT INTO ehr_lookups."alopecia_cause" ("cause") VALUES ('Both'); -INSERT INTO ehr_lookups."alopecia_cause" ("cause") VALUES ('Unknown'); - ---alopecia_score.sql -INSERT INTO ehr_lookups."alopecia_score" ("score", "meaning") VALUES (0, 'Good haircoat'); -INSERT INTO ehr_lookups."alopecia_score" ("score", "meaning") VALUES (1, 'Thinning of haircoat, without alopecia'); -INSERT INTO ehr_lookups."alopecia_score" ("score", "meaning") VALUES (2, 'Few (1-3) small (less than 3cm in diameter) patches of alopecia.'); -INSERT INTO ehr_lookups."alopecia_score" ("score", "meaning") VALUES (3, '1-2 large (greater than 3cm in diameter) or numerous (> 3) small patches. *One portion of limb (ie. upper arm, lower leg) is equivalent to large patch'); -INSERT INTO ehr_lookups."alopecia_score" ("score", "meaning") VALUES (4, 'Greater than 2 large patches or generalized alopecia'); -INSERT INTO ehr_lookups."alopecia_score" ("score", "meaning") VALUES (5, 'More than 90% of body completely bald'); - ---amount_units.sql -INSERT INTO ehr_lookups."amount_units" ("unit") VALUES ('mg'); -INSERT INTO ehr_lookups."amount_units" ("unit") VALUES ('units'); -INSERT INTO ehr_lookups."amount_units" ("unit") VALUES ('ug'); -INSERT INTO ehr_lookups."amount_units" ("unit") VALUES ('g'); -INSERT INTO ehr_lookups."amount_units" ("unit") VALUES ('mEq'); -INSERT INTO ehr_lookups."amount_units" ("unit") VALUES ('IU'); -INSERT INTO ehr_lookups."amount_units" ("unit") VALUES ('ounces'); -INSERT INTO ehr_lookups."amount_units" ("unit") VALUES ('no units'); - ---arearooms.sql -INSERT INTO ehr_lookups."arearooms" ("area", "room") VALUES ('A1/AB190', 'a1'); -INSERT INTO ehr_lookups."arearooms" ("area", "room") VALUES ('A1/AB190', 'ab190'); -INSERT INTO ehr_lookups."arearooms" ("area", "room") VALUES ('A2', 'a2'); -INSERT INTO ehr_lookups."arearooms" ("area", "room") VALUES ('CB', 'cb'); -INSERT INTO ehr_lookups."arearooms" ("area", "room") VALUES ('C3', 'c3'); -INSERT INTO ehr_lookups."arearooms" ("area", "room") VALUES ('C4', 'c4'); -INSERT INTO ehr_lookups."arearooms" ("area", "room") VALUES ('WIMR', 'mr'); -INSERT INTO ehr_lookups."arearooms" ("area", "room") VALUES ('Chamany', 'cif'); -INSERT INTO ehr_lookups."arearooms" ("area", "room") VALUES ('AB-Old', 'ab10'); -INSERT INTO ehr_lookups."arearooms" ("area", "room") VALUES ('AB-Old', 'ab11'); -INSERT INTO ehr_lookups."arearooms" ("area", "room") VALUES ('AB-Old', 'ab12'); -INSERT INTO ehr_lookups."arearooms" ("area", "room") VALUES ('AB-New', 'ab14'); -INSERT INTO ehr_lookups."arearooms" ("area", "room") VALUES ('AB-New', 'ab16'); - ---areas.sql -INSERT INTO ehr_lookups."areas" ("area") VALUES ('Charmany'); -INSERT INTO ehr_lookups."areas" ("area") VALUES ('A2'); -INSERT INTO ehr_lookups."areas" ("area") VALUES ('CB'); -INSERT INTO ehr_lookups."areas" ("area") VALUES ('C3'); -INSERT INTO ehr_lookups."areas" ("area") VALUES ('C4'); -INSERT INTO ehr_lookups."areas" ("area") VALUES ('WIMR'); -INSERT INTO ehr_lookups."areas" ("area") VALUES ('A1/AB190'); -INSERT INTO ehr_lookups."areas" ("area") VALUES ('AB-Old'); -INSERT INTO ehr_lookups."areas" ("area") VALUES ('AB-New'); - ---avail_codes.sql -INSERT INTO ehr_lookups."avail_codes" ("code", "meaning") VALUES ('a', 'assigned to a project'); -INSERT INTO ehr_lookups."avail_codes" ("code", "meaning") VALUES ('b', 'assigned to the breeding project'); -INSERT INTO ehr_lookups."avail_codes" ("code", "meaning") VALUES ('c', 'under consideration for assignment'); -INSERT INTO ehr_lookups."avail_codes" ("code", "meaning") VALUES ('m', 'medical exempt'); -INSERT INTO ehr_lookups."avail_codes" ("code", "meaning") VALUES ('n', 'assigned to nia set-aside project'); -INSERT INTO ehr_lookups."avail_codes" ("code", "meaning") VALUES ('p', 'assignment to project is pending'); -INSERT INTO ehr_lookups."avail_codes" ("code", "meaning") VALUES ('q', 'assigned to quarantine project'); -INSERT INTO ehr_lookups."avail_codes" ("code", "meaning") VALUES ('r', 'assigned to a research project'); -INSERT INTO ehr_lookups."avail_codes" ("code", "meaning") VALUES ('t', 'assigned to the training project'); -INSERT INTO ehr_lookups."avail_codes" ("code", "meaning") VALUES ('u', 'unassigned'); -INSERT INTO ehr_lookups."avail_codes" ("code", "meaning") VALUES ('v', 'vet exempt'); - ---bacteriology_method.sql -INSERT INTO ehr_lookups."bacteriology_method" ("method") VALUES ('EIA'); - ---bacteriology_sensitivity.sql -INSERT INTO ehr_lookups."bacteriology_sensitivity" ("code", "meaning") VALUES ('i', NULL); -INSERT INTO ehr_lookups."bacteriology_sensitivity" ("code", "meaning") VALUES ('r', 'Resistant'); -INSERT INTO ehr_lookups."bacteriology_sensitivity" ("code", "meaning") VALUES ('s', 'Sensitive'); - ---bcs_score.sql -INSERT INTO ehr_lookups."bcs_score" ("score", "meaning", "description") VALUES (1, 'Emaciated', NULL); -INSERT INTO ehr_lookups."bcs_score" ("score", "meaning", "description") VALUES (1.5, 'Very Thin', NULL); -INSERT INTO ehr_lookups."bcs_score" ("score", "meaning", "description") VALUES (2, 'Thin', NULL); -INSERT INTO ehr_lookups."bcs_score" ("score", "meaning", "description") VALUES (2.5, 'Lean', NULL); -INSERT INTO ehr_lookups."bcs_score" ("score", "meaning", "description") VALUES (3, 'Optimum', NULL); -INSERT INTO ehr_lookups."bcs_score" ("score", "meaning", "description") VALUES (4, 'Heavy', NULL); -INSERT INTO ehr_lookups."bcs_score" ("score", "meaning", "description") VALUES (4.5, 'Obese', NULL); -INSERT INTO ehr_lookups."bcs_score" ("score", "meaning", "description") VALUES (5, 'Grossly Obese', NULL); -INSERT INTO ehr_lookups."bcs_score" ("score", "meaning", "description") VALUES (3.5, 'Slightly Overweight', NULL); - ---behavior_category.sql -INSERT INTO ehr_lookups."behavior_category" ("category") VALUES ('Abnormal: SIB'); -INSERT INTO ehr_lookups."behavior_category" ("category") VALUES ('Abnormal: Stereotypy'); -INSERT INTO ehr_lookups."behavior_category" ("category") VALUES ('Social: Pairings'); -INSERT INTO ehr_lookups."behavior_category" ("category") VALUES ('Social: Separations'); -INSERT INTO ehr_lookups."behavior_category" ("category") VALUES ('Social: Monitoring'); -INSERT INTO ehr_lookups."behavior_category" ("category") VALUES ('Other'); - ---biopsy_type.sql -INSERT INTO ehr_lookups."biopsy_type" ("type") VALUES ('Clinical'); -INSERT INTO ehr_lookups."biopsy_type" ("type") VALUES ('Experimental'); - ---birth_type.sql -INSERT INTO ehr_lookups."birth_type" ("type", "meaning") VALUES ('c', NULL); -INSERT INTO ehr_lookups."birth_type" ("type", "meaning") VALUES ('n', NULL); -INSERT INTO ehr_lookups."birth_type" ("type", "meaning") VALUES ('o', NULL); - ---blood_billed_by.sql -INSERT INTO ehr_lookups."blood_billed_by" ("code", "title") VALUES ('a', 'Animal Care'); -INSERT INTO ehr_lookups."blood_billed_by" ("code", "title") VALUES ('n', 'Neither'); -INSERT INTO ehr_lookups."blood_billed_by" ("code", "title") VALUES ('c', 'SPI'); -INSERT INTO ehr_lookups."blood_billed_by" ("code", "title") VALUES ('y', 'Test'); - ---blood_code_prefixes.sql -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('a'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('aa'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ab'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ac'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ad'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ae'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ag'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('al'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('am'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ap'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ar'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('as'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('aw'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('b1'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('b2'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('b3'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('b4'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('b5'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('b6'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('b7'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('b8'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('b9'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ba'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('bb'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('bc'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('bd'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('bh'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('bm'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('br'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('c1'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('c2'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('c3'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('c4'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('c5'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('c6'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('c7'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('c8'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('c9'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ca'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('cb'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('cc'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ct'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('d'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('da'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('dh'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('dr'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ds'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('dy'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('e-'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('e1'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('e2'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('e3'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('e4'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('e5'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('e6'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('e7'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('e8'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('e9'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ec'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('et'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('f'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('fb'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('fm'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('g'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('gc'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('gm'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('gs'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('gv'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('he'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('i'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ia'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('iu'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('j'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('jd'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('je'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('jk'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('jr'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('jt'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('jv'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('k'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('kr'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ks'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('l'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('la'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('lc'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('le'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('lf'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('lh'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('lj'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('m'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('mb'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('mh'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('mm'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('mo'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('mp'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ms'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('mw'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('n'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('nd'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('nh'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ni'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ns'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('o-'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('o'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('p'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('pf'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('pg'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('pk'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('po'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('pw'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('q'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('r'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('rf'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('rg'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('rh'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('rr'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('rs'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('rt'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('s-'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('s'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('sa'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('sb'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('sc'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('si'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('sm'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('sp'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('sw'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('t-'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('t'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('t@'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('tc'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('th'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('tm'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('tr'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ts'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('tz'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('u'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('v'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('va'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('vb'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('vc'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('vd'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ve'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('vf'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('vg'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('vh'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('vj'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('vr'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('vt'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('vv'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('w'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('wb'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('wm'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ws'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('y'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('ys'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('z'); -INSERT INTO ehr_lookups."blood_code_prefixes" ("prefix") VALUES ('zz'); - ---blood_draw_services.sql -INSERT INTO ehr_lookups."blood_draw_services" ("service", "automaticrequestfromblooddraw") VALUES ('CBC', 1); -INSERT INTO ehr_lookups."blood_draw_services" ("service", "automaticrequestfromblooddraw") VALUES ('Vet-19', 1); -INSERT INTO ehr_lookups."blood_draw_services" ("service", "automaticrequestfromblooddraw") VALUES ('Viral Load', 0); - ---blood_draw_tube_type.sql -INSERT INTO ehr_lookups."blood_draw_tube_type" ("type") VALUES ('EDTA'); -INSERT INTO ehr_lookups."blood_draw_tube_type" ("type") VALUES ('SST'); -INSERT INTO ehr_lookups."blood_draw_tube_type" ("type") VALUES ('Heparin'); -INSERT INTO ehr_lookups."blood_draw_tube_type" ("type") VALUES ('No Additive'); - ---blood_tube_volumes.sql -INSERT INTO ehr_lookups."blood_tube_volumes" ("volume", "tube_types") VALUES (0.5, 'EDTA'); -INSERT INTO ehr_lookups."blood_tube_volumes" ("volume", "tube_types") VALUES (2, 'EDTA'); -INSERT INTO ehr_lookups."blood_tube_volumes" ("volume", "tube_types") VALUES (3.5, 'SST'); -INSERT INTO ehr_lookups."blood_tube_volumes" ("volume", "tube_types") VALUES (5, 'SST'); -INSERT INTO ehr_lookups."blood_tube_volumes" ("volume", "tube_types") VALUES (4, 'Heparin'); -INSERT INTO ehr_lookups."blood_tube_volumes" ("volume", "tube_types") VALUES (6, 'EDTA,Heparin'); -INSERT INTO ehr_lookups."blood_tube_volumes" ("volume", "tube_types") VALUES (3, 'EDTA'); - ---cage.sql - ---cageclass.sql -INSERT INTO ehr_lookups."cageclass" ("low", "high", "sqft", "height") VALUES (1.5, 3, 3, 30); -INSERT INTO ehr_lookups."cageclass" ("low", "high", "sqft", "height") VALUES (3, 10, 4.3, 30); -INSERT INTO ehr_lookups."cageclass" ("low", "high", "sqft", "height") VALUES (10, 15, 6, 32); -INSERT INTO ehr_lookups."cageclass" ("low", "high", "sqft", "height") VALUES (15, 20, 8, 36); -INSERT INTO ehr_lookups."cageclass" ("low", "high", "sqft", "height") VALUES (20, 25, 10, 46); -INSERT INTO ehr_lookups."cageclass" ("low", "high", "sqft", "height") VALUES (25, 30, 15, 46); -INSERT INTO ehr_lookups."cageclass" ("low", "high", "sqft", "height") VALUES (30, 100, 25, 60); -INSERT INTO ehr_lookups."cageclass" ("low", "high", "sqft", "height") VALUES (0, 1.5, 1.6, 30); - ---calculated_status_codes.sql -INSERT INTO ehr_lookups."calculated_status_codes" ("code", "meaning") VALUES ('Alive', NULL); -INSERT INTO ehr_lookups."calculated_status_codes" ("code", "meaning") VALUES ('Dead', NULL); -INSERT INTO ehr_lookups."calculated_status_codes" ("code", "meaning") VALUES ('Shipped', NULL); -INSERT INTO ehr_lookups."calculated_status_codes" ("code", "meaning") VALUES ('No Record', NULL); -INSERT INTO ehr_lookups."calculated_status_codes" ("code", "meaning") VALUES ('ERROR', NULL); - ---charge_items.sql - - ---chemistry_method.sql - ---chemistry_tests.sql -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('CL', 'Chloride', 'mEq/L', NULL, 1, 0, 0, NULL); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('A/P', 'Albumin/Protein Ratio', 'ratio', NULL, 1, 0, 0, NULL); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('B/C', 'BUN/Creatinine Ratio', 'ratio', NULL, 1, 0, 0, NULL); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('FIBR', 'Fibrinogen', 'mg/dL', NULL, 1, 0, 0, NULL); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('HDL', 'High-Density Lipoprotein', 'mg/dL', NULL, 1, 0, 0, NULL); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('HGB', 'Hemoglobin', 'g/dL', NULL, 1, 0, 0, NULL); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('GLUC', 'Glucose', 'mg/dL', 'GLU', 1, 0, 1, 1); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('BUN', 'Blood urea nitrogen', 'mg/dL', NULL, 1, 0, 1, 2); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('CREAT', 'Creatinine', 'mg/dL', 'CR', 1, 0, 1, 3); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('CPK', 'Creatine phosphokinase', 'U/L', NULL, 1, 0, 1, 4); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('CHOL', 'Cholesterol', 'mg/dl', 'CHO', 1, 0, 1, 5); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('TRIG', 'Triglyceride', 'mg/dL', 'TRG', 1, 0, 1, 6); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('SGOT', 'Serum glutamic oxaloacetic transaminase', 'IU/L', 'AST', 1, 0, 1, 7); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('LDL', 'Low-Density Lipoprotein', 'mg/dL', NULL, 1, 0, 1, 8); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('LDH', 'Lactate dehydrogenase', 'IU/L', NULL, 1, 0, 1, 9); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('TB', 'Total Bilirubin', 'mg/dL', 'BIL', 1, 0, 1, 10); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('GGT', 'Gamma-glutamyltransferase', 'IU/L', NULL, 1, 0, 1, 11); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('SGPT', 'Serum glutamic pyruvic transaminase', 'IU/L', 'ALT', 1, 0, 1, 12); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('TP', 'Total Protein', 'g/dL', NULL, 1, 0, 1, 13); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('ALB', 'Albumin', 'g/dL', NULL, 1, 0, 1, 14); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('ALKP', 'Alkaline Phosphatase', 'IU/L', 'ALP', 1, 0, 1, 15); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('CA', 'Calcium', 'mg/dL', NULL, 1, 0, 1, 16); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('PHOS', 'Phosphorus', 'mg/dL', 'PHO', 1, 0, 1, 17); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('FE', 'Iron', '?g/dL', NULL, 1, 0, 1, 18); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('K', 'Potassium', 'mmol/L', NULL, 1, 0, 1, 20); -INSERT INTO ehr_lookups."chemistry_tests" ("testid", "name", "units", "aliases", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('UA', 'Uric Acid', 'mg/dL', NULL, 1, 0, 1, 22); - ---chow_types.sql - ---clinpath_collection_method.sql -INSERT INTO ehr_lookups."clinpath_collection_method" ("method") VALUES ('Aspirate'); -INSERT INTO ehr_lookups."clinpath_collection_method" ("method") VALUES ('Curette'); -INSERT INTO ehr_lookups."clinpath_collection_method" ("method") VALUES ('Skin scraping'); -INSERT INTO ehr_lookups."clinpath_collection_method" ("method") VALUES ('Swab'); -INSERT INTO ehr_lookups."clinpath_collection_method" ("method") VALUES ('Syringe aspirate'); -INSERT INTO ehr_lookups."clinpath_collection_method" ("method") VALUES ('Venipuncture'); -INSERT INTO ehr_lookups."clinpath_collection_method" ("method") VALUES ('Biopsy, punch'); -INSERT INTO ehr_lookups."clinpath_collection_method" ("method") VALUES ('Biopsy, excisional'); -INSERT INTO ehr_lookups."clinpath_collection_method" ("method") VALUES ('Biopsy, needle (true cut)'); -INSERT INTO ehr_lookups."clinpath_collection_method" ("method") VALUES ('Cystocentesis'); -INSERT INTO ehr_lookups."clinpath_collection_method" ("method") VALUES ('Void'); -INSERT INTO ehr_lookups."clinpath_collection_method" ("method") VALUES ('Catheter'); - ---clinpath_sampletype.sql -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Bone'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Feces'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Hair'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Blood - Heparinized Whole Blood'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Blood - EDTA Whole Blood'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Blood - Plasma Lithium Heparin'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Blood - Sodium Citrate Whole Blood'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Blood - Serum'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Blood - Plasma EDTA'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Fluid, abdominal'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Fluid, thorax'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Fluid, uterine'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Mass (list tissue/location)'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Nail'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Skin'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Swab - Buccal'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Swab - Left Eye'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Swab - Right Eye'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Swab - Genital'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Swab - Rectal'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Urine'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Vaginal Swab Specimen Collection Kit'); -INSERT INTO ehr_lookups."clinpath_sampletype" ("sampletype") VALUES ('Wound/abscess (list tissue/location)'); - ---clinpath_status.sql - ---clinpath_tests.sql -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('ELISA - HBV', NULL, 'Virology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('ELISA - SRV', NULL, 'Virology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('ELISA - SIV', NULL, 'Virology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('ELISA - STLV-1', NULL, 'Virology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('ELISA - Measles', NULL, 'Virology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('PCR - STLV-1', NULL, 'Virology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('PCR - SRV 1,2,3,4,5', NULL, 'Virology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Isolation - HBV', NULL, 'Virology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('CBC', NULL, 'Hematology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Glycosylated Hemoglobin', NULL, 'Hematology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Vet-19 Chem Panel', NULL, 'Chemistry', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Lipid Panel', NULL, 'Chemistry', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Prothrombin Time (PT) and Activated Partial Thromboplastin Time (APTT)', NULL, 'Chemistry', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Ova and Parasite Antigen Panel (EIA)', NULL, 'Parasitology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Ova and Parasite Concentration (Fecal Float)', NULL, 'Parasitology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Ova and Parasite Wet Prep', NULL, 'Parasitology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Direct Smear for Protozoa', NULL, 'Parasitology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Culture, Enteric', NULL, 'Bacteriology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Culture, Bacterial/Smear', NULL, 'Bacteriology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Culture, Fungus, Dermal/Smear', NULL, 'Bacteriology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Culture, Sterile Fluid/Tissue/Smear', NULL, 'Bacteriology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Culture, Urine', NULL, 'Bacteriology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Culture, Wound/Smear', NULL, 'Bacteriology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Culture, Other', NULL, 'Bacteriology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Chlamydia trachomatis Detection by NAA', NULL, 'Bacteriology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('GIFN for TB detection', NULL, 'Bacteriology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Occult Blood', NULL, 'Parasitology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Mycobacteria Smear and Culture', NULL, 'Bacteriology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('PCR - Individual Bacterium', NULL, 'Bacteriology', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Chol/HDL Ratio', NULL, 'Chemistry', 0); -INSERT INTO ehr_lookups."clinpath_tests" ("testname", "units", "dataset", "alertoncomplete") VALUES ('Osmolarity', NULL, 'Chemistry', 0); - ---clinpath_types.sql -INSERT INTO ehr_lookups."clinpath_types" ("type") VALUES ('Bacteriology'); -INSERT INTO ehr_lookups."clinpath_types" ("type") VALUES ('Chemistry'); -INSERT INTO ehr_lookups."clinpath_types" ("type") VALUES ('Hematology'); -INSERT INTO ehr_lookups."clinpath_types" ("type") VALUES ('Immunology'); -INSERT INTO ehr_lookups."clinpath_types" ("type") VALUES ('Parasitology'); -INSERT INTO ehr_lookups."clinpath_types" ("type") VALUES ('Urinalysis'); -INSERT INTO ehr_lookups."clinpath_types" ("type") VALUES ('Virology'); - ---clinremarks_category.sql -INSERT INTO ehr_lookups."clinremarks_category" ("category") VALUES ('Clinical'); -INSERT INTO ehr_lookups."clinremarks_category" ("category") VALUES ('Surgery'); -INSERT INTO ehr_lookups."clinremarks_category" ("category") VALUES ('Necropsy'); -INSERT INTO ehr_lookups."clinremarks_category" ("category") VALUES ('Biopsy'); - ---conc_units.sql -INSERT INTO ehr_lookups."conc_units" ("unit", "denominator", "numerator") VALUES ('mg/ml', 'mL', 'mg'); -INSERT INTO ehr_lookups."conc_units" ("unit", "denominator", "numerator") VALUES ('units/ml', 'mL', 'units'); -INSERT INTO ehr_lookups."conc_units" ("unit", "denominator", "numerator") VALUES ('ug/ml', 'mL', 'ug'); -INSERT INTO ehr_lookups."conc_units" ("unit", "denominator", "numerator") VALUES ('mg/tablet', 'tablet(s)', 'mg'); -INSERT INTO ehr_lookups."conc_units" ("unit", "denominator", "numerator") VALUES ('mg/capsule', 'capsule(s)', 'mg'); -INSERT INTO ehr_lookups."conc_units" ("unit", "denominator", "numerator") VALUES ('g/mL', 'mL', 'g'); -INSERT INTO ehr_lookups."conc_units" ("unit", "denominator", "numerator") VALUES ('mg/piece', 'piece(s)', 'mg'); -INSERT INTO ehr_lookups."conc_units" ("unit", "denominator", "numerator") VALUES ('mEq/ml', 'mL', 'mEq'); -INSERT INTO ehr_lookups."conc_units" ("unit", "denominator", "numerator") VALUES ('IU/ml', 'mL', 'IU'); -INSERT INTO ehr_lookups."conc_units" ("unit", "denominator", "numerator") VALUES ('mg/tsp', 'tsp', 'mg'); -INSERT INTO ehr_lookups."conc_units" ("unit", "denominator", "numerator") VALUES ('g/tsp', 'tsp', 'g'); - ---condition_codes.sql -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('am', 'with adopted mother', 2, NULL); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('b', 'breeding', 2, NULL); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('c', 'chair', 1, 1); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('f', 'with the father', 2, NULL); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('g', 'in a group (+3 animals living together)', 3, NULL); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('gam', 'in a group with adopted mother', 3, NULL); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('gf', 'in a group with father', 3, NULL); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('gm', 'in a group with the mother', 3, NULL); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('gmf', 'in a group with the mother and father', 3, NULL); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('m', 'with the mother', 2, NULL); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('p', 'paired', 2, NULL); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('pc', 'protected contact paired', 1, NULL); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('s', 'single', 1, 1); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('x', 'special housing condition', 1, 1); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('gaf', 'in a group with adopted father', 3, NULL); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('mgaf', 'in a group with mother and adopted father', 3, NULL); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('gb', 'group breeding', 3, NULL); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('gmaf', 'in a group with the mother and adopted father', 3, NULL); -INSERT INTO ehr_lookups."condition_codes" ("code", "meaning", "min", "max") VALUES ('xs', 'special housing from single', 1, 1); - ---container_types.sql -INSERT INTO ehr_lookups."container_types" ("type") VALUES ('Cryotube'); -INSERT INTO ehr_lookups."container_types" ("type") VALUES ('15ml Conical Tube'); -INSERT INTO ehr_lookups."container_types" ("type") VALUES ('50ml Conical Tube'); - ---cytology_tests.sql -INSERT INTO ehr_lookups."cytology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('BS', 'Basophils', '%', 15, 1, 0, 0); -INSERT INTO ehr_lookups."cytology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('EO', 'Eosinophils', '%', 14, 1, 0, 0); -INSERT INTO ehr_lookups."cytology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('HCT', 'Hematocrit', '%', 4, 1, 0, 0); -INSERT INTO ehr_lookups."cytology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('HGB', 'Hemoglobin', 'g/dL', 3, 1, 0, 0); -INSERT INTO ehr_lookups."cytology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('LY', 'Lymphocytes', '%', 12, 1, 0, 0); -INSERT INTO ehr_lookups."cytology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('MCH', 'Mean Corpuscular Hemoglobin', 'pg', 6, 1, 0, 0); -INSERT INTO ehr_lookups."cytology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('MCHC', 'Mean Corpuscular Hemoglobin Concentration', 'g/dL', 7, 1, 0, 0); -INSERT INTO ehr_lookups."cytology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('MCV', 'Mean Corpuscular Volume', 'fL', 10, 1, 0, 0); -INSERT INTO ehr_lookups."cytology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('MN', 'Monocytes', '%', 13, 1, 0, 0); -INSERT INTO ehr_lookups."cytology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('MPV', 'Mean Platelet Volume', 'fL', 10, 1, 0, 0); -INSERT INTO ehr_lookups."cytology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('NE', 'Neutrophils', '%', 11, 1, 0, 0); -INSERT INTO ehr_lookups."cytology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('PLT', 'Platelet', '10^3/uL', 9, 1, 0, 0); -INSERT INTO ehr_lookups."cytology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('RBC', 'Red Blood Cells', '10^6/uL', 2, 1, 0, 0); -INSERT INTO ehr_lookups."cytology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('RDW-CV', 'Red Blood Cell Distribution Width - Coefficient Variation', '%', 8, 1, 0, 0); -INSERT INTO ehr_lookups."cytology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('WBC', 'White Blood Cells', '10^3/uL', 1, 1, 0, 0); - ---death_cause.sql -INSERT INTO ehr_lookups."death_cause" ("cause") VALUES ('Experimental'); -INSERT INTO ehr_lookups."death_cause" ("cause") VALUES ('Clinical'); -INSERT INTO ehr_lookups."death_cause" ("cause") VALUES ('Other'); -INSERT INTO ehr_lookups."death_cause" ("cause") VALUES ('Quarantine Clinical (QC)'); -INSERT INTO ehr_lookups."death_cause" ("cause") VALUES ('Quarantine Experimental (QX)'); -INSERT INTO ehr_lookups."death_cause" ("cause") VALUES ('Quarantine Other'); - ---death_codes.sql -INSERT INTO ehr_lookups."death_codes" ("code", "meaning") VALUES ('d-expr', 'Death - Experiment'); -INSERT INTO ehr_lookups."death_codes" ("code", "meaning") VALUES ('d-othr', 'Death - Other'); -INSERT INTO ehr_lookups."death_codes" ("code", "meaning") VALUES ('d-qc', 'Death - QC'); -INSERT INTO ehr_lookups."death_codes" ("code", "meaning") VALUES ('d-quar', 'Death - Quarantine'); -INSERT INTO ehr_lookups."death_codes" ("code", "meaning") VALUES ('d-qx', 'Death - QX'); -INSERT INTO ehr_lookups."death_codes" ("code", "meaning") VALUES ('d-clin', 'Death - Clinical'); - ---death_manner.sql -INSERT INTO ehr_lookups."death_manner" ("manner") VALUES ('Euthanasia'); -INSERT INTO ehr_lookups."death_manner" ("manner") VALUES ('Died during medical treatment'); -INSERT INTO ehr_lookups."death_manner" ("manner") VALUES ('Found dead'); -INSERT INTO ehr_lookups."death_manner" ("manner") VALUES ('Died during experimental procedure'); -INSERT INTO ehr_lookups."death_manner" ("manner") VALUES ('Died in utero'); - ---death_remarks.sql -INSERT INTO ehr_lookups."death_remarks" ("title", "remark") VALUES ('Euthanasia', 'Monkey was euthanized and submitted for pathological examination'); -INSERT INTO ehr_lookups."death_remarks" ("title", "remark") VALUES ('Found dead', 'Monkey was found dead and submitted for pathological examination'); -INSERT INTO ehr_lookups."death_remarks" ("title", "remark") VALUES ('Died during medical treatment', 'Monkey died during clinical procedure and was submitted for pathological examination'); -INSERT INTO ehr_lookups."death_remarks" ("title", "remark") VALUES ('Died during experimental procedure', 'Monkey died during experimental procedure and was submitted for pathological examination'); - ---dental_gingivitis.sql -INSERT INTO ehr_lookups."dental_gingivitis" ("result", "sort_order") VALUES ('Mild', 2); -INSERT INTO ehr_lookups."dental_gingivitis" ("result", "sort_order") VALUES ('Moderate', 3); -INSERT INTO ehr_lookups."dental_gingivitis" ("result", "sort_order") VALUES ('Severe', 4); -INSERT INTO ehr_lookups."dental_gingivitis" ("result", "sort_order") VALUES ('None', 1); -INSERT INTO ehr_lookups."dental_gingivitis" ("result", "sort_order") VALUES ('Not Recorded', 1); - ---dental_jaw.sql -INSERT INTO ehr_lookups."dental_jaw" ("jaw") VALUES ('Upper'); -INSERT INTO ehr_lookups."dental_jaw" ("jaw") VALUES ('Lower'); -INSERT INTO ehr_lookups."dental_jaw" ("jaw") VALUES ('Both'); - ---dental_priority.sql -INSERT INTO ehr_lookups."dental_priority" ("priority", "criteria", "sort_order") VALUES ('Low', 'No tartar and no gingivitis', 1); -INSERT INTO ehr_lookups."dental_priority" ("priority", "criteria", "sort_order") VALUES ('Low/Medium', 'Mild tartar and no gingivitis. Mild tartar and very localized gingivitis.', 2); -INSERT INTO ehr_lookups."dental_priority" ("priority", "criteria", "sort_order") VALUES ('Medium', 'Moderate tartar and no gingivitis. Moderate tartar and very localized gingivitis. Mild tartar and mild, generalized gingivitis.', 3); -INSERT INTO ehr_lookups."dental_priority" ("priority", "criteria", "sort_order") VALUES ('Medium/High', 'Severe tartar and no gingivitis. Mild tartar and moderate, generalized gingivitis. Moderate tartar and mild, generalized gingivitis.', 4); -INSERT INTO ehr_lookups."dental_priority" ("priority", "criteria", "sort_order") VALUES ('High', 'Anything needing extraction. Severe tartar and generalized gingivitis.', 5); - ---dental_side.sql -INSERT INTO ehr_lookups."dental_side" ("side") VALUES ('Left'); -INSERT INTO ehr_lookups."dental_side" ("side") VALUES ('Right'); -INSERT INTO ehr_lookups."dental_side" ("side") VALUES ('Both'); - ---dental_status.sql -INSERT INTO ehr_lookups."dental_status" ("status") VALUES ('Fractured'); -INSERT INTO ehr_lookups."dental_status" ("status") VALUES ('Loose'); -INSERT INTO ehr_lookups."dental_status" ("status") VALUES ('Discolored'); -INSERT INTO ehr_lookups."dental_status" ("status") VALUES ('Missing'); -INSERT INTO ehr_lookups."dental_status" ("status") VALUES ('Needs Extraction'); -INSERT INTO ehr_lookups."dental_status" ("status") VALUES ('Pulpotomized'); -INSERT INTO ehr_lookups."dental_status" ("status") VALUES ('Retained Deciduous'); - ---dental_tartar.sql -INSERT INTO ehr_lookups."dental_tartar" ("result") VALUES ('None'); -INSERT INTO ehr_lookups."dental_tartar" ("result") VALUES ('Mild'); -INSERT INTO ehr_lookups."dental_tartar" ("result") VALUES ('Moderate'); -INSERT INTO ehr_lookups."dental_tartar" ("result") VALUES ('Severe'); -INSERT INTO ehr_lookups."dental_tartar" ("result") VALUES ('Not Recorded'); - ---dental_teeth.sql -INSERT INTO ehr_lookups."dental_teeth" ("teeth", "seq_order") VALUES ('M3', 1); -INSERT INTO ehr_lookups."dental_teeth" ("teeth", "seq_order") VALUES ('M2', 2); -INSERT INTO ehr_lookups."dental_teeth" ("teeth", "seq_order") VALUES ('M1', 3); -INSERT INTO ehr_lookups."dental_teeth" ("teeth", "seq_order") VALUES ('PM3', 4); -INSERT INTO ehr_lookups."dental_teeth" ("teeth", "seq_order") VALUES ('PM2', 5); -INSERT INTO ehr_lookups."dental_teeth" ("teeth", "seq_order") VALUES ('PM1', 6); -INSERT INTO ehr_lookups."dental_teeth" ("teeth", "seq_order") VALUES ('K9', 7); -INSERT INTO ehr_lookups."dental_teeth" ("teeth", "seq_order") VALUES ('I2', 8); -INSERT INTO ehr_lookups."dental_teeth" ("teeth", "seq_order") VALUES ('I1', 9); - ---dosage_units.sql -INSERT INTO ehr_lookups."dosage_units" ("unit", "numerator", "denominator") VALUES ('no units', '', NULL); -INSERT INTO ehr_lookups."dosage_units" ("unit", "numerator", "denominator") VALUES ('g/kg', 'g', 'kg'); -INSERT INTO ehr_lookups."dosage_units" ("unit", "numerator", "denominator") VALUES ('mg/kg', 'mg', 'kg'); -INSERT INTO ehr_lookups."dosage_units" ("unit", "numerator", "denominator") VALUES ('ug/kg', 'ug', 'kg'); -INSERT INTO ehr_lookups."dosage_units" ("unit", "numerator", "denominator") VALUES ('ml/kg', 'ml', 'kg'); -INSERT INTO ehr_lookups."dosage_units" ("unit", "numerator", "denominator") VALUES ('ounces/kg', 'ounces', 'kg'); -INSERT INTO ehr_lookups."dosage_units" ("unit", "numerator", "denominator") VALUES ('units/kg', 'units', 'kg'); -INSERT INTO ehr_lookups."dosage_units" ("unit", "numerator", "denominator") VALUES ('mEq/kg', 'mEq', 'kg'); -INSERT INTO ehr_lookups."dosage_units" ("unit", "numerator", "denominator") VALUES ('IU/kg', 'IU', 'kg'); -INSERT INTO ehr_lookups."dosage_units" ("unit", "numerator", "denominator") VALUES ('mg/animal', 'mg', 'animal'); - ---drug_categories.sql -INSERT INTO ehr_lookups."drug_categories" ("category") VALUES ('Treatments'); -INSERT INTO ehr_lookups."drug_categories" ("category") VALUES ('Surgery Medication'); -INSERT INTO ehr_lookups."drug_categories" ("category") VALUES ('Surgery Anesthesia'); -INSERT INTO ehr_lookups."drug_categories" ("category") VALUES ('Procedure'); -INSERT INTO ehr_lookups."drug_categories" ("category") VALUES ('Surgery Fluid'); -INSERT INTO ehr_lookups."drug_categories" ("category") VALUES ('Hormone'); -INSERT INTO ehr_lookups."drug_categories" ("category") VALUES ('Drug'); - ---drug_defaults.sql - ---encounter_types.sql -INSERT INTO ehr_lookups."encounter_types" ("type") VALUES ('Physical Exam'); -INSERT INTO ehr_lookups."encounter_types" ("type") VALUES ('Necropsy'); -INSERT INTO ehr_lookups."encounter_types" ("type") VALUES ('Surgery'); -INSERT INTO ehr_lookups."encounter_types" ("type") VALUES ('Biopsy'); -INSERT INTO ehr_lookups."encounter_types" ("type") VALUES ('Physical Exam and TB Test'); -INSERT INTO ehr_lookups."encounter_types" ("type") VALUES ('Pre-assignment Physical Exam'); -INSERT INTO ehr_lookups."encounter_types" ("type") VALUES ('Pre-assignment Physical Exam and TB Test'); -INSERT INTO ehr_lookups."encounter_types" ("type") VALUES ('Procedure'); - ---error_types.sql -INSERT INTO ehr_lookups."error_types" ("type", "sort_order") VALUES ('Blood overdraw', 1); -INSERT INTO ehr_lookups."error_types" ("type", "sort_order") VALUES ('Wrong animal had blood drawn', 2); -INSERT INTO ehr_lookups."error_types" ("type", "sort_order") VALUES ('Treatment missed', 3); -INSERT INTO ehr_lookups."error_types" ("type", "sort_order") VALUES ('Wrong animal received treatment/anesthesia', 4); -INSERT INTO ehr_lookups."error_types" ("type", "sort_order") VALUES ('Food/water deprivation missed', 5); -INSERT INTO ehr_lookups."error_types" ("type", "sort_order") VALUES ('Animal not assigned to correct protocol', 6); -INSERT INTO ehr_lookups."error_types" ("type", "sort_order") VALUES ('Prolonged food/water deprivation', 7); -INSERT INTO ehr_lookups."error_types" ("type", "sort_order") VALUES ('Other', 8); - ---gender_codes.sql -INSERT INTO ehr_lookups."gender_codes" ("code", "meaning", "origgender") VALUES ('c', 'ovexed (female castrate)', 'f'); -INSERT INTO ehr_lookups."gender_codes" ("code", "meaning", "origgender") VALUES ('e', 'male castrate', 'm'); -INSERT INTO ehr_lookups."gender_codes" ("code", "meaning", "origgender") VALUES ('h', 'hermaphrodite', ''); -INSERT INTO ehr_lookups."gender_codes" ("code", "meaning", "origgender") VALUES ('m', 'male', 'm'); -INSERT INTO ehr_lookups."gender_codes" ("code", "meaning", "origgender") VALUES ('v', 'vasectomized', 'm'); -INSERT INTO ehr_lookups."gender_codes" ("code", "meaning", "origgender") VALUES ('f', 'female', 'f'); - ---hematology_method.sql - ---hematology_morphology.sql -INSERT INTO ehr_lookups."hematology_morphology" ("morphology") VALUES ('MICROCYTOSIS'); -INSERT INTO ehr_lookups."hematology_morphology" ("morphology") VALUES ('ANISOCYTOSIS'); -INSERT INTO ehr_lookups."hematology_morphology" ("morphology") VALUES ('HOWELL JOLLY'); -INSERT INTO ehr_lookups."hematology_morphology" ("morphology") VALUES ('HYPOCHROMIA'); -INSERT INTO ehr_lookups."hematology_morphology" ("morphology") VALUES ('MACROCYTOSIS'); -INSERT INTO ehr_lookups."hematology_morphology" ("morphology") VALUES ('POIKILOCYTOSIS'); -INSERT INTO ehr_lookups."hematology_morphology" ("morphology") VALUES ('POLYCHROMASIA'); -INSERT INTO ehr_lookups."hematology_morphology" ("morphology") VALUES ('SMUDGE CELLS'); -INSERT INTO ehr_lookups."hematology_morphology" ("morphology") VALUES ('SPHEROCYTES'); -INSERT INTO ehr_lookups."hematology_morphology" ("morphology") VALUES ('HYPER SEGS'); -INSERT INTO ehr_lookups."hematology_morphology" ("morphology") VALUES ('TOXIC CHANGE'); - ---hematology_score.sql -INSERT INTO ehr_lookups."hematology_score" ("score") VALUES ('slight'); -INSERT INTO ehr_lookups."hematology_score" ("score") VALUES ('moderate'); -INSERT INTO ehr_lookups."hematology_score" ("score") VALUES ('marked'); - ---hematology_tests.sql -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('BD', 'Bands??', '%', NULL, 1, 0, 0); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('BD-AB', 'AB = absolute count??', 'ths/uL', NULL, 1, 0, 0); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('BS-AB', 'AB = absolute count??', 'ths/uL', NULL, 1, 0, 0); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('EO-AB', 'AB = absolute count??', 'ths/uL', NULL, 1, 0, 0); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('LY-AB', 'AB = absolute count??', 'ths/uL', NULL, 1, 0, 0); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('MN-AB', 'AB = absolute count??', 'ths/uL', NULL, 1, 0, 0); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('NA', 'Sodium', 'mmol/L', NULL, 1, 0, 0); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('NE-AB', 'AB = absolute count??', 'ths/uL', NULL, 1, 0, 0); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('GLOB', 'Globulin', 'g/dL', NULL, 1, 0, 0); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('GLYCOSYLATED HGB', 'GLYCOSYLATED HGB', '', NULL, 1, 0, 0); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('WBC', 'White Blood Cells', 'ths/uL', 1, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('RBC', 'Red Blood Cells', '10^6/uL', 2, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('HCT', 'Hematocrit', '%', 4, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('MCV', 'Mean corpuscular volume', 'fL', 5, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('MCH', 'Mean corpuscular hemoglobin', 'picograms', 6, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('MCHC', 'Mean corpuscular hemoglobin concentration', 'g/dL', 7, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('RDW', 'Red blood cell distribution width', '%', 8, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('PLT', 'Platelets', 'ths/uL', 9, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('MPV', 'Mean platelet volume', 'fl', 10, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('PCV', 'Packed cell volume', '%', 11, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('NE', 'Neutrophils', '%', 12, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('LY', 'Lymphocytes', '%', 13, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('MN', 'Monocytes', '%', 14, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('EO', 'Eosinophils', '%', 15, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('BS', 'Basophils', '%', 16, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('BANDS', 'Bands', '', 17, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('METAMYELO', 'Metamyelocytes', '%', 18, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('MYELO', 'Myelocytes', '%', 19, 1, 0, 1); -INSERT INTO ehr_lookups."hematology_tests" ("testid", "name", "units", "sort_order", "alertonabnormal", "alertonany", "includeinpanel") VALUES ('RETICULO', 'Reticulocytes', '%', 21, 1, 0, 1); - ---histology_stain.sql -INSERT INTO ehr_lookups."histology_stain" ("stain") VALUES ('Hematoxylin & Eosin'); -INSERT INTO ehr_lookups."histology_stain" ("stain") VALUES ('GMS'); -INSERT INTO ehr_lookups."histology_stain" ("stain") VALUES ('Trichrome'); -INSERT INTO ehr_lookups."histology_stain" ("stain") VALUES ('Gram Stain'); - ---hold_codes.sql -INSERT INTO ehr_lookups."hold_codes" ("code", "meaning") VALUES ('ab', 'abortion'); -INSERT INTO ehr_lookups."hold_codes" ("code", "meaning") VALUES ('ag', 'aging - reserves to replace animals in ni'); -INSERT INTO ehr_lookups."hold_codes" ("code", "meaning") VALUES ('bv', 'Bavister'); -INSERT INTO ehr_lookups."hold_codes" ("code", "meaning") VALUES ('db', 'diabetic'); -INSERT INTO ehr_lookups."hold_codes" ("code", "meaning") VALUES ('ds', 'Doctor Stafford'); -INSERT INTO ehr_lookups."hold_codes" ("code", "meaning") VALUES ('gg', 'Goy group'); -INSERT INTO ehr_lookups."hold_codes" ("code", "meaning") VALUES ('iv', 'in vitro'); -INSERT INTO ehr_lookups."hold_codes" ("code", "meaning") VALUES ('ni', 'National Institute of Aging (funded)'); -INSERT INTO ehr_lookups."hold_codes" ("code", "meaning") VALUES ('sa', 'for sale'); -INSERT INTO ehr_lookups."hold_codes" ("code", "meaning") VALUES ('sb', 'stillborn'); -INSERT INTO ehr_lookups."hold_codes" ("code", "meaning") VALUES ('tp', 'testosterone propanate'); -INSERT INTO ehr_lookups."hold_codes" ("code", "meaning") VALUES ('tt', 'dihydrotestosterone'); - ---housing_reason.sql -INSERT INTO ehr_lookups."housing_reason" ("reason") VALUES ('Euthanasia/Death of Partner'); -INSERT INTO ehr_lookups."housing_reason" ("reason") VALUES ('Departure/Shipment of Partner'); -INSERT INTO ehr_lookups."housing_reason" ("reason") VALUES ('Research'); -INSERT INTO ehr_lookups."housing_reason" ("reason") VALUES ('Behavior'); -INSERT INTO ehr_lookups."housing_reason" ("reason") VALUES ('Clinical'); -INSERT INTO ehr_lookups."housing_reason" ("reason") VALUES ('Breeding'); -INSERT INTO ehr_lookups."housing_reason" ("reason") VALUES ('Weening'); -INSERT INTO ehr_lookups."housing_reason" ("reason") VALUES ('Pair Testing'); -INSERT INTO ehr_lookups."housing_reason" ("reason") VALUES ('Other'); - ---immunology_method.sql - ---immunology_tests.sql -INSERT INTO ehr_lookups."immunology_tests" ("testid", "name", "units", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('CD3', 'CD3', '', 1, 0, 1, 1); -INSERT INTO ehr_lookups."immunology_tests" ("testid", "name", "units", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('CD20', 'CD20', '', 1, 0, 1, 2); -INSERT INTO ehr_lookups."immunology_tests" ("testid", "name", "units", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('CD4', 'CD4', '', 1, 0, 1, 3); -INSERT INTO ehr_lookups."immunology_tests" ("testid", "name", "units", "alertonabnormal", "alertonany", "includeinpanel", "sort_order") VALUES ('CD8', 'CD8', '', 1, 0, 1, 4); - ---integers.sql -INSERT INTO ehr_lookups."integers" ("key") VALUES (0); -INSERT INTO ehr_lookups."integers" ("key") VALUES (1); -INSERT INTO ehr_lookups."integers" ("key") VALUES (2); -INSERT INTO ehr_lookups."integers" ("key") VALUES (3); -INSERT INTO ehr_lookups."integers" ("key") VALUES (4); -INSERT INTO ehr_lookups."integers" ("key") VALUES (5); -INSERT INTO ehr_lookups."integers" ("key") VALUES (6); -INSERT INTO ehr_lookups."integers" ("key") VALUES (7); -INSERT INTO ehr_lookups."integers" ("key") VALUES (8); -INSERT INTO ehr_lookups."integers" ("key") VALUES (9); -INSERT INTO ehr_lookups."integers" ("key") VALUES (10); -INSERT INTO ehr_lookups."integers" ("key") VALUES (11); -INSERT INTO ehr_lookups."integers" ("key") VALUES (12); -INSERT INTO ehr_lookups."integers" ("key") VALUES (13); -INSERT INTO ehr_lookups."integers" ("key") VALUES (14); -INSERT INTO ehr_lookups."integers" ("key") VALUES (15); -INSERT INTO ehr_lookups."integers" ("key") VALUES (16); -INSERT INTO ehr_lookups."integers" ("key") VALUES (17); -INSERT INTO ehr_lookups."integers" ("key") VALUES (18); -INSERT INTO ehr_lookups."integers" ("key") VALUES (19); -INSERT INTO ehr_lookups."integers" ("key") VALUES (20); -INSERT INTO ehr_lookups."integers" ("key") VALUES (21); -INSERT INTO ehr_lookups."integers" ("key") VALUES (22); -INSERT INTO ehr_lookups."integers" ("key") VALUES (23); -INSERT INTO ehr_lookups."integers" ("key") VALUES (24); -INSERT INTO ehr_lookups."integers" ("key") VALUES (25); -INSERT INTO ehr_lookups."integers" ("key") VALUES (26); -INSERT INTO ehr_lookups."integers" ("key") VALUES (27); -INSERT INTO ehr_lookups."integers" ("key") VALUES (28); -INSERT INTO ehr_lookups."integers" ("key") VALUES (29); -INSERT INTO ehr_lookups."integers" ("key") VALUES (30); -INSERT INTO ehr_lookups."integers" ("key") VALUES (31); -INSERT INTO ehr_lookups."integers" ("key") VALUES (32); -INSERT INTO ehr_lookups."integers" ("key") VALUES (33); -INSERT INTO ehr_lookups."integers" ("key") VALUES (34); -INSERT INTO ehr_lookups."integers" ("key") VALUES (35); -INSERT INTO ehr_lookups."integers" ("key") VALUES (36); -INSERT INTO ehr_lookups."integers" ("key") VALUES (37); -INSERT INTO ehr_lookups."integers" ("key") VALUES (38); -INSERT INTO ehr_lookups."integers" ("key") VALUES (39); -INSERT INTO ehr_lookups."integers" ("key") VALUES (40); -INSERT INTO ehr_lookups."integers" ("key") VALUES (41); -INSERT INTO ehr_lookups."integers" ("key") VALUES (42); -INSERT INTO ehr_lookups."integers" ("key") VALUES (43); -INSERT INTO ehr_lookups."integers" ("key") VALUES (44); -INSERT INTO ehr_lookups."integers" ("key") VALUES (45); -INSERT INTO ehr_lookups."integers" ("key") VALUES (46); -INSERT INTO ehr_lookups."integers" ("key") VALUES (47); -INSERT INTO ehr_lookups."integers" ("key") VALUES (48); -INSERT INTO ehr_lookups."integers" ("key") VALUES (49); -INSERT INTO ehr_lookups."integers" ("key") VALUES (50); -INSERT INTO ehr_lookups."integers" ("key") VALUES (51); -INSERT INTO ehr_lookups."integers" ("key") VALUES (52); -INSERT INTO ehr_lookups."integers" ("key") VALUES (53); -INSERT INTO ehr_lookups."integers" ("key") VALUES (54); -INSERT INTO ehr_lookups."integers" ("key") VALUES (55); -INSERT INTO ehr_lookups."integers" ("key") VALUES (56); -INSERT INTO ehr_lookups."integers" ("key") VALUES (57); -INSERT INTO ehr_lookups."integers" ("key") VALUES (58); -INSERT INTO ehr_lookups."integers" ("key") VALUES (59); -INSERT INTO ehr_lookups."integers" ("key") VALUES (60); -INSERT INTO ehr_lookups."integers" ("key") VALUES (61); -INSERT INTO ehr_lookups."integers" ("key") VALUES (62); -INSERT INTO ehr_lookups."integers" ("key") VALUES (63); -INSERT INTO ehr_lookups."integers" ("key") VALUES (64); -INSERT INTO ehr_lookups."integers" ("key") VALUES (65); -INSERT INTO ehr_lookups."integers" ("key") VALUES (66); -INSERT INTO ehr_lookups."integers" ("key") VALUES (67); -INSERT INTO ehr_lookups."integers" ("key") VALUES (68); -INSERT INTO ehr_lookups."integers" ("key") VALUES (69); -INSERT INTO ehr_lookups."integers" ("key") VALUES (70); -INSERT INTO ehr_lookups."integers" ("key") VALUES (71); -INSERT INTO ehr_lookups."integers" ("key") VALUES (72); -INSERT INTO ehr_lookups."integers" ("key") VALUES (73); -INSERT INTO ehr_lookups."integers" ("key") VALUES (74); -INSERT INTO ehr_lookups."integers" ("key") VALUES (75); -INSERT INTO ehr_lookups."integers" ("key") VALUES (76); -INSERT INTO ehr_lookups."integers" ("key") VALUES (77); -INSERT INTO ehr_lookups."integers" ("key") VALUES (78); -INSERT INTO ehr_lookups."integers" ("key") VALUES (79); -INSERT INTO ehr_lookups."integers" ("key") VALUES (80); -INSERT INTO ehr_lookups."integers" ("key") VALUES (81); -INSERT INTO ehr_lookups."integers" ("key") VALUES (82); -INSERT INTO ehr_lookups."integers" ("key") VALUES (83); -INSERT INTO ehr_lookups."integers" ("key") VALUES (84); -INSERT INTO ehr_lookups."integers" ("key") VALUES (85); -INSERT INTO ehr_lookups."integers" ("key") VALUES (86); -INSERT INTO ehr_lookups."integers" ("key") VALUES (87); -INSERT INTO ehr_lookups."integers" ("key") VALUES (88); -INSERT INTO ehr_lookups."integers" ("key") VALUES (89); -INSERT INTO ehr_lookups."integers" ("key") VALUES (90); -INSERT INTO ehr_lookups."integers" ("key") VALUES (91); -INSERT INTO ehr_lookups."integers" ("key") VALUES (92); -INSERT INTO ehr_lookups."integers" ("key") VALUES (93); -INSERT INTO ehr_lookups."integers" ("key") VALUES (94); -INSERT INTO ehr_lookups."integers" ("key") VALUES (95); -INSERT INTO ehr_lookups."integers" ("key") VALUES (96); -INSERT INTO ehr_lookups."integers" ("key") VALUES (97); -INSERT INTO ehr_lookups."integers" ("key") VALUES (98); -INSERT INTO ehr_lookups."integers" ("key") VALUES (99); -INSERT INTO ehr_lookups."integers" ("key") VALUES (100); - ---lab_test_range.sql -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Cynomolgus', 'f', 3, 3, 5, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Cynomolgus', 'm', 3, 4, 5, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Marmoset', 'f', 3, 3, 6, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Marmoset', 'm', 3, 4, 5, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Rhesus', 'f', 1, 4, 4, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Rhesus', 'f', 2, 4, 5, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Rhesus', 'f', 3, 3, 5, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Rhesus', 'f', 4, 3, 4, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Rhesus', 'm', 1, 3, 5, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Rhesus', 'm', 2, 4, 5, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Rhesus', 'm', 3, 4, 5, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALB', 'Rhesus', 'm', 4, 3, 4, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Cynomolgus', 'f', 3, 99, 227, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Cynomolgus', 'm', 3, 30, 552, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Marmoset', 'f', 3, 9, 185, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Marmoset', 'm', 3, 47, 133, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Rhesus', 'f', 1, 472, 1540, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Rhesus', 'f', 2, 169, 810, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Rhesus', 'f', 3, 33, 212, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Rhesus', 'f', 4, 43, 228, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Rhesus', 'm', 1, 482, 1433, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Rhesus', 'm', 2, 315, 802, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Rhesus', 'm', 3, 28, 221, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('ALKP', 'Rhesus', 'm', 4, 50, 199, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Cynomolgus', 'f', 3, 8, 24, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Cynomolgus', 'm', 3, 11, 21, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Marmoset', 'f', 3, 14, 31, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Marmoset', 'm', 3, 13, 35, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Rhesus', 'f', 1, 6, 23, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Rhesus', 'f', 2, 11, 37, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Rhesus', 'f', 3, 11, 27, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Rhesus', 'f', 4, 7, 29, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Rhesus', 'm', 1, 4, 30, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Rhesus', 'm', 2, 12, 30, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Rhesus', 'm', 3, 10, 26, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('BUN', 'Rhesus', 'm', 4, 12, 27, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Cynomolgus', 'f', 3, 9, 11, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Cynomolgus', 'm', 3, 9, 11, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Marmoset', 'f', 3, 9, 12, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Marmoset', 'm', 3, 9, 12, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Rhesus', 'f', 1, 10, 12, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Rhesus', 'f', 2, 9, 11, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Rhesus', 'f', 3, 9, 11, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Rhesus', 'f', 4, 9, 11, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Rhesus', 'm', 1, 10, 12, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Rhesus', 'm', 2, 9, 11, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Rhesus', 'm', 3, 9, 11, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CA', 'Rhesus', 'm', 4, 9, 11, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Cynomolgus', 'f', 3, 77, 173, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Cynomolgus', 'm', 3, 63, 157, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Marmoset', 'f', 3, 64, 180, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Marmoset', 'm', 3, 97, 264, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Rhesus', 'f', 1, 108, 266, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Rhesus', 'f', 2, 108, 195, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Rhesus', 'f', 3, 99, 219, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Rhesus', 'f', 4, 100, 192, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Rhesus', 'm', 1, 109, 295, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Rhesus', 'm', 2, 100, 196, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Rhesus', 'm', 3, 93, 200, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CHOL', 'Rhesus', 'm', 4, 86, 202, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Cynomolgus', 'f', 3, 104, 110, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Cynomolgus', 'm', 3, 102, 110, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Marmoset', 'f', 3, 105, 117, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Marmoset', 'm', 3, 104, 116, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Rhesus', 'f', 1, 107, 115, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Rhesus', 'f', 2, 104, 117, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Rhesus', 'f', 3, 104, 116, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Rhesus', 'f', 4, 103, 115, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Rhesus', 'm', 1, 105, 116, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Rhesus', 'm', 2, 104, 114, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Rhesus', 'm', 3, 104, 114, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CL', 'Rhesus', 'm', 4, 105, 114, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Cynomolgus', 'f', 3, 0, 1452, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Cynomolgus', 'm', 3, 0, 1189, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Marmoset', 'f', 3, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Marmoset', 'm', 3, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Rhesus', 'f', 1, 0, 933, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Rhesus', 'f', 2, 0, 1565, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Rhesus', 'f', 3, 0, 815, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Rhesus', 'f', 4, 0, 593, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Rhesus', 'm', 1, 0, 1164, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Rhesus', 'm', 2, 0, 938, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Rhesus', 'm', 3, 0, 326, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CPK', 'Rhesus', 'm', 4, 0, 611, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Cynomolgus', 'f', 3, 0, 1, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Cynomolgus', 'm', 3, 1, 1, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Marmoset', 'f', 3, 0, 1, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Marmoset', 'm', 3, 0, 1, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Rhesus', 'f', 1, 0, 1, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Rhesus', 'f', 2, 1, 1, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Rhesus', 'f', 3, 1, 1, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Rhesus', 'f', 4, 1, 1, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Rhesus', 'm', 1, 1, 1, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Rhesus', 'm', 2, 1, 1, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Rhesus', 'm', 3, 1, 2, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('CREAT', 'Rhesus', 'm', 4, 1, 1, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Cynomolgus', 'f', 3, 66, 174, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Cynomolgus', 'm', 3, 94, 186, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Marmoset', 'f', 3, 0, 243, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Marmoset', 'm', 3, 72, 178, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Rhesus', 'f', 1, 16, 199, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Rhesus', 'f', 2, 48, 138, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Rhesus', 'f', 3, 58, 192, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Rhesus', 'f', 4, 39, 180, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Rhesus', 'm', 1, 44, 186, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Rhesus', 'm', 2, 69, 187, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Rhesus', 'm', 3, 91, 209, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('FE', 'Rhesus', 'm', 4, 76, 172, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Cynomolgus', 'f', 3, 14, 88, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Cynomolgus', 'm', 3, 28, 116, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Marmoset', 'f', 3, 0, 30, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Marmoset', 'm', 3, 0, 17, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Rhesus', 'f', 1, 64, 146, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Rhesus', 'f', 2, 39, 95, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Rhesus', 'f', 3, 23, 57, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Rhesus', 'f', 4, 21, 57, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Rhesus', 'm', 1, 51, 180, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Rhesus', 'm', 2, 47, 106, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Rhesus', 'm', 3, 24, 81, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GGT', 'Rhesus', 'm', 4, 23, 86, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Cynomolgus', 'f', 3, 36, 90, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Cynomolgus', 'm', 3, 22, 80, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Marmoset', 'f', 3, 55, 211, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Marmoset', 'm', 3, 56, 172, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Rhesus', 'f', 1, 62, 132, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Rhesus', 'f', 2, 42, 110, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Rhesus', 'f', 3, 43, 97, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Rhesus', 'f', 4, 40, 108, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Rhesus', 'm', 1, 67, 125, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Rhesus', 'm', 2, 49, 105, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Rhesus', 'm', 3, 42, 97, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('GLUC', 'Rhesus', 'm', 4, 41, 97, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HCT', 'Cynomolgus', 'f', 1, 32, 44, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HCT', 'Cynomolgus', 'm', 1, 34, 46, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HCT', 'Rhesus', 'f', 1, 38, 48, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HCT', 'Rhesus', 'f', 2, 32, 45, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HCT', 'Rhesus', 'f', 3, 36, 49, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HCT', 'Rhesus', 'f', 4, 38, 52, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HCT', 'Rhesus', 'm', 1, 39, 46, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HCT', 'Rhesus', 'm', 2, 35, 46, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HCT', 'Rhesus', 'm', 3, 41, 51, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HCT', 'Rhesus', 'm', 4, 39, 52, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HGB', 'Cynomolgus', 'f', 1, 11, 14, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HGB', 'Cynomolgus', 'm', 1, 11, 15, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HGB', 'Rhesus', 'f', 1, 12, 15, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HGB', 'Rhesus', 'f', 2, 11, 14, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HGB', 'Rhesus', 'f', 3, 12, 16, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HGB', 'Rhesus', 'f', 4, 12, 17, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HGB', 'Rhesus', 'm', 1, 13, 15, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HGB', 'Rhesus', 'm', 2, 12, 15, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HGB', 'Rhesus', 'm', 3, 13, 16, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('HGB', 'Rhesus', 'm', 4, 13, 17, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Cynomolgus', 'f', 3, 3, 4, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Cynomolgus', 'm', 3, 3, 5, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Marmoset', 'f', 3, 3, 6, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Marmoset', 'm', 3, 3, 5, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Rhesus', 'f', 1, 3, 6, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Rhesus', 'f', 2, 3, 4, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Rhesus', 'f', 3, 3, 5, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Rhesus', 'f', 4, 3, 5, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Rhesus', 'm', 1, 3, 6, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Rhesus', 'm', 2, 3, 5, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Rhesus', 'm', 3, 3, 5, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('K', 'Rhesus', 'm', 4, 4, 5, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Cynomolgus', 'f', 3, 68, 1100, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Cynomolgus', 'm', 3, 0, 1544, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Marmoset', 'f', 3, 100, 266, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Marmoset', 'm', 3, 103, 253, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Rhesus', 'f', 1, 190, 542, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Rhesus', 'f', 2, 78, 718, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Rhesus', 'f', 3, 45, 469, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Rhesus', 'f', 4, 46, 636, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Rhesus', 'm', 1, 165, 659, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Rhesus', 'm', 2, 180, 535, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Rhesus', 'm', 3, 94, 503, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('LDH', 'Rhesus', 'm', 4, 50, 630, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCH', 'Cynomolgus', 'f', 1, 23, 26, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCH', 'Cynomolgus', 'm', 1, 23, 27, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCH', 'Rhesus', 'f', 1, 22, 24, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCH', 'Rhesus', 'f', 2, 21, 26, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCH', 'Rhesus', 'f', 3, 22, 26, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCH', 'Rhesus', 'f', 4, 21, 26, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCH', 'Rhesus', 'm', 1, 21, 26, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCH', 'Rhesus', 'm', 2, 22, 25, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCH', 'Rhesus', 'm', 3, 23, 27, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCH', 'Rhesus', 'm', 4, 22, 26, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCHC', 'Cynomolgus', 'f', 1, 32, 34, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCHC', 'Cynomolgus', 'm', 1, 32, 34, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCHC', 'Rhesus', 'f', 1, 31, 33, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCHC', 'Rhesus', 'f', 2, 31, 34, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCHC', 'Rhesus', 'f', 3, 30, 34, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCHC', 'Rhesus', 'f', 4, 30, 34, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCHC', 'Rhesus', 'm', 1, 31, 33, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCHC', 'Rhesus', 'm', 2, 31, 34, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCHC', 'Rhesus', 'm', 3, 30, 34, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCHC', 'Rhesus', 'm', 4, 31, 34, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCV', 'Cynomolgus', 'f', 1, 68, 80, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCV', 'Cynomolgus', 'm', 1, 72, 82, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCV', 'Rhesus', 'f', 1, 68, 76, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCV', 'Rhesus', 'f', 2, 67, 76, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCV', 'Rhesus', 'f', 3, 69, 80, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCV', 'Rhesus', 'f', 4, 69, 81, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCV', 'Rhesus', 'm', 1, 68, 79, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCV', 'Rhesus', 'm', 2, 70, 76, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCV', 'Rhesus', 'm', 3, 72, 84, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MCV', 'Rhesus', 'm', 4, 70, 81, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MPV', 'Cynomolgus', 'f', 1, 8, 11, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MPV', 'Cynomolgus', 'm', 1, 8, 11, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MPV', 'Rhesus', 'f', 1, 9, 13, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MPV', 'Rhesus', 'f', 2, 8, 13, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MPV', 'Rhesus', 'f', 3, 8, 12, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MPV', 'Rhesus', 'f', 4, 7, 13, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MPV', 'Rhesus', 'm', 1, 8, 12, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MPV', 'Rhesus', 'm', 2, 8, 12, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MPV', 'Rhesus', 'm', 3, 8, 12, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('MPV', 'Rhesus', 'm', 4, 7, 11, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Cynomolgus', 'f', 1, NULL, NULL, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Cynomolgus', 'f', 2, NULL, NULL, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Cynomolgus', 'f', 3, 143, 147, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Cynomolgus', 'f', 4, NULL, NULL, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Cynomolgus', 'm', 1, NULL, NULL, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Cynomolgus', 'm', 2, NULL, NULL, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Cynomolgus', 'm', 3, 143, 149, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Cynomolgus', 'm', 4, NULL, NULL, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Marmoset', 'f', 1, NULL, NULL, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Marmoset', 'f', 2, NULL, NULL, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Marmoset', 'f', 3, 146, 154, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Marmoset', 'f', 4, NULL, NULL, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Marmoset', 'm', 1, NULL, NULL, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Marmoset', 'm', 2, NULL, NULL, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Marmoset', 'm', 3, 148, 157, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Marmoset', 'm', 4, NULL, NULL, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Rhesus', 'f', 1, 140, 149, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Rhesus', 'f', 2, 141, 150, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Rhesus', 'f', 3, 141, 152, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Rhesus', 'f', 4, 140, 151, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Rhesus', 'm', 1, 141, 150, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Rhesus', 'm', 2, 140, 152, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Rhesus', 'm', 3, 142, 153, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('NA', 'Rhesus', 'm', 4, 143, 150, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Cynomolgus', 'f', 3, 3, 6, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Cynomolgus', 'm', 3, 4, 7, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Marmoset', 'f', 3, 2, 7, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Marmoset', 'm', 3, 3, 6, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Rhesus', 'f', 1, 5, 8, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Rhesus', 'f', 2, 3, 7, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Rhesus', 'f', 3, 2, 6, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Rhesus', 'f', 4, 2, 6, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Rhesus', 'm', 1, 5, 8, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Rhesus', 'm', 2, 4, 8, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Rhesus', 'm', 3, 2, 6, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PHOS', 'Rhesus', 'm', 4, 3, 6, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PLT', 'Cynomolgus', 'f', 1, 232, 522, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PLT', 'Cynomolgus', 'm', 1, 269, 489, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PLT', 'Rhesus', 'f', 1, 341, 678, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PLT', 'Rhesus', 'f', 2, 277, 620, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PLT', 'Rhesus', 'f', 3, 229, 524, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PLT', 'Rhesus', 'f', 4, 197, 482, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PLT', 'Rhesus', 'm', 1, 333, 682, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PLT', 'Rhesus', 'm', 2, 308, 603, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PLT', 'Rhesus', 'm', 3, 231, 491, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('PLT', 'Rhesus', 'm', 4, 236, 551, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RBC', 'Cynomolgus', 'f', 1, 4, 6, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RBC', 'Cynomolgus', 'm', 1, 4, 6, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RBC', 'Rhesus', 'f', 1, 5, 7, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RBC', 'Rhesus', 'f', 2, 4, 6, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RBC', 'Rhesus', 'f', 3, 5, 7, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RBC', 'Rhesus', 'f', 4, 5, 7, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RBC', 'Rhesus', 'm', 1, 5, 6, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RBC', 'Rhesus', 'm', 2, 5, 6, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RBC', 'Rhesus', 'm', 3, 5, 7, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RBC', 'Rhesus', 'm', 4, 5, 7, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RDW', 'Cynomolgus', 'f', 1, 11, 13, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RDW', 'Cynomolgus', 'm', 1, 11, 13, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RDW', 'Rhesus', 'f', 1, 11, 15, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RDW', 'Rhesus', 'f', 2, 11, 14, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RDW', 'Rhesus', 'f', 3, 11, 15, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RDW', 'Rhesus', 'f', 4, 11, 14, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RDW', 'Rhesus', 'm', 1, 11, 15, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RDW', 'Rhesus', 'm', 2, 12, 14, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RDW', 'Rhesus', 'm', 3, 11, 14, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('RDW', 'Rhesus', 'm', 4, 10, 17, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Cynomolgus', 'f', 3, 23, 63, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Cynomolgus', 'm', 3, 24, 66, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Marmoset', 'f', 3, 68, 178, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Marmoset', 'm', 3, 89, 171, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Rhesus', 'f', 1, 26, 69, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Rhesus', 'f', 2, 23, 64, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Rhesus', 'f', 3, 15, 48, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Rhesus', 'f', 4, 17, 54, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Rhesus', 'm', 1, 30, 70, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Rhesus', 'm', 2, 29, 69, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Rhesus', 'm', 3, 16, 50, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGOT', 'Rhesus', 'm', 4, 22, 49, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Cynomolgus', 'f', 3, 13, 69, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Cynomolgus', 'm', 3, 18, 54, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Marmoset', 'f', 3, 0, 17, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Marmoset', 'm', 3, 1, 12, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Rhesus', 'f', 1, 13, 39, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Rhesus', 'f', 2, 18, 45, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Rhesus', 'f', 3, 6, 48, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Rhesus', 'f', 4, 9, 54, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Rhesus', 'm', 1, 11, 45, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Rhesus', 'm', 2, 16, 51, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Rhesus', 'm', 3, 6, 64, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('SGPT', 'Rhesus', 'm', 4, 13, 63, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Cynomolgus', 'f', 3, 0, 0, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Cynomolgus', 'm', 3, 0, 0, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Marmoset', 'f', 3, 0, 0, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Marmoset', 'm', 3, 0, 1, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Rhesus', 'f', 1, 0, 0, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Rhesus', 'f', 2, 0, 0, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Rhesus', 'f', 3, 0, 1, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Rhesus', 'f', 4, 0, 0, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Rhesus', 'm', 1, 0, 0, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Rhesus', 'm', 2, 0, 0, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Rhesus', 'm', 3, 0, 0, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TB', 'Rhesus', 'm', 4, 0, 0, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Cynomolgus', 'f', 3, 6, 8, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Cynomolgus', 'm', 3, 7, 8, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Marmoset', 'f', 3, 6, 9, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Marmoset', 'm', 3, 7, 9, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Rhesus', 'f', 1, 6, 7, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Rhesus', 'f', 2, 6, 7, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Rhesus', 'f', 3, 6, 8, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Rhesus', 'f', 4, 6, 8, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Rhesus', 'm', 1, 6, 8, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Rhesus', 'm', 2, 6, 7, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Rhesus', 'm', 3, 7, 8, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TP', 'Rhesus', 'm', 4, 6, 9, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Cynomolgus', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Cynomolgus', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Cynomolgus', 'f', 3, 0, 98, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Cynomolgus', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Cynomolgus', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Cynomolgus', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Cynomolgus', 'm', 3, 5, 121, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Cynomolgus', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Marmoset', 'f', 3, 0, 541, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Marmoset', 'm', 3, 4, 304, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Rhesus', 'f', 1, 15, 68, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Rhesus', 'f', 2, 0, 96, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Rhesus', 'f', 3, 0, 164, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Rhesus', 'f', 4, 0, 385, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Rhesus', 'm', 1, 2, 92, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Rhesus', 'm', 2, 0, 128, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Rhesus', 'm', 3, 0, 119, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('TRIG', 'Rhesus', 'm', 4, 0, 305, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('UA', 'Marmoset', 'f', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('UA', 'Marmoset', 'f', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('UA', 'Marmoset', 'f', 3, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('UA', 'Marmoset', 'f', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('UA', 'Marmoset', 'm', 1, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('UA', 'Marmoset', 'm', 2, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('UA', 'Marmoset', 'm', 3, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('UA', 'Marmoset', 'm', 4, NULL, NULL, 'Chemistry'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('WBC', 'Cynomolgus', 'f', 1, 6, 18, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('WBC', 'Cynomolgus', 'm', 1, 8, 16, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('WBC', 'Rhesus', 'f', 1, 7, 21, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('WBC', 'Rhesus', 'f', 2, 4, 20, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('WBC', 'Rhesus', 'f', 3, 4, 16, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('WBC', 'Rhesus', 'f', 4, 4, 13, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('WBC', 'Rhesus', 'm', 1, 7, 18, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('WBC', 'Rhesus', 'm', 2, 6, 18, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('WBC', 'Rhesus', 'm', 3, 4, 12, 'Hematology'); -INSERT INTO ehr_lookups."lab_test_range" ("test", "species", "gender", "age_class", "ref_range_min", "ref_range_max", "type") VALUES ('WBC', 'Rhesus', 'm', 4, 4, 13, 'Hematology'); - ---mhc_institutions.sql - ---microchip_comments.sql -INSERT INTO ehr_lookups."microchip_comments" ("comment") VALUES ('ok'); -INSERT INTO ehr_lookups."microchip_comments" ("comment") VALUES ('placed today'); -INSERT INTO ehr_lookups."microchip_comments" ("comment") VALUES ('not present'); - ---months.sql -INSERT INTO ehr_lookups."months" ("month") VALUES ('January'); -INSERT INTO ehr_lookups."months" ("month") VALUES ('February'); -INSERT INTO ehr_lookups."months" ("month") VALUES ('March'); -INSERT INTO ehr_lookups."months" ("month") VALUES ('April'); -INSERT INTO ehr_lookups."months" ("month") VALUES ('May'); -INSERT INTO ehr_lookups."months" ("month") VALUES ('June'); -INSERT INTO ehr_lookups."months" ("month") VALUES ('July'); -INSERT INTO ehr_lookups."months" ("month") VALUES ('August'); -INSERT INTO ehr_lookups."months" ("month") VALUES ('September'); -INSERT INTO ehr_lookups."months" ("month") VALUES ('October'); -INSERT INTO ehr_lookups."months" ("month") VALUES ('November'); -INSERT INTO ehr_lookups."months" ("month") VALUES ('December'); - ---necropsy_condition.sql - ---necropsy_perfusion.sql -INSERT INTO ehr_lookups."necropsy_perfusion" ("perfusion") VALUES ('4% PFA'); -INSERT INTO ehr_lookups."necropsy_perfusion" ("perfusion") VALUES ('2% PFA'); -INSERT INTO ehr_lookups."necropsy_perfusion" ("perfusion") VALUES ('Saline'); -INSERT INTO ehr_lookups."necropsy_perfusion" ("perfusion") VALUES ('Other'); -INSERT INTO ehr_lookups."necropsy_perfusion" ("perfusion") VALUES ('PBS'); - ---necropsy_perfusion_area.sql -INSERT INTO ehr_lookups."necropsy_perfusion_area" ("perfusion") VALUES ('Upper Body'); -INSERT INTO ehr_lookups."necropsy_perfusion_area" ("perfusion") VALUES ('Whole Body'); - ---normal_abnormal.sql -INSERT INTO ehr_lookups."normal_abnormal" ("state") VALUES ('Normal'); -INSERT INTO ehr_lookups."normal_abnormal" ("state") VALUES ('Abnormal'); - ---observations_anesthesia_recovery.sql -INSERT INTO ehr_lookups."observations_anesthesia_recovery" ("value", "sort_order") VALUES ('Laying Down', 1); -INSERT INTO ehr_lookups."observations_anesthesia_recovery" ("value", "sort_order") VALUES ('Sitting Upright', 2); -INSERT INTO ehr_lookups."observations_anesthesia_recovery" ("value", "sort_order") VALUES ('Fully Recovered', 3); - ---obs_behavior.sql -INSERT INTO ehr_lookups."obs_behavior" ("code", "meaning") VALUES ('NP', 'New pair of animals'); -INSERT INTO ehr_lookups."obs_behavior" ("code", "meaning") VALUES ('OG', 'Over-groomed animal'); -INSERT INTO ehr_lookups."obs_behavior" ("code", "meaning") VALUES ('P', 'Pacing'); -INSERT INTO ehr_lookups."obs_behavior" ("code", "meaning") VALUES ('S', 'Saluting'); -INSERT INTO ehr_lookups."obs_behavior" ("code", "meaning") VALUES ('F', 'Flipping'); -INSERT INTO ehr_lookups."obs_behavior" ("code", "meaning") VALUES ('SIB', 'Self-injurious behavior'); - ---obs_breeding.sql -INSERT INTO ehr_lookups."obs_breeding" ("code", "meaning") VALUES ('E', 'Visible ejaculate'); -INSERT INTO ehr_lookups."obs_breeding" ("code", "meaning") VALUES ('NOE', 'No visible ejaculate'); -INSERT INTO ehr_lookups."obs_breeding" ("code", "meaning") VALUES ('N/A', 'N/A'); - ---obs_feces.sql -INSERT INTO ehr_lookups."obs_feces" ("code", "meaning") VALUES ('SF', 'Soft feces'); -INSERT INTO ehr_lookups."obs_feces" ("code", "meaning") VALUES ('FS', 'Firm stool'); -INSERT INTO ehr_lookups."obs_feces" ("code", "meaning") VALUES ('BF', 'Bloody feces'); -INSERT INTO ehr_lookups."obs_feces" ("code", "meaning") VALUES ('D', 'Diarrhea'); -INSERT INTO ehr_lookups."obs_feces" ("code", "meaning") VALUES ('WD', 'Watery diarrhea'); -INSERT INTO ehr_lookups."obs_feces" ("code", "meaning") VALUES ('B', 'Bloody diarrhea'); -INSERT INTO ehr_lookups."obs_feces" ("code", "meaning") VALUES ('MU', 'Mucus'); - ---obs_mens.sql -INSERT INTO ehr_lookups."obs_mens" ("code", "meaning") VALUES ('M', 'Regular Mens'); -INSERT INTO ehr_lookups."obs_mens" ("code", "meaning") VALUES ('LM', 'Light Mens'); -INSERT INTO ehr_lookups."obs_mens" ("code", "meaning") VALUES ('HM', 'Heavy Mens'); -INSERT INTO ehr_lookups."obs_mens" ("code", "meaning") VALUES ('PPM', 'Regular after birth bleeding'); -INSERT INTO ehr_lookups."obs_mens" ("code", "meaning") VALUES ('HPPM', 'Heavy after birth bleeding'); -INSERT INTO ehr_lookups."obs_mens" ("code", "meaning") VALUES ('LPPM', 'Light after birth bleeding'); - ---obs_other.sql -INSERT INTO ehr_lookups."obs_other" ("code", "meaning") VALUES ('V', 'Vomit'); -INSERT INTO ehr_lookups."obs_other" ("code", "meaning") VALUES ('NE', 'Not Eating'); -INSERT INTO ehr_lookups."obs_other" ("code", "meaning") VALUES ('L', 'Lethargic'); -INSERT INTO ehr_lookups."obs_other" ("code", "meaning") VALUES ('RP', 'Rectal Prolapse'); -INSERT INTO ehr_lookups."obs_other" ("code", "meaning") VALUES ('VP', 'Vaginal Prolapse'); -INSERT INTO ehr_lookups."obs_other" ("code", "meaning") VALUES ('N', 'Newborn Infant(s)'); -INSERT INTO ehr_lookups."obs_other" ("code", "meaning") VALUES ('T', 'Trauma'); - ---obs_remarks.sql -INSERT INTO ehr_lookups."obs_remarks" ("title", "remark") VALUES ('healing', 'healing'); -INSERT INTO ehr_lookups."obs_remarks" ("title", "remark") VALUES ('some FS', 'some FS'); -INSERT INTO ehr_lookups."obs_remarks" ("title", "remark") VALUES ('ok', 'ok'); -INSERT INTO ehr_lookups."obs_remarks" ("title", "remark") VALUES ('stool ok', 'stool ok'); -INSERT INTO ehr_lookups."obs_remarks" ("title", "remark") VALUES ('4 clo', '4 clo'); -INSERT INTO ehr_lookups."obs_remarks" ("title", "remark") VALUES ('small FS', 'small FS'); -INSERT INTO ehr_lookups."obs_remarks" ("title", "remark") VALUES ('5 clo', '5 clo'); -INSERT INTO ehr_lookups."obs_remarks" ("title", "remark") VALUES ('runny nose', 'runny nose'); -INSERT INTO ehr_lookups."obs_remarks" ("title", "remark") VALUES ('6 clo', '6 clo'); -INSERT INTO ehr_lookups."obs_remarks" ("title", "remark") VALUES ('3 clo', '3 clo'); - ---obs_tlocation.sql -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('head', 1, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('generalized', 2, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('upper right', 3, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('upper right-back', 4, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('upper left', 5, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('upper left-back', 6, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('lower right', 7, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('lower right-back', 8, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('lower left', 9, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('lower left-back', 10, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('right arm', 11, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('right hand', 12, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('right hand D1', 13, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('right hand D2', 14, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('right hand D3', 15, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('right hand D4', 16, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('right hand D5', 17, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('left arm', 18, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('left hand', 19, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('left hand D1', 20, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('left hand D2', 21, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('left hand D3', 22, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('left hand D4', 23, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('left hand D5', 24, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('right leg', 25, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('right foot', 26, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('right foot D1', 27, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('right foot D2', 28, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('right foot D3', 29, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('right foot D4', 30, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('right foot D5', 31, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('left leg', 32, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('left foot', 33, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('left foot D1', 34, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('left foot D2', 35, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('left foot D3', 36, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('left foot D4', 37, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('left foot D5', 38, NULL); -INSERT INTO ehr_lookups."obs_tlocation" ("location", "sort_order", "code") VALUES ('tail', 39, NULL); - ---oor_indicators.sql -INSERT INTO ehr_lookups."oor_indicators" ("indicator") VALUES ('<'); -INSERT INTO ehr_lookups."oor_indicators" ("indicator") VALUES ('>'); - ---origin_codes.sql -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('abl', 'Advanced Bioscience Laboratories'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('avp', 'Aventis Pasteur, Toronto, Ontario Canada'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('bab', 'Brooks Air Force Base, TX'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('bmy', 'Bristol Meyers Labs, IN'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('bos', 'Boston'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('bqi', 'Bioqual Inc, Rockville MD'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('brl', 'Biologic Resources Lab, Univ of IL/ Chicago'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('bru', 'Brown University, Warwick, RI'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('btl', 'Industrial Biotest Laboratory'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('cal', 'California'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('cen', 'WNPRC'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('cpc', 'Caribbean Primate Center'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('crh', 'Charles River Brf, Houston Texas'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('crp', 'Covance Research Products'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('csc', 'Clinical Science Clinic, Madison, WI'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('csp', 'Central State Primates, Kaiser, MO'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('cuw', 'Catholic University, Washington, DE'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('dfs', 'Department Of Food Science, Madison, WI'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('fer', 'Feral'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('fri', 'Food Research Inst, UW-Madison'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('haw', 'Hawaii'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('hmc', 'Hershey Medical Center Hershey, PA'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('hms', 'Harvard Medical School, New England Primate Center, Southborough MA'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('hzt', 'Hazelton Labs, Madison, WI'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('lab', 'Harlow Primate Lab, UW-Madison'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('lbi', 'Litton Bionetics'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('lbs', 'Laboratory Animal Breeders & Services, Yemassee, SC'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('loy', 'Dr. Loy'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('lsp', 'Lensip Tuxedo, NY'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('mds', 'University of WI Medical School'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('mic', 'Michigan'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('mrb', 'Miami Rare Bird Farm'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('opc', 'Oregon Primate Center'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('pfi', 'Pfizer, Kalamazoo MI'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('pii', 'Primate Imports Inc.'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('pit', 'University Of Pittsburg'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('pli', 'Primelabs Inc.'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('pr', 'Puerto Rico'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('sfi', 'Shamrock Farms Inc.'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('snb', 'Shin Nippon Biomedical Labs, Everett, WA'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('sun', 'State University of New York At Syracuse'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('tpc', 'Texas Primate Center'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('tss', 'Three Springs Scientific, Yemassee, SC'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('tul', 'Tulsa Zoo'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('ucd', 'Univ. of California-Davis Primate Center'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('ucr', 'University Of California-Riverside, Riverside, CA'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('vs', 'Veterinary Science from Hazleton Labs'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('wac', 'Woodard Asiatic Corporation'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('wai', 'Waisman Center, Madison, WI'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('wnc', 'Winston-Salem, NC'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('wvh', 'VA Hospital, Wood, WI'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('ypc', 'Yerkes Primate Center, Atlanta, GA'); -INSERT INTO ehr_lookups."origin_codes" ("code", "meaning") VALUES ('zoo', 'Zoology, UW-Madison'); - ---pairtest_bhav.sql -INSERT INTO ehr_lookups."pairtest_bhav" ("value") VALUES ('gradual'); -INSERT INTO ehr_lookups."pairtest_bhav" ("value") VALUES ('protected contact'); -INSERT INTO ehr_lookups."pairtest_bhav" ("value") VALUES ('re-pair'); - ---pairtest_conclusion.sql -INSERT INTO ehr_lookups."pairtest_conclusion" ("value") VALUES ('Compatible, will pair'); -INSERT INTO ehr_lookups."pairtest_conclusion" ("value") VALUES ('Incompatible, will not pair'); -INSERT INTO ehr_lookups."pairtest_conclusion" ("value") VALUES ('Inconclusive, another test is needed'); -INSERT INTO ehr_lookups."pairtest_conclusion" ("value") VALUES ('Successfully paired'); - ---parasitology_method.sql -INSERT INTO ehr_lookups."parasitology_method" ("method") VALUES ('EIA'); -INSERT INTO ehr_lookups."parasitology_method" ("method") VALUES ('Ova and Parasite Exam (Wet Prep)'); -INSERT INTO ehr_lookups."parasitology_method" ("method") VALUES ('Ova and Parasite Exam (Concentration)'); -INSERT INTO ehr_lookups."parasitology_method" ("method") VALUES ('Direct Smear'); -INSERT INTO ehr_lookups."parasitology_method" ("method") VALUES ('PCR'); -INSERT INTO ehr_lookups."parasitology_method" ("method") VALUES ('Culture'); - ---pe_region.sql -INSERT INTO ehr_lookups."pe_region" ("region") VALUES ('Head'); -INSERT INTO ehr_lookups."pe_region" ("region") VALUES ('Lymph Nodes'); -INSERT INTO ehr_lookups."pe_region" ("region") VALUES ('Cardiac Auscultation'); -INSERT INTO ehr_lookups."pe_region" ("region") VALUES ('Thoracic Auscultation'); -INSERT INTO ehr_lookups."pe_region" ("region") VALUES ('Abdominal Palpation'); -INSERT INTO ehr_lookups."pe_region" ("region") VALUES ('Joints'); -INSERT INTO ehr_lookups."pe_region" ("region") VALUES ('Other'); -INSERT INTO ehr_lookups."pe_region" ("region") VALUES ('EENT'); -INSERT INTO ehr_lookups."pe_region" ("region") VALUES ('Skin'); -INSERT INTO ehr_lookups."pe_region" ("region") VALUES ('Urogenital'); -INSERT INTO ehr_lookups."pe_region" ("region") VALUES ('Palpation'); -INSERT INTO ehr_lookups."pe_region" ("region") VALUES ('Auscultation'); -INSERT INTO ehr_lookups."pe_region" ("region") VALUES ('Digits'); - ---pe_remarks.sql -INSERT INTO ehr_lookups."pe_remarks" ("remark") VALUES ('Physical exam'); -INSERT INTO ehr_lookups."pe_remarks" ("remark") VALUES ('Physical exam and TB test'); -INSERT INTO ehr_lookups."pe_remarks" ("remark") VALUES ('Pre-assignment physical exam'); -INSERT INTO ehr_lookups."pe_remarks" ("remark") VALUES ('Pre-assignment physical exam and TB test'); - ---preservation_solutions.sql -INSERT INTO ehr_lookups."preservation_solutions" ("solution") VALUES ('10% Formalin'); -INSERT INTO ehr_lookups."preservation_solutions" ("solution") VALUES ('4% PFA'); -INSERT INTO ehr_lookups."preservation_solutions" ("solution") VALUES ('2% PFA'); -INSERT INTO ehr_lookups."preservation_solutions" ("solution") VALUES ('RPMI'); -INSERT INTO ehr_lookups."preservation_solutions" ("solution") VALUES ('PBS'); -INSERT INTO ehr_lookups."preservation_solutions" ("solution") VALUES ('RNA Later'); -INSERT INTO ehr_lookups."preservation_solutions" ("solution") VALUES ('OCT'); -INSERT INTO ehr_lookups."preservation_solutions" ("solution") VALUES ('Liquid Nitrogen'); -INSERT INTO ehr_lookups."preservation_solutions" ("solution") VALUES ('Dry Ice'); -INSERT INTO ehr_lookups."preservation_solutions" ("solution") VALUES ('Foil'); -INSERT INTO ehr_lookups."preservation_solutions" ("solution") VALUES ('Fresh'); -INSERT INTO ehr_lookups."preservation_solutions" ("solution") VALUES ('0.9% saline'); - ---problem_list_category.sql -INSERT INTO ehr_lookups."problem_list_category" ("category") VALUES ('Trauma'); - ---procedures.sql - ---qualitative_results.sql -INSERT INTO ehr_lookups."qualitative_results" ("result") VALUES ('Positive'); -INSERT INTO ehr_lookups."qualitative_results" ("result") VALUES ('Negative'); -INSERT INTO ehr_lookups."qualitative_results" ("result") VALUES ('Indeterminate'); - ---request_priority.sql -INSERT INTO ehr_lookups."request_priority" ("priority") VALUES ('Routine'); -INSERT INTO ehr_lookups."request_priority" ("priority") VALUES ('Stat'); - ---restraint_duration.sql -INSERT INTO ehr_lookups."restraint_duration" ("duration", "sort_order") VALUES ('<30 min', 1); -INSERT INTO ehr_lookups."restraint_duration" ("duration", "sort_order") VALUES ('30-59 min', 2); -INSERT INTO ehr_lookups."restraint_duration" ("duration", "sort_order") VALUES ('1-12 hours', 3); -INSERT INTO ehr_lookups."restraint_duration" ("duration", "sort_order") VALUES ('>12 hours', 4); - ---restraint_type.sql -INSERT INTO ehr_lookups."restraint_type" ("type", "code", "include") VALUES ('Table-Top', 'w-10238', 1); -INSERT INTO ehr_lookups."restraint_type" ("type", "code", "include") VALUES ('Tube', ' w-10239', 1); -INSERT INTO ehr_lookups."restraint_type" ("type", "code", "include") VALUES ('Other', NULL, 1); -INSERT INTO ehr_lookups."restraint_type" ("type", "code", "include") VALUES ('Squeeze Back', NULL, 0); -INSERT INTO ehr_lookups."restraint_type" ("type", "code", "include") VALUES ('Manual', NULL, 0); -INSERT INTO ehr_lookups."restraint_type" ("type", "code", "include") VALUES ('Chemical', NULL, 0); - ---routes.sql -INSERT INTO ehr_lookups."routes" ("route", "meaning") VALUES ('IM', NULL); -INSERT INTO ehr_lookups."routes" ("route", "meaning") VALUES ('IT', NULL); -INSERT INTO ehr_lookups."routes" ("route", "meaning") VALUES ('IV', NULL); -INSERT INTO ehr_lookups."routes" ("route", "meaning") VALUES ('IVAG', NULL); -INSERT INTO ehr_lookups."routes" ("route", "meaning") VALUES ('oral', NULL); -INSERT INTO ehr_lookups."routes" ("route", "meaning") VALUES ('rectal', NULL); -INSERT INTO ehr_lookups."routes" ("route", "meaning") VALUES ('SQ', NULL); -INSERT INTO ehr_lookups."routes" ("route", "meaning") VALUES ('topical (eye)', NULL); -INSERT INTO ehr_lookups."routes" ("route", "meaning") VALUES ('topical (skin)', NULL); -INSERT INTO ehr_lookups."routes" ("route", "meaning") VALUES ('topical', NULL); -INSERT INTO ehr_lookups."routes" ("route", "meaning") VALUES ('intracardiac', NULL); -INSERT INTO ehr_lookups."routes" ("route", "meaning") VALUES ('intracarotid', NULL); -INSERT INTO ehr_lookups."routes" ("route", "meaning") VALUES ('intracorneal', 'Intracorneal'); -INSERT INTO ehr_lookups."routes" ("route", "meaning") VALUES ('intracranial', NULL); -INSERT INTO ehr_lookups."routes" ("route", "meaning") VALUES ('IP', 'intraperitoneal'); - ---sample_types.sql -INSERT INTO ehr_lookups."sample_types" ("type") VALUES ('BAL'); -INSERT INTO ehr_lookups."sample_types" ("type") VALUES ('FNA'); -INSERT INTO ehr_lookups."sample_types" ("type") VALUES ('Impression Smear'); -INSERT INTO ehr_lookups."sample_types" ("type") VALUES ('Skin Scraping'); - ---snomap.sql - ---snomed.sql -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-06830', 'hydatid disease', 1001, '2011-12-20 15:03:28.241', 1001, '2011-12-20 15:03:28.241'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15240', 'corynebacterium renale', 1001, '2011-12-20 15:03:28.242', 1001, '2011-12-20 15:03:28.242'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-22900', 'diptheroids, nos', 1001, '2011-12-20 15:03:28.243', 1001, '2011-12-20 15:03:28.243'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70720', 'isoflurane', 1001, '2011-12-20 15:03:28.244', 1001, '2011-12-20 15:03:28.244'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71620', 'furacort, furazolidone, nitrofurazone, furoxone, furasolium', 1001, '2011-12-20 15:03:28.245', 1001, '2011-12-20 15:03:28.245'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72130', 'neomycin, biosol', 1001, '2011-12-20 15:03:28.246', 1001, '2011-12-20 15:03:28.246'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72520', 'oxytetracycline hcl, oxytetracyline', 1001, '2011-12-20 15:03:28.247', 1001, '2011-12-20 15:03:28.247'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-yy958', 'chloromycetin ointment + proteolytic enzyme', 1001, '2011-12-20 15:03:28.248', 1001, '2011-12-20 15:03:28.248'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-25170', 'gnrh', 1001, '2011-12-20 15:03:28.249', 1001, '2011-12-20 15:03:28.249'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-31170', 'postpartum state', 1001, '2011-12-20 15:03:28.25', 1001, '2011-12-20 15:03:28.25'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-02530', 'inequality of size, nos', 1001, '2011-12-20 15:03:28.251', 1001, '2011-12-20 15:03:28.251'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-24700', 'coarctation, nos', 1001, '2011-12-20 15:03:28.252', 1001, '2011-12-20 15:03:28.252'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-31600', 'hernia,nos', 1001, '2011-12-20 15:03:28.253', 1001, '2011-12-20 15:03:28.253'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-33400', 'cyst', 1001, '2011-12-20 15:03:28.253', 1001, '2011-12-20 15:03:28.253'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-34300', 'collapse, nos', 1001, '2011-12-20 15:03:28.254', 1001, '2011-12-20 15:03:28.254'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-36100', 'congestion, nos', 1001, '2011-12-20 15:03:28.255', 1001, '2011-12-20 15:03:28.255'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-36504', 'pitting edema', 1001, '2011-12-20 15:03:28.256', 1001, '2011-12-20 15:03:28.256'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-37000', 'hemorrhage, nos', 1001, '2011-12-20 15:03:28.257', 1001, '2011-12-20 15:03:28.257'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-43060', 'plasma cell inflammation', 1001, '2011-12-20 15:03:28.257', 1001, '2011-12-20 15:03:28.257'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10406', 'repeat, elective cesarean', 1001, '2011-12-20 15:03:28.258', 1001, '2011-12-20 15:03:28.258'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12000', 'injection (code to e- axis) (code to t- axis)', 1001, '2011-12-20 15:03:28.259', 1001, '2011-12-20 15:03:28.259'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-16010', 'closure of skin by suture', 1001, '2011-12-20 15:03:28.26', 1001, '2011-12-20 15:03:28.26'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-04210', 'mastectomy - female, right', 1001, '2011-12-20 15:03:28.261', 1001, '2011-12-20 15:03:28.261'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-10600', 'thoracic vertebra', 1001, '2011-12-20 15:03:28.262', 1001, '2011-12-20 15:03:28.262'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-14412', 'psoas major muscle', 1001, '2011-12-20 15:03:28.262', 1001, '2011-12-20 15:03:28.262'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54240', 'maxillary right second premolar tooth', 1001, '2011-12-20 15:03:28.263', 1001, '2011-12-20 15:03:28.263'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-11180', 'mandible, nos', 1001, '2011-12-20 15:03:28.264', 1001, '2011-12-20 15:03:28.264'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-62061', 'serous capsule of liver', 1001, '2011-12-20 15:03:28.265', 1001, '2011-12-20 15:03:28.265'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10010', 'padre with ctl epitope (tpy)', 1001, '2011-12-20 15:03:28.266', 1001, '2011-12-20 15:03:28.266'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-11900', 'lumbar vertebra, nos', 1001, '2011-12-20 15:03:28.267', 1001, '2011-12-20 15:03:28.267'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-03000', 'subcutaneous tissue', 1001, '2011-12-20 15:03:28.267', 1001, '2011-12-20 15:03:28.267'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-81000', 'vulva, nos', 1001, '2011-12-20 15:03:28.268', 1001, '2011-12-20 15:03:28.268'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p2-87524', 'embryo transfer', 1001, '2011-12-20 15:03:28.269', 1001, '2011-12-20 15:03:28.269'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-32160', 'endocardium of atrium, nos', 1001, '2011-12-20 15:03:28.27', 1001, '2011-12-20 15:03:28.27'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-13760', 'palmaris longus', 1001, '2011-12-20 15:03:28.271', 1001, '2011-12-20 15:03:28.271'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-13010', 'skeletal muscle fiber, nos', 1001, '2011-12-20 15:03:28.272', 1001, '2011-12-20 15:03:28.272'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-1x010', 'general anesthesia', 1001, '2011-12-20 15:03:28.273', 1001, '2011-12-20 15:03:28.273'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-0x004', 'blood, cord', 1001, '2011-12-20 15:03:28.273', 1001, '2011-12-20 15:03:28.273'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-0x400', 'plasma', 1001, '2011-12-20 15:03:28.274', 1001, '2011-12-20 15:03:28.274'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1502', 'cranial subarachnoid space', 1001, '2011-12-20 15:03:28.275', 1001, '2011-12-20 15:03:28.275'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1601', 'cerebral ventricle and subarachnoid cistern, nos', 1001, '2011-12-20 15:03:28.276', 1001, '2011-12-20 15:03:28.276'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x6000', 'cerebellum', 1001, '2011-12-20 15:03:28.277', 1001, '2011-12-20 15:03:28.277'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-26000', 'myocarditis, nos', 1001, '2011-12-20 15:03:28.277', 1001, '2011-12-20 15:03:28.277'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d8-04100', 'miscarriage', 1001, '2011-12-20 15:03:28.278', 1001, '2011-12-20 15:03:28.278'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('df-d0100', 'cause of death, natural', 1001, '2011-12-20 15:03:28.279', 1001, '2011-12-20 15:03:28.279'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-aa020', 'left eye', 1001, '2011-12-20 15:03:28.28', 1001, '2011-12-20 15:03:28.28'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-22310', 'hyperkeratosis of skin, nos', 1001, '2011-12-20 15:03:28.281', 1001, '2011-12-20 15:03:28.281'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-60430', 'piroxicam', 1001, '2011-12-20 15:03:28.282', 1001, '2011-12-20 15:03:28.282'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-93040', 'bismuth subsalicylate (pepto bismuth)', 1001, '2011-12-20 15:03:28.283', 1001, '2011-12-20 15:03:28.283'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-21100', 'stomatitis, nos', 1001, '2011-12-20 15:03:28.284', 1001, '2011-12-20 15:03:28.284'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-80322', 'digitalis preparation', 1001, '2011-12-20 15:03:28.284', 1001, '2011-12-20 15:03:28.284'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-6a16a', 'methoxyflurane', 1001, '2011-12-20 15:03:28.285', 1001, '2011-12-20 15:03:28.285'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-12420', 'chronic tubulointerstitial nephritis', 1001, '2011-12-20 15:03:28.286', 1001, '2011-12-20 15:03:28.286'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-10810', 'gingivitis, nos', 1001, '2011-12-20 15:03:28.287', 1001, '2011-12-20 15:03:28.287'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-aa200', 'cornea, nos', 1001, '2011-12-20 15:03:28.288', 1001, '2011-12-20 15:03:28.288'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-00010', 'etiologic agent unknown', 1001, '2011-12-20 15:03:28.289', 1001, '2011-12-20 15:03:28.289'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15910', 'enterobacter agglomerans', 1001, '2011-12-20 15:03:28.289', 1001, '2011-12-20 15:03:28.289'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-20030', 'mycobacterium bovis', 1001, '2011-12-20 15:03:28.29', 1001, '2011-12-20 15:03:28.29'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-50040', 'solution,nos', 1001, '2011-12-20 15:03:28.291', 1001, '2011-12-20 15:03:28.291'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71160', 'hydrogen peroxide', 1001, '2011-12-20 15:03:28.292', 1001, '2011-12-20 15:03:28.292'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71875', 'septra', 1001, '2011-12-20 15:03:28.293', 1001, '2011-12-20 15:03:28.293'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72260', 'streptomycin sulphate', 1001, '2011-12-20 15:03:28.293', 1001, '2011-12-20 15:03:28.293'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-75560', 'cyclopentylate eye drops, cyclogel', 1001, '2011-12-20 15:03:28.294', 1001, '2011-12-20 15:03:28.294'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-75970', 'tropicamide', 1001, '2011-12-20 15:03:28.295', 1001, '2011-12-20 15:03:28.295'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77760', 'indomethacin', 1001, '2011-12-20 15:03:28.296', 1001, '2011-12-20 15:03:28.296'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-78860', 'phenobarbital', 1001, '2011-12-20 15:03:28.297', 1001, '2011-12-20 15:03:28.297'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87790', 'vitamin k', 1001, '2011-12-20 15:03:28.298', 1001, '2011-12-20 15:03:28.298'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-01620', 'weakness', 1001, '2011-12-20 15:03:28.298', 1001, '2011-12-20 15:03:28.298'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-14010', 'infected wound', 1001, '2011-12-20 15:03:28.299', 1001, '2011-12-20 15:03:28.299'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-14830', 'transected structure, nos', 1001, '2011-12-20 15:03:28.3', 1001, '2011-12-20 15:03:28.3'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-31530', 'kyphosis', 1001, '2011-12-20 15:03:28.301', 1001, '2011-12-20 15:03:28.301'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-34030', 'obstruction, paralytic ileus', 1001, '2011-12-20 15:03:28.301', 1001, '2011-12-20 15:03:28.301'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-92150', 'chronic otitis media, nos', 1001, '2011-12-20 15:03:28.302', 1001, '2011-12-20 15:03:28.302'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10022', 'acemannin (carravet)', 1001, '2011-12-20 15:03:28.303', 1001, '2011-12-20 15:03:28.303'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-00250', 'epithelium, nos', 1001, '2011-12-20 15:03:28.304', 1001, '2011-12-20 15:03:28.304'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-70000', 'urinary tract, nos', 1001, '2011-12-20 15:03:28.305', 1001, '2011-12-20 15:03:28.305'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-x2510', 'anisocoria, nos', 1001, '2011-12-20 15:03:28.305', 1001, '2011-12-20 15:03:28.305'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-02214', 'chromosomal imbalance syndrome, pair 21, trisomy', 1001, '2011-12-20 15:03:28.306', 1001, '2011-12-20 15:03:28.306'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-03004', 'hypothermia', 1001, '2011-12-20 15:03:28.307', 1001, '2011-12-20 15:03:28.307'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-14018', 'wound, multiple', 1001, '2011-12-20 15:03:28.308', 1001, '2011-12-20 15:03:28.308'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-53540', 'ceftazidime', 1001, '2011-12-20 15:03:28.309', 1001, '2011-12-20 15:03:28.309'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-53010', 'cephaloridine', 1001, '2011-12-20 15:03:28.309', 1001, '2011-12-20 15:03:28.309'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52270', 'polymyxin b', 1001, '2011-12-20 15:03:28.31', 1001, '2011-12-20 15:03:28.31'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d8-71100', 'cerebral hemorrhage in the fetus or newborn, nos', 1001, '2011-12-20 15:03:28.311', 1001, '2011-12-20 15:03:28.311'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-21313', 'propylene glycol', 1001, '2011-12-20 15:03:28.312', 1001, '2011-12-20 15:03:28.312'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-00010', 'dermatitis, NOS', 1001, '2011-12-20 15:03:28.312', 1001, '2011-12-20 15:03:28.312'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-10510', 'acinetobacter calcoaceticus var anitrat', 1001, '2011-12-20 15:03:28.313', 1001, '2011-12-20 15:03:28.313'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-13711', 'campylobacter fetus, -ss fetus', 1001, '2011-12-20 15:03:28.314', 1001, '2011-12-20 15:03:28.314'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15717', 'e. coli (4451107)', 1001, '2011-12-20 15:03:28.315', 1001, '2011-12-20 15:03:28.315'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87280', 'potassium gluconate', 1001, '2011-12-20 15:03:28.316', 1001, '2011-12-20 15:03:28.316'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-90590', 'catheter nos', 1001, '2011-12-20 15:03:28.317', 1001, '2011-12-20 15:03:28.317'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-57700', 'stomach, pyloric region', 1001, '2011-12-20 15:03:28.317', 1001, '2011-12-20 15:03:28.317'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a3730', 'high', 1001, '2011-12-20 15:03:28.318', 1001, '2011-12-20 15:03:28.318'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10034', 'atipamezole', 1001, '2011-12-20 15:03:28.319', 1001, '2011-12-20 15:03:28.319'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c274e', 'tobradex ophthalamic ointment', 1001, '2011-12-20 15:03:28.32', 1001, '2011-12-20 15:03:28.32'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54290', 'maxillary left central incisor tooth', 1001, '2011-12-20 15:03:28.321', 1001, '2011-12-20 15:03:28.321'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72980', 'cefotaxime', 1001, '2011-12-20 15:03:28.321', 1001, '2011-12-20 15:03:28.321'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-50524', 'vesicular emphysema', 1001, '2011-12-20 15:03:28.322', 1001, '2011-12-20 15:03:28.322'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-60306', 'complete atelectasis', 1001, '2011-12-20 15:03:28.323', 1001, '2011-12-20 15:03:28.323'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-41724', 'purulent enteritis', 1001, '2011-12-20 15:03:28.324', 1001, '2011-12-20 15:03:28.324'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-60500', 'pulmonary edema, acute, nos', 1001, '2011-12-20 15:03:28.325', 1001, '2011-12-20 15:03:28.325'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-680e0', 'phenylephrine', 1001, '2011-12-20 15:03:28.325', 1001, '2011-12-20 15:03:28.325'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d1-50630', 'myositis, nos', 1001, '2011-12-20 15:03:28.326', 1001, '2011-12-20 15:03:28.326'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-50800', 'cell degeneration', 1001, '2011-12-20 15:03:28.327', 1001, '2011-12-20 15:03:28.327'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-88450', 'stillbirth, nos', 1001, '2011-12-20 15:03:28.328', 1001, '2011-12-20 15:03:28.328'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-52110', 'atherosclerosis, nos', 1001, '2011-12-20 15:03:28.329', 1001, '2011-12-20 15:03:28.329'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-80103', 'carcinoma, nos', 1001, '2011-12-20 15:03:28.329', 1001, '2011-12-20 15:03:28.329'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-80500', 'papilloma, nos', 1001, '2011-12-20 15:03:28.33', 1001, '2011-12-20 15:03:28.33'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-64700', 'ampulla of vater', 1001, '2011-12-20 15:03:28.331', 1001, '2011-12-20 15:03:28.331'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10007', 'staphage lysate', 1001, '2011-12-20 15:03:28.332', 1001, '2011-12-20 15:03:28.332'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-94800', 'both testes', 1001, '2011-12-20 15:03:28.332', 1001, '2011-12-20 15:03:28.332'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-72200', 'lymphoid hyperplasia, nos', 1001, '2011-12-20 15:03:28.334', 1001, '2011-12-20 15:03:28.334'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-72020', 'reactive hyperplasia', 1001, '2011-12-20 15:03:28.334', 1001, '2011-12-20 15:03:28.334'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-50080', 'steatosis, fatty change', 1001, '2011-12-20 15:03:28.335', 1001, '2011-12-20 15:03:28.335'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54400', 'mandibular left second premolar tooth', 1001, '2011-12-20 15:03:28.336', 1001, '2011-12-20 15:03:28.336'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54510', 'mandibular right second molar tooth', 1001, '2011-12-20 15:03:28.337', 1001, '2011-12-20 15:03:28.337'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-71065', 'corticomedullary juction of kidney', 1001, '2011-12-20 15:03:28.338', 1001, '2011-12-20 15:03:28.338'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-75080', 'clinical pleurisy, nos', 1001, '2011-12-20 15:03:28.338', 1001, '2011-12-20 15:03:28.338'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70480', 'tetracaine 1% drop, alcaine drops', 1001, '2011-12-20 15:03:28.339', 1001, '2011-12-20 15:03:28.339'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71190', '1% silver sulfadiazine', 1001, '2011-12-20 15:03:28.34', 1001, '2011-12-20 15:03:28.34'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72193', 'ceftriaxone sodium', 1001, '2011-12-20 15:03:28.34', 1001, '2011-12-20 15:03:28.34'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85560', 'estrone (injection)', 1001, '2011-12-20 15:03:28.342', 1001, '2011-12-20 15:03:28.342'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87271', 'phosphate buffered saline (pbs)', 1001, '2011-12-20 15:03:28.343', 1001, '2011-12-20 15:03:28.343'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-88450', 'diphenhydramine hcl', 1001, '2011-12-20 15:03:28.343', 1001, '2011-12-20 15:03:28.343'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-88100', 'placenta, nos', 1001, '2011-12-20 15:03:28.344', 1001, '2011-12-20 15:03:28.344'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-89000', 'fetus, nos', 1001, '2011-12-20 15:03:28.345', 1001, '2011-12-20 15:03:28.345'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1280', 'epidural space, nos', 1001, '2011-12-20 15:03:28.346', 1001, '2011-12-20 15:03:28.346'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-71232', 'hydrosalpinx', 1001, '2011-12-20 15:03:28.347', 1001, '2011-12-20 15:03:28.347'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-71420', 'endometritis, nos', 1001, '2011-12-20 15:03:28.347', 1001, '2011-12-20 15:03:28.347'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-75626', 'endometrial polyp', 1001, '2011-12-20 15:03:28.348', 1001, '2011-12-20 15:03:28.348'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-40010', 'bronchiolitis, nos', 1001, '2011-12-20 15:03:28.348', 1001, '2011-12-20 15:03:28.348'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-53100', 'alopecia, nos', 1001, '2011-12-20 15:03:28.35', 1001, '2011-12-20 15:03:28.35'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a4830', 'dihydrotachysterol', 1001, '2011-12-20 15:03:28.35', 1001, '2011-12-20 15:03:28.35'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1780', 'remote', 1001, '2011-12-20 15:03:28.351', 1001, '2011-12-20 15:03:28.351'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9060', 'left femoral region', 1001, '2011-12-20 15:03:28.352', 1001, '2011-12-20 15:03:28.352'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-36870', 'mucus, leakage', 1001, '2011-12-20 15:03:28.353', 1001, '2011-12-20 15:03:28.353'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-70300', 'involution, nos', 1001, '2011-12-20 15:03:28.354', 1001, '2011-12-20 15:03:28.354'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-43040', 'eosinophilic infiltration, nos', 1001, '2011-12-20 15:03:28.354', 1001, '2011-12-20 15:03:28.354'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-21600', 'moraxella, nos', 1001, '2011-12-20 15:03:28.355', 1001, '2011-12-20 15:03:28.355'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-22200', 'neisseria, nos', 1001, '2011-12-20 15:03:28.356', 1001, '2011-12-20 15:03:28.356'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-80001', 'neoplasm, nos', 1001, '2011-12-20 15:03:28.357', 1001, '2011-12-20 15:03:28.357'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-73070', 'neovascularization', 1001, '2011-12-20 15:03:28.358', 1001, '2011-12-20 15:03:28.358'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-51941', 'blastocystis hominis', 1001, '2011-12-20 15:03:28.358', 1001, '2011-12-20 15:03:28.358'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-36780', 'crust', 1001, '2011-12-20 15:03:28.359', 1001, '2011-12-20 15:03:28.359'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-33030', 'protein cast', 1001, '2011-12-20 15:03:28.36', 1001, '2011-12-20 15:03:28.36'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-40000', 'inflammation, nos', 1001, '2011-12-20 15:03:28.361', 1001, '2011-12-20 15:03:28.361'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-54590', 'carboline', 1001, '2011-12-20 15:03:28.362', 1001, '2011-12-20 15:03:28.362'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-81040', 'fluorescein', 1001, '2011-12-20 15:03:28.362', 1001, '2011-12-20 15:03:28.362'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85050', 'pms', 1001, '2011-12-20 15:03:28.363', 1001, '2011-12-20 15:03:28.363'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85541', 'diethylstilbesterol dipropionate', 1001, '2011-12-20 15:03:28.364', 1001, '2011-12-20 15:03:28.364'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86146', 'gnrh antagonist', 1001, '2011-12-20 15:03:28.364', 1001, '2011-12-20 15:03:28.364'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-83123', 'renal cell carcinoma, grade 3', 1001, '2011-12-20 15:03:28.365', 1001, '2011-12-20 15:03:28.365'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-85030', 'duct adenoma, nos', 1001, '2011-12-20 15:03:28.366', 1001, '2011-12-20 15:03:28.366'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11485', 'biopsy, punch, 5mm', 1001, '2011-12-20 15:03:28.367', 1001, '2011-12-20 15:03:28.367'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-49530', 'great saphenous vein', 1001, '2011-12-20 15:03:28.368', 1001, '2011-12-20 15:03:28.368'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-68000', 'rectum, nos', 1001, '2011-12-20 15:03:28.369', 1001, '2011-12-20 15:03:28.369'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-78010', 'right testis, nos; orchidectomy right', 1001, '2011-12-20 15:03:28.369', 1001, '2011-12-20 15:03:28.369'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-96200', 'left thyroid', 1001, '2011-12-20 15:03:28.37', 1001, '2011-12-20 15:03:28.37'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59380', 'colonic serosa', 1001, '2011-12-20 15:03:28.371', 1001, '2011-12-20 15:03:28.371'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0590', 'stanozolol', 1001, '2011-12-20 15:03:28.372', 1001, '2011-12-20 15:03:28.372'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1000', 'right', 1001, '2011-12-20 15:03:28.372', 1001, '2011-12-20 15:03:28.372'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('dd-1100', 'head, open wound', 1001, '2011-12-20 15:03:28.374', 1001, '2011-12-20 15:03:28.374'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-655b0', 'pentylenetetrazol', 1001, '2011-12-20 15:03:28.374', 1001, '2011-12-20 15:03:28.374'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-56a96', 'levamisole', 1001, '2011-12-20 15:03:28.375', 1001, '2011-12-20 15:03:28.375'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d1237', 'amino acid concentrate', 1001, '2011-12-20 15:03:28.376', 1001, '2011-12-20 15:03:28.376'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-b2830', 'dehydroepiandrosterone', 1001, '2011-12-20 15:03:28.377', 1001, '2011-12-20 15:03:28.377'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b6070', 'measles live virus vaccine', 1001, '2011-12-20 15:03:28.378', 1001, '2011-12-20 15:03:28.378'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1110', 'peripheral', 1001, '2011-12-20 15:03:28.378', 1001, '2011-12-20 15:03:28.378'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1660', 'area', 1001, '2011-12-20 15:03:28.379', 1001, '2011-12-20 15:03:28.379'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-41610', 'acute abscess; abscess', 1001, '2011-12-20 15:03:28.382', 1001, '2011-12-20 15:03:28.382'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c3040', 'splenic red pulp', 1001, '2011-12-20 15:03:28.383', 1001, '2011-12-20 15:03:28.383'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-41700', 'acute necrotizing inflammation, nos', 1001, '2011-12-20 15:03:28.384', 1001, '2011-12-20 15:03:28.384'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-76000', 'proliferation, nos', 1001, '2011-12-20 15:03:28.385', 1001, '2011-12-20 15:03:28.385'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-03100', 'biopsy, nos', 1001, '2011-12-20 15:03:28.385', 1001, '2011-12-20 15:03:28.385'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10020', 'coccus, gram positive', 1001, '2011-12-20 15:03:28.386', 1001, '2011-12-20 15:03:28.386'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-89120', 'meningeal hemorrhage', 1001, '2011-12-20 15:03:28.387', 1001, '2011-12-20 15:03:28.387'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-03001', 'excision, partial (code to t or m)', 1001, '2011-12-20 15:03:28.388', 1001, '2011-12-20 15:03:28.388'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-89605', 'pyrazinoylguanidine, pzg', 1001, '2011-12-20 15:03:28.388', 1001, '2011-12-20 15:03:28.388'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-90620', 'plastic tube', 1001, '2011-12-20 15:03:28.388', 1001, '2011-12-20 15:03:28.388'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-80103', 'carcinoma, metastatic', 1001, '2011-12-20 15:03:28.39', 1001, '2011-12-20 15:03:28.39'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-60310', 'dental prophylaxis,adult', 1001, '2011-12-20 15:03:28.392', 1001, '2011-12-20 15:03:28.392'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-03470', 'subcutaneous tissue of hip', 1001, '2011-12-20 15:03:28.393', 1001, '2011-12-20 15:03:28.393'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-08340', 'paratracheal lymph node', 1001, '2011-12-20 15:03:28.393', 1001, '2011-12-20 15:03:28.393'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-47420', 'left femoral artery', 1001, '2011-12-20 15:03:28.394', 1001, '2011-12-20 15:03:28.394'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-48710', 'inferior vena cava', 1001, '2011-12-20 15:03:28.395', 1001, '2011-12-20 15:03:28.395'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54320', 'maxillary left first premolar tooth', 1001, '2011-12-20 15:03:28.396', 1001, '2011-12-20 15:03:28.396'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-58700', 'ampulla of vater', 1001, '2011-12-20 15:03:28.397', 1001, '2011-12-20 15:03:28.397'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-63000', 'stomach', 1001, '2011-12-20 15:03:28.398', 1001, '2011-12-20 15:03:28.398'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52a02', 'erythromycin ethylsuccinate', 1001, '2011-12-20 15:03:28.398', 1001, '2011-12-20 15:03:28.398'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-67400', 'colon, transverse', 1001, '2011-12-20 15:03:28.399', 1001, '2011-12-20 15:03:28.399'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-73010', 'right ureter', 1001, '2011-12-20 15:03:28.4', 1001, '2011-12-20 15:03:28.4'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-803c1', 'enalapril maleate', 1001, '2011-12-20 15:03:28.401', 1001, '2011-12-20 15:03:28.401'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-58000', 'small intestine, nos', 1001, '2011-12-20 15:03:28.402', 1001, '2011-12-20 15:03:28.402'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-11409', 'shaft of tenth rib', 1001, '2011-12-20 15:03:28.403', 1001, '2011-12-20 15:03:28.403'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59400', 'transverse colon', 1001, '2011-12-20 15:03:28.403', 1001, '2011-12-20 15:03:28.403'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0270', 'betamethasone preparation', 1001, '2011-12-20 15:03:28.406', 1001, '2011-12-20 15:03:28.406'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-6a100', 'general anesthetic, nos', 1001, '2011-12-20 15:03:28.407', 1001, '2011-12-20 15:03:28.407'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c2612', 'cefixime (suprax)', 1001, '2011-12-20 15:03:28.408', 1001, '2011-12-20 15:03:28.408'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-49410', 'femoral vein, nos', 1001, '2011-12-20 15:03:28.408', 1001, '2011-12-20 15:03:28.408'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-793x0', 'phencyclidine nos', 1001, '2011-12-20 15:03:28.409', 1001, '2011-12-20 15:03:28.409'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-yy790', 'xylazine', 1001, '2011-12-20 15:03:28.41', 1001, '2011-12-20 15:03:28.41'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1660', 'right lateral ventricle', 1001, '2011-12-20 15:03:28.411', 1001, '2011-12-20 15:03:28.411'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-84710', 'simethicone', 1001, '2011-12-20 15:03:28.412', 1001, '2011-12-20 15:03:28.412'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-a1420', 'sarcoidosis, nos', 1001, '2011-12-20 15:03:28.412', 1001, '2011-12-20 15:03:28.412'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('df-d0260', 'strangulation death', 1001, '2011-12-20 15:03:28.414', 1001, '2011-12-20 15:03:28.414'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-14700', 'abrasion', 1001, '2011-12-20 15:03:28.415', 1001, '2011-12-20 15:03:28.415'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-54120', 'zonal necrosis', 1001, '2011-12-20 15:03:28.416', 1001, '2011-12-20 15:03:28.416'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-57610', 'jaundice, nos', 1001, '2011-12-20 15:03:28.417', 1001, '2011-12-20 15:03:28.417'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a2210', 'cortex of frontal lobe', 1001, '2011-12-20 15:03:28.417', 1001, '2011-12-20 15:03:28.417'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a2300', 'parietal lobe, nos', 1001, '2011-12-20 15:03:28.418', 1001, '2011-12-20 15:03:28.418'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d1200', 'face, nos', 1001, '2011-12-20 15:03:28.419', 1001, '2011-12-20 15:03:28.419'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d1460', 'sella turcica', 1001, '2011-12-20 15:03:28.42', 1001, '2011-12-20 15:03:28.42'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-37010', 'ecchymosis', 1001, '2011-12-20 15:03:28.42', 1001, '2011-12-20 15:03:28.42'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-24800', 'staphylococcus, nos', 1001, '2011-12-20 15:03:28.422', 1001, '2011-12-20 15:03:28.422'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10036', 'normal flora', 1001, '2011-12-20 15:03:28.423', 1001, '2011-12-20 15:03:28.423'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-b6710', 'laparoscopy with aspiration', 1001, '2011-12-20 15:03:28.423', 1001, '2011-12-20 15:03:28.423'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-44020', 'pyogenic granuloma', 1001, '2011-12-20 15:03:28.424', 1001, '2011-12-20 15:03:28.424'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d2600', 'buttock, nos', 1001, '2011-12-20 15:03:28.425', 1001, '2011-12-20 15:03:28.425'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a2030', 'cerebral white matter', 1001, '2011-12-20 15:03:28.426', 1001, '2011-12-20 15:03:28.426'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d1130', 'parietal region', 1001, '2011-12-20 15:03:28.427', 1001, '2011-12-20 15:03:28.427'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-79600', 'lithium chloride', 1001, '2011-12-20 15:03:28.428', 1001, '2011-12-20 15:03:28.428'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85210', 'fludrocortisone', 1001, '2011-12-20 15:03:28.429', 1001, '2011-12-20 15:03:28.429'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86110', 'corticotropin releasing factor', 1001, '2011-12-20 15:03:28.429', 1001, '2011-12-20 15:03:28.429'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86401', 'polypeptide (hiv) vaccine', 1001, '2011-12-20 15:03:28.43', 1001, '2011-12-20 15:03:28.43'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-02570', 'swelling, nos', 1001, '2011-12-20 15:03:28.431', 1001, '2011-12-20 15:03:28.431'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-36140', 'passive congestion', 1001, '2011-12-20 15:03:28.432', 1001, '2011-12-20 15:03:28.432'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-54730', 'hemorrhagic infarct', 1001, '2011-12-20 15:03:28.433', 1001, '2011-12-20 15:03:28.433'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-70700', 'emaciation', 1001, '2011-12-20 15:03:28.433', 1001, '2011-12-20 15:03:28.433'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-76100', 'fibromatosis, nos', 1001, '2011-12-20 15:03:28.434', 1001, '2011-12-20 15:03:28.434'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-76510', 'endometriosis, internal', 1001, '2011-12-20 15:03:28.435', 1001, '2011-12-20 15:03:28.435'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11750', 'resection-recession, nos', 1001, '2011-12-20 15:03:28.436', 1001, '2011-12-20 15:03:28.436'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-02820', 'skin of knee', 1001, '2011-12-20 15:03:28.436', 1001, '2011-12-20 15:03:28.436'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-10640', 'fourth thoracic vertebra', 1001, '2011-12-20 15:03:28.438', 1001, '2011-12-20 15:03:28.438'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-42000', 'aorta, nos', 1001, '2011-12-20 15:03:28.439', 1001, '2011-12-20 15:03:28.439'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-55300', 'submaxillary gland', 1001, '2011-12-20 15:03:28.439', 1001, '2011-12-20 15:03:28.439'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-56000', 'liver, nos', 1001, '2011-12-20 15:03:28.44', 1001, '2011-12-20 15:03:28.44'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-60d11', 'naloxone hcl', 1001, '2011-12-20 15:03:28.441', 1001, '2011-12-20 15:03:28.441'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d1033', 'acepromazine maleate', 1001, '2011-12-20 15:03:28.442', 1001, '2011-12-20 15:03:28.442'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-6a112', 'halothane', 1001, '2011-12-20 15:03:28.443', 1001, '2011-12-20 15:03:28.443'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-e4060', 'mitotic index', 1001, '2011-12-20 15:03:28.444', 1001, '2011-12-20 15:03:28.444'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-88005', 'oviduct, nos', 1001, '2011-12-20 15:03:28.446', 1001, '2011-12-20 15:03:28.446'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-730x0', 'tolnaftate 1% ointment, tinactin', 1001, '2011-12-20 15:03:28.447', 1001, '2011-12-20 15:03:28.447'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-1x020', 'yellow fat', 1001, '2011-12-20 15:03:28.447', 1001, '2011-12-20 15:03:28.447'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1740', 'third ventricle, nos', 1001, '2011-12-20 15:03:28.448', 1001, '2011-12-20 15:03:28.448'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-88100', 'fibroma, nos', 1001, '2011-12-20 15:03:28.449', 1001, '2011-12-20 15:03:28.449'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4860', 'pelvic lymph node', 1001, '2011-12-20 15:03:28.45', 1001, '2011-12-20 15:03:28.45'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d4900', 'retroperitoneum', 1001, '2011-12-20 15:03:28.451', 1001, '2011-12-20 15:03:28.451'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-54221', 'benzathine penicillin, procaine, longicil', 1001, '2011-12-20 15:03:28.452', 1001, '2011-12-20 15:03:28.452'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55000', 'tetracycline', 1001, '2011-12-20 15:03:28.452', 1001, '2011-12-20 15:03:28.452'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-54620', 'amoxicillin', 1001, '2011-12-20 15:03:28.452', 1001, '2011-12-20 15:03:28.452'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-54400', 'cloxacillin', 1001, '2011-12-20 15:03:28.454', 1001, '2011-12-20 15:03:28.454'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-96511', 'bacitracin preparation', 1001, '2011-12-20 15:03:28.455', 1001, '2011-12-20 15:03:28.455'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0d05', 'oxytocin preparation', 1001, '2011-12-20 15:03:28.455', 1001, '2011-12-20 15:03:28.455'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-64520', 'alprazolam', 1001, '2011-12-20 15:03:28.456', 1001, '2011-12-20 15:03:28.456'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a15e5', 'thyrotropin releasing hormone preparation', 1001, '2011-12-20 15:03:28.457', 1001, '2011-12-20 15:03:28.457'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-88320', 'dermatofibroma, nos', 1001, '2011-12-20 15:03:28.458', 1001, '2011-12-20 15:03:28.458'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a7802', 'sacral spinal cord', 1001, '2011-12-20 15:03:28.459', 1001, '2011-12-20 15:03:28.459'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-10140', 'malnutrition syndrome, nos', 1001, '2011-12-20 15:03:28.459', 1001, '2011-12-20 15:03:28.459'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-10040', 'bacillus, gram +', 1001, '2011-12-20 15:03:28.46', 1001, '2011-12-20 15:03:28.46'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15950', 'morganella morganii', 1001, '2011-12-20 15:03:28.46', 1001, '2011-12-20 15:03:28.46'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-43310', 'pneumocystis carini', 1001, '2011-12-20 15:03:28.462', 1001, '2011-12-20 15:03:28.462'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70020', 'experimental drug, sl 53', 1001, '2011-12-20 15:03:28.463', 1001, '2011-12-20 15:03:28.463'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71120', 'chlorhexidine, nolvasan', 1001, '2011-12-20 15:03:28.463', 1001, '2011-12-20 15:03:28.463'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71613', 'ciprofloxacin', 1001, '2011-12-20 15:03:28.464', 1001, '2011-12-20 15:03:28.464'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72220', 'polymyxin b', 1001, '2011-12-20 15:03:28.465', 1001, '2011-12-20 15:03:28.465'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72610', 'methicillin', 1001, '2011-12-20 15:03:28.466', 1001, '2011-12-20 15:03:28.466'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77720', 'ibuprofen', 1001, '2011-12-20 15:03:28.466', 1001, '2011-12-20 15:03:28.466'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-26570', 'testosterone nos', 1001, '2011-12-20 15:03:28.467', 1001, '2011-12-20 15:03:28.467'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-35250', 'stillbirth, nos', 1001, '2011-12-20 15:03:28.468', 1001, '2011-12-20 15:03:28.468'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-22210', 'mobile cecum', 1001, '2011-12-20 15:03:28.469', 1001, '2011-12-20 15:03:28.469'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-30000', 'stone, nos', 1001, '2011-12-20 15:03:28.47', 1001, '2011-12-20 15:03:28.47'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-32200', 'distention, nos', 1001, '2011-12-20 15:03:28.47', 1001, '2011-12-20 15:03:28.47'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-33300', 'hydronephrosis, nos', 1001, '2011-12-20 15:03:28.471', 1001, '2011-12-20 15:03:28.471'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-33770', 'serous cyst', 1001, '2011-12-20 15:03:28.472', 1001, '2011-12-20 15:03:28.472'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-37106', 'hematoma, localized', 1001, '2011-12-20 15:03:28.473', 1001, '2011-12-20 15:03:28.473'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-41500', 'acute fibrinous pericarditis', 1001, '2011-12-20 15:03:28.473', 1001, '2011-12-20 15:03:28.473'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-44000', 'granuloma, nos', 1001, '2011-12-20 15:03:28.474', 1001, '2011-12-20 15:03:28.474'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-50060', 'hyalinization, nos', 1001, '2011-12-20 15:03:28.475', 1001, '2011-12-20 15:03:28.475'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-54111', 'fat necrosis', 1001, '2011-12-20 15:03:28.477', 1001, '2011-12-20 15:03:28.477'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-55110', 'amyloidosis, focal', 1001, '2011-12-20 15:03:28.478', 1001, '2011-12-20 15:03:28.478'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-58000', 'atrophy, nos', 1001, '2011-12-20 15:03:28.479', 1001, '2011-12-20 15:03:28.479'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10401', 'initial cesarean', 1001, '2011-12-20 15:03:28.48', 1001, '2011-12-20 15:03:28.48'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10500', 'incision and re-exploration of recent operation', 1001, '2011-12-20 15:03:28.481', 1001, '2011-12-20 15:03:28.481'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11400', 'biopsy - nos', 1001, '2011-12-20 15:03:28.481', 1001, '2011-12-20 15:03:28.481'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11810', 'excision of tissue or organ for grafting from recipient', 1001, '2011-12-20 15:03:28.482', 1001, '2011-12-20 15:03:28.482'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12700', 'implantation - nos', 1001, '2011-12-20 15:03:28.483', 1001, '2011-12-20 15:03:28.483'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-16300', 'suture ligature, nos', 1001, '2011-12-20 15:03:28.484', 1001, '2011-12-20 15:03:28.484'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-20100', 'specimen collection nos', 1001, '2011-12-20 15:03:28.484', 1001, '2011-12-20 15:03:28.484'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-34510', 'microbial o & p exam fecal', 1001, '2011-12-20 15:03:28.484', 1001, '2011-12-20 15:03:28.484'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-21030', 'olfactory region of nose', 1001, '2011-12-20 15:03:28.486', 1001, '2011-12-20 15:03:28.486'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-25000', 'trachea, tracheotomy', 1001, '2011-12-20 15:03:28.487', 1001, '2011-12-20 15:03:28.487'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-xx020', 'left eye', 1001, '2011-12-20 15:03:28.487', 1001, '2011-12-20 15:03:28.487'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a2211', 'intermediate-acting insulin', 1001, '2011-12-20 15:03:28.488', 1001, '2011-12-20 15:03:28.488'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-13820', 'brachioradialis teres', 1001, '2011-12-20 15:03:28.489', 1001, '2011-12-20 15:03:28.489'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y1755', 'administrative death', 1001, '2011-12-20 15:03:28.49', 1001, '2011-12-20 15:03:28.49'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-2y600', 'pleural fluid, nos', 1001, '2011-12-20 15:03:28.49', 1001, '2011-12-20 15:03:28.49'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1000', 'csf', 1001, '2011-12-20 15:03:28.491', 1001, '2011-12-20 15:03:28.491'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1410', 'cranial subdural space', 1001, '2011-12-20 15:03:28.494', 1001, '2011-12-20 15:03:28.494'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x2300', 'parietal lobe', 1001, '2011-12-20 15:03:28.495', 1001, '2011-12-20 15:03:28.495'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y1010', 'upper trunk', 1001, '2011-12-20 15:03:28.496', 1001, '2011-12-20 15:03:28.496'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y4100', 'laparoscopy, laparotomy', 1001, '2011-12-20 15:03:28.496', 1001, '2011-12-20 15:03:28.496'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y5000', 'abdominal viscera', 1001, '2011-12-20 15:03:28.497', 1001, '2011-12-20 15:03:28.497'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-51851', 'hydroxyzine hydrochloride', 1001, '2011-12-20 15:03:28.498', 1001, '2011-12-20 15:03:28.498'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-80140', 'acute hepatitis', 1001, '2011-12-20 15:03:28.499', 1001, '2011-12-20 15:03:28.499'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-01804', 'body weight loss', 1001, '2011-12-20 15:03:28.499', 1001, '2011-12-20 15:03:28.499'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-78430', 'adhesion, fibrous', 1001, '2011-12-20 15:03:28.5', 1001, '2011-12-20 15:03:28.5'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a4101', 'thalamus, periventricular gray matter', 1001, '2011-12-20 15:03:28.501', 1001, '2011-12-20 15:03:28.501'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4160', 'submandibular lymph node', 1001, '2011-12-20 15:03:28.502', 1001, '2011-12-20 15:03:28.502'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4340', 'paratracheal lymph node', 1001, '2011-12-20 15:03:28.502', 1001, '2011-12-20 15:03:28.502'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4520', 'ileocolic lymph node', 1001, '2011-12-20 15:03:28.503', 1001, '2011-12-20 15:03:28.503'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d4000', 'abdomen, nos', 1001, '2011-12-20 15:03:28.504', 1001, '2011-12-20 15:03:28.504'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-80401', 'lidocaine hydrochloride', 1001, '2011-12-20 15:03:28.505', 1001, '2011-12-20 15:03:28.505'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-97580', 'tropicamide', 1001, '2011-12-20 15:03:28.505', 1001, '2011-12-20 15:03:28.505'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-91451', 'methylprednisolone acetate (depomedrol)', 1001, '2011-12-20 15:03:28.506', 1001, '2011-12-20 15:03:28.506'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-70831', 'lactated ringer''s solution', 1001, '2011-12-20 15:03:28.507', 1001, '2011-12-20 15:03:28.507'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-80330', 'digoxin', 1001, '2011-12-20 15:03:28.508', 1001, '2011-12-20 15:03:28.508'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a4630', 'tuber cinereum', 1001, '2011-12-20 15:03:28.508', 1001, '2011-12-20 15:03:28.508'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4610', 'iliac lymph node', 1001, '2011-12-20 15:03:28.508', 1001, '2011-12-20 15:03:28.508'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a5100', 'mid brain, nos', 1001, '2011-12-20 15:03:28.51', 1001, '2011-12-20 15:03:28.51'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-10020', 'failure to thrive syndrome', 1001, '2011-12-20 15:03:28.511', 1001, '2011-12-20 15:03:28.511'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-63350', 'cholestatic jaundice syndrome, nos', 1001, '2011-12-20 15:03:28.512', 1001, '2011-12-20 15:03:28.512'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-00130', 'etiology, physician association', 1001, '2011-12-20 15:03:28.512', 1001, '2011-12-20 15:03:28.512'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10030', 'hcg recombinant', 1001, '2011-12-20 15:03:28.513', 1001, '2011-12-20 15:03:28.513'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-16522', 'shigella flexneri, type 2', 1001, '2011-12-20 15:03:28.514', 1001, '2011-12-20 15:03:28.514'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-22310', 'pasteurella multocida', 1001, '2011-12-20 15:03:28.515', 1001, '2011-12-20 15:03:28.515'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-44570', 'entamoeba coli', 1001, '2011-12-20 15:03:28.516', 1001, '2011-12-20 15:03:28.516'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70041', 'experimental drug fp7070 (shiseido)', 1001, '2011-12-20 15:03:28.516', 1001, '2011-12-20 15:03:28.516'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72340', 'tobramycin', 1001, '2011-12-20 15:03:28.516', 1001, '2011-12-20 15:03:28.516'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72730', 'amoxicillin', 1001, '2011-12-20 15:03:28.518', 1001, '2011-12-20 15:03:28.518'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77230', 'caffeine sodium benzoate, pentylenetetrazol', 1001, '2011-12-20 15:03:28.519', 1001, '2011-12-20 15:03:28.519'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-yy972', 'doxapdopram', 1001, '2011-12-20 15:03:28.52', 1001, '2011-12-20 15:03:28.52'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-12300', 'fracture, ununited, nos', 1001, '2011-12-20 15:03:28.52', 1001, '2011-12-20 15:03:28.52'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-32710', 'diverticulosis', 1001, '2011-12-20 15:03:28.521', 1001, '2011-12-20 15:03:28.521'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-49400', 'adhesion, nos', 1001, '2011-12-20 15:03:28.522', 1001, '2011-12-20 15:03:28.522'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-04000', 'breast, nos', 1001, '2011-12-20 15:03:28.523', 1001, '2011-12-20 15:03:28.523'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-06002', 'bone marrow,iliaccrest', 1001, '2011-12-20 15:03:28.523', 1001, '2011-12-20 15:03:28.523'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-62000', 'liver, nos', 1001, '2011-12-20 15:03:28.524', 1001, '2011-12-20 15:03:28.524'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-03020', 'subcutaneous fat; panniculus adiposus', 1001, '2011-12-20 15:03:28.525', 1001, '2011-12-20 15:03:28.525'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02201', 'skin of pinna', 1001, '2011-12-20 15:03:28.526', 1001, '2011-12-20 15:03:28.526'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02420', 'skin of axilla, NOS', 1001, '2011-12-20 15:03:28.526', 1001, '2011-12-20 15:03:28.526'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-13740', 'pronator teres', 1001, '2011-12-20 15:03:28.527', 1001, '2011-12-20 15:03:28.527'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-62220', 'midlobular region of liver', 1001, '2011-12-20 15:03:28.528', 1001, '2011-12-20 15:03:28.528'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12x10', 'ia', 1001, '2011-12-20 15:03:28.529', 1001, '2011-12-20 15:03:28.529'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-0x006', 'blood, anaerobic culture', 1001, '2011-12-20 15:03:28.53', 1001, '2011-12-20 15:03:28.53'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-30100', 'bronchitis, nos', 1001, '2011-12-20 15:03:28.53', 1001, '2011-12-20 15:03:28.53'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-21100', 'cystitis, nos', 1001, '2011-12-20 15:03:28.531', 1001, '2011-12-20 15:03:28.531'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('df-d1600', 'death due to fight', 1001, '2011-12-20 15:03:28.532', 1001, '2011-12-20 15:03:28.532'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-61320', 'phenobarbital', 1001, '2011-12-20 15:03:28.533', 1001, '2011-12-20 15:03:28.533'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-73002', 'proteolytic enzyme preparation', 1001, '2011-12-20 15:03:28.533', 1001, '2011-12-20 15:03:28.533'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a15c0', 'gnrh', 1001, '2011-12-20 15:03:28.534', 1001, '2011-12-20 15:03:28.534'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d1-08402', 'debridement and suture', 1001, '2011-12-20 15:03:28.535', 1001, '2011-12-20 15:03:28.535'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-62170', 'malabsorption syndrome', 1001, '2011-12-20 15:03:28.536', 1001, '2011-12-20 15:03:28.536'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-67040', 'acute glomerulonephritis syndrome', 1001, '2011-12-20 15:03:28.536', 1001, '2011-12-20 15:03:28.536'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-10002', 'bacterium, growth absent', 1001, '2011-12-20 15:03:28.537', 1001, '2011-12-20 15:03:28.537'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-10630', 'actinobacillus actinomycetem comitans', 1001, '2011-12-20 15:03:28.538', 1001, '2011-12-20 15:03:28.538'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15700', 'escherichia, nos', 1001, '2011-12-20 15:03:28.539', 1001, '2011-12-20 15:03:28.539'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10003', 'experimental drug ru65008 (roussel uclaf)', 1001, '2011-12-20 15:03:28.54', 1001, '2011-12-20 15:03:28.54'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77970', 'morphine sulphate', 1001, '2011-12-20 15:03:28.54', 1001, '2011-12-20 15:03:28.54'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-35010', 'perinatal state, nos', 1001, '2011-12-20 15:03:28.541', 1001, '2011-12-20 15:03:28.541'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-12800', 'multiple fracture, nos', 1001, '2011-12-20 15:03:28.542', 1001, '2011-12-20 15:03:28.542'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-32820', 'vesicular emphysema', 1001, '2011-12-20 15:03:28.543', 1001, '2011-12-20 15:03:28.543'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-39320', 'fistula, nos', 1001, '2011-12-20 15:03:28.544', 1001, '2011-12-20 15:03:28.544'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-41740', 'abscess, nos', 1001, '2011-12-20 15:03:28.544', 1001, '2011-12-20 15:03:28.544'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-50510', 'intestinal mucosa, nos', 1001, '2011-12-20 15:03:28.545', 1001, '2011-12-20 15:03:28.545'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-57000', 'stomach, nos', 1001, '2011-12-20 15:03:28.546', 1001, '2011-12-20 15:03:28.546'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-96000', 'vas deferens', 1001, '2011-12-20 15:03:28.547', 1001, '2011-12-20 15:03:28.547'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-57110', 'gastric submucosa', 1001, '2011-12-20 15:03:28.547', 1001, '2011-12-20 15:03:28.547'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-70060', 'urine', 1001, '2011-12-20 15:03:28.548', 1001, '2011-12-20 15:03:28.548'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02102', 'skin of scalp, nos', 1001, '2011-12-20 15:03:28.549', 1001, '2011-12-20 15:03:28.549'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-79520', 'electroejaculation', 1001, '2011-12-20 15:03:28.55', 1001, '2011-12-20 15:03:28.55'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-08450', 'hernia repair, nos', 1001, '2011-12-20 15:03:28.55', 1001, '2011-12-20 15:03:28.55'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-57803', 'colopexy', 1001, '2011-12-20 15:03:28.551', 1001, '2011-12-20 15:03:28.551'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-95460', 'embryo transfer', 1001, '2011-12-20 15:03:28.552', 1001, '2011-12-20 15:03:28.552'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-72050', 'mannitol', 1001, '2011-12-20 15:03:28.553', 1001, '2011-12-20 15:03:28.553'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-11010', 'renal insufficiency syndrome', 1001, '2011-12-20 15:03:28.554', 1001, '2011-12-20 15:03:28.554'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a6218', 'iron dextran', 1001, '2011-12-20 15:03:28.555', 1001, '2011-12-20 15:03:28.555'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-14100', 'hydronephrosis, nos', 1001, '2011-12-20 15:03:28.555', 1001, '2011-12-20 15:03:28.555'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-87280', 'breech presentation', 1001, '2011-12-20 15:03:28.556', 1001, '2011-12-20 15:03:28.556'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-53560', 'ceftriaxone', 1001, '2011-12-20 15:03:28.557', 1001, '2011-12-20 15:03:28.557'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52250', 'lincomycin', 1001, '2011-12-20 15:03:28.558', 1001, '2011-12-20 15:03:28.558'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-62150', 'lithium chloride', 1001, '2011-12-20 15:03:28.559', 1001, '2011-12-20 15:03:28.559'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-63220', 'haloperidol', 1001, '2011-12-20 15:03:28.559', 1001, '2011-12-20 15:03:28.559'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c16c2', 'diamox', 1001, '2011-12-20 15:03:28.56', 1001, '2011-12-20 15:03:28.56'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-13713', 'campylobacter jejuni', 1001, '2011-12-20 15:03:28.561', 1001, '2011-12-20 15:03:28.561'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71670', 'furacin, nitrofurazone, nitrofurazone-penicillin', 1001, '2011-12-20 15:03:28.562', 1001, '2011-12-20 15:03:28.562'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-12214', 'hypoproteinemia', 1001, '2011-12-20 15:03:28.563', 1001, '2011-12-20 15:03:28.563'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-13611', 'triglyceride, medium chain', 1001, '2011-12-20 15:03:28.563', 1001, '2011-12-20 15:03:28.563'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-81403', 'adenocarcinoma, nos', 1001, '2011-12-20 15:03:28.564', 1001, '2011-12-20 15:03:28.564'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9110', 'right thigh', 1001, '2011-12-20 15:03:28.565', 1001, '2011-12-20 15:03:28.565'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-62390', 'vacuolization', 1001, '2011-12-20 15:03:28.566', 1001, '2011-12-20 15:03:28.566'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-1234a', 'iliac crest', 1001, '2011-12-20 15:03:28.567', 1001, '2011-12-20 15:03:28.567'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10015', 'experimental drug bms234303 (bristal meyers)', 1001, '2011-12-20 15:03:28.568', 1001, '2011-12-20 15:03:28.568'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a31700', 'increased', 1001, '2011-12-20 15:03:28.568', 1001, '2011-12-20 15:03:28.568'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-01404', 'hair shaft', 1001, '2011-12-20 15:03:28.569', 1001, '2011-12-20 15:03:28.569'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54490', 'mandibular right second premolar tooth', 1001, '2011-12-20 15:03:28.57', 1001, '2011-12-20 15:03:28.57'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-94100', 'seminiferous tubule, nos', 1001, '2011-12-20 15:03:28.571', 1001, '2011-12-20 15:03:28.571'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54490', 'mandibular right second premolar tooth', 1001, '2011-12-20 15:03:28.572', 1001, '2011-12-20 15:03:28.572'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9780', 'both feet', 1001, '2011-12-20 15:03:28.573', 1001, '2011-12-20 15:03:28.573'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-60300', 'collapse of lung; atelectasis, nos', 1001, '2011-12-20 15:03:28.573', 1001, '2011-12-20 15:03:28.573'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-41110', 'chronic ulcerative colitis', 1001, '2011-12-20 15:03:28.574', 1001, '2011-12-20 15:03:28.574'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-40220', 'pulmonary thrombosis', 1001, '2011-12-20 15:03:28.575', 1001, '2011-12-20 15:03:28.575'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-1e100', 'shigella, nos', 1001, '2011-12-20 15:03:28.576', 1001, '2011-12-20 15:03:28.576'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-00564', 'folliculitis', 1001, '2011-12-20 15:03:28.576', 1001, '2011-12-20 15:03:28.576'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c1758', 'kaolin & opium (donnagel-pg)', 1001, '2011-12-20 15:03:28.577', 1001, '2011-12-20 15:03:28.577'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-41010', 'regional ileitis of the small intestine', 1001, '2011-12-20 15:03:28.578', 1001, '2011-12-20 15:03:28.578'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-24100', 'larynx, nos', 1001, '2011-12-20 15:03:28.579', 1001, '2011-12-20 15:03:28.579'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('db-61110', 'diabetes mellitus, drug-related', 1001, '2011-12-20 15:03:28.58', 1001, '2011-12-20 15:03:28.58'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-83300', 'follicular adenoma, nos', 1001, '2011-12-20 15:03:28.581', 1001, '2011-12-20 15:03:28.581'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-64500', 'common bile duct, nos', 1001, '2011-12-20 15:03:28.581', 1001, '2011-12-20 15:03:28.581'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c8000', 'thymus, nos', 1001, '2011-12-20 15:03:28.582', 1001, '2011-12-20 15:03:28.582'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8520', 'left forearm', 1001, '2011-12-20 15:03:28.583', 1001, '2011-12-20 15:03:28.583'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10027', 'plasmalyte', 1001, '2011-12-20 15:03:28.584', 1001, '2011-12-20 15:03:28.584'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-72000', 'hyperplasia, NOS', 1001, '2011-12-20 15:03:28.584', 1001, '2011-12-20 15:03:28.584'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54420', 'mandibular left canine tooth', 1001, '2011-12-20 15:03:28.585', 1001, '2011-12-20 15:03:28.585'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54350', 'maxillary left second molar tooth', 1001, '2011-12-20 15:03:28.586', 1001, '2011-12-20 15:03:28.586'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54240', 'maxillary right second premolar tooth', 1001, '2011-12-20 15:03:28.587', 1001, '2011-12-20 15:03:28.587'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-14570', 'vastus lateralis muscle', 1001, '2011-12-20 15:03:28.587', 1001, '2011-12-20 15:03:28.587'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72090', 'clindamycin', 1001, '2011-12-20 15:03:28.588', 1001, '2011-12-20 15:03:28.588'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72191', 'cefazolin', 1001, '2011-12-20 15:03:28.589', 1001, '2011-12-20 15:03:28.589'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-73580', 'interferon', 1001, '2011-12-20 15:03:28.59', 1001, '2011-12-20 15:03:28.59'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-76591', 'enulapril, angiotensin converting enzyme inhibitor', 1001, '2011-12-20 15:03:28.59', 1001, '2011-12-20 15:03:28.59'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-84660', 'protamine', 1001, '2011-12-20 15:03:28.591', 1001, '2011-12-20 15:03:28.591'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85370', 'triamcinolone', 1001, '2011-12-20 15:03:28.592', 1001, '2011-12-20 15:03:28.592'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-60180', 'bulimia', 1001, '2011-12-20 15:03:28.593', 1001, '2011-12-20 15:03:28.593'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-47190', 'lymphocytic inflammatory cell infiltrate', 1001, '2011-12-20 15:03:28.593', 1001, '2011-12-20 15:03:28.593'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-82900', 'uterus and cervix', 1001, '2011-12-20 15:03:28.594', 1001, '2011-12-20 15:03:28.594'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-86910', 'salpingo-ovariectomy - right', 1001, '2011-12-20 15:03:28.595', 1001, '2011-12-20 15:03:28.595'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-88300', 'amniocentesis', 1001, '2011-12-20 15:03:28.596', 1001, '2011-12-20 15:03:28.596'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-54b30', 'piperacillin', 1001, '2011-12-20 15:03:28.596', 1001, '2011-12-20 15:03:28.596'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a4410', 'folic acid preparation', 1001, '2011-12-20 15:03:28.597', 1001, '2011-12-20 15:03:28.597'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-56a80', 'thiabendazole', 1001, '2011-12-20 15:03:28.598', 1001, '2011-12-20 15:03:28.598'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1090', 'medial; middle', 1001, '2011-12-20 15:03:28.599', 1001, '2011-12-20 15:03:28.599'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-33540', 'blood cyst, hemorrhagic cyst', 1001, '2011-12-20 15:03:28.6', 1001, '2011-12-20 15:03:28.6'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-41790', 'acute hemorrhagic inflammation, nos', 1001, '2011-12-20 15:03:28.6', 1001, '2011-12-20 15:03:28.6'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-33980', 'pseudocyst, nos', 1001, '2011-12-20 15:03:28.601', 1001, '2011-12-20 15:03:28.601'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-41602', 'pus, NOS', 1001, '2011-12-20 15:03:28.602', 1001, '2011-12-20 15:03:28.602'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-31180', 'separation, nos', 1001, '2011-12-20 15:03:28.603', 1001, '2011-12-20 15:03:28.603'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-80750', 'methylcellulose', 1001, '2011-12-20 15:03:28.603', 1001, '2011-12-20 15:03:28.603'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87440', 'bha, food additive', 1001, '2011-12-20 15:03:28.604', 1001, '2011-12-20 15:03:28.604'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87830', 'pyridoxine hcl', 1001, '2011-12-20 15:03:28.605', 1001, '2011-12-20 15:03:28.605'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-85032', 'duct adenoma,nos', 1001, '2011-12-20 15:03:28.606', 1001, '2011-12-20 15:03:28.606'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11487', 'biopsy, punch, 7mm', 1001, '2011-12-20 15:03:28.607', 1001, '2011-12-20 15:03:28.607'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-14290', 'transplantation (allogeneic), corneal transplant (t-xx200)', 1001, '2011-12-20 15:03:28.607', 1001, '2011-12-20 15:03:28.607'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a6710', 'protamine sodium', 1001, '2011-12-20 15:03:28.608', 1001, '2011-12-20 15:03:28.608'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-10680', 'eighth thoracic vertebra', 1001, '2011-12-20 15:03:28.609', 1001, '2011-12-20 15:03:28.609'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-82000', 'uterus, nos', 1001, '2011-12-20 15:03:28.61', 1001, '2011-12-20 15:03:28.61'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-86400', 'parametrium', 1001, '2011-12-20 15:03:28.61', 1001, '2011-12-20 15:03:28.61'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-87500', 'ovum, nos', 1001, '2011-12-20 15:03:28.611', 1001, '2011-12-20 15:03:28.611'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-93110', 'adrenal, zona glomerulosa', 1001, '2011-12-20 15:03:28.612', 1001, '2011-12-20 15:03:28.612'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-96000', 'thyroid gland, nos', 1001, '2011-12-20 15:03:28.613', 1001, '2011-12-20 15:03:28.613'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-6a157', 'ketamine hcl, vetalar', 1001, '2011-12-20 15:03:28.613', 1001, '2011-12-20 15:03:28.613'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a6530', 'warfarin', 1001, '2011-12-20 15:03:28.614', 1001, '2011-12-20 15:03:28.614'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-6a116', 'isoflurane', 1001, '2011-12-20 15:03:28.615', 1001, '2011-12-20 15:03:28.615'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a1204', 'progesterone preparation', 1001, '2011-12-20 15:03:28.616', 1001, '2011-12-20 15:03:28.616'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b5540', 'diphtheria toxoid', 1001, '2011-12-20 15:03:28.617', 1001, '2011-12-20 15:03:28.617'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10018', 'experimental drug rs1716 (sankyo)', 1001, '2011-12-20 15:03:28.617', 1001, '2011-12-20 15:03:28.617'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02158', 'skin of jaw, nos', 1001, '2011-12-20 15:03:28.618', 1001, '2011-12-20 15:03:28.618'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b7180', 'dimethyl sulfoxide (dmso)', 1001, '2011-12-20 15:03:28.619', 1001, '2011-12-20 15:03:28.619'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1020', 'bilateral', 1001, '2011-12-20 15:03:28.62', 1001, '2011-12-20 15:03:28.62'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c3310', 'sheathed arterioles of spleen', 1001, '2011-12-20 15:03:28.621', 1001, '2011-12-20 15:03:28.621'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b3120', 'adrenal, zona fasiculata', 1001, '2011-12-20 15:03:28.621', 1001, '2011-12-20 15:03:28.621'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d2010', 'upper trunk', 1001, '2011-12-20 15:03:28.622', 1001, '2011-12-20 15:03:28.622'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d2100', 'back, nos', 1001, '2011-12-20 15:03:28.623', 1001, '2011-12-20 15:03:28.623'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('df-d0590', 'euthanasia', 1001, '2011-12-20 15:03:28.624', 1001, '2011-12-20 15:03:28.624'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-16001', 'klebsiella pneumoniae', 1001, '2011-12-20 15:03:28.624', 1001, '2011-12-20 15:03:28.624'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-81010', 'stroke syndrome,nos', 1001, '2011-12-20 15:03:28.625', 1001, '2011-12-20 15:03:28.625'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-10080', 'bacillus, gram negative', 1001, '2011-12-20 15:03:28.626', 1001, '2011-12-20 15:03:28.626'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15990', 'providencia stuartii', 1001, '2011-12-20 15:03:28.627', 1001, '2011-12-20 15:03:28.627'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71900', 'sulfasalazine', 1001, '2011-12-20 15:03:28.627', 1001, '2011-12-20 15:03:28.627'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-79001', 'anxiolytic drug, nos', 1001, '2011-12-20 15:03:28.628', 1001, '2011-12-20 15:03:28.628'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86220', 'thyroxin, injectable nos', 1001, '2011-12-20 15:03:28.629', 1001, '2011-12-20 15:03:28.629'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-88810', 'diamox, acetazolamide', 1001, '2011-12-20 15:03:28.63', 1001, '2011-12-20 15:03:28.63'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-89603', 'nmda (n-methyl-d-aspartate acid)', 1001, '2011-12-20 15:03:28.63', 1001, '2011-12-20 15:03:28.63'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-53320', 'kimmelstiel-wilson lesion', 1001, '2011-12-20 15:03:28.631', 1001, '2011-12-20 15:03:28.631'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-72200', 'lymphoid hyperplasia, nos', 1001, '2011-12-20 15:03:28.632', 1001, '2011-12-20 15:03:28.632'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-80703', 'epidermoid carcinoma', 1001, '2011-12-20 15:03:28.633', 1001, '2011-12-20 15:03:28.633'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-81401', 'adenocarcinoma', 1001, '2011-12-20 15:03:28.633', 1001, '2011-12-20 15:03:28.633'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-81500', 'islet cell adenoma', 1001, '2011-12-20 15:03:28.634', 1001, '2011-12-20 15:03:28.634'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-82600', 'papillary adenoma, nos', 1001, '2011-12-20 15:03:28.635', 1001, '2011-12-20 15:03:28.635'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-83700', 'adrenal cortical adenoma, nos', 1001, '2011-12-20 15:03:28.635', 1001, '2011-12-20 15:03:28.635'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-84000', 'sweat gland tumor, malignant', 1001, '2011-12-20 15:03:28.636', 1001, '2011-12-20 15:03:28.636'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-85001', 'intraductal carcinoma, grade 1', 1001, '2011-12-20 15:03:28.637', 1001, '2011-12-20 15:03:28.637'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11070', 'vasectomy, segmental excision and ligation', 1001, '2011-12-20 15:03:28.638', 1001, '2011-12-20 15:03:28.638'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11440', 'biopsy, aspiration of tissue or fluid', 1001, '2011-12-20 15:03:28.638', 1001, '2011-12-20 15:03:28.638'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-14920', 'open reduction and fixation (code to device, e-9...)', 1001, '2011-12-20 15:03:28.639', 1001, '2011-12-20 15:03:28.639'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-15040', 'electrosurgery - nos', 1001, '2011-12-20 15:03:28.64', 1001, '2011-12-20 15:03:28.64'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-62300', 'root canal', 1001, '2011-12-20 15:03:28.641', 1001, '2011-12-20 15:03:28.641'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-48170', 'internal jugular vein', 1001, '2011-12-20 15:03:28.641', 1001, '2011-12-20 15:03:28.641'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-51000', 'mouth, nos', 1001, '2011-12-20 15:03:28.642', 1001, '2011-12-20 15:03:28.642'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54500', 'mandibular right first molar tooth', 1001, '2011-12-20 15:03:28.643', 1001, '2011-12-20 15:03:28.643'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54910', 'gingiva', 1001, '2011-12-20 15:03:28.644', 1001, '2011-12-20 15:03:28.644'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-67200', 'ascending colon', 1001, '2011-12-20 15:03:28.644', 1001, '2011-12-20 15:03:28.644'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-71020', 'left kidney', 1001, '2011-12-20 15:03:28.645', 1001, '2011-12-20 15:03:28.645'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a6211', 'iron preparation nos', 1001, '2011-12-20 15:03:28.646', 1001, '2011-12-20 15:03:28.646'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-39000', 'pericardium, nos', 1001, '2011-12-20 15:03:28.646', 1001, '2011-12-20 15:03:28.646'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-58200', 'duodenum, nos', 1001, '2011-12-20 15:03:28.647', 1001, '2011-12-20 15:03:28.647'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59420', 'ascending colon', 1001, '2011-12-20 15:03:28.648', 1001, '2011-12-20 15:03:28.648'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59600', 'rectum, nos', 1001, '2011-12-20 15:03:28.649', 1001, '2011-12-20 15:03:28.649'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0250', 'dexamethasone preparation', 1001, '2011-12-20 15:03:28.649', 1001, '2011-12-20 15:03:28.649'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-603c0', 'ibuprofen', 1001, '2011-12-20 15:03:28.65', 1001, '2011-12-20 15:03:28.65'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-811c0', 'minoxidil', 1001, '2011-12-20 15:03:28.651', 1001, '2011-12-20 15:03:28.651'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-f0000', 'food, nos', 1001, '2011-12-20 15:03:28.652', 1001, '2011-12-20 15:03:28.652'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b7000', 'miscellaneous drug, nos', 1001, '2011-12-20 15:03:28.652', 1001, '2011-12-20 15:03:28.652'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a4430', 'multifocal', 1001, '2011-12-20 15:03:28.653', 1001, '2011-12-20 15:03:28.653'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a3210', 'diffuse', 1001, '2011-12-20 15:03:28.654', 1001, '2011-12-20 15:03:28.654'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-65a10', 'dna', 1001, '2011-12-20 15:03:28.655', 1001, '2011-12-20 15:03:28.655'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-28500', 'left lung, nos', 1001, '2011-12-20 15:03:28.656', 1001, '2011-12-20 15:03:28.656'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y8520', 'left forearm', 1001, '2011-12-20 15:03:28.657', 1001, '2011-12-20 15:03:28.657'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9420', 'left leg', 1001, '2011-12-20 15:03:28.657', 1001, '2011-12-20 15:03:28.657'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('df-d0048', 'postoperative death', 1001, '2011-12-20 15:03:28.658', 1001, '2011-12-20 15:03:28.658'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-01910', 'emaciation', 1001, '2011-12-20 15:03:28.659', 1001, '2011-12-20 15:03:28.659'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-75560', 'vascular hamartoma, NOS', 1001, '2011-12-20 15:03:28.66', 1001, '2011-12-20 15:03:28.66'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-55670', 'mucinosis, nos', 1001, '2011-12-20 15:03:28.66', 1001, '2011-12-20 15:03:28.66'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-91200', 'subacute pericarditis', 1001, '2011-12-20 15:03:28.661', 1001, '2011-12-20 15:03:28.661'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1670', 'left lateral ventricle', 1001, '2011-12-20 15:03:28.662', 1001, '2011-12-20 15:03:28.662'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4475', 'pancreaticoduodenal lymph node', 1001, '2011-12-20 15:03:28.663', 1001, '2011-12-20 15:03:28.663'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-80100', 'hepatic necrosis', 1001, '2011-12-20 15:03:28.663', 1001, '2011-12-20 15:03:28.663'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15870', 'klebsiella pneumonia', 1001, '2011-12-20 15:03:28.664', 1001, '2011-12-20 15:03:28.664'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-51020', 'fluorine radioisotope', 1001, '2011-12-20 15:03:28.665', 1001, '2011-12-20 15:03:28.665'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70001', 'procter-gamble solution a', 1001, '2011-12-20 15:03:28.665', 1001, '2011-12-20 15:03:28.665'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70100', 'topical anesthetic', 1001, '2011-12-20 15:03:28.666', 1001, '2011-12-20 15:03:28.666'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71000', '1% pred forte, aerosporin, neo pre-def, neosporin', 1001, '2011-12-20 15:03:28.667', 1001, '2011-12-20 15:03:28.667'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71820', 'sulfadiazine', 1001, '2011-12-20 15:03:28.668', 1001, '2011-12-20 15:03:28.668'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-74910', 'phenylephrine', 1001, '2011-12-20 15:03:28.669', 1001, '2011-12-20 15:03:28.669'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-75400', 'pirenzepine, anticholinergic drug,nos', 1001, '2011-12-20 15:03:28.669', 1001, '2011-12-20 15:03:28.669'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-78120', 'phenytoin (dilantin)', 1001, '2011-12-20 15:03:28.67', 1001, '2011-12-20 15:03:28.67'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85000', 'endocrine, nos', 1001, '2011-12-20 15:03:28.671', 1001, '2011-12-20 15:03:28.671'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87200', 'becylsyl, isolyte s, normosol r, plasmalyte-148, travasol,novamine', 1001, '2011-12-20 15:03:28.672', 1001, '2011-12-20 15:03:28.672'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-46820', 'freunds complete adjuvant', 1001, '2011-12-20 15:03:28.672', 1001, '2011-12-20 15:03:28.672'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-01460', 'compression', 1001, '2011-12-20 15:03:28.673', 1001, '2011-12-20 15:03:28.673'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-02760', 'maceration, nos', 1001, '2011-12-20 15:03:28.674', 1001, '2011-12-20 15:03:28.674'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-55400', 'calcification, nos', 1001, '2011-12-20 15:03:28.675', 1001, '2011-12-20 15:03:28.675'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-57600', 'jaundice', 1001, '2011-12-20 15:03:28.675', 1001, '2011-12-20 15:03:28.675'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-71800', 'obesity, nos', 1001, '2011-12-20 15:03:28.676', 1001, '2011-12-20 15:03:28.676'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-84801', 'mucinous carcinoma', 1001, '2011-12-20 15:03:28.677', 1001, '2011-12-20 15:03:28.677'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-88500', 'lipoma, nos', 1001, '2011-12-20 15:03:28.678', 1001, '2011-12-20 15:03:28.678'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-04034', 'upper left quadrant, female breast', 1001, '2011-12-20 15:03:28.678', 1001, '2011-12-20 15:03:28.678'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-08830', 'femeral lymph node', 1001, '2011-12-20 15:03:28.679', 1001, '2011-12-20 15:03:28.679'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-10020', 'skeletal bone,nos', 1001, '2011-12-20 15:03:28.68', 1001, '2011-12-20 15:03:28.68'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-10800', 'sacrum, nos', 1001, '2011-12-20 15:03:28.681', 1001, '2011-12-20 15:03:28.681'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-32200', 'right atrium nos', 1001, '2011-12-20 15:03:28.681', 1001, '2011-12-20 15:03:28.681'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-34400', 'endocardium of left ventricle', 1001, '2011-12-20 15:03:28.682', 1001, '2011-12-20 15:03:28.682'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-44000', 'pulmonary artery, nos', 1001, '2011-12-20 15:03:28.683', 1001, '2011-12-20 15:03:28.683'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54010', 'tooth,nos', 1001, '2011-12-20 15:03:28.684', 1001, '2011-12-20 15:03:28.684'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54460', 'mandibular right lateral incisor tooth', 1001, '2011-12-20 15:03:28.684', 1001, '2011-12-20 15:03:28.684'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-56210', 'liver, centrilobular region', 1001, '2011-12-20 15:03:28.685', 1001, '2011-12-20 15:03:28.685'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c20ca', 'omnipaque (iohexol)', 1001, '2011-12-20 15:03:28.686', 1001, '2011-12-20 15:03:28.686'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y3950', 'infant abuse', 1001, '2011-12-20 15:03:28.687', 1001, '2011-12-20 15:03:28.687'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12x50', 'ip', 1001, '2011-12-20 15:03:28.687', 1001, '2011-12-20 15:03:28.687'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-3x200', 'pericardial cavity', 1001, '2011-12-20 15:03:28.688', 1001, '2011-12-20 15:03:28.688'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x3221', 'body of caudate nucleus', 1001, '2011-12-20 15:03:28.689', 1001, '2011-12-20 15:03:28.689'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x4723', 'hypothalamus, tuberoinfundibular tract, bilateral', 1001, '2011-12-20 15:03:28.69', 1001, '2011-12-20 15:03:28.69'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x9100', 'brachial plexus, superior trunk', 1001, '2011-12-20 15:03:28.69', 1001, '2011-12-20 15:03:28.69'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y8010', 'right upper extremity', 1001, '2011-12-20 15:03:28.691', 1001, '2011-12-20 15:03:28.691'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9110', 'right thigh', 1001, '2011-12-20 15:03:28.692', 1001, '2011-12-20 15:03:28.692'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-32008', 'acute dilatation', 1001, '2011-12-20 15:03:28.692', 1001, '2011-12-20 15:03:28.692'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-ab080', 'both ears', 1001, '2011-12-20 15:03:28.693', 1001, '2011-12-20 15:03:28.693'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4480', 'aortic lymph node', 1001, '2011-12-20 15:03:28.694', 1001, '2011-12-20 15:03:28.694'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b6050', 'thyroid parafollicular cell (c cell)', 1001, '2011-12-20 15:03:28.695', 1001, '2011-12-20 15:03:28.695'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-96020', 'apraclonidine hydrocloride', 1001, '2011-12-20 15:03:28.695', 1001, '2011-12-20 15:03:28.695'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-54530', 'chlordiazepoxide', 1001, '2011-12-20 15:03:28.696', 1001, '2011-12-20 15:03:28.696'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-84830', 'methycellulose', 1001, '2011-12-20 15:03:28.697', 1001, '2011-12-20 15:03:28.697'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55020', 'doxycycline', 1001, '2011-12-20 15:03:28.698', 1001, '2011-12-20 15:03:28.698'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-78003', 'chronic fibrosis', 1001, '2011-12-20 15:03:28.699', 1001, '2011-12-20 15:03:28.699'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-23810', 'diabetes mellitus', 1001, '2011-12-20 15:03:28.699', 1001, '2011-12-20 15:03:28.699'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-46900', 'wasting syndrome', 1001, '2011-12-20 15:03:28.7', 1001, '2011-12-20 15:03:28.7'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-16070', 'salmonella typhimurium', 1001, '2011-12-20 15:03:28.701', 1001, '2011-12-20 15:03:28.701'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70610', 'methoxyfluorane', 1001, '2011-12-20 15:03:28.702', 1001, '2011-12-20 15:03:28.702'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-76830', 'digitalis', 1001, '2011-12-20 15:03:28.702', 1001, '2011-12-20 15:03:28.702'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-01830', 'exposure, nos', 1001, '2011-12-20 15:03:28.703', 1001, '2011-12-20 15:03:28.703'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-13550', 'spondylosis', 1001, '2011-12-20 15:03:28.704', 1001, '2011-12-20 15:03:28.704'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-14026', 'wound, surgical, recent', 1001, '2011-12-20 15:03:28.705', 1001, '2011-12-20 15:03:28.705'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-32101', 'acute dilatation', 1001, '2011-12-20 15:03:28.705', 1001, '2011-12-20 15:03:28.705'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-34006', 'obstruction, partial', 1001, '2011-12-20 15:03:28.706', 1001, '2011-12-20 15:03:28.706'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-37005', 'hemorrhage, diffuse', 1001, '2011-12-20 15:03:28.707', 1001, '2011-12-20 15:03:28.707'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-40600', 'hemorrhagic pneumonia', 1001, '2011-12-20 15:03:28.708', 1001, '2011-12-20 15:03:28.708'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-91124', 'amygdalotomy', 1001, '2011-12-20 15:03:28.708', 1001, '2011-12-20 15:03:28.708'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10403', 'initial, emergency cesarean', 1001, '2011-12-20 15:03:28.709', 1001, '2011-12-20 15:03:28.709'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11600', 'removal,nos', 1001, '2011-12-20 15:03:28.71', 1001, '2011-12-20 15:03:28.71'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-14201', 'transplantation, sham', 1001, '2011-12-20 15:03:28.711', 1001, '2011-12-20 15:03:28.711'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-13000', 'skeletal muscle', 1001, '2011-12-20 15:03:28.711', 1001, '2011-12-20 15:03:28.711'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-14700', 'muscles of leg,nos', 1001, '2011-12-20 15:03:28.712', 1001, '2011-12-20 15:03:28.712'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-92000', 'prostate, nos', 1001, '2011-12-20 15:03:28.713', 1001, '2011-12-20 15:03:28.713'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10040', 'triptolide', 1001, '2011-12-20 15:03:28.714', 1001, '2011-12-20 15:03:28.714'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-73020', 'left ureter', 1001, '2011-12-20 15:03:28.714', 1001, '2011-12-20 15:03:28.714'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11x00', 'abdominal approach,excision,nos (ectomy)', 1001, '2011-12-20 15:03:28.715', 1001, '2011-12-20 15:03:28.715'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-1x100', 'intravenous anesthesia', 1001, '2011-12-20 15:03:28.716', 1001, '2011-12-20 15:03:28.716'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-0x001', 'blood, arterial', 1001, '2011-12-20 15:03:28.717', 1001, '2011-12-20 15:03:28.717'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x2302', 'right parital lobe of brain', 1001, '2011-12-20 15:03:28.717', 1001, '2011-12-20 15:03:28.717'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y4300', 'abdominal wall', 1001, '2011-12-20 15:03:28.718', 1001, '2011-12-20 15:03:28.718'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y7000', 'groin, nos', 1001, '2011-12-20 15:03:28.719', 1001, '2011-12-20 15:03:28.719'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-81240', 'cardiac cirrhosis', 1001, '2011-12-20 15:03:28.72', 1001, '2011-12-20 15:03:28.72'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d8-22206', 'placentitis', 1001, '2011-12-20 15:03:28.721', 1001, '2011-12-20 15:03:28.721'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-67770', 'atropine (1% ointment)', 1001, '2011-12-20 15:03:28.721', 1001, '2011-12-20 15:03:28.721'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-70850', 'sterile water solution', 1001, '2011-12-20 15:03:28.722', 1001, '2011-12-20 15:03:28.722'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c1b37', 'immodium a-d liquid', 1001, '2011-12-20 15:03:28.723', 1001, '2011-12-20 15:03:28.723'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-71016', 'calcium chloride', 1001, '2011-12-20 15:03:28.724', 1001, '2011-12-20 15:03:28.724'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-29010', 'mitral valve disorder, nos', 1001, '2011-12-20 15:03:28.724', 1001, '2011-12-20 15:03:28.724'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-aa500', 'iris, nos', 1001, '2011-12-20 15:03:28.725', 1001, '2011-12-20 15:03:28.725'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15620', 'citrobacter, nos', 1001, '2011-12-20 15:03:28.726', 1001, '2011-12-20 15:03:28.726'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-16520', 'shigella flexneri, nos', 1001, '2011-12-20 15:03:28.727', 1001, '2011-12-20 15:03:28.727'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-23010', 'pseudomonas aeruginosa', 1001, '2011-12-20 15:03:28.727', 1001, '2011-12-20 15:03:28.727'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70043', 'experimental drug hg-91 (shiseido-4)', 1001, '2011-12-20 15:03:28.728', 1001, '2011-12-20 15:03:28.728'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72530', 'demeclocycline', 1001, '2011-12-20 15:03:28.729', 1001, '2011-12-20 15:03:28.729'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-73860', 'quinacrine hcl', 1001, '2011-12-20 15:03:28.73', 1001, '2011-12-20 15:03:28.73'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-75230', 'carbachol', 1001, '2011-12-20 15:03:28.73', 1001, '2011-12-20 15:03:28.73'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-75331', 'telenzepine,pilocarpine analog', 1001, '2011-12-20 15:03:28.731', 1001, '2011-12-20 15:03:28.731'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77850', 'hydromorphone', 1001, '2011-12-20 15:03:28.732', 1001, '2011-12-20 15:03:28.732'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-yy726', 'benzathine penicillin, procaine, longicil', 1001, '2011-12-20 15:03:28.733', 1001, '2011-12-20 15:03:28.733'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-01130', 'systemic bacteremia', 1001, '2011-12-20 15:03:28.734', 1001, '2011-12-20 15:03:28.734'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-25160', 'growth release hormone', 1001, '2011-12-20 15:03:28.734', 1001, '2011-12-20 15:03:28.734'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-31174', 'postpartum, four weeks', 1001, '2011-12-20 15:03:28.735', 1001, '2011-12-20 15:03:28.735'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-70040', 'hypovolemic shock', 1001, '2011-12-20 15:03:28.736', 1001, '2011-12-20 15:03:28.736'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-72240', 'ischemia, nos', 1001, '2011-12-20 15:03:28.737', 1001, '2011-12-20 15:03:28.737'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-14007', 'multiple wounds', 1001, '2011-12-20 15:03:28.737', 1001, '2011-12-20 15:03:28.737'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-33410', 'epidermoid cyst', 1001, '2011-12-20 15:03:28.738', 1001, '2011-12-20 15:03:28.738'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-33800', 'polycystic change,nos', 1001, '2011-12-20 15:03:28.739', 1001, '2011-12-20 15:03:28.739'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-34310', 'atelectasis, nos', 1001, '2011-12-20 15:03:28.74', 1001, '2011-12-20 15:03:28.74'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-36110', 'hyperemia, nos', 1001, '2011-12-20 15:03:28.74', 1001, '2011-12-20 15:03:28.74'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-49402', 'adhesions,diffuse', 1001, '2011-12-20 15:03:28.741', 1001, '2011-12-20 15:03:28.741'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-00002', 'procedure,not applicable (sham)', 1001, '2011-12-20 15:03:28.742', 1001, '2011-12-20 15:03:28.742'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-03306', 'subcutaneous tissue of supraclavicular', 1001, '2011-12-20 15:03:28.743', 1001, '2011-12-20 15:03:28.743'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-06000', 'bone marrow, nos', 1001, '2011-12-20 15:03:28.744', 1001, '2011-12-20 15:03:28.744'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-10513', 'lamina of vertebra, nos', 1001, '2011-12-20 15:03:28.744', 1001, '2011-12-20 15:03:28.744'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-11710', 'femur, nos', 1001, '2011-12-20 15:03:28.745', 1001, '2011-12-20 15:03:28.745'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54250', 'maxillary right first premolor tooth', 1001, '2011-12-20 15:03:28.746', 1001, '2011-12-20 15:03:28.746'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-xx500', 'iris, nos', 1001, '2011-12-20 15:03:28.747', 1001, '2011-12-20 15:03:28.747'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-11ad0', 'sacrum, nos', 1001, '2011-12-20 15:03:28.748', 1001, '2011-12-20 15:03:28.748'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-62060', 'fibrous capsule of liver', 1001, '2011-12-20 15:03:28.748', 1001, '2011-12-20 15:03:28.748'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-90100', 'male genitourinary system, nos', 1001, '2011-12-20 15:03:28.749', 1001, '2011-12-20 15:03:28.749'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-12723', 'distal shaft of femur', 1001, '2011-12-20 15:03:28.75', 1001, '2011-12-20 15:03:28.75'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10011', 'human fsh recombinant', 1001, '2011-12-20 15:03:28.751', 1001, '2011-12-20 15:03:28.751'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-15095', 'joint fluid', 1001, '2011-12-20 15:03:28.751', 1001, '2011-12-20 15:03:28.751'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-86310', 'cesarean section,nos', 1001, '2011-12-20 15:03:28.752', 1001, '2011-12-20 15:03:28.752'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-32300', 'left atrium, nos', 1001, '2011-12-20 15:03:28.753', 1001, '2011-12-20 15:03:28.753'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-32030', 'cardiac myocyte, nos; contractile myocyte', 1001, '2011-12-20 15:03:28.754', 1001, '2011-12-20 15:03:28.754'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-01400', 'hair, nos', 1001, '2011-12-20 15:03:28.754', 1001, '2011-12-20 15:03:28.754'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-71300', 'renal tubule, nos', 1001, '2011-12-20 15:03:28.755', 1001, '2011-12-20 15:03:28.755'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y1910', 'death due to experiment', 1001, '2011-12-20 15:03:28.756', 1001, '2011-12-20 15:03:28.756'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-58070', 'fatty atrophy', 1001, '2011-12-20 15:03:28.757', 1001, '2011-12-20 15:03:28.757'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d6-10300', 'malnutrition, nos', 1001, '2011-12-20 15:03:28.758', 1001, '2011-12-20 15:03:28.758'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-54400', 'diarrhea, nos', 1001, '2011-12-20 15:03:28.758', 1001, '2011-12-20 15:03:28.758'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-00510', 'superficial and deep perivascular dermatitis, nos', 1001, '2011-12-20 15:03:28.759', 1001, '2011-12-20 15:03:28.759'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-23100', 'hypertrophic cardiomyopathy', 1001, '2011-12-20 15:03:28.76', 1001, '2011-12-20 15:03:28.76'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d1-23300', 'spondylosis, nos', 1001, '2011-12-20 15:03:28.76', 1001, '2011-12-20 15:03:28.76'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52220', 'clindamycin', 1001, '2011-12-20 15:03:28.761', 1001, '2011-12-20 15:03:28.761'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-54008', 'massive necrosis', 1001, '2011-12-20 15:03:28.762', 1001, '2011-12-20 15:03:28.762'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52550', 'neomycin', 1001, '2011-12-20 15:03:28.763', 1001, '2011-12-20 15:03:28.763'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-1e104', 'shigella sonnei', 1001, '2011-12-20 15:03:28.764', 1001, '2011-12-20 15:03:28.764'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d1-57823', 'colocolostomy', 1001, '2011-12-20 15:03:28.764', 1001, '2011-12-20 15:03:28.764'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-01410', 'cerebrospinal meningitis', 1001, '2011-12-20 15:03:28.765', 1001, '2011-12-20 15:03:28.765'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-13700', 'campylobacter, nos', 1001, '2011-12-20 15:03:28.766', 1001, '2011-12-20 15:03:28.766'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15712', 'e. coli (4473137)', 1001, '2011-12-20 15:03:28.767', 1001, '2011-12-20 15:03:28.767'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-24420', 'staphylococcus epidermidis', 1001, '2011-12-20 15:03:28.767', 1001, '2011-12-20 15:03:28.767'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72660', 'benzyl penicillin', 1001, '2011-12-20 15:03:28.768', 1001, '2011-12-20 15:03:28.768'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-80692', 'antibiotic ointment, nos', 1001, '2011-12-20 15:03:28.769', 1001, '2011-12-20 15:03:28.769'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85481', 'testosterone cypionate', 1001, '2011-12-20 15:03:28.769', 1001, '2011-12-20 15:03:28.769'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86092', 'fsh, porcine origin', 1001, '2011-12-20 15:03:28.77', 1001, '2011-12-20 15:03:28.77'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-yy101', 'nalmefene', 1001, '2011-12-20 15:03:28.771', 1001, '2011-12-20 15:03:28.771'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-yy430', 'cryptosporidia', 1001, '2011-12-20 15:03:28.772', 1001, '2011-12-20 15:03:28.772'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-14710', 'l-methyltyrosine', 1001, '2011-12-20 15:03:28.772', 1001, '2011-12-20 15:03:28.772'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-23010', 'amyotrophic lateral sclerosis', 1001, '2011-12-20 15:03:28.773', 1001, '2011-12-20 15:03:28.773'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10023', 'insulin ultralente', 1001, '2011-12-20 15:03:28.774', 1001, '2011-12-20 15:03:28.774'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p2-87600', 'artificial insemination, nos', 1001, '2011-12-20 15:03:28.775', 1001, '2011-12-20 15:03:28.775'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-83100', 'hysterotomy, nos', 1001, '2011-12-20 15:03:28.775', 1001, '2011-12-20 15:03:28.775'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-67090', 'colonic serosa', 1001, '2011-12-20 15:03:28.776', 1001, '2011-12-20 15:03:28.776'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9080', 'both upper extremities', 1001, '2011-12-20 15:03:28.777', 1001, '2011-12-20 15:03:28.777'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-53140', 'cephalothin', 1001, '2011-12-20 15:03:28.778', 1001, '2011-12-20 15:03:28.778'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-42132', 'torsion of intestine, nos', 1001, '2011-12-20 15:03:28.778', 1001, '2011-12-20 15:03:28.778'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-72100', 'adenomyosis', 1001, '2011-12-20 15:03:28.779', 1001, '2011-12-20 15:03:28.779'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-12011', 'kaolin', 1001, '2011-12-20 15:03:28.78', 1001, '2011-12-20 15:03:28.78'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-10103', 'tritium', 1001, '2011-12-20 15:03:28.781', 1001, '2011-12-20 15:03:28.781'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d6-72000', 'lipidosis, nos', 1001, '2011-12-20 15:03:28.781', 1001, '2011-12-20 15:03:28.781'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-70100', 'peritonitis, nos', 1001, '2011-12-20 15:03:28.782', 1001, '2011-12-20 15:03:28.782'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-10010', 'meningitis, nos', 1001, '2011-12-20 15:03:28.783', 1001, '2011-12-20 15:03:28.783'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-15430', 'elbow joint, nos', 1001, '2011-12-20 15:03:28.783', 1001, '2011-12-20 15:03:28.783'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-46600', 'renal artery, nos', 1001, '2011-12-20 15:03:28.784', 1001, '2011-12-20 15:03:28.784'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-65000', 'pancreas, nos', 1001, '2011-12-20 15:03:28.785', 1001, '2011-12-20 15:03:28.785'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-94030', 'tunica albuginea of testis', 1001, '2011-12-20 15:03:28.786', 1001, '2011-12-20 15:03:28.786'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10035', 'flumazenil', 1001, '2011-12-20 15:03:28.786', 1001, '2011-12-20 15:03:28.786'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-26000', 'bronchus, nos', 1001, '2011-12-20 15:03:28.787', 1001, '2011-12-20 15:03:28.787'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9200', 'knee', 1001, '2011-12-20 15:03:28.788', 1001, '2011-12-20 15:03:28.788'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54280', 'maxillary right first premolar', 1001, '2011-12-20 15:03:28.789', 1001, '2011-12-20 15:03:28.789'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-60100', 'pulmonary insufficiency following trauma; ARDS, nos', 1001, '2011-12-20 15:03:28.789', 1001, '2011-12-20 15:03:28.789'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-71510', 'cervicitis, nos', 1001, '2011-12-20 15:03:28.79', 1001, '2011-12-20 15:03:28.79'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-33752', 'ventriculitis, nos', 1001, '2011-12-20 15:03:28.791', 1001, '2011-12-20 15:03:28.791'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-12000', 'fracture, nos', 1001, '2011-12-20 15:03:28.792', 1001, '2011-12-20 15:03:28.792'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-02540', 'inequality of size, nos', 1001, '2011-12-20 15:03:28.792', 1001, '2011-12-20 15:03:28.792'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-65000', 'hydotid disease', 1001, '2011-12-20 15:03:28.793', 1001, '2011-12-20 15:03:28.793'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-43010', 'lymphocytic inflammatory cell infiltrate; lyphocytic infiltrate, nos', 1001, '2011-12-20 15:03:28.794', 1001, '2011-12-20 15:03:28.794'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-81500', 'islet cell adenoma; islet cell tumor', 1001, '2011-12-20 15:03:28.795', 1001, '2011-12-20 15:03:28.795'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-50100', 'protozoosis, nos', 1001, '2011-12-20 15:03:28.795', 1001, '2011-12-20 15:03:28.795'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10003', 'bacterial growth present', 1001, '2011-12-20 15:03:28.796', 1001, '2011-12-20 15:03:28.796'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-12803', 'bordetella bronchiseptica', 1001, '2011-12-20 15:03:28.797', 1001, '2011-12-20 15:03:28.797'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-51512', 'entamoeba coli', 1001, '2011-12-20 15:03:28.798', 1001, '2011-12-20 15:03:28.798'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-01130', 'puncture and drainage', 1001, '2011-12-20 15:03:28.799', 1001, '2011-12-20 15:03:28.799'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-43231', 'trichosporon beigelii', 1001, '2011-12-20 15:03:28.799', 1001, '2011-12-20 15:03:28.799'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-72420', 'glandular hyperplasia', 1001, '2011-12-20 15:03:28.8', 1001, '2011-12-20 15:03:28.8'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-72600', 'hyperkeratosis, nos', 1001, '2011-12-20 15:03:28.801', 1001, '2011-12-20 15:03:28.801'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-1a020', 'yellow fat', 1001, '2011-12-20 15:03:28.802', 1001, '2011-12-20 15:03:28.802'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-55580', 'pyrogallol', 1001, '2011-12-20 15:03:28.802', 1001, '2011-12-20 15:03:28.802'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-84840', 'iron dextran', 1001, '2011-12-20 15:03:28.803', 1001, '2011-12-20 15:03:28.803'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85550', 'estradiol (injection)', 1001, '2011-12-20 15:03:28.804', 1001, '2011-12-20 15:03:28.804'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86260', 'methimazole', 1001, '2011-12-20 15:03:28.805', 1001, '2011-12-20 15:03:28.805'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-08180', 'alteration of hormonal balance, by drugs', 1001, '2011-12-20 15:03:28.805', 1001, '2011-12-20 15:03:28.805'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11480', 'biopsy, punch, 0mm', 1001, '2011-12-20 15:03:28.806', 1001, '2011-12-20 15:03:28.806'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12780', 'removal of therapeutic device,nos', 1001, '2011-12-20 15:03:28.807', 1001, '2011-12-20 15:03:28.807'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-08580', 'lymph node, retroperitoneal', 1001, '2011-12-20 15:03:28.808', 1001, '2011-12-20 15:03:28.808'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-10180', 'mandible, nos', 1001, '2011-12-20 15:03:28.808', 1001, '2011-12-20 15:03:28.808'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-71800', 'kidneys, bilateral', 1001, '2011-12-20 15:03:28.809', 1001, '2011-12-20 15:03:28.809'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-91000', 'pituitary gland,nos', 1001, '2011-12-20 15:03:28.81', 1001, '2011-12-20 15:03:28.81'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-93200', 'adrenal medulla', 1001, '2011-12-20 15:03:28.811', 1001, '2011-12-20 15:03:28.811'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d3935', 'lincocin', 1001, '2011-12-20 15:03:28.811', 1001, '2011-12-20 15:03:28.811'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-47000', 'malabsorption syndrome', 1001, '2011-12-20 15:03:28.812', 1001, '2011-12-20 15:03:28.812'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-61120', 'pulmonary congestion, nos', 1001, '2011-12-20 15:03:28.813', 1001, '2011-12-20 15:03:28.813'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-848f0', 'magnesium sulfate', 1001, '2011-12-20 15:03:28.814', 1001, '2011-12-20 15:03:28.814'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-20020', 'dysplasia, congenital, nos', 1001, '2011-12-20 15:03:28.814', 1001, '2011-12-20 15:03:28.814'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-25134', 'streptococcus, group g', 1001, '2011-12-20 15:03:28.815', 1001, '2011-12-20 15:03:28.815'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x0960', 'spinal cord and meninges', 1001, '2011-12-20 15:03:28.816', 1001, '2011-12-20 15:03:28.816'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-31430', 'intussusception', 1001, '2011-12-20 15:03:28.817', 1001, '2011-12-20 15:03:28.817'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-80006', 'metastatic neoplasm', 1001, '2011-12-20 15:03:28.817', 1001, '2011-12-20 15:03:28.817'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-85003', 'ductal carcinoma, nos', 1001, '2011-12-20 15:03:28.818', 1001, '2011-12-20 15:03:28.818'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d2800', 'extremity, nos', 1001, '2011-12-20 15:03:28.819', 1001, '2011-12-20 15:03:28.819'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-41000', 'acute inflammation, nos', 1001, '2011-12-20 15:03:28.82', 1001, '2011-12-20 15:03:28.82'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-51500', 'amoeba, nos', 1001, '2011-12-20 15:03:28.82', 1001, '2011-12-20 15:03:28.82'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-b6140', 'exploratory laparotomy', 1001, '2011-12-20 15:03:28.821', 1001, '2011-12-20 15:03:28.821'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-05000', 'injection (code to e- axis) (code to t- axis)', 1001, '2011-12-20 15:03:28.822', 1001, '2011-12-20 15:03:28.822'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-01010', 'incision and drainage', 1001, '2011-12-20 15:03:28.822', 1001, '2011-12-20 15:03:28.822'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-81406', 'adenocarcinoma, metastatic, nos', 1001, '2011-12-20 15:03:28.823', 1001, '2011-12-20 15:03:28.823'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-25490', 'gamma hemolytic streptococcus, nos', 1001, '2011-12-20 15:03:28.824', 1001, '2011-12-20 15:03:28.824'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-80130', 'zinc gluconate', 1001, '2011-12-20 15:03:28.825', 1001, '2011-12-20 15:03:28.825'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85040', 'clomiphene citrate', 1001, '2011-12-20 15:03:28.825', 1001, '2011-12-20 15:03:28.825'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85820', 'insulin (injection)', 1001, '2011-12-20 15:03:28.826', 1001, '2011-12-20 15:03:28.826'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86142', 'urofollitrophin human urinary fsh', 1001, '2011-12-20 15:03:28.827', 1001, '2011-12-20 15:03:28.827'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-88110', 'naloxone hcl', 1001, '2011-12-20 15:03:28.828', 1001, '2011-12-20 15:03:28.828'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-95400', 'neurofibroma', 1001, '2011-12-20 15:03:28.828', 1001, '2011-12-20 15:03:28.828'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54420', 'mandibular left cuspid tooth', 1001, '2011-12-20 15:03:28.829', 1001, '2011-12-20 15:03:28.829'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-58000', 'extrahepatic bile duct', 1001, '2011-12-20 15:03:28.83', 1001, '2011-12-20 15:03:28.83'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-59100', 'cecum', 1001, '2011-12-20 15:03:28.831', 1001, '2011-12-20 15:03:28.831'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-78020', 'left testis; left orchidectomy', 1001, '2011-12-20 15:03:28.831', 1001, '2011-12-20 15:03:28.831'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-78800', 'both testes', 1001, '2011-12-20 15:03:28.832', 1001, '2011-12-20 15:03:28.832'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-80400', 'clitoris, nos', 1001, '2011-12-20 15:03:28.833', 1001, '2011-12-20 15:03:28.833'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-84000', 'endometrium, nos', 1001, '2011-12-20 15:03:28.834', 1001, '2011-12-20 15:03:28.834'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d4673', 'panalog ointment', 1001, '2011-12-20 15:03:28.834', 1001, '2011-12-20 15:03:28.834'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a2000', 'positive, positive for', 1001, '2011-12-20 15:03:28.835', 1001, '2011-12-20 15:03:28.835'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-902b0', '1% silver sulfadiazine (silvadine)', 1001, '2011-12-20 15:03:28.836', 1001, '2011-12-20 15:03:28.836'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d1507', 'enrofloxacin (baytril)', 1001, '2011-12-20 15:03:28.837', 1001, '2011-12-20 15:03:28.837'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a4442', 'pyridoxine hydrochloride preparation', 1001, '2011-12-20 15:03:28.837', 1001, '2011-12-20 15:03:28.837'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0190', 'prednisolone preparation', 1001, '2011-12-20 15:03:28.838', 1001, '2011-12-20 15:03:28.838'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-6a176', 'thiopental sodium', 1001, '2011-12-20 15:03:28.839', 1001, '2011-12-20 15:03:28.839'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a7040', 'thrombin preparation', 1001, '2011-12-20 15:03:28.84', 1001, '2011-12-20 15:03:28.84'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d2985', 'cloprostenol sodium (estrumate)', 1001, '2011-12-20 15:03:28.841', 1001, '2011-12-20 15:03:28.841'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10038', 'calcein', 1001, '2011-12-20 15:03:28.841', 1001, '2011-12-20 15:03:28.841'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a3400', 'extensive', 1001, '2011-12-20 15:03:28.842', 1001, '2011-12-20 15:03:28.842'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a3510', 'focally, focal, foci of', 1001, '2011-12-20 15:03:28.843', 1001, '2011-12-20 15:03:28.843'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-0d000', 'transplantation, nos', 1001, '2011-12-20 15:03:28.844', 1001, '2011-12-20 15:03:28.844'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x9550', 'pudendal nerve', 1001, '2011-12-20 15:03:28.844', 1001, '2011-12-20 15:03:28.844'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y0460', 'sella turcica, nos', 1001, '2011-12-20 15:03:28.845', 1001, '2011-12-20 15:03:28.845'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-97313', 'plasmacytic myeloma', 1001, '2011-12-20 15:03:28.846', 1001, '2011-12-20 15:03:28.846'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b3010', 'right adrenal', 1001, '2011-12-20 15:03:28.847', 1001, '2011-12-20 15:03:28.847'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b3100', 'adrenal cortex', 1001, '2011-12-20 15:03:28.847', 1001, '2011-12-20 15:03:28.847'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c3000', 'spleen, nos', 1001, '2011-12-20 15:03:28.848', 1001, '2011-12-20 15:03:28.848'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-86420', 'chronic cholangitis', 1001, '2011-12-20 15:03:28.849', 1001, '2011-12-20 15:03:28.849'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-78260', 'dromostonolone', 1001, '2011-12-20 15:03:28.85', 1001, '2011-12-20 15:03:28.85'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a3200', 'caudate nucleus', 1001, '2011-12-20 15:03:28.851', 1001, '2011-12-20 15:03:28.851'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1820', 'fourth ventricle', 1001, '2011-12-20 15:03:28.851', 1001, '2011-12-20 15:03:28.851'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-55930', 'tattoo', 1001, '2011-12-20 15:03:28.852', 1001, '2011-12-20 15:03:28.852'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-37001', 'acute hemorrhage', 1001, '2011-12-20 15:03:28.853', 1001, '2011-12-20 15:03:28.853'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d2701', 'perianal region', 1001, '2011-12-20 15:03:28.854', 1001, '2011-12-20 15:03:28.854'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-80620', 'mineral oil', 1001, '2011-12-20 15:03:28.854', 1001, '2011-12-20 15:03:28.854'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-81310', 'barium sulphate', 1001, '2011-12-20 15:03:28.855', 1001, '2011-12-20 15:03:28.855'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-81720', 'ppd, purified protein derivative', 1001, '2011-12-20 15:03:28.856', 1001, '2011-12-20 15:03:28.856'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86020', 'acth (injection)', 1001, '2011-12-20 15:03:28.857', 1001, '2011-12-20 15:03:28.857'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87510', 'vit c', 1001, '2011-12-20 15:03:28.857', 1001, '2011-12-20 15:03:28.857'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-89601', 'hydroxy flutamide', 1001, '2011-12-20 15:03:28.858', 1001, '2011-12-20 15:03:28.858'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-79000', 'aspiration, nos', 1001, '2011-12-20 15:03:28.859', 1001, '2011-12-20 15:03:28.859'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-72000', 'hyperplasia, nos', 1001, '2011-12-20 15:03:28.86', 1001, '2011-12-20 15:03:28.86'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-80701', 'squamous cell carcinoma nos', 1001, '2011-12-20 15:03:28.86', 1001, '2011-12-20 15:03:28.86'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-81403', 'adenocarcinoma, nos', 1001, '2011-12-20 15:03:28.861', 1001, '2011-12-20 15:03:28.861'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-82400', 'carcinoid tumor', 1001, '2011-12-20 15:03:28.862', 1001, '2011-12-20 15:03:28.862'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-84002', 'tumor, malignant, nos', 1001, '2011-12-20 15:03:28.863', 1001, '2011-12-20 15:03:28.863'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-85003', 'intraductal carcinoma,nos', 1001, '2011-12-20 15:03:28.863', 1001, '2011-12-20 15:03:28.863'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-35650', 'shigella group id (serology)', 1001, '2011-12-20 15:03:28.864', 1001, '2011-12-20 15:03:28.864'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-14740', 'soleus muscle', 1001, '2011-12-20 15:03:28.881', 1001, '2011-12-20 15:03:28.881'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-47410', 'right femoral artery', 1001, '2011-12-20 15:03:28.883', 1001, '2011-12-20 15:03:28.883'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-48172', 'internal jugular vein, inferior bulb', 1001, '2011-12-20 15:03:28.884', 1001, '2011-12-20 15:03:28.884'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54330', 'left upper second premolar tooth', 1001, '2011-12-20 15:03:28.885', 1001, '2011-12-20 15:03:28.885'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-63850', 'omentum, nos', 1001, '2011-12-20 15:03:28.885', 1001, '2011-12-20 15:03:28.885'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-64300', 'duodenum', 1001, '2011-12-20 15:03:28.886', 1001, '2011-12-20 15:03:28.886'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-65200', 'ileum', 1001, '2011-12-20 15:03:28.887', 1001, '2011-12-20 15:03:28.887'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-67000', 'colon, nos', 1001, '2011-12-20 15:03:28.888', 1001, '2011-12-20 15:03:28.888'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-69620', 'colorectastomy', 1001, '2011-12-20 15:03:28.888', 1001, '2011-12-20 15:03:28.888'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-73020', 'left ureter', 1001, '2011-12-20 15:03:28.889', 1001, '2011-12-20 15:03:28.889'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-58400', 'jejunum, nos', 1001, '2011-12-20 15:03:28.89', 1001, '2011-12-20 15:03:28.89'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59666', 'feces', 1001, '2011-12-20 15:03:28.891', 1001, '2011-12-20 15:03:28.891'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0540', 'injectable testosterone preparation', 1001, '2011-12-20 15:03:28.892', 1001, '2011-12-20 15:03:28.892'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-603e0', 'ketoprofen', 1001, '2011-12-20 15:03:28.892', 1001, '2011-12-20 15:03:28.892'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a4450', 'multiple', 1001, '2011-12-20 15:03:28.893', 1001, '2011-12-20 15:03:28.893'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85x11', 'alpha inhibin, human origin', 1001, '2011-12-20 15:03:28.894', 1001, '2011-12-20 15:03:28.894'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y1870', 'death due to experimental complications', 1001, '2011-12-20 15:03:28.895', 1001, '2011-12-20 15:03:28.895'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10y40', 'subcutaneous', 1001, '2011-12-20 15:03:28.896', 1001, '2011-12-20 15:03:28.896'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-0x140', 'blood leukocyte, nos', 1001, '2011-12-20 15:03:28.897', 1001, '2011-12-20 15:03:28.897'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1650', 'lateral ventricle, nos', 1001, '2011-12-20 15:03:28.897', 1001, '2011-12-20 15:03:28.897'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y7040', 'inguinal,canal', 1001, '2011-12-20 15:03:28.898', 1001, '2011-12-20 15:03:28.898'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y8720', 'left hand', 1001, '2011-12-20 15:03:28.899', 1001, '2011-12-20 15:03:28.899'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('df-d0066', 'postpartum death', 1001, '2011-12-20 15:03:28.9', 1001, '2011-12-20 15:03:28.9'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1300', 'epidural space, nos', 1001, '2011-12-20 15:03:28.901', 1001, '2011-12-20 15:03:28.901'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1650', 'lateral ventricle, nos', 1001, '2011-12-20 15:03:28.901', 1001, '2011-12-20 15:03:28.901'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1740', 'third ventricle, nos', 1001, '2011-12-20 15:03:28.902', 1001, '2011-12-20 15:03:28.902'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b1000', 'pituitary gland, nos', 1001, '2011-12-20 15:03:28.903', 1001, '2011-12-20 15:03:28.903'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c1100', 'erythrocytic tissue', 1001, '2011-12-20 15:03:28.904', 1001, '2011-12-20 15:03:28.904'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c1320', 'eosinophilic myelocyte', 1001, '2011-12-20 15:03:28.904', 1001, '2011-12-20 15:03:28.904'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c3012', 'spleen, fibroelastic coat', 1001, '2011-12-20 15:03:28.905', 1001, '2011-12-20 15:03:28.905'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d1600', 'neck, nos', 1001, '2011-12-20 15:03:28.906', 1001, '2011-12-20 15:03:28.906'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-35230', 'simian immunodeficiency virus (siv) nos', 1001, '2011-12-20 15:03:28.907', 1001, '2011-12-20 15:03:28.907'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-35010', 'srv (simian type-d retrovirus)', 1001, '2011-12-20 15:03:28.908', 1001, '2011-12-20 15:03:28.908'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-14300', 'puncture wound', 1001, '2011-12-20 15:03:28.908', 1001, '2011-12-20 15:03:28.908'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55920', 'sulfadiazine', 1001, '2011-12-20 15:03:28.909', 1001, '2011-12-20 15:03:28.909'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-b6700', 'laparoscopy', 1001, '2011-12-20 15:03:28.91', 1001, '2011-12-20 15:03:28.91'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1120', 'dura mater, nos', 1001, '2011-12-20 15:03:28.911', 1001, '2011-12-20 15:03:28.911'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-14120', 'avulsion', 1001, '2011-12-20 15:03:28.911', 1001, '2011-12-20 15:03:28.911'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-44310', 'penicillium, nos', 1001, '2011-12-20 15:03:28.912', 1001, '2011-12-20 15:03:28.912'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-90110', 'acute mastitis', 1001, '2011-12-20 15:03:28.913', 1001, '2011-12-20 15:03:28.913'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-80010', 'pleurisy, NOS; pleuritis, NOS', 1001, '2011-12-20 15:03:28.914', 1001, '2011-12-20 15:03:28.914'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-45020', 'granulation tissue, NOS', 1001, '2011-12-20 15:03:28.914', 1001, '2011-12-20 15:03:28.914'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d4425', 'peritoneal cavity', 1001, '2011-12-20 15:03:28.915', 1001, '2011-12-20 15:03:28.915'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('a-26800', 'catheter, nos', 1001, '2011-12-20 15:03:28.916', 1001, '2011-12-20 15:03:28.916'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-12160', 'eikenella corrodens', 1001, '2011-12-20 15:03:28.916', 1001, '2011-12-20 15:03:28.916'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70003', 'procter gamble solution c', 1001, '2011-12-20 15:03:28.917', 1001, '2011-12-20 15:03:28.917'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-74601', 'alpha 2 adrenergic agonist', 1001, '2011-12-20 15:03:28.918', 1001, '2011-12-20 15:03:28.918'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77501', 'banamine, flunixin meglumine', 1001, '2011-12-20 15:03:28.919', 1001, '2011-12-20 15:03:28.919'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77911', 'opiate antagonist', 1001, '2011-12-20 15:03:28.92', 1001, '2011-12-20 15:03:28.92'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-82500', 'laxative, nos', 1001, '2011-12-20 15:03:28.92', 1001, '2011-12-20 15:03:28.92'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85406', 'anti androgen, ru58841', 1001, '2011-12-20 15:03:28.921', 1001, '2011-12-20 15:03:28.921'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-31650', 'omental hernia', 1001, '2011-12-20 15:03:28.922', 1001, '2011-12-20 15:03:28.922'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-33060', 'cholestasis', 1001, '2011-12-20 15:03:28.923', 1001, '2011-12-20 15:03:28.923'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-34350', 'complete atelectasis', 1001, '2011-12-20 15:03:28.923', 1001, '2011-12-20 15:03:28.923'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-52100', 'atheroma, nos', 1001, '2011-12-20 15:03:28.924', 1001, '2011-12-20 15:03:28.924'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-54700', 'myocardial infarction', 1001, '2011-12-20 15:03:28.925', 1001, '2011-12-20 15:03:28.925'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-69210', 'giant cell, nos', 1001, '2011-12-20 15:03:28.926', 1001, '2011-12-20 15:03:28.926'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-73020', 'luteinization', 1001, '2011-12-20 15:03:28.926', 1001, '2011-12-20 15:03:28.926'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-84803', 'mucinous adenocarcinoma', 1001, '2011-12-20 15:03:28.927', 1001, '2011-12-20 15:03:28.927'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-88700', 'myelolipoma', 1001, '2011-12-20 15:03:28.928', 1001, '2011-12-20 15:03:28.928'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-17550', 'abortion, induced, nos', 1001, '2011-12-20 15:03:28.928', 1001, '2011-12-20 15:03:28.928'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-60220', 'tooth extraction,multiple', 1001, '2011-12-20 15:03:28.929', 1001, '2011-12-20 15:03:28.929'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-12450', 'elbow joint, nos', 1001, '2011-12-20 15:03:28.93', 1001, '2011-12-20 15:03:28.93'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-32000', 'heart, nos', 1001, '2011-12-20 15:03:28.931', 1001, '2011-12-20 15:03:28.931'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-46000', 'renal artery', 1001, '2011-12-20 15:03:28.931', 1001, '2011-12-20 15:03:28.931'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-63520', 'stomach, pylorus', 1001, '2011-12-20 15:03:28.932', 1001, '2011-12-20 15:03:28.932'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52b40', 'griseofulvin', 1001, '2011-12-20 15:03:28.933', 1001, '2011-12-20 15:03:28.933'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-83400', 'endometrium, nos', 1001, '2011-12-20 15:03:28.933', 1001, '2011-12-20 15:03:28.933'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-409a2', 'chronic colitis', 1001, '2011-12-20 15:03:28.934', 1001, '2011-12-20 15:03:28.934'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d4657', 'fenbendazole (panacur)', 1001, '2011-12-20 15:03:28.935', 1001, '2011-12-20 15:03:28.935'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a2200', 'regular insulin preparation', 1001, '2011-12-20 15:03:28.936', 1001, '2011-12-20 15:03:28.936'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('a-2a110', 'electronic monitor, nos', 1001, '2011-12-20 15:03:28.936', 1001, '2011-12-20 15:03:28.936'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-03480', 'subcutaneous tissue of abdomen, nos', 1001, '2011-12-20 15:03:28.937', 1001, '2011-12-20 15:03:28.937'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y1560', 'death due to fight', 1001, '2011-12-20 15:03:28.938', 1001, '2011-12-20 15:03:28.938'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-1x430', 'local anesthesia, by infiltration', 1001, '2011-12-20 15:03:28.939', 1001, '2011-12-20 15:03:28.939'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x2020', 'cerebral cortex', 1001, '2011-12-20 15:03:28.939', 1001, '2011-12-20 15:03:28.939'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x4721', 'hypothalamus, anterior nucleus', 1001, '2011-12-20 15:03:28.94', 1001, '2011-12-20 15:03:28.94'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x9710', 'sympathetic nervous system, cervical portion', 1001, '2011-12-20 15:03:28.941', 1001, '2011-12-20 15:03:28.941'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y0608', 'neck, right side', 1001, '2011-12-20 15:03:28.942', 1001, '2011-12-20 15:03:28.942'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y4220', 'umbilicus', 1001, '2011-12-20 15:03:28.942', 1001, '2011-12-20 15:03:28.942'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y8210', 'right upper arm', 1001, '2011-12-20 15:03:28.943', 1001, '2011-12-20 15:03:28.943'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-78020', 'sclerosis, nos', 1001, '2011-12-20 15:03:28.944', 1001, '2011-12-20 15:03:28.944'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-88903', 'leiomyosarcoma, nos', 1001, '2011-12-20 15:03:28.944', 1001, '2011-12-20 15:03:28.944'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a5400', 'pons, nos', 1001, '2011-12-20 15:03:28.945', 1001, '2011-12-20 15:03:28.945'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a6000', 'cerebellum, nos', 1001, '2011-12-20 15:03:28.946', 1001, '2011-12-20 15:03:28.946'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-aa860', 'conjunctiva, nos', 1001, '2011-12-20 15:03:28.947', 1001, '2011-12-20 15:03:28.947'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b6030', 'thyroid follicle', 1001, '2011-12-20 15:03:28.947', 1001, '2011-12-20 15:03:28.947'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-96001', 'ophthalmic preparation,nos', 1001, '2011-12-20 15:03:28.948', 1001, '2011-12-20 15:03:28.948'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55620', 'nitrofurantoin', 1001, '2011-12-20 15:03:28.949', 1001, '2011-12-20 15:03:28.949'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55730', 'norfloxacin', 1001, '2011-12-20 15:03:28.95', 1001, '2011-12-20 15:03:28.95'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-54222', 'potassium penicillin g', 1001, '2011-12-20 15:03:28.95', 1001, '2011-12-20 15:03:28.95'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-97770', 'pilocarpine (2% carbachol)', 1001, '2011-12-20 15:03:28.951', 1001, '2011-12-20 15:03:28.951'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-31314', 'corn oil', 1001, '2011-12-20 15:03:28.952', 1001, '2011-12-20 15:03:28.952'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-71064', 'potassium gluconate', 1001, '2011-12-20 15:03:28.953', 1001, '2011-12-20 15:03:28.953'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-62960', 'abnormal presence of myoglobin', 1001, '2011-12-20 15:03:28.954', 1001, '2011-12-20 15:03:28.954'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-58000', 'atrophy, nos', 1001, '2011-12-20 15:03:28.955', 1001, '2011-12-20 15:03:28.955'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-38350', 'erosion', 1001, '2011-12-20 15:03:28.956', 1001, '2011-12-20 15:03:28.956'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-e0844', 'elastic fiber, nos', 1001, '2011-12-20 15:03:28.957', 1001, '2011-12-20 15:03:28.957'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-40100', 'anemia', 1001, '2011-12-20 15:03:28.957', 1001, '2011-12-20 15:03:28.957'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-00040', 'etiologic agent not identified, (negative)', 1001, '2011-12-20 15:03:28.958', 1001, '2011-12-20 15:03:28.958'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-10050', 'coccus, gram positive', 1001, '2011-12-20 15:03:28.959', 1001, '2011-12-20 15:03:28.959'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15920', 'proteus, nos', 1001, '2011-12-20 15:03:28.96', 1001, '2011-12-20 15:03:28.96'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-40000', 'fungus, nos', 1001, '2011-12-20 15:03:28.961', 1001, '2011-12-20 15:03:28.961'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-40410', 'yeast, nos', 1001, '2011-12-20 15:03:28.961', 1001, '2011-12-20 15:03:28.961'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70030', 'experimental drug, pc1031 (procyte)', 1001, '2011-12-20 15:03:28.962', 1001, '2011-12-20 15:03:28.962'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72620', 'oxacillin', 1001, '2011-12-20 15:03:28.963', 1001, '2011-12-20 15:03:28.963'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-74020', 'flagyl, metronidazole', 1001, '2011-12-20 15:03:28.964', 1001, '2011-12-20 15:03:28.964'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-14020', 'surgical wound', 1001, '2011-12-20 15:03:28.965', 1001, '2011-12-20 15:03:28.965'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-14430', 'rupture, nos', 1001, '2011-12-20 15:03:28.965', 1001, '2011-12-20 15:03:28.965'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-14840', 'decapitation', 1001, '2011-12-20 15:03:28.966', 1001, '2011-12-20 15:03:28.966'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-20000', 'anomaly, nos', 1001, '2011-12-20 15:03:28.967', 1001, '2011-12-20 15:03:28.967'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-30004', 'multiple stones', 1001, '2011-12-20 15:03:28.968', 1001, '2011-12-20 15:03:28.968'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-34000', 'obstruction, nos', 1001, '2011-12-20 15:03:28.968', 1001, '2011-12-20 15:03:28.968'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-35100', 'thrombosis', 1001, '2011-12-20 15:03:28.969', 1001, '2011-12-20 15:03:28.969'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-38070', 'stress ulcer', 1001, '2011-12-20 15:03:28.969', 1001, '2011-12-20 15:03:28.969'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-49001', 'fibrosis, focal', 1001, '2011-12-20 15:03:28.969', 1001, '2011-12-20 15:03:28.969'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10100', 'incision exploratory', 1001, '2011-12-20 15:03:28.97', 1001, '2011-12-20 15:03:28.97'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10405', 'initial, elective cesarean', 1001, '2011-12-20 15:03:28.971', 1001, '2011-12-20 15:03:28.971'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11000', 'excision of organ or tissue - nos', 1001, '2011-12-20 15:03:28.972', 1001, '2011-12-20 15:03:28.972'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11410', 'biopsy,excisional', 1001, '2011-12-20 15:03:28.973', 1001, '2011-12-20 15:03:28.973'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12300', 'transfusion', 1001, '2011-12-20 15:03:28.973', 1001, '2011-12-20 15:03:28.973'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12710', 'insertion of catheter', 1001, '2011-12-20 15:03:28.974', 1001, '2011-12-20 15:03:28.974'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-14110', 'plastic repair and revision of injury or deformity', 1001, '2011-12-20 15:03:28.975', 1001, '2011-12-20 15:03:28.975'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-14500', 'anastomosis', 1001, '2011-12-20 15:03:28.976', 1001, '2011-12-20 15:03:28.976'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-01000', 'skin, nos', 1001, '2011-12-20 15:03:28.976', 1001, '2011-12-20 15:03:28.976'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-02102', 'skin of scalp', 1001, '2011-12-20 15:03:28.977', 1001, '2011-12-20 15:03:28.977'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-03412', 'subcutaneous tissue of interscapular region of back', 1001, '2011-12-20 15:03:28.978', 1001, '2011-12-20 15:03:28.978'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-03610', 'subcutaneous tissue of upper arm', 1001, '2011-12-20 15:03:28.979', 1001, '2011-12-20 15:03:28.979'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-08900', 'lymph node, multiple sites', 1001, '2011-12-20 15:03:28.979', 1001, '2011-12-20 15:03:28.979'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-10500', 'spine, nos', 1001, '2011-12-20 15:03:28.98', 1001, '2011-12-20 15:03:28.98'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-11400', 'bone of upper extremity, nos', 1001, '2011-12-20 15:03:28.981', 1001, '2011-12-20 15:03:28.981'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-13600', 'muscles of upper extremity', 1001, '2011-12-20 15:03:28.981', 1001, '2011-12-20 15:03:28.981'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54550', 'canine tooth nos', 1001, '2011-12-20 15:03:28.982', 1001, '2011-12-20 15:03:28.982'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-71070', 'medulla of kidney', 1001, '2011-12-20 15:03:28.983', 1001, '2011-12-20 15:03:28.983'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-xx010', 'right eye', 1001, '2011-12-20 15:03:28.984', 1001, '2011-12-20 15:03:28.984'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-62101', 'portal triad of liver', 1001, '2011-12-20 15:03:28.984', 1001, '2011-12-20 15:03:28.984'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-71800', 'both kidneys', 1001, '2011-12-20 15:03:28.985', 1001, '2011-12-20 15:03:28.985'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-03430', 'breast, subcutaneous tissue', 1001, '2011-12-20 15:03:28.986', 1001, '2011-12-20 15:03:28.986'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-12711', 'head of femur', 1001, '2011-12-20 15:03:28.987', 1001, '2011-12-20 15:03:28.987'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-03610', 'subcutaneous tissue of upper arm', 1001, '2011-12-20 15:03:28.987', 1001, '2011-12-20 15:03:28.987'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02830', 'skin of leg, nos', 1001, '2011-12-20 15:03:28.988', 1001, '2011-12-20 15:03:28.988'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-13600', 'muscles of upper extremity', 1001, '2011-12-20 15:03:28.989', 1001, '2011-12-20 15:03:28.989'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y2900', 'sacrifice, nonexperimental', 1001, '2011-12-20 15:03:28.989', 1001, '2011-12-20 15:03:28.989'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-0x003', 'blood, venous', 1001, '2011-12-20 15:03:28.99', 1001, '2011-12-20 15:03:28.99'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y4110', 'right upper quadrant', 1001, '2011-12-20 15:03:28.991', 1001, '2011-12-20 15:03:28.991'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-30100', 'esophagitis, nos', 1001, '2011-12-20 15:03:28.992', 1001, '2011-12-20 15:03:28.992'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-84000', 'pregnancy, nos', 1001, '2011-12-20 15:03:28.992', 1001, '2011-12-20 15:03:28.992'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-39300', 'fistula, nos', 1001, '2011-12-20 15:03:28.993', 1001, '2011-12-20 15:03:28.993'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d4400', 'peritoneum, nos', 1001, '2011-12-20 15:03:28.994', 1001, '2011-12-20 15:03:28.994'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-60130', 'acetaminophen (tylenol)', 1001, '2011-12-20 15:03:28.995', 1001, '2011-12-20 15:03:28.995'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10018', 'bacillus, gram positive', 1001, '2011-12-20 15:03:28.995', 1001, '2011-12-20 15:03:28.995'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0d10', 'prostaglandin e2 preparation', 1001, '2011-12-20 15:03:28.996', 1001, '2011-12-20 15:03:28.996'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-51451', 'diphenhydramine hydrochloride (benadryl)', 1001, '2011-12-20 15:03:28.997', 1001, '2011-12-20 15:03:28.997'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-50100', 'experimental drug, nos', 1001, '2011-12-20 15:03:28.998', 1001, '2011-12-20 15:03:28.998'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-12100', 'bone formation, nos; ossification, nos', 1001, '2011-12-20 15:03:28.999', 1001, '2011-12-20 15:03:28.999'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4030', 'lymphatic follicle', 1001, '2011-12-20 15:03:28.999', 1001, '2011-12-20 15:03:28.999'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-aa700', 'crystalline lens', 1001, '2011-12-20 15:03:29', 1001, '2011-12-20 15:03:29'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-aa610', 'retina, nos', 1001, '2011-12-20 15:03:29.001', 1001, '2011-12-20 15:03:29.001'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-65150', 'uremia syndrome', 1001, '2011-12-20 15:03:29.002', 1001, '2011-12-20 15:03:29.002'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-14120', 'prostin e1', 1001, '2011-12-20 15:03:29.003', 1001, '2011-12-20 15:03:29.003'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-62260', 'hepatocyte', 1001, '2011-12-20 15:03:29.003', 1001, '2011-12-20 15:03:29.003'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15800', 'aerobacter, nos', 1001, '2011-12-20 15:03:29.004', 1001, '2011-12-20 15:03:29.004'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-16526', 'shigella flexneri, type 6', 1001, '2011-12-20 15:03:29.005', 1001, '2011-12-20 15:03:29.005'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-19830', 'moraxella nonliquefaciens', 1001, '2011-12-20 15:03:29.005', 1001, '2011-12-20 15:03:29.005'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-22300', 'pasteurella, nos', 1001, '2011-12-20 15:03:29.006', 1001, '2011-12-20 15:03:29.006'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-37301', 'simian immunedeficiency virus (siv) nos', 1001, '2011-12-20 15:03:29.007', 1001, '2011-12-20 15:03:29.007'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71870', 'sulfamethoxazole', 1001, '2011-12-20 15:03:29.008', 1001, '2011-12-20 15:03:29.008'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72350', 'paromycin', 1001, '2011-12-20 15:03:29.009', 1001, '2011-12-20 15:03:29.009'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-79070', 'chlordiazepoxide', 1001, '2011-12-20 15:03:29.009', 1001, '2011-12-20 15:03:29.009'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-01000', 'morphologic abnormality, nos', 1001, '2011-12-20 15:03:29.01', 1001, '2011-12-20 15:03:29.01'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-14100', 'abrasion', 1001, '2011-12-20 15:03:29.011', 1001, '2011-12-20 15:03:29.011'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-41040', 'acute erosive gastritis', 1001, '2011-12-20 15:03:29.012', 1001, '2011-12-20 15:03:29.012'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-49060', 'scar, nos', 1001, '2011-12-20 15:03:29.012', 1001, '2011-12-20 15:03:29.012'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-xx700', 'crystalline lens', 1001, '2011-12-20 15:03:29.013', 1001, '2011-12-20 15:03:29.013'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-xx813', 'lateral canthus', 1001, '2011-12-20 15:03:29.014', 1001, '2011-12-20 15:03:29.014'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-61000', 'salivary gland, nos', 1001, '2011-12-20 15:03:29.015', 1001, '2011-12-20 15:03:29.015'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('s-10125', 'surrogate mother', 1001, '2011-12-20 15:03:29.015', 1001, '2011-12-20 15:03:29.015'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-902cf', 'povidone iodine (betadine)', 1001, '2011-12-20 15:03:29.016', 1001, '2011-12-20 15:03:29.016'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-87600', 'ovarian follicle, nos', 1001, '2011-12-20 15:03:29.017', 1001, '2011-12-20 15:03:29.017'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-71010', 'right kidney', 1001, '2011-12-20 15:03:29.018', 1001, '2011-12-20 15:03:29.018'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10031', 'polymxin b + bacitracin + neomycin (ophthalmic)', 1001, '2011-12-20 15:03:29.018', 1001, '2011-12-20 15:03:29.018'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-57820', 'anastomosis of intestine, large-to-large', 1001, '2011-12-20 15:03:29.019', 1001, '2011-12-20 15:03:29.019'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-12740', 'tibia, nos', 1001, '2011-12-20 15:03:29.02', 1001, '2011-12-20 15:03:29.02'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-41200', 'arteriole, nos', 1001, '2011-12-20 15:03:29.021', 1001, '2011-12-20 15:03:29.021'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y0200', 'adverse drug effect, nos', 1001, '2011-12-20 15:03:29.021', 1001, '2011-12-20 15:03:29.021'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-01220', 'abscess of face', 1001, '2011-12-20 15:03:29.022', 1001, '2011-12-20 15:03:29.022'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52020', 'sulfamethoxazole/trimethoprim (tms)', 1001, '2011-12-20 15:03:29.023', 1001, '2011-12-20 15:03:29.023'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-21130', 'chronic cystitis, nos', 1001, '2011-12-20 15:03:29.024', 1001, '2011-12-20 15:03:29.024'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-21633', 'benzoyl peroxide', 1001, '2011-12-20 15:03:29.025', 1001, '2011-12-20 15:03:29.025'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-20000', 'cardiomyopathy, nos', 1001, '2011-12-20 15:03:29.025', 1001, '2011-12-20 15:03:29.025'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-06500', 'parasitic infection', 1001, '2011-12-20 15:03:29.026', 1001, '2011-12-20 15:03:29.026'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-62570', 'chronic ulcerative colitis', 1001, '2011-12-20 15:03:29.027', 1001, '2011-12-20 15:03:29.027'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15710', 'escherichia coli, nos', 1001, '2011-12-20 15:03:29.028', 1001, '2011-12-20 15:03:29.028'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-16000', 'salmonella, nos', 1001, '2011-12-20 15:03:29.028', 1001, '2011-12-20 15:03:29.028'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-23120', 'pseudomonas pseudomallei', 1001, '2011-12-20 15:03:29.029', 1001, '2011-12-20 15:03:29.029'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-52440', 'sodium radioisotope', 1001, '2011-12-20 15:03:29.03', 1001, '2011-12-20 15:03:29.03'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71760', 'sulphadimethoxine', 1001, '2011-12-20 15:03:29.031', 1001, '2011-12-20 15:03:29.031'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-76470', 'reserpine', 1001, '2011-12-20 15:03:29.031', 1001, '2011-12-20 15:03:29.031'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-76571', 'brimonidine (alpha2 adrenergic receptor agonist)', 1001, '2011-12-20 15:03:29.032', 1001, '2011-12-20 15:03:29.032'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86090', 'follicle stimulating hormone, human fsh', 1001, '2011-12-20 15:03:29.033', 1001, '2011-12-20 15:03:29.033'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-90680', 'suture, surgical', 1001, '2011-12-20 15:03:29.034', 1001, '2011-12-20 15:03:29.034'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-13600', 'lipid, nos', 1001, '2011-12-20 15:03:29.034', 1001, '2011-12-20 15:03:29.034'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-35020', 'prenatal', 1001, '2011-12-20 15:03:29.035', 1001, '2011-12-20 15:03:29.035'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-81080', 'motor level spinal paralysis', 1001, '2011-12-20 15:03:29.036', 1001, '2011-12-20 15:03:29.036'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-14802', 'complete surgical amputated structure', 1001, '2011-12-20 15:03:29.037', 1001, '2011-12-20 15:03:29.037'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-32830', 'bullous emphysema', 1001, '2011-12-20 15:03:29.037', 1001, '2011-12-20 15:03:29.037'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-56000', 'esophagus, nos', 1001, '2011-12-20 15:03:29.038', 1001, '2011-12-20 15:03:29.038'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-74900', 'blindness, nos', 1001, '2011-12-20 15:03:29.039', 1001, '2011-12-20 15:03:29.039'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10004', 'experimental drug shiseido 5', 1001, '2011-12-20 15:03:29.04', 1001, '2011-12-20 15:03:29.04'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54910', 'gingiva, nos', 1001, '2011-12-20 15:03:29.04', 1001, '2011-12-20 15:03:29.04'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-70300', 'chronic peritonitis', 1001, '2011-12-20 15:03:29.041', 1001, '2011-12-20 15:03:29.041'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52521', 'amikacin sulphate', 1001, '2011-12-20 15:03:29.042', 1001, '2011-12-20 15:03:29.042'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c13b2', 'calphosan', 1001, '2011-12-20 15:03:29.042', 1001, '2011-12-20 15:03:29.042'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-72810', 'anisocoria, nos', 1001, '2011-12-20 15:03:29.043', 1001, '2011-12-20 15:03:29.043'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-73500', 'cataract, nos', 1001, '2011-12-20 15:03:29.044', 1001, '2011-12-20 15:03:29.044'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-75605', 'conjunctivitis', 1001, '2011-12-20 15:03:29.045', 1001, '2011-12-20 15:03:29.045'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('dc-10010', 'anemia, nos', 1001, '2011-12-20 15:03:29.045', 1001, '2011-12-20 15:03:29.045'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-15320', 'joint, cervical vertebra, nos', 1001, '2011-12-20 15:03:29.046', 1001, '2011-12-20 15:03:29.046'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8000', 'arm, nos', 1001, '2011-12-20 15:03:29.047', 1001, '2011-12-20 15:03:29.047'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9400', 'leg, nos', 1001, '2011-12-20 15:03:29.048', 1001, '2011-12-20 15:03:29.048'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10016', 'clarithromycin', 1001, '2011-12-20 15:03:29.048', 1001, '2011-12-20 15:03:29.048'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-35300', 'mitral valve, nos', 1001, '2011-12-20 15:03:29.049', 1001, '2011-12-20 15:03:29.049'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-05040', 'perfusion, nos', 1001, '2011-12-20 15:03:29.05', 1001, '2011-12-20 15:03:29.05'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8220', 'left arm', 1001, '2011-12-20 15:03:29.05', 1001, '2011-12-20 15:03:29.05'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c8070', 'thymic lymphocyte', 1001, '2011-12-20 15:03:29.051', 1001, '2011-12-20 15:03:29.051'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54450', 'mandibular right central incisor tooth', 1001, '2011-12-20 15:03:29.052', 1001, '2011-12-20 15:03:29.052'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54320', 'maxillary left first premolar tooth', 1001, '2011-12-20 15:03:29.053', 1001, '2011-12-20 15:03:29.053'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54230', 'maxillary right first molar tooth', 1001, '2011-12-20 15:03:29.053', 1001, '2011-12-20 15:03:29.053'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a9100', 'brachial plexus, superior trunk', 1001, '2011-12-20 15:03:29.054', 1001, '2011-12-20 15:03:29.054'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8110', 'right axillary region', 1001, '2011-12-20 15:03:29.055', 1001, '2011-12-20 15:03:29.055'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-58815', 'rectopexy (rectal prolapse repair)', 1001, '2011-12-20 15:03:29.056', 1001, '2011-12-20 15:03:29.056'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-76780', 'timolol', 1001, '2011-12-20 15:03:29.056', 1001, '2011-12-20 15:03:29.056'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85470', 'testosterone, testosterone propionate', 1001, '2011-12-20 15:03:29.057', 1001, '2011-12-20 15:03:29.057'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-88950', 'myoma', 1001, '2011-12-20 15:03:29.058', 1001, '2011-12-20 15:03:29.058'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11489', 'biopsy, punch, 9mm', 1001, '2011-12-20 15:03:29.059', 1001, '2011-12-20 15:03:29.059'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-98000', 'thymus, nos', 1001, '2011-12-20 15:03:29.06', 1001, '2011-12-20 15:03:29.06'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-50300', 'aspiration pneumonia, nos; inhalation pneumonia, nos', 1001, '2011-12-20 15:03:29.06', 1001, '2011-12-20 15:03:29.06'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-a0840', 'paralysis, nos', 1001, '2011-12-20 15:03:29.061', 1001, '2011-12-20 15:03:29.061'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-44400', 'typhlitis, nos', 1001, '2011-12-20 15:03:29.062', 1001, '2011-12-20 15:03:29.062'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-13070', 'cerebral edema', 1001, '2011-12-20 15:03:29.063', 1001, '2011-12-20 15:03:29.063'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-yy495', 'internal jugular vein,right', 1001, '2011-12-20 15:03:29.064', 1001, '2011-12-20 15:03:29.064'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-32000', 'ectasia, dilation, dilatation', 1001, '2011-12-20 15:03:29.064', 1001, '2011-12-20 15:03:29.064'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-32220', 'aneurysm, arteriovenous', 1001, '2011-12-20 15:03:29.065', 1001, '2011-12-20 15:03:29.065'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-62500', 'multinucleate giant cell, giant cell, nos', 1001, '2011-12-20 15:03:29.066', 1001, '2011-12-20 15:03:29.066'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-83123', 'renal cell carcinoma', 1001, '2011-12-20 15:03:29.067', 1001, '2011-12-20 15:03:29.067'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10023', 'gram-positive diplococcus', 1001, '2011-12-20 15:03:29.067', 1001, '2011-12-20 15:03:29.067'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-32440', 'telangiectasia, nos', 1001, '2011-12-20 15:03:29.068', 1001, '2011-12-20 15:03:29.068'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-53201', 'balantidium coli', 1001, '2011-12-20 15:03:29.069', 1001, '2011-12-20 15:03:29.069'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-33400', 'cyst, cysts nos', 1001, '2011-12-20 15:03:29.07', 1001, '2011-12-20 15:03:29.07'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72195', 'ceftozidime', 1001, '2011-12-20 15:03:29.07', 1001, '2011-12-20 15:03:29.07'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85360', 'prednisone', 1001, '2011-12-20 15:03:29.071', 1001, '2011-12-20 15:03:29.071'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85750', 'hydroxyprogesterone', 1001, '2011-12-20 15:03:29.072', 1001, '2011-12-20 15:03:29.072'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86060', 'prolactin (injection)', 1001, '2011-12-20 15:03:29.073', 1001, '2011-12-20 15:03:29.073'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86840', 'human immune globulin', 1001, '2011-12-20 15:03:29.073', 1001, '2011-12-20 15:03:29.073'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-90670', 'cannula nos', 1001, '2011-12-20 15:03:29.074', 1001, '2011-12-20 15:03:29.074'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-94270', 'surgical instrument', 1001, '2011-12-20 15:03:29.075', 1001, '2011-12-20 15:03:29.075'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-41780', 'microabscess', 1001, '2011-12-20 15:03:29.076', 1001, '2011-12-20 15:03:29.076'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11482', 'biopsy, punch, 2mm', 1001, '2011-12-20 15:03:29.077', 1001, '2011-12-20 15:03:29.077'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-73800', 'ureter, bilateral', 1001, '2011-12-20 15:03:29.077', 1001, '2011-12-20 15:03:29.077'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-79200', 'vas deferens', 1001, '2011-12-20 15:03:29.078', 1001, '2011-12-20 15:03:29.078'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-87020', 'left ovary', 1001, '2011-12-20 15:03:29.079', 1001, '2011-12-20 15:03:29.079'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-87800', 'ovariectomy - both, ovary - both', 1001, '2011-12-20 15:03:29.08', 1001, '2011-12-20 15:03:29.08'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-93000', 'adrenal gland, nos', 1001, '2011-12-20 15:03:29.08', 1001, '2011-12-20 15:03:29.08'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a0010', 'mild', 1001, '2011-12-20 15:03:29.081', 1001, '2011-12-20 15:03:29.081'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b5311', 'gamma globulin serum', 1001, '2011-12-20 15:03:29.082', 1001, '2011-12-20 15:03:29.082'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b5530', 'tetanus toxoid, human', 1001, '2011-12-20 15:03:29.082', 1001, '2011-12-20 15:03:29.082'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-b0020', 'anatomical', 1001, '2011-12-20 15:03:29.083', 1001, '2011-12-20 15:03:29.083'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1050', 'anterior', 1001, '2011-12-20 15:03:29.084', 1001, '2011-12-20 15:03:29.084'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-e7001', 'placebo', 1001, '2011-12-20 15:03:29.085', 1001, '2011-12-20 15:03:29.085'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-31050', 'prolapse', 1001, '2011-12-20 15:03:29.085', 1001, '2011-12-20 15:03:29.085'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-31500', 'hernia, nos', 1001, '2011-12-20 15:03:29.086', 1001, '2011-12-20 15:03:29.086'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a2291', 'orbital sulcus', 1001, '2011-12-20 15:03:29.087', 1001, '2011-12-20 15:03:29.087'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b3800', 'adrenal, bilateral', 1001, '2011-12-20 15:03:29.088', 1001, '2011-12-20 15:03:29.088'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-41601', 'pustule, nos', 1001, '2011-12-20 15:03:29.088', 1001, '2011-12-20 15:03:29.088'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-40600', 'purulent inflammation, nos, suppurative inflammation', 1001, '2011-12-20 15:03:29.089', 1001, '2011-12-20 15:03:29.089'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-23403', 'pseudomonas fluorescens', 1001, '2011-12-20 15:03:29.09', 1001, '2011-12-20 15:03:29.09'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-07000', 'endoscopy nos', 1001, '2011-12-20 15:03:29.09', 1001, '2011-12-20 15:03:29.09'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-01710', 'rash, nos', 1001, '2011-12-20 15:03:29.091', 1001, '2011-12-20 15:03:29.091'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-50701', 'giardia lamblia', 1001, '2011-12-20 15:03:29.092', 1001, '2011-12-20 15:03:29.092'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-77810', 'sinus histiocytosis', 1001, '2011-12-20 15:03:29.093', 1001, '2011-12-20 15:03:29.093'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-05513', 'removal of therapeutic device, nos', 1001, '2011-12-20 15:03:29.094', 1001, '2011-12-20 15:03:29.094'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-80740', 'sodium alginate, fluorscein', 1001, '2011-12-20 15:03:29.094', 1001, '2011-12-20 15:03:29.094'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-84340', 'dextran 6% w/v in d5-w', 1001, '2011-12-20 15:03:29.095', 1001, '2011-12-20 15:03:29.095'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85822', 'insulin ultralente', 1001, '2011-12-20 15:03:29.096', 1001, '2011-12-20 15:03:29.096'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86140', 'gonadotropin releasing factor, lh releasing factor', 1001, '2011-12-20 15:03:29.096', 1001, '2011-12-20 15:03:29.096'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87430', 'food nos, lipoprotein', 1001, '2011-12-20 15:03:29.097', 1001, '2011-12-20 15:03:29.097'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-876x0', 'tetanus toxoid', 1001, '2011-12-20 15:03:29.098', 1001, '2011-12-20 15:03:29.098'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-8000/', 'tumor,nos', 1001, '2011-12-20 15:03:29.099', 1001, '2011-12-20 15:03:29.099'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-91200', 'hemangioma, nos', 1001, '2011-12-20 15:03:29.099', 1001, '2011-12-20 15:03:29.099'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12090', 'tattooing', 1001, '2011-12-20 15:03:29.1', 1001, '2011-12-20 15:03:29.1'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-02480', 'skin of abdomen', 1001, '2011-12-20 15:03:29.101', 1001, '2011-12-20 15:03:29.101'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-59300', 'colon, nos', 1001, '2011-12-20 15:03:29.101', 1001, '2011-12-20 15:03:29.101'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-67900', 'colocolostomy', 1001, '2011-12-20 15:03:29.102', 1001, '2011-12-20 15:03:29.102'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-71300', 'renal tubule nos', 1001, '2011-12-20 15:03:29.103', 1001, '2011-12-20 15:03:29.103'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-72000', 'renal pelvis,nos', 1001, '2011-12-20 15:03:29.104', 1001, '2011-12-20 15:03:29.104'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-96010', 'thyroid capsule', 1001, '2011-12-20 15:03:29.104', 1001, '2011-12-20 15:03:29.104'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-0020', 'septicemia', 1001, '2011-12-20 15:03:29.105', 1001, '2011-12-20 15:03:29.105'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59100', 'cecum', 1001, '2011-12-20 15:03:29.106', 1001, '2011-12-20 15:03:29.106'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59670', 'rectum and sigmoid colon', 1001, '2011-12-20 15:03:29.106', 1001, '2011-12-20 15:03:29.106'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-88000', 'fallopian tube', 1001, '2011-12-20 15:03:29.107', 1001, '2011-12-20 15:03:29.107'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-559c4', 'salicoazosulfapyridine', 1001, '2011-12-20 15:03:29.108', 1001, '2011-12-20 15:03:29.108'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a1860', 'methimazole preparation', 1001, '2011-12-20 15:03:29.109', 1001, '2011-12-20 15:03:29.109'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-6a156', 'propofol', 1001, '2011-12-20 15:03:29.109', 1001, '2011-12-20 15:03:29.109'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c2884', 'valium injectable', 1001, '2011-12-20 15:03:29.11', 1001, '2011-12-20 15:03:29.11'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0930', 'diethylstilbesterol preparation', 1001, '2011-12-20 15:03:29.111', 1001, '2011-12-20 15:03:29.111'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10019', 'experimental drug pnu-91325', 1001, '2011-12-20 15:03:29.112', 1001, '2011-12-20 15:03:29.112'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a1821', 't3 thyronine sodium preparation', 1001, '2011-12-20 15:03:29.112', 1001, '2011-12-20 15:03:29.112'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-29060', 'pleural fluid, NOS', 1001, '2011-12-20 15:03:29.113', 1001, '2011-12-20 15:03:29.113'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a2310', 'acute', 1001, '2011-12-20 15:03:29.114', 1001, '2011-12-20 15:03:29.114'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-b2720', 'estradiol (e>2<), nos', 1001, '2011-12-20 15:03:29.114', 1001, '2011-12-20 15:03:29.114'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-1x060', 'semi-closed machine inhalation', 1001, '2011-12-20 15:03:29.115', 1001, '2011-12-20 15:03:29.115'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-6y100', 'feces', 1001, '2011-12-20 15:03:29.116', 1001, '2011-12-20 15:03:29.116'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x2262', 'motor cortex', 1001, '2011-12-20 15:03:29.117', 1001, '2011-12-20 15:03:29.117'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-80610', 'hypovolemic shock', 1001, '2011-12-20 15:03:29.118', 1001, '2011-12-20 15:03:29.118'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-14400', 'laceration, nos rupture, nos', 1001, '2011-12-20 15:03:29.118', 1001, '2011-12-20 15:03:29.118'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1620', 'septum pellucidum', 1001, '2011-12-20 15:03:29.119', 1001, '2011-12-20 15:03:29.119'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a2000', 'cerebral hemisphere, nos', 1001, '2011-12-20 15:03:29.12', 1001, '2011-12-20 15:03:29.12'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d1100', 'head, nos', 1001, '2011-12-20 15:03:29.121', 1001, '2011-12-20 15:03:29.121'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d2500', 'hip, nos', 1001, '2011-12-20 15:03:29.122', 1001, '2011-12-20 15:03:29.122'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-69520', 'aminophyllin', 1001, '2011-12-20 15:03:29.122', 1001, '2011-12-20 15:03:29.122'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-25123', 'alpha hemolytic streptococcus, nos', 1001, '2011-12-20 15:03:29.123', 1001, '2011-12-20 15:03:29.123'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-54110', 'fat necrosis', 1001, '2011-12-20 15:03:29.124', 1001, '2011-12-20 15:03:29.124'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c8040', 'thymic medulla', 1001, '2011-12-20 15:03:29.125', 1001, '2011-12-20 15:03:29.125'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-15801', 'enterobacter cloacae', 1001, '2011-12-20 15:03:29.126', 1001, '2011-12-20 15:03:29.126'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-16802', 'proteus mirabilis', 1001, '2011-12-20 15:03:29.127', 1001, '2011-12-20 15:03:29.127'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a7840', 'lumbosacral spinal cord ventral horn', 1001, '2011-12-20 15:03:29.128', 1001, '2011-12-20 15:03:29.128'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-81635', 'prazosin', 1001, '2011-12-20 15:03:29.128', 1001, '2011-12-20 15:03:29.128'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-15080', 'experimental implant', 1001, '2011-12-20 15:03:29.129', 1001, '2011-12-20 15:03:29.129'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-50005', 'parasite larvae, nos', 1001, '2011-12-20 15:03:29.13', 1001, '2011-12-20 15:03:29.13'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-54000', 'necrosis, nos; cellular necrosis, nos', 1001, '2011-12-20 15:03:29.131', 1001, '2011-12-20 15:03:29.131'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-01748v', 'ischial callosity', 1001, '2011-12-20 15:03:29.132', 1001, '2011-12-20 15:03:29.132'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-81410', 'amyotrophic lateral sclerosis', 1001, '2011-12-20 15:03:29.132', 1001, '2011-12-20 15:03:29.132'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-10090', 'coccus, gram -', 1001, '2011-12-20 15:03:29.133', 1001, '2011-12-20 15:03:29.133'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15861', 'klebsiella oxytoca', 1001, '2011-12-20 15:03:29.134', 1001, '2011-12-20 15:03:29.134'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15960', 'proteus rettgeri', 1001, '2011-12-20 15:03:29.134', 1001, '2011-12-20 15:03:29.134'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-78501', 'propofol', 1001, '2011-12-20 15:03:29.135', 1001, '2011-12-20 15:03:29.135'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-79011', 'fluoxetine', 1001, '2011-12-20 15:03:29.136', 1001, '2011-12-20 15:03:29.136'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-79110', 'chlorpromazine hydrochloride', 1001, '2011-12-20 15:03:29.137', 1001, '2011-12-20 15:03:29.137'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-80000', 'vegetable oil nos', 1001, '2011-12-20 15:03:29.137', 1001, '2011-12-20 15:03:29.137'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-80410', 'bismuth preperation nos', 1001, '2011-12-20 15:03:29.138', 1001, '2011-12-20 15:03:29.138'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-81001', 'calcein', 1001, '2011-12-20 15:03:29.139', 1001, '2011-12-20 15:03:29.139'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-82301', 'imodium', 1001, '2011-12-20 15:03:29.14', 1001, '2011-12-20 15:03:29.14'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85500', 'estriol, estrogen', 1001, '2011-12-20 15:03:29.14', 1001, '2011-12-20 15:03:29.14'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86402', 'hgp-30 klh in ai(oh)3', 1001, '2011-12-20 15:03:29.141', 1001, '2011-12-20 15:03:29.141'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-90400', 'electronic monitor nos', 1001, '2011-12-20 15:03:29.142', 1001, '2011-12-20 15:03:29.142'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-36240', 'mucus, leakage', 1001, '2011-12-20 15:03:29.143', 1001, '2011-12-20 15:03:29.143'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-50030', 'cystic degeneration', 1001, '2011-12-20 15:03:29.143', 1001, '2011-12-20 15:03:29.143'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-95900', 'lymphoma, nos', 1001, '2011-12-20 15:03:29.144', 1001, '2011-12-20 15:03:29.144'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11040', 'excision, partial (code to t or m)', 1001, '2011-12-20 15:03:29.145', 1001, '2011-12-20 15:03:29.145'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12750', 'implantation of therapeutic device,nos', 1001, '2011-12-20 15:03:29.146', 1001, '2011-12-20 15:03:29.146'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-04930', 'female breast, left, pectoral muscles and axillary', 1001, '2011-12-20 15:03:29.146', 1001, '2011-12-20 15:03:29.146'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-05050', 'hematopoietic system', 1001, '2011-12-20 15:03:29.147', 1001, '2011-12-20 15:03:29.147'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-28100', 'right lung, nos', 1001, '2011-12-20 15:03:29.148', 1001, '2011-12-20 15:03:29.148'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-29000', 'pleura, nos', 1001, '2011-12-20 15:03:29.149', 1001, '2011-12-20 15:03:29.149'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-33066', 'subcuyaneous tissue of supraclavicular reg. of neck', 1001, '2011-12-20 15:03:29.15', 1001, '2011-12-20 15:03:29.15'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-42300', 'aortic arch', 1001, '2011-12-20 15:03:29.15', 1001, '2011-12-20 15:03:29.15'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-48160', 'external jugular vein', 1001, '2011-12-20 15:03:29.151', 1001, '2011-12-20 15:03:29.151'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-50500', 'intestines', 1001, '2011-12-20 15:03:29.152', 1001, '2011-12-20 15:03:29.152'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54510', 'mandibular right second molar tooth', 1001, '2011-12-20 15:03:29.153', 1001, '2011-12-20 15:03:29.153'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-55000', 'salivary gland', 1001, '2011-12-20 15:03:29.153', 1001, '2011-12-20 15:03:29.153'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-58910', 'bile duct and liver', 1001, '2011-12-20 15:03:29.154', 1001, '2011-12-20 15:03:29.154'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-71030', 'capsule of kidney, nos', 1001, '2011-12-20 15:03:29.155', 1001, '2011-12-20 15:03:29.155'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-58600', 'ileum, nos', 1001, '2011-12-20 15:03:29.156', 1001, '2011-12-20 15:03:29.156'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59316', 'colonic lamina propria', 1001, '2011-12-20 15:03:29.156', 1001, '2011-12-20 15:03:29.156'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-f3062', 'total placenta previa', 1001, '2011-12-20 15:03:29.157', 1001, '2011-12-20 15:03:29.157'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-60a11', 'buprenorphine hydrochloride', 1001, '2011-12-20 15:03:29.158', 1001, '2011-12-20 15:03:29.158'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-58060', 'small intestine submucosa', 1001, '2011-12-20 15:03:29.159', 1001, '2011-12-20 15:03:29.159'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0210', 'triamcinolone preparation', 1001, '2011-12-20 15:03:29.16', 1001, '2011-12-20 15:03:29.16'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d2463', 'dextrose 50%', 1001, '2011-12-20 15:03:29.16', 1001, '2011-12-20 15:03:29.16'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-60d00', 'opiate antagonist', 1001, '2011-12-20 15:03:29.161', 1001, '2011-12-20 15:03:29.161'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-6b741', 'proparacaine hcl', 1001, '2011-12-20 15:03:29.162', 1001, '2011-12-20 15:03:29.162'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a5610', 'subacute', 1001, '2011-12-20 15:03:29.163', 1001, '2011-12-20 15:03:29.163'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-48160', 'external jugular vein', 1001, '2011-12-20 15:03:29.163', 1001, '2011-12-20 15:03:29.163'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-8611y', 'corticotropin releasing hormone analog', 1001, '2011-12-20 15:03:29.164', 1001, '2011-12-20 15:03:29.164'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-88003', 'sarcoma, nos', 1001, '2011-12-20 15:03:29.165', 1001, '2011-12-20 15:03:29.165'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x0910', 'brain and meninges', 1001, '2011-12-20 15:03:29.166', 1001, '2011-12-20 15:03:29.166'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y1800', 'extremity, nos', 1001, '2011-12-20 15:03:29.166', 1001, '2011-12-20 15:03:29.166'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y6621', 'pelvic cavity, nos', 1001, '2011-12-20 15:03:29.167', 1001, '2011-12-20 15:03:29.167'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4474', 'pancreatic lymph node', 1001, '2011-12-20 15:03:29.168', 1001, '2011-12-20 15:03:29.168'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d6221', 'pelvic cavity', 1001, '2011-12-20 15:03:29.169', 1001, '2011-12-20 15:03:29.169'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d7000', 'groin', 1001, '2011-12-20 15:03:29.17', 1001, '2011-12-20 15:03:29.17'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-81400', 'hepatitis, nos', 1001, '2011-12-20 15:03:29.17', 1001, '2011-12-20 15:03:29.17'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-84221', 'calcium carbonate', 1001, '2011-12-20 15:03:29.171', 1001, '2011-12-20 15:03:29.171'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a0100', 'brain', 1001, '2011-12-20 15:03:29.172', 1001, '2011-12-20 15:03:29.172'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-55050', 'glycogen deposition', 1001, '2011-12-20 15:03:29.173', 1001, '2011-12-20 15:03:29.173'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-89260', 'ventricular hemorrhage', 1001, '2011-12-20 15:03:29.173', 1001, '2011-12-20 15:03:29.173'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-54450', 'nafcillin', 1001, '2011-12-20 15:03:29.174', 1001, '2011-12-20 15:03:29.174'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55940', 'sulfamethoxazole', 1001, '2011-12-20 15:03:29.175', 1001, '2011-12-20 15:03:29.175'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-b6130', 'laparotomy', 1001, '2011-12-20 15:03:29.175', 1001, '2011-12-20 15:03:29.175'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-b6702', 'laparoscopy with biopsy', 1001, '2011-12-20 15:03:29.176', 1001, '2011-12-20 15:03:29.176'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-50520', 'c-14, carbon 14', 1001, '2011-12-20 15:03:29.177', 1001, '2011-12-20 15:03:29.177'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70500', 'general anesthetic nos', 1001, '2011-12-20 15:03:29.178', 1001, '2011-12-20 15:03:29.178'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70930', 'oxygen anesthetic adjunct', 1001, '2011-12-20 15:03:29.178', 1001, '2011-12-20 15:03:29.178'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72700', 'ticarcillin, disodium', 1001, '2011-12-20 15:03:29.179', 1001, '2011-12-20 15:03:29.179'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-75202', 'phospholin iodide, acetylcholinesterase inhibitor', 1001, '2011-12-20 15:03:29.18', 1001, '2011-12-20 15:03:29.18'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-79521', 'benzodiazepam antagonist, r015-1788', 1001, '2011-12-20 15:03:29.181', 1001, '2011-12-20 15:03:29.181'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-46810', 'freunds incomplete adjuvant (ifa)', 1001, '2011-12-20 15:03:29.181', 1001, '2011-12-20 15:03:29.181'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-47031', 'bone growth factor, bovine origin', 1001, '2011-12-20 15:03:29.182', 1001, '2011-12-20 15:03:29.182'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-14960', 'wound, mutilating', 1001, '2011-12-20 15:03:29.183', 1001, '2011-12-20 15:03:29.183'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-41000', 'acute inflammation', 1001, '2011-12-20 15:03:29.184', 1001, '2011-12-20 15:03:29.184'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-46700', 'chronic proliferative peritonitis', 1001, '2011-12-20 15:03:29.184', 1001, '2011-12-20 15:03:29.184'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-49020', 'schlerosis fibrous', 1001, '2011-12-20 15:03:29.185', 1001, '2011-12-20 15:03:29.185'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-49430', 'pleural adhesions', 1001, '2011-12-20 15:03:29.186', 1001, '2011-12-20 15:03:29.186'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-54706', 'multiple infarcts', 1001, '2011-12-20 15:03:29.186', 1001, '2011-12-20 15:03:29.186'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-55000', 'deposition', 1001, '2011-12-20 15:03:29.187', 1001, '2011-12-20 15:03:29.187'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-00030', 'procedure, not assign (sham)', 1001, '2011-12-20 15:03:29.188', 1001, '2011-12-20 15:03:29.188'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-14810', 'advancement, nos', 1001, '2011-12-20 15:03:29.189', 1001, '2011-12-20 15:03:29.189'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-04030', 'female left breast', 1001, '2011-12-20 15:03:29.189', 1001, '2011-12-20 15:03:29.189'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-04810', 'mastectomy - female, both', 1001, '2011-12-20 15:03:29.19', 1001, '2011-12-20 15:03:29.19'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-08000', 'lymph node, nos', 1001, '2011-12-20 15:03:29.191', 1001, '2011-12-20 15:03:29.191'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-28800', 'lungs, nos', 1001, '2011-12-20 15:03:29.191', 1001, '2011-12-20 15:03:29.191'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54470', 'mandibular right cuspid tooth', 1001, '2011-12-20 15:03:29.192', 1001, '2011-12-20 15:03:29.192'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-56260', 'hepatocyte', 1001, '2011-12-20 15:03:29.193', 1001, '2011-12-20 15:03:29.193'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('dc-80200', 'splenitis', 1001, '2011-12-20 15:03:29.194', 1001, '2011-12-20 15:03:29.194'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-83600', 'myometrium, nos', 1001, '2011-12-20 15:03:29.194', 1001, '2011-12-20 15:03:29.194'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-15860', 'implantation of therapeutic device', 1001, '2011-12-20 15:03:29.195', 1001, '2011-12-20 15:03:29.195'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a6555', 'brimonidione', 1001, '2011-12-20 15:03:29.196', 1001, '2011-12-20 15:03:29.196'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a1552', 'growth hormone preparation', 1001, '2011-12-20 15:03:29.197', 1001, '2011-12-20 15:03:29.197'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-91270', 'cisternal tap', 1001, '2011-12-20 15:03:29.197', 1001, '2011-12-20 15:03:29.197'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-510x0', 'i 131', 1001, '2011-12-20 15:03:29.198', 1001, '2011-12-20 15:03:29.198'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12x20', 'im', 1001, '2011-12-20 15:03:29.199', 1001, '2011-12-20 15:03:29.199'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1110', 'meninges, nos', 1001, '2011-12-20 15:03:29.2', 1001, '2011-12-20 15:03:29.2'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1520', 'cisternal tap', 1001, '2011-12-20 15:03:29.2', 1001, '2011-12-20 15:03:29.2'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x2210', 'cortex of frontal lobe', 1001, '2011-12-20 15:03:29.201', 1001, '2011-12-20 15:03:29.201'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y1100', 'back, nos', 1001, '2011-12-20 15:03:29.202', 1001, '2011-12-20 15:03:29.202'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y2200', 'thoracocentesis', 1001, '2011-12-20 15:03:29.203', 1001, '2011-12-20 15:03:29.203'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y4400', 'peritoneum, nos', 1001, '2011-12-20 15:03:29.203', 1001, '2011-12-20 15:03:29.203'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y6600', 'tail', 1001, '2011-12-20 15:03:29.204', 1001, '2011-12-20 15:03:29.204'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-50580', 'bullous emphysema', 1001, '2011-12-20 15:03:29.205', 1001, '2011-12-20 15:03:29.205'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-00120', 'state of impairment', 1001, '2011-12-20 15:03:29.205', 1001, '2011-12-20 15:03:29.205'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-78220', 'contracture, nos', 1001, '2011-12-20 15:03:29.206', 1001, '2011-12-20 15:03:29.206'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b6010', 'thyroid capsule', 1001, '2011-12-20 15:03:29.207', 1001, '2011-12-20 15:03:29.207'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55710', 'ciprofloxacin', 1001, '2011-12-20 15:03:29.208', 1001, '2011-12-20 15:03:29.208'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-78000', 'fibrosis, nos; fibrosis thickening', 1001, '2011-12-20 15:03:29.208', 1001, '2011-12-20 15:03:29.208'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-18240', 'anastomosis, end to end', 1001, '2011-12-20 15:03:29.209', 1001, '2011-12-20 15:03:29.209'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b70e1', 'carbidopa', 1001, '2011-12-20 15:03:29.21', 1001, '2011-12-20 15:03:29.21'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-55184', 'thrombosis of testis', 1001, '2011-12-20 15:03:29.211', 1001, '2011-12-20 15:03:29.211'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-30408', 'superficial foreign body, nos', 1001, '2011-12-20 15:03:29.211', 1001, '2011-12-20 15:03:29.211'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-01650', 'pneumococcal meningitis', 1001, '2011-12-20 15:03:29.212', 1001, '2011-12-20 15:03:29.212'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-49770', 'rabbit', 1001, '2011-12-20 15:03:29.213', 1001, '2011-12-20 15:03:29.213'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-56410', 'acetone', 1001, '2011-12-20 15:03:29.214', 1001, '2011-12-20 15:03:29.214'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70620', 'nitrous oxide', 1001, '2011-12-20 15:03:29.214', 1001, '2011-12-20 15:03:29.214'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77726', 'fenprofen, calcium present, toxic range', 1001, '2011-12-20 15:03:29.215', 1001, '2011-12-20 15:03:29.215'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-31460', 'labor prolonged', 1001, '2011-12-20 15:03:29.216', 1001, '2011-12-20 15:03:29.216'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-35060', 'newborn, premature birth, nos', 1001, '2011-12-20 15:03:29.217', 1001, '2011-12-20 15:03:29.217'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-21300', 'incomplete development, nos', 1001, '2011-12-20 15:03:29.217', 1001, '2011-12-20 15:03:29.217'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-32400', 'aneurysm', 1001, '2011-12-20 15:03:29.218', 1001, '2011-12-20 15:03:29.218'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-32870', 'subpleural emphysema', 1001, '2011-12-20 15:03:29.219', 1001, '2011-12-20 15:03:29.219'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-33110', 'fecal impaction', 1001, '2011-12-20 15:03:29.219', 1001, '2011-12-20 15:03:29.219'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-33500', 'cyst, follicular, nos', 1001, '2011-12-20 15:03:29.22', 1001, '2011-12-20 15:03:29.22'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-37100', 'hematoma nos', 1001, '2011-12-20 15:03:29.221', 1001, '2011-12-20 15:03:29.221'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-49300', 'healing or repair nos', 1001, '2011-12-20 15:03:29.222', 1001, '2011-12-20 15:03:29.222'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10300', 'incision and removal,nos', 1001, '2011-12-20 15:03:29.222', 1001, '2011-12-20 15:03:29.222'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-13000', 'endoscopy', 1001, '2011-12-20 15:03:29.223', 1001, '2011-12-20 15:03:29.223'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-14700', 'surgical repair,nos', 1001, '2011-12-20 15:03:29.224', 1001, '2011-12-20 15:03:29.224'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-16110', 'debridement and suture', 1001, '2011-12-20 15:03:29.225', 1001, '2011-12-20 15:03:29.225'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-03000', 'subcutaneous tissue - nos', 1001, '2011-12-20 15:03:29.226', 1001, '2011-12-20 15:03:29.226'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-07010', 'splenic capsule', 1001, '2011-12-20 15:03:29.226', 1001, '2011-12-20 15:03:29.226'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-10310', 'sternum, nos', 1001, '2011-12-20 15:03:29.227', 1001, '2011-12-20 15:03:29.227'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-11600', 'phalanx, nos', 1001, '2011-12-20 15:03:29.228', 1001, '2011-12-20 15:03:29.228'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54340', 'maxillary left first molar tooth', 1001, '2011-12-20 15:03:29.228', 1001, '2011-12-20 15:03:29.228'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-62210', 'liver, centrilobular region', 1001, '2011-12-20 15:03:29.229', 1001, '2011-12-20 15:03:29.229'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-83090', 'uterine serosa', 1001, '2011-12-20 15:03:29.23', 1001, '2011-12-20 15:03:29.23'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-91000', 'penis, nos', 1001, '2011-12-20 15:03:29.231', 1001, '2011-12-20 15:03:29.231'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10000', 'cosequin', 1001, '2011-12-20 15:03:29.231', 1001, '2011-12-20 15:03:29.231'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-42010', 'aortic tunica intima', 1001, '2011-12-20 15:03:29.232', 1001, '2011-12-20 15:03:29.232'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-03450', 'subcutaneous tissue of back, nos', 1001, '2011-12-20 15:03:29.233', 1001, '2011-12-20 15:03:29.233'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-32600', 'left ventricle', 1001, '2011-12-20 15:03:29.234', 1001, '2011-12-20 15:03:29.234'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-03100', 'subcutaneous tissue of head', 1001, '2011-12-20 15:03:29.234', 1001, '2011-12-20 15:03:29.234'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-93122', 'laminectomy, nos', 1001, '2011-12-20 15:03:29.235', 1001, '2011-12-20 15:03:29.235'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10041', 'profenal (suprofen)', 1001, '2011-12-20 15:03:29.236', 1001, '2011-12-20 15:03:29.236'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-13770', 'flexor carpi ulnaris', 1001, '2011-12-20 15:03:29.236', 1001, '2011-12-20 15:03:29.236'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-52000', 'lip, nos', 1001, '2011-12-20 15:03:29.237', 1001, '2011-12-20 15:03:29.237'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-12400', 'bone of upper extremity, nos', 1001, '2011-12-20 15:03:29.238', 1001, '2011-12-20 15:03:29.238'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-13000', 'skeletal muscles, nos', 1001, '2011-12-20 15:03:29.239', 1001, '2011-12-20 15:03:29.239'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('dd-80050', 'toxicity', 1001, '2011-12-20 15:03:29.24', 1001, '2011-12-20 15:03:29.24'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-0x005', 'blood, aerobic culture', 1001, '2011-12-20 15:03:29.241', 1001, '2011-12-20 15:03:29.241'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-0x500', 'serum', 1001, '2011-12-20 15:03:29.241', 1001, '2011-12-20 15:03:29.241'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1600', 'cerebral ventricle, nos', 1001, '2011-12-20 15:03:29.242', 1001, '2011-12-20 15:03:29.242'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y4310', 'anterior abdominal wall', 1001, '2011-12-20 15:03:29.243', 1001, '2011-12-20 15:03:29.243'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d-721111', 'acute hemorrhagic cystitis', 1001, '2011-12-20 15:03:29.244', 1001, '2011-12-20 15:03:29.244'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-11020', 'uremia, nos', 1001, '2011-12-20 15:03:29.244', 1001, '2011-12-20 15:03:29.244'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('df-d0200', 'asphyxiation, nos', 1001, '2011-12-20 15:03:29.245', 1001, '2011-12-20 15:03:29.245'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-aa010', 'right eye', 1001, '2011-12-20 15:03:29.246', 1001, '2011-12-20 15:03:29.246'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d4600', 'omentum, nos', 1001, '2011-12-20 15:03:29.247', 1001, '2011-12-20 15:03:29.247'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d8-22202', 'chorioamnionitis', 1001, '2011-12-20 15:03:29.247', 1001, '2011-12-20 15:03:29.247'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-97380', 'angiotensin 2', 1001, '2011-12-20 15:03:29.248', 1001, '2011-12-20 15:03:29.248'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-28100', 'bacterial endocarditis, nos', 1001, '2011-12-20 15:03:29.249', 1001, '2011-12-20 15:03:29.249'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a01f0', 'methylprednisolone', 1001, '2011-12-20 15:03:29.251', 1001, '2011-12-20 15:03:29.251'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-97920', 'dichlorphenamide', 1001, '2011-12-20 15:03:29.251', 1001, '2011-12-20 15:03:29.251'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-92610', 'hydroquinone cream', 1001, '2011-12-20 15:03:29.252', 1001, '2011-12-20 15:03:29.252'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-46681', 'glomerular capillaries', 1001, '2011-12-20 15:03:29.253', 1001, '2011-12-20 15:03:29.253'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-77550', 'massive pulmonary hemorrhage', 1001, '2011-12-20 15:03:29.254', 1001, '2011-12-20 15:03:29.254'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15630', 'citrobacter fruendii', 1001, '2011-12-20 15:03:29.255', 1001, '2011-12-20 15:03:29.255'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-16524', 'shigella flexneri, type 4', 1001, '2011-12-20 15:03:29.255', 1001, '2011-12-20 15:03:29.255'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-23000', 'pseudomonas, nos', 1001, '2011-12-20 15:03:29.256', 1001, '2011-12-20 15:03:29.256'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-68360', 'limonene', 1001, '2011-12-20 15:03:29.257', 1001, '2011-12-20 15:03:29.257'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70740', 'phencyclidine', 1001, '2011-12-20 15:03:29.258', 1001, '2011-12-20 15:03:29.258'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72970', 'griseofulvin', 1001, '2011-12-20 15:03:29.259', 1001, '2011-12-20 15:03:29.259'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-76550', 'diazoxide', 1001, '2011-12-20 15:03:29.259', 1001, '2011-12-20 15:03:29.259'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-89690', 'ergometrine', 1001, '2011-12-20 15:03:29.26', 1001, '2011-12-20 15:03:29.26'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-01120', 'septicemia', 1001, '2011-12-20 15:03:29.261', 1001, '2011-12-20 15:03:29.261'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-27310', 'insulin nos', 1001, '2011-12-20 15:03:29.262', 1001, '2011-12-20 15:03:29.262'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-13010', 'dislocation, complete, nos', 1001, '2011-12-20 15:03:29.262', 1001, '2011-12-20 15:03:29.262'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-29200', 'partial placenta previa', 1001, '2011-12-20 15:03:29.263', 1001, '2011-12-20 15:03:29.263'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-37020', 'petechial hemorrhage', 1001, '2011-12-20 15:03:29.264', 1001, '2011-12-20 15:03:29.264'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-11100', 'skull, nos', 1001, '2011-12-20 15:03:29.265', 1001, '2011-12-20 15:03:29.265'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-40000', 'blood vessel, nos', 1001, '2011-12-20 15:03:29.265', 1001, '2011-12-20 15:03:29.265'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-01000', 'skin, nos', 1001, '2011-12-20 15:03:29.266', 1001, '2011-12-20 15:03:29.266'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10012', 'no parasites seen', 1001, '2011-12-20 15:03:29.267', 1001, '2011-12-20 15:03:29.267'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p8-30040', 'dental prophylaxis, adult', 1001, '2011-12-20 15:03:29.268', 1001, '2011-12-20 15:03:29.268'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-87000', 'ovary, nos', 1001, '2011-12-20 15:03:29.268', 1001, '2011-12-20 15:03:29.268'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y1100', 'fall, nos', 1001, '2011-12-20 15:03:29.269', 1001, '2011-12-20 15:03:29.269'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-71063', 'potassium chloride', 1001, '2011-12-20 15:03:29.27', 1001, '2011-12-20 15:03:29.27'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-02703', 'nephrosclerosis', 1001, '2011-12-20 15:03:29.27', 1001, '2011-12-20 15:03:29.27'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-16010', 'congestive heart failure', 1001, '2011-12-20 15:03:29.271', 1001, '2011-12-20 15:03:29.271'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d6-10700', 'failure to thrive syndrome', 1001, '2011-12-20 15:03:29.272', 1001, '2011-12-20 15:03:29.272'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-12400', 'interstitial nephritis, nos', 1001, '2011-12-20 15:03:29.273', 1001, '2011-12-20 15:03:29.273'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52040', 'metronidazole (flagyl)', 1001, '2011-12-20 15:03:29.273', 1001, '2011-12-20 15:03:29.273'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52221', 'clindamycin hydrochloride', 1001, '2011-12-20 15:03:29.274', 1001, '2011-12-20 15:03:29.274'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-25128', 'streptococcus, group a', 1001, '2011-12-20 15:03:29.275', 1001, '2011-12-20 15:03:29.275'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52551', 'neomycin sulphate', 1001, '2011-12-20 15:03:29.276', 1001, '2011-12-20 15:03:29.276'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-aa206', 'cornea, right eye', 1001, '2011-12-20 15:03:29.276', 1001, '2011-12-20 15:03:29.276'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-13710', 'campylobacter fetus, nos', 1001, '2011-12-20 15:03:29.277', 1001, '2011-12-20 15:03:29.277'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15716', 'e. coli (4451116)', 1001, '2011-12-20 15:03:29.278', 1001, '2011-12-20 15:03:29.278'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72670', 'nafcillin', 1001, '2011-12-20 15:03:29.279', 1001, '2011-12-20 15:03:29.279'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-75170', 'isoxsuprine', 1001, '2011-12-20 15:03:29.279', 1001, '2011-12-20 15:03:29.279'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-90591', 'catheter contents', 1001, '2011-12-20 15:03:29.28', 1001, '2011-12-20 15:03:29.28'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-03004', 'hypothermia', 1001, '2011-12-20 15:03:29.281', 1001, '2011-12-20 15:03:29.281'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10024', 'estradiol cypionate', 1001, '2011-12-20 15:03:29.281', 1001, '2011-12-20 15:03:29.281'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54390', 'mandibular left first molar tooth', 1001, '2011-12-20 15:03:29.282', 1001, '2011-12-20 15:03:29.282'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8830', 'middle finger, nos', 1001, '2011-12-20 15:03:29.283', 1001, '2011-12-20 15:03:29.283'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-95020', 'left epididymis', 1001, '2011-12-20 15:03:29.284', 1001, '2011-12-20 15:03:29.284'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-79380', 'promazine hcl', 1001, '2011-12-20 15:03:29.284', 1001, '2011-12-20 15:03:29.284'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-82870', 'psyllium (metamucil)', 1001, '2011-12-20 15:03:29.285', 1001, '2011-12-20 15:03:29.285'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9480', 'both legs', 1001, '2011-12-20 15:03:29.286', 1001, '2011-12-20 15:03:29.286'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-60100', 'inguinal hernia, nos', 1001, '2011-12-20 15:03:29.287', 1001, '2011-12-20 15:03:29.287'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-70110', 'acute generalized peritonitis', 1001, '2011-12-20 15:03:29.287', 1001, '2011-12-20 15:03:29.287'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d6-20650', 'dehydration', 1001, '2011-12-20 15:03:29.288', 1001, '2011-12-20 15:03:29.288'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-12170', 'membranous glomerulonephritis', 1001, '2011-12-20 15:03:29.289', 1001, '2011-12-20 15:03:29.289'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-1e600', 'enterococcus, nos', 1001, '2011-12-20 15:03:29.29', 1001, '2011-12-20 15:03:29.29'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-34040', 'influenza virus a (human)', 1001, '2011-12-20 15:03:29.29', 1001, '2011-12-20 15:03:29.29'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-80713', 'squamous cell carcinoma, keratinizing type, nos', 1001, '2011-12-20 15:03:29.291', 1001, '2011-12-20 15:03:29.291'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-d3000', 'chest, nos', 1001, '2011-12-20 15:03:29.292', 1001, '2011-12-20 15:03:29.292'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('db-62110', 'diabetic nephropathy; Kimmelstiel-Wilson lesions', 1001, '2011-12-20 15:03:29.293', 1001, '2011-12-20 15:03:29.293'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-74000', 'acariasis', 1001, '2011-12-20 15:03:29.293', 1001, '2011-12-20 15:03:29.293'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-88060', 'newborn, premature birth, nos', 1001, '2011-12-20 15:03:29.294', 1001, '2011-12-20 15:03:29.294'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-04311', 'lobular duct of breast', 1001, '2011-12-20 15:03:29.295', 1001, '2011-12-20 15:03:29.295'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-64000', 'extrahepatic bile duct, nos', 1001, '2011-12-20 15:03:29.296', 1001, '2011-12-20 15:03:29.296'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a8070', 'oculomotor nerve, nos', 1001, '2011-12-20 15:03:29.297', 1001, '2011-12-20 15:03:29.297'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b9000', 'pancreatic islets', 1001, '2011-12-20 15:03:29.298', 1001, '2011-12-20 15:03:29.298'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8020', 'left upper arm', 1001, '2011-12-20 15:03:29.298', 1001, '2011-12-20 15:03:29.298'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-25000', 'trachea', 1001, '2011-12-20 15:03:29.299', 1001, '2011-12-20 15:03:29.299'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8200', 'arm, nos', 1001, '2011-12-20 15:03:29.3', 1001, '2011-12-20 15:03:29.3'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9420', 'left leg', 1001, '2011-12-20 15:03:29.301', 1001, '2011-12-20 15:03:29.301'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d1608', 'neck, right side', 1001, '2011-12-20 15:03:29.302', 1001, '2011-12-20 15:03:29.302'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10036', 'saffan', 1001, '2011-12-20 15:03:29.302', 1001, '2011-12-20 15:03:29.302'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-35010', 'atrioventricular valve, NOS', 1001, '2011-12-20 15:03:29.303', 1001, '2011-12-20 15:03:29.303'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54470', 'mandibular right canine tooth', 1001, '2011-12-20 15:03:29.304', 1001, '2011-12-20 15:03:29.304'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54300', 'maxillary left lateral incisor tooth', 1001, '2011-12-20 15:03:29.305', 1001, '2011-12-20 15:03:29.305'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-14700', 'muscles of leg, nos', 1001, '2011-12-20 15:03:29.305', 1001, '2011-12-20 15:03:29.305'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72180', 'cephaloridine', 1001, '2011-12-20 15:03:29.306', 1001, '2011-12-20 15:03:29.306'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-76990', 'minoxidil', 1001, '2011-12-20 15:03:29.307', 1001, '2011-12-20 15:03:29.307'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77890', 'fentanyl', 1001, '2011-12-20 15:03:29.308', 1001, '2011-12-20 15:03:29.308'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-80850', 'paresis, nos', 1001, '2011-12-20 15:03:29.308', 1001, '2011-12-20 15:03:29.308'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54290', 'maxillary left central incisor tooth', 1001, '2011-12-20 15:03:29.309', 1001, '2011-12-20 15:03:29.309'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-86921', 'salpingo-ovariectomy - left', 1001, '2011-12-20 15:03:29.31', 1001, '2011-12-20 15:03:29.31'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-93120', 'adrenal, zona fasiculata', 1001, '2011-12-20 15:03:29.311', 1001, '2011-12-20 15:03:29.311'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-815b0', 'nimodipine', 1001, '2011-12-20 15:03:29.311', 1001, '2011-12-20 15:03:29.311'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1590', 'spinal subarachnoid space', 1001, '2011-12-20 15:03:29.312', 1001, '2011-12-20 15:03:29.312'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y0480', 'orbital region', 1001, '2011-12-20 15:03:29.313', 1001, '2011-12-20 15:03:29.313'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-50100', 'bronchopneumonia', 1001, '2011-12-20 15:03:29.314', 1001, '2011-12-20 15:03:29.314'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-41704', 'enteritis, nos', 1001, '2011-12-20 15:03:29.314', 1001, '2011-12-20 15:03:29.314'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-75120', 'follicular cyst of ovary', 1001, '2011-12-20 15:03:29.315', 1001, '2011-12-20 15:03:29.315'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-41710', 'lymphocytic-plasmacytic colitis', 1001, '2011-12-20 15:03:29.316', 1001, '2011-12-20 15:03:29.316'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-58370', 'cholestasis', 1001, '2011-12-20 15:03:29.317', 1001, '2011-12-20 15:03:29.317'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-50001', 'protozoa, nos', 1001, '2011-12-20 15:03:29.317', 1001, '2011-12-20 15:03:29.317'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p3-02020', 'specimen collection, nos', 1001, '2011-12-20 15:03:29.318', 1001, '2011-12-20 15:03:29.318'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-50000', 'degeneration, nos', 1001, '2011-12-20 15:03:29.319', 1001, '2011-12-20 15:03:29.319'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-93009', 'cannibalism', 1001, '2011-12-20 15:03:29.32', 1001, '2011-12-20 15:03:29.32'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-54004', 'focal necrosis', 1001, '2011-12-20 15:03:29.32', 1001, '2011-12-20 15:03:29.32'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-08000', 'surgical repair,nos', 1001, '2011-12-20 15:03:29.321', 1001, '2011-12-20 15:03:29.321'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-33020', 'cast, nos', 1001, '2011-12-20 15:03:29.322', 1001, '2011-12-20 15:03:29.322'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85051', 'human chorionic gonadotropin', 1001, '2011-12-20 15:03:29.323', 1001, '2011-12-20 15:03:29.323'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85150', 'dexamethasone', 1001, '2011-12-20 15:03:29.323', 1001, '2011-12-20 15:03:29.323'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85540', 'diethylstilbesterol', 1001, '2011-12-20 15:03:29.324', 1001, '2011-12-20 15:03:29.324'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87350', 'lactated ringers', 1001, '2011-12-20 15:03:29.325', 1001, '2011-12-20 15:03:29.325'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87740', 'folic acid', 1001, '2011-12-20 15:03:29.326', 1001, '2011-12-20 15:03:29.326'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-22980', 'proteolytic enzyme', 1001, '2011-12-20 15:03:29.326', 1001, '2011-12-20 15:03:29.326'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-85640', 'coma, nos', 1001, '2011-12-20 15:03:29.327', 1001, '2011-12-20 15:03:29.327'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y1890', 'anesthetic death', 1001, '2011-12-20 15:03:29.328', 1001, '2011-12-20 15:03:29.328'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-34080', 'obstruction, stricture', 1001, '2011-12-20 15:03:29.329', 1001, '2011-12-20 15:03:29.329'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11484', 'biopsy, punch, 4mm', 1001, '2011-12-20 15:03:29.329', 1001, '2011-12-20 15:03:29.329'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12790', 'replacement nos,re-implantation', 1001, '2011-12-20 15:03:29.33', 1001, '2011-12-20 15:03:29.33'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54920', 'gum of maxilla, maxillary gingivectomy', 1001, '2011-12-20 15:03:29.331', 1001, '2011-12-20 15:03:29.331'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a4470', 'vitamin b12 preparation', 1001, '2011-12-20 15:03:29.332', 1001, '2011-12-20 15:03:29.332'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-64910', 'small intestine and colon', 1001, '2011-12-20 15:03:29.332', 1001, '2011-12-20 15:03:29.332'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-65905', 'jejunum and ileum', 1001, '2011-12-20 15:03:29.333', 1001, '2011-12-20 15:03:29.333'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-74900', 'vagina and rectum', 1001, '2011-12-20 15:03:29.334', 1001, '2011-12-20 15:03:29.334'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-79400', 'scrotum', 1001, '2011-12-20 15:03:29.335', 1001, '2011-12-20 15:03:29.335'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-81000', 'vagina, nos', 1001, '2011-12-20 15:03:29.336', 1001, '2011-12-20 15:03:29.336'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a5610', 'vitamins a and d preparation', 1001, '2011-12-20 15:03:29.337', 1001, '2011-12-20 15:03:29.337'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-87600', 'ovarian follicle,nos', 1001, '2011-12-20 15:03:29.338', 1001, '2011-12-20 15:03:29.338'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a0030', 'severe, marked', 1001, '2011-12-20 15:03:29.338', 1001, '2011-12-20 15:03:29.338'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d1-81430', 'scoliosis, nos', 1001, '2011-12-20 15:03:29.339', 1001, '2011-12-20 15:03:29.339'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x8150', 'trigeminal nerve, nos', 1001, '2011-12-20 15:03:29.34', 1001, '2011-12-20 15:03:29.34'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-84003', 'sweat gland tumor, malignant', 1001, '2011-12-20 15:03:29.341', 1001, '2011-12-20 15:03:29.341'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-85002', 'intraductal carcinoma', 1001, '2011-12-20 15:03:29.342', 1001, '2011-12-20 15:03:29.342'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1502', 'cranial subarachnoid space', 1001, '2011-12-20 15:03:29.342', 1001, '2011-12-20 15:03:29.342'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d3000', 'thorax/chest, nos', 1001, '2011-12-20 15:03:29.343', 1001, '2011-12-20 15:03:29.343'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-01000', 'morphologic abnormality, nos', 1001, '2011-12-20 15:03:29.344', 1001, '2011-12-20 15:03:29.344'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-16501', 'morganella morganii', 1001, '2011-12-20 15:03:29.345', 1001, '2011-12-20 15:03:29.345'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-81810', 'chronic lymphocytic cholangitis-cholangiohepatitis', 1001, '2011-12-20 15:03:29.345', 1001, '2011-12-20 15:03:29.345'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-03002', 'excision, complete', 1001, '2011-12-20 15:03:29.346', 1001, '2011-12-20 15:03:29.346'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-01000', 'incision, nos', 1001, '2011-12-20 15:03:29.347', 1001, '2011-12-20 15:03:29.347'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-05501', 'replacement nos, re-implantation', 1001, '2011-12-20 15:03:29.347', 1001, '2011-12-20 15:03:29.347'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-25480', 'streptococcus, beta hemolytic, nos', 1001, '2011-12-20 15:03:29.348', 1001, '2011-12-20 15:03:29.348'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-82320', 'bentonite', 1001, '2011-12-20 15:03:29.349', 1001, '2011-12-20 15:03:29.349'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-84130', 'warfarin, dicumoral', 1001, '2011-12-20 15:03:29.35', 1001, '2011-12-20 15:03:29.35'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-84520', 'gelatin sponge', 1001, '2011-12-20 15:03:29.35', 1001, '2011-12-20 15:03:29.35'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85810', 'glucagon', 1001, '2011-12-20 15:03:29.351', 1001, '2011-12-20 15:03:29.351'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87230', 'calcium gluconate', 1001, '2011-12-20 15:03:29.352', 1001, '2011-12-20 15:03:29.352'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-89000', 'ethacrynic acid', 1001, '2011-12-20 15:03:29.353', 1001, '2011-12-20 15:03:29.353'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-90130', 'plate', 1001, '2011-12-20 15:03:29.353', 1001, '2011-12-20 15:03:29.353'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-26480', 'estrogen, nos', 1001, '2011-12-20 15:03:29.354', 1001, '2011-12-20 15:03:29.354'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-34280', 'breech presentation', 1001, '2011-12-20 15:03:29.355', 1001, '2011-12-20 15:03:29.355'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-80001', 'neoplasm, uncertain whether benign or malignant', 1001, '2011-12-20 15:03:29.356', 1001, '2011-12-20 15:03:29.356'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-80100', 'carcinoma, metastatic, grade 0', 1001, '2011-12-20 15:03:29.356', 1001, '2011-12-20 15:03:29.356'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-88900', 'leiomyosarcoma', 1001, '2011-12-20 15:03:29.357', 1001, '2011-12-20 15:03:29.357'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-96003', 'malignant lymphoma, undifferentiated cell type', 1001, '2011-12-20 15:03:29.358', 1001, '2011-12-20 15:03:29.358'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-58000', 'dermatologic procedure, nos', 1001, '2011-12-20 15:03:29.359', 1001, '2011-12-20 15:03:29.359'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-17770', 'flexor digitorum pedis longus muscle tendon', 1001, '2011-12-20 15:03:29.359', 1001, '2011-12-20 15:03:29.359'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-46620', 'left renal artery', 1001, '2011-12-20 15:03:29.36', 1001, '2011-12-20 15:03:29.36'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54430', 'mandibular left lateral tooth', 1001, '2011-12-20 15:03:29.361', 1001, '2011-12-20 15:03:29.361'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-60000', 'throat', 1001, '2011-12-20 15:03:29.362', 1001, '2011-12-20 15:03:29.362'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-64010', 'enterotomy', 1001, '2011-12-20 15:03:29.362', 1001, '2011-12-20 15:03:29.362'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-67700', 'sigmoid colon', 1001, '2011-12-20 15:03:29.363', 1001, '2011-12-20 15:03:29.363'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-74000', 'urinary bladder', 1001, '2011-12-20 15:03:29.364', 1001, '2011-12-20 15:03:29.364'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-39050', 'pericardial cavity', 1001, '2011-12-20 15:03:29.365', 1001, '2011-12-20 15:03:29.365'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59300', 'colon, nos', 1001, '2011-12-20 15:03:29.365', 1001, '2011-12-20 15:03:29.365'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59470', 'sigmoid colon', 1001, '2011-12-20 15:03:29.366', 1001, '2011-12-20 15:03:29.366'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-88020', 'female internal genitalia, nos', 1001, '2011-12-20 15:03:29.367', 1001, '2011-12-20 15:03:29.367'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-28800', 'both lungs', 1001, '2011-12-20 15:03:29.367', 1001, '2011-12-20 15:03:29.367'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-60a20', 'butorphanol', 1001, '2011-12-20 15:03:29.368', 1001, '2011-12-20 15:03:29.368'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a7220', 'dextran', 1001, '2011-12-20 15:03:29.369', 1001, '2011-12-20 15:03:29.369'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c1756', 'donnagel', 1001, '2011-12-20 15:03:29.37', 1001, '2011-12-20 15:03:29.37'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0510', 'danazol preparation', 1001, '2011-12-20 15:03:29.37', 1001, '2011-12-20 15:03:29.37'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c22ec', 'premarin tablets', 1001, '2011-12-20 15:03:29.371', 1001, '2011-12-20 15:03:29.371'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c21fc', 'pergonal', 1001, '2011-12-20 15:03:29.372', 1001, '2011-12-20 15:03:29.372'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a1800', 'thyroid drug nos', 1001, '2011-12-20 15:03:29.373', 1001, '2011-12-20 15:03:29.373'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10039', 'probiocin (lactic acid bacteria)', 1001, '2011-12-20 15:03:29.373', 1001, '2011-12-20 15:03:29.373'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-606e0', 'oxymorphone', 1001, '2011-12-20 15:03:29.374', 1001, '2011-12-20 15:03:29.374'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y8020', 'left upper extremity', 1001, '2011-12-20 15:03:29.375', 1001, '2011-12-20 15:03:29.375'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9120', 'left thigh', 1001, '2011-12-20 15:03:29.376', 1001, '2011-12-20 15:03:29.376'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d6-94500', 'amyloidosis, nos', 1001, '2011-12-20 15:03:29.376', 1001, '2011-12-20 15:03:29.376'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-17020', 'complete surgical amputated structure', 1001, '2011-12-20 15:03:29.377', 1001, '2011-12-20 15:03:29.377'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-34260', 'obstruction, stricture', 1001, '2011-12-20 15:03:29.378', 1001, '2011-12-20 15:03:29.378'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-85030', 'duct adenoma, nos', 1001, '2011-12-20 15:03:29.378', 1001, '2011-12-20 15:03:29.378'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1600', 'cerebral ventricle, nos', 1001, '2011-12-20 15:03:29.379', 1001, '2011-12-20 15:03:29.379'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a2020', 'cerebral cortex', 1001, '2011-12-20 15:03:29.38', 1001, '2011-12-20 15:03:29.38'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a2310', 'cortex of parietal lobe', 1001, '2011-12-20 15:03:29.381', 1001, '2011-12-20 15:03:29.381'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a2570', 'hippocampus', 1001, '2011-12-20 15:03:29.381', 1001, '2011-12-20 15:03:29.381'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-54200', 'ischemic necrosis', 1001, '2011-12-20 15:03:29.382', 1001, '2011-12-20 15:03:29.382'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-f1100', 'placenta, nos', 1001, '2011-12-20 15:03:29.383', 1001, '2011-12-20 15:03:29.383'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d1210', 'chin, nos', 1001, '2011-12-20 15:03:29.384', 1001, '2011-12-20 15:03:29.384'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-35260', 'shiv, recombinant siv-hiv', 1001, '2011-12-20 15:03:29.384', 1001, '2011-12-20 15:03:29.384'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-74000', 'dysplasia, nos', 1001, '2011-12-20 15:03:29.385', 1001, '2011-12-20 15:03:29.385'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c2000', 'blood', 1001, '2011-12-20 15:03:29.386', 1001, '2011-12-20 15:03:29.386'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-44030', 'pyogranulomatous inflammation', 1001, '2011-12-20 15:03:29.387', 1001, '2011-12-20 15:03:29.387'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-55201', 'fatty infiltration', 1001, '2011-12-20 15:03:29.387', 1001, '2011-12-20 15:03:29.387'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-37000', 'hemorrhage, nos', 1001, '2011-12-20 15:03:29.388', 1001, '2011-12-20 15:03:29.388'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15380', 'corynebacterium hemolyticum', 1001, '2011-12-20 15:03:29.389', 1001, '2011-12-20 15:03:29.389'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-69201', 'flax seeds', 1001, '2011-12-20 15:03:29.389', 1001, '2011-12-20 15:03:29.389'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77801', 'buprenorphine hcl', 1001, '2011-12-20 15:03:29.39', 1001, '2011-12-20 15:03:29.39'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77900', 'butorphanol', 1001, '2011-12-20 15:03:29.391', 1001, '2011-12-20 15:03:29.391'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-84210', 'heparin', 1001, '2011-12-20 15:03:29.392', 1001, '2011-12-20 15:03:29.392'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85310', 'methylprednisolone', 1001, '2011-12-20 15:03:29.392', 1001, '2011-12-20 15:03:29.392'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85700', 'progestogen, nos', 1001, '2011-12-20 15:03:29.393', 1001, '2011-12-20 15:03:29.393'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87500', 'vit a + vit d, vit b complex (+ vit c, w/liver iron)', 1001, '2011-12-20 15:03:29.394', 1001, '2011-12-20 15:03:29.394'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-33540', 'chocolate cyst', 1001, '2011-12-20 15:03:29.395', 1001, '2011-12-20 15:03:29.395'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-46420', 'diverticulitis, nos', 1001, '2011-12-20 15:03:29.395', 1001, '2011-12-20 15:03:29.395'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-54630', 'wet gangrene', 1001, '2011-12-20 15:03:29.396', 1001, '2011-12-20 15:03:29.396'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-73500', 'extramedullary hematopoiesis', 1001, '2011-12-20 15:03:29.397', 1001, '2011-12-20 15:03:29.397'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-75300', 'hypoplasia, nos', 1001, '2011-12-20 15:03:29.397', 1001, '2011-12-20 15:03:29.397'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-93910', 'ependymoma', 1001, '2011-12-20 15:03:29.398', 1001, '2011-12-20 15:03:29.398'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12550', 'intubation', 1001, '2011-12-20 15:03:29.399', 1001, '2011-12-20 15:03:29.399'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-35660', 'shigella type id (serology)', 1001, '2011-12-20 15:03:29.4', 1001, '2011-12-20 15:03:29.4'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-10350', 'rib, nos', 1001, '2011-12-20 15:03:29.4', 1001, '2011-12-20 15:03:29.4'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-11339', 'iliac crest', 1001, '2011-12-20 15:03:29.401', 1001, '2011-12-20 15:03:29.401'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-18423', 'anterior cruciate ligament of knee joint', 1001, '2011-12-20 15:03:29.402', 1001, '2011-12-20 15:03:29.402'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-43000', 'coronary arteries', 1001, '2011-12-20 15:03:29.403', 1001, '2011-12-20 15:03:29.403'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54300', 'maxillary left lateral incisor tooth', 1001, '2011-12-20 15:03:29.403', 1001, '2011-12-20 15:03:29.403'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-57000', 'gall bladder, nos', 1001, '2011-12-20 15:03:29.404', 1001, '2011-12-20 15:03:29.404'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52a00', 'erythromycin', 1001, '2011-12-20 15:03:29.405', 1001, '2011-12-20 15:03:29.405'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0903', 'conjugated estrogen preparation', 1001, '2011-12-20 15:03:29.405', 1001, '2011-12-20 15:03:29.405'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c13cc', 'capoten', 1001, '2011-12-20 15:03:29.406', 1001, '2011-12-20 15:03:29.406'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a1010', 'human chorionic gonadotropin', 1001, '2011-12-20 15:03:29.407', 1001, '2011-12-20 15:03:29.407'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-88015', 'right oviduct', 1001, '2011-12-20 15:03:29.408', 1001, '2011-12-20 15:03:29.408'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-713x0', 'nalidixic acid (neg-gram)', 1001, '2011-12-20 15:03:29.409', 1001, '2011-12-20 15:03:29.409'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-3x100', 'pericardial fluid', 1001, '2011-12-20 15:03:29.409', 1001, '2011-12-20 15:03:29.409'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-6x930', 'peritoneal fluid', 1001, '2011-12-20 15:03:29.41', 1001, '2011-12-20 15:03:29.41'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x9210', 'axillary nerve', 1001, '2011-12-20 15:03:29.411', 1001, '2011-12-20 15:03:29.411'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x9620', 'sympathetic nervous system, nos', 1001, '2011-12-20 15:03:29.412', 1001, '2011-12-20 15:03:29.412'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y1220', 'shoulder, nos', 1001, '2011-12-20 15:03:29.412', 1001, '2011-12-20 15:03:29.412'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9200', 'knee, nos', 1001, '2011-12-20 15:03:29.413', 1001, '2011-12-20 15:03:29.413'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-10830', 'failure to gain weight', 1001, '2011-12-20 15:03:29.414', 1001, '2011-12-20 15:03:29.414'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-99701', 'lymphoproliferative disease, chronic', 1001, '2011-12-20 15:03:29.414', 1001, '2011-12-20 15:03:29.414'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a2302', 'right parietal lobe', 1001, '2011-12-20 15:03:29.415', 1001, '2011-12-20 15:03:29.415'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-65551', 'caffeine and sodium benzoate injection', 1001, '2011-12-20 15:03:29.416', 1001, '2011-12-20 15:03:29.416'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c0230', 'lymphocyte, nos', 1001, '2011-12-20 15:03:29.417', 1001, '2011-12-20 15:03:29.417'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-35100', 'thrombus, nos; thrombosis, nos', 1001, '2011-12-20 15:03:29.417', 1001, '2011-12-20 15:03:29.417'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a7700', 'thoracic spinal cord, nos', 1001, '2011-12-20 15:03:29.418', 1001, '2011-12-20 15:03:29.418'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-15301', 'citrobacter freundii', 1001, '2011-12-20 15:03:29.419', 1001, '2011-12-20 15:03:29.419'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-57120', 'chromosomal imbalance syndrome, pair 21', 1001, '2011-12-20 15:03:29.42', 1001, '2011-12-20 15:03:29.42'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-00360', 'etiology, operative procedure', 1001, '2011-12-20 15:03:29.42', 1001, '2011-12-20 15:03:29.42'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-25250', 'streptococcus, group f', 1001, '2011-12-20 15:03:29.421', 1001, '2011-12-20 15:03:29.421'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70310', 'lidocaine', 1001, '2011-12-20 15:03:29.422', 1001, '2011-12-20 15:03:29.422'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70502', 'telazol', 1001, '2011-12-20 15:03:29.423', 1001, '2011-12-20 15:03:29.423'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71210', 'tincture of iodine', 1001, '2011-12-20 15:03:29.423', 1001, '2011-12-20 15:03:29.423'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72500', 'tetracycline hydrochloride, terramycin', 1001, '2011-12-20 15:03:29.424', 1001, '2011-12-20 15:03:29.424'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-73010', 'nystatin', 1001, '2011-12-20 15:03:29.425', 1001, '2011-12-20 15:03:29.425'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-74710', '6-ohda', 1001, '2011-12-20 15:03:29.426', 1001, '2011-12-20 15:03:29.426'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-79523', 'midazolam', 1001, '2011-12-20 15:03:29.427', 1001, '2011-12-20 15:03:29.427'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-25150', 'thyrotropin releasing factor', 1001, '2011-12-20 15:03:29.427', 1001, '2011-12-20 15:03:29.427'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-70010', 'shock, nos', 1001, '2011-12-20 15:03:29.428', 1001, '2011-12-20 15:03:29.428'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-42100', 'acute and chronic inflammation, nos', 1001, '2011-12-20 15:03:29.429', 1001, '2011-12-20 15:03:29.429'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-43000', 'chronic inflammation, nos', 1001, '2011-12-20 15:03:29.43', 1001, '2011-12-20 15:03:29.43'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-46819', 'chronic proliferative glomerulnephritis', 1001, '2011-12-20 15:03:29.43', 1001, '2011-12-20 15:03:29.43'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-52110', 'atherosclerosis', 1001, '2011-12-20 15:03:29.431', 1001, '2011-12-20 15:03:29.431'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-20113', 'specimen collection, venous timed', 1001, '2011-12-20 15:03:29.432', 1001, '2011-12-20 15:03:29.432'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-08200', 'cervical lymph node', 1001, '2011-12-20 15:03:29.433', 1001, '2011-12-20 15:03:29.433'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-11720', 'knee bone, nos', 1001, '2011-12-20 15:03:29.433', 1001, '2011-12-20 15:03:29.433'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-22000', 'paranasal sinus, nos', 1001, '2011-12-20 15:03:29.434', 1001, '2011-12-20 15:03:29.434'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-32400', 'ventricle, nos', 1001, '2011-12-20 15:03:29.435', 1001, '2011-12-20 15:03:29.435'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54260', 'right upper canine tooth', 1001, '2011-12-20 15:03:29.436', 1001, '2011-12-20 15:03:29.436'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-xx530', 'pupil', 1001, '2011-12-20 15:03:29.437', 1001, '2011-12-20 15:03:29.437'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-82150', 'anterior wall of vagina', 1001, '2011-12-20 15:03:29.438', 1001, '2011-12-20 15:03:29.438'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-83000', 'uterus, nos', 1001, '2011-12-20 15:03:29.438', 1001, '2011-12-20 15:03:29.438'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02480', 'skin of abdomen, nos', 1001, '2011-12-20 15:03:29.439', 1001, '2011-12-20 15:03:29.439'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-1x400', 'local anesthesia - nos', 1001, '2011-12-20 15:03:29.44', 1001, '2011-12-20 15:03:29.44'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x4610', 'hypothalamus,infundibulum', 1001, '2011-12-20 15:03:29.441', 1001, '2011-12-20 15:03:29.441'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y0200', 'face, nos', 1001, '2011-12-20 15:03:29.442', 1001, '2011-12-20 15:03:29.442'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y4600', 'retroperitoneum', 1001, '2011-12-20 15:03:29.443', 1001, '2011-12-20 15:03:29.443'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y8610', 'right wrist', 1001, '2011-12-20 15:03:29.443', 1001, '2011-12-20 15:03:29.443'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9710', 'right foot', 1001, '2011-12-20 15:03:29.444', 1001, '2011-12-20 15:03:29.444'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-90660', 'mupirocin', 1001, '2011-12-20 15:03:29.445', 1001, '2011-12-20 15:03:29.445'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d8-72340', 'intrauterine anoxia', 1001, '2011-12-20 15:03:29.446', 1001, '2011-12-20 15:03:29.446'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('df-d0900', 'undetermined manner of death', 1001, '2011-12-20 15:03:29.446', 1001, '2011-12-20 15:03:29.446'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-52660', 'digestive peristalsis', 1001, '2011-12-20 15:03:29.447', 1001, '2011-12-20 15:03:29.447'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-52770', 'vomiting, nos', 1001, '2011-12-20 15:03:29.448', 1001, '2011-12-20 15:03:29.448'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-78060', 'scar tissue', 1001, '2011-12-20 15:03:29.449', 1001, '2011-12-20 15:03:29.449'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-78170', 'gliosis, nos', 1001, '2011-12-20 15:03:29.449', 1001, '2011-12-20 15:03:29.449'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4710', 'axillary lymph node', 1001, '2011-12-20 15:03:29.45', 1001, '2011-12-20 15:03:29.45'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d4010', 'abdominal cavity, nos', 1001, '2011-12-20 15:03:29.451', 1001, '2011-12-20 15:03:29.451'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-88900', 'leiomyoma, nos', 1001, '2011-12-20 15:03:29.452', 1001, '2011-12-20 15:03:29.452'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-44480', 'lymphocytic-plasmacytic enteritis', 1001, '2011-12-20 15:03:29.452', 1001, '2011-12-20 15:03:29.452'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-81140', 'diazoxide', 1001, '2011-12-20 15:03:29.453', 1001, '2011-12-20 15:03:29.453'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-59000', 'depletion, nos', 1001, '2011-12-20 15:03:29.454', 1001, '2011-12-20 15:03:29.454'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4060', 'germinal center of lymph node', 1001, '2011-12-20 15:03:29.454', 1001, '2011-12-20 15:03:29.454'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('a-10004', 'therapeutic device, nos', 1001, '2011-12-20 15:03:29.455', 1001, '2011-12-20 15:03:29.455'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-38900', 'amyloidosis nos', 1001, '2011-12-20 15:03:29.456', 1001, '2011-12-20 15:03:29.456'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15930', 'proteus vulgaris', 1001, '2011-12-20 15:03:29.457', 1001, '2011-12-20 15:03:29.457'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-16523', 'shigella flexneri, type 3', 1001, '2011-12-20 15:03:29.457', 1001, '2011-12-20 15:03:29.457'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-24410', 'staphylococcus aureus', 1001, '2011-12-20 15:03:29.458', 1001, '2011-12-20 15:03:29.458'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-30000', 'virus, nos', 1001, '2011-12-20 15:03:29.459', 1001, '2011-12-20 15:03:29.459'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-45100', 'nematode, nos', 1001, '2011-12-20 15:03:29.46', 1001, '2011-12-20 15:03:29.46'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-49560', 'macaque, rhesus', 1001, '2011-12-20 15:03:29.46', 1001, '2011-12-20 15:03:29.46'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70040', 'experimental drug, h-g 90 #111 (shiseido #2)', 1001, '2011-12-20 15:03:29.461', 1001, '2011-12-20 15:03:29.461'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72731', 'augmentin, amoxicillin with clavulinic acid', 1001, '2011-12-20 15:03:29.462', 1001, '2011-12-20 15:03:29.462'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77330', 'pentylenetetrazol', 1001, '2011-12-20 15:03:29.463', 1001, '2011-12-20 15:03:29.463'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-78840', 'sodium pentobarbital', 1001, '2011-12-20 15:03:29.463', 1001, '2011-12-20 15:03:29.463'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-89190', 'furosemide', 1001, '2011-12-20 15:03:29.464', 1001, '2011-12-20 15:03:29.464'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-12200', 'open fracture, nos', 1001, '2011-12-20 15:03:29.465', 1001, '2011-12-20 15:03:29.465'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-14400', 'laceration, nos', 1001, '2011-12-20 15:03:29.465', 1001, '2011-12-20 15:03:29.465'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-26200', 'ectopic testis', 1001, '2011-12-20 15:03:29.466', 1001, '2011-12-20 15:03:29.466'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-31510', 'scoliosis', 1001, '2011-12-20 15:03:29.467', 1001, '2011-12-20 15:03:29.467'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-33320', 'hydrocephalus, nos', 1001, '2011-12-20 15:03:29.468', 1001, '2011-12-20 15:03:29.468'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-38000', 'ulcerative lesion.nos', 1001, '2011-12-20 15:03:29.468', 1001, '2011-12-20 15:03:29.468'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-40460', 'pyopelvic cavity', 1001, '2011-12-20 15:03:29.469', 1001, '2011-12-20 15:03:29.469'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11010', 'excision', 1001, '2011-12-20 15:03:29.47', 1001, '2011-12-20 15:03:29.47'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-63260', 'free soft tissue grafts', 1001, '2011-12-20 15:03:29.471', 1001, '2011-12-20 15:03:29.471'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-04100', 'right nipple', 1001, '2011-12-20 15:03:29.472', 1001, '2011-12-20 15:03:29.472'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-10510', 'vertebra, nos', 1001, '2011-12-20 15:03:29.472', 1001, '2011-12-20 15:03:29.472'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-12710', 'hip joint, nos', 1001, '2011-12-20 15:03:29.473', 1001, '2011-12-20 15:03:29.473'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-xx000', 'of eye', 1001, '2011-12-20 15:03:29.474', 1001, '2011-12-20 15:03:29.474'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-12710', 'femur, nos', 1001, '2011-12-20 15:03:29.475', 1001, '2011-12-20 15:03:29.475'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-03300', 'subcutaneous tissue of neck, nos', 1001, '2011-12-20 15:03:29.475', 1001, '2011-12-20 15:03:29.475'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-50132', 'lymphoid tissues of the gastrointestinal tract', 1001, '2011-12-20 15:03:29.476', 1001, '2011-12-20 15:03:29.476'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10020', 'embryo flush', 1001, '2011-12-20 15:03:29.477', 1001, '2011-12-20 15:03:29.477'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-12420', 'radius, nos', 1001, '2011-12-20 15:03:29.478', 1001, '2011-12-20 15:03:29.478'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02471', 'skin of buttock, nos', 1001, '2011-12-20 15:03:29.478', 1001, '2011-12-20 15:03:29.478'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y2910', 'experimental death', 1001, '2011-12-20 15:03:29.479', 1001, '2011-12-20 15:03:29.479'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-67995', 'descending and sigmoid colon', 1001, '2011-12-20 15:03:29.48', 1001, '2011-12-20 15:03:29.48'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-32112', 'stress ulcers of stomach, nos', 1001, '2011-12-20 15:03:29.481', 1001, '2011-12-20 15:03:29.481'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d8-04000', 'abortion, nos', 1001, '2011-12-20 15:03:29.481', 1001, '2011-12-20 15:03:29.481'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d9-13200', 'bulimia', 1001, '2011-12-20 15:03:29.482', 1001, '2011-12-20 15:03:29.482'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-61640', 'phenytoin', 1001, '2011-12-20 15:03:29.483', 1001, '2011-12-20 15:03:29.483'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-62931', 'promazine hydrochloride', 1001, '2011-12-20 15:03:29.484', 1001, '2011-12-20 15:03:29.484'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52580', 'tobramycin', 1001, '2011-12-20 15:03:29.484', 1001, '2011-12-20 15:03:29.484'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-92010', 'retinoic acid', 1001, '2011-12-20 15:03:29.485', 1001, '2011-12-20 15:03:29.485'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-20241', 'mineral oil', 1001, '2011-12-20 15:03:29.486', 1001, '2011-12-20 15:03:29.486'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-93360', 'zinc oxide', 1001, '2011-12-20 15:03:29.487', 1001, '2011-12-20 15:03:29.487'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-10100', 'coccobacillus, gram negative', 1001, '2011-12-20 15:03:29.487', 1001, '2011-12-20 15:03:29.487'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15810', 'enterobacter cloacae', 1001, '2011-12-20 15:03:29.488', 1001, '2011-12-20 15:03:29.488'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-22330', 'pasteurella haemolytica', 1001, '2011-12-20 15:03:29.489', 1001, '2011-12-20 15:03:29.489'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-25000', 'streptococcus, contaminant', 1001, '2011-12-20 15:03:29.49', 1001, '2011-12-20 15:03:29.49'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-47260', 'echinococcus, nos', 1001, '2011-12-20 15:03:29.49', 1001, '2011-12-20 15:03:29.49'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70550', 'halothane', 1001, '2011-12-20 15:03:29.491', 1001, '2011-12-20 15:03:29.491'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71060', 'boric acid', 1001, '2011-12-20 15:03:29.492', 1001, '2011-12-20 15:03:29.492'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72360', 'gentamicin, garamycin, gentocin', 1001, '2011-12-20 15:03:29.493', 1001, '2011-12-20 15:03:29.493'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87690', 'vit e', 1001, '2011-12-20 15:03:29.493', 1001, '2011-12-20 15:03:29.493'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-16030', 'retinoic acid', 1001, '2011-12-20 15:03:29.494', 1001, '2011-12-20 15:03:29.494'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-28130', 'macerated fetus', 1001, '2011-12-20 15:03:29.495', 1001, '2011-12-20 15:03:29.495'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-44140', 'foreign body giant cell reaction', 1001, '2011-12-20 15:03:29.496', 1001, '2011-12-20 15:03:29.496'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-10135', 'meningoencephalitis, nos', 1001, '2011-12-20 15:03:29.496', 1001, '2011-12-20 15:03:29.496'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-30000', 'epileptic seizures, nos', 1001, '2011-12-20 15:03:29.497', 1001, '2011-12-20 15:03:29.497'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-14800', 'tuberculosis, nos', 1001, '2011-12-20 15:03:29.498', 1001, '2011-12-20 15:03:29.498'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-11300', 'rib, nos', 1001, '2011-12-20 15:03:29.499', 1001, '2011-12-20 15:03:29.499'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-60000', 'digestive system, nos', 1001, '2011-12-20 15:03:29.499', 1001, '2011-12-20 15:03:29.499'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-71050', 'cortex of kidney', 1001, '2011-12-20 15:03:29.5', 1001, '2011-12-20 15:03:29.5'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-46820', 'uterine artery', 1001, '2011-12-20 15:03:29.501', 1001, '2011-12-20 15:03:29.501'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-00020', 'septicemia, nos', 1001, '2011-12-20 15:03:29.501', 1001, '2011-12-20 15:03:29.501'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-45010', 'carotid artery, nos', 1001, '2011-12-20 15:03:29.502', 1001, '2011-12-20 15:03:29.502'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-87020', 'left ovary', 1001, '2011-12-20 15:03:29.503', 1001, '2011-12-20 15:03:29.503'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-65005', 'exocrine pancreas, nos', 1001, '2011-12-20 15:03:29.504', 1001, '2011-12-20 15:03:29.504'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10032', 'polymyxin b + bacitracin + neomycin (topical)', 1001, '2011-12-20 15:03:29.504', 1001, '2011-12-20 15:03:29.504'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p3-91000', 'semen analysis, nos', 1001, '2011-12-20 15:03:29.505', 1001, '2011-12-20 15:03:29.505'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02133', 'skin of periorbital region', 1001, '2011-12-20 15:03:29.506', 1001, '2011-12-20 15:03:29.506'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-01200', 'dermis', 1001, '2011-12-20 15:03:29.507', 1001, '2011-12-20 15:03:29.507'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-14020', 'shigella flexneri, nos', 1001, '2011-12-20 15:03:29.507', 1001, '2011-12-20 15:03:29.507'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y2400', 'cause of death, natural', 1001, '2011-12-20 15:03:29.508', 1001, '2011-12-20 15:03:29.508'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y3500', 'undetermined manner of death', 1001, '2011-12-20 15:03:29.509', 1001, '2011-12-20 15:03:29.509'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-72040', 'furosemide (lasix)', 1001, '2011-12-20 15:03:29.51', 1001, '2011-12-20 15:03:29.51'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-53130', 'cephalexin', 1001, '2011-12-20 15:03:29.51', 1001, '2011-12-20 15:03:29.51'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-11970', 'hydroureter', 1001, '2011-12-20 15:03:29.511', 1001, '2011-12-20 15:03:29.511'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-12600', 'pyelonephritis, nos', 1001, '2011-12-20 15:03:29.512', 1001, '2011-12-20 15:03:29.512'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d8-72510', 'respiratory distress syndrome in the newborn', 1001, '2011-12-20 15:03:29.513', 1001, '2011-12-20 15:03:29.513'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52530', 'gentamicin,gentamycin', 1001, '2011-12-20 15:03:29.514', 1001, '2011-12-20 15:03:29.514'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-01600', 'septic dermatitis', 1001, '2011-12-20 15:03:29.514', 1001, '2011-12-20 15:03:29.514'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-1f701', 'haemophilis influenzae', 1001, '2011-12-20 15:03:29.515', 1001, '2011-12-20 15:03:29.515'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52571', 'streptomycin sulphate', 1001, '2011-12-20 15:03:29.516', 1001, '2011-12-20 15:03:29.516'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-50140', 'pneumonia, nos', 1001, '2011-12-20 15:03:29.517', 1001, '2011-12-20 15:03:29.517'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-04100', 'laryngitis, nos', 1001, '2011-12-20 15:03:29.517', 1001, '2011-12-20 15:03:29.517'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-62560', 'acute ulcerative colitis', 1001, '2011-12-20 15:03:29.518', 1001, '2011-12-20 15:03:29.518'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-13712', 'campylobacter fetus -ss. intestinalis', 1001, '2011-12-20 15:03:29.519', 1001, '2011-12-20 15:03:29.519'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-74270', 'thiabendazole', 1001, '2011-12-20 15:03:29.52', 1001, '2011-12-20 15:03:29.52'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86080', 'thyroid releasing hormone', 1001, '2011-12-20 15:03:29.52', 1001, '2011-12-20 15:03:29.52'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-61460', 'digestive peristalsis', 1001, '2011-12-20 15:03:29.521', 1001, '2011-12-20 15:03:29.521'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-69000', 'filariasis, nos', 1001, '2011-12-20 15:03:29.522', 1001, '2011-12-20 15:03:29.522'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-65300', 'tail of pancreas', 1001, '2011-12-20 15:03:29.523', 1001, '2011-12-20 15:03:29.523'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-94000', 'testis, nos', 1001, '2011-12-20 15:03:29.523', 1001, '2011-12-20 15:03:29.523'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9890', 'all toes, nos', 1001, '2011-12-20 15:03:29.524', 1001, '2011-12-20 15:03:29.524'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-10100', 'encephalitis', 1001, '2011-12-20 15:03:29.525', 1001, '2011-12-20 15:03:29.525'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10005', 'melengestrol acetate contraceptive implant', 1001, '2011-12-20 15:03:29.526', 1001, '2011-12-20 15:03:29.526'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-46500', 'mesenteric artery', 1001, '2011-12-20 15:03:29.526', 1001, '2011-12-20 15:03:29.526'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02104', 'skin of forehead', 1001, '2011-12-20 15:03:29.527', 1001, '2011-12-20 15:03:29.527'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-55100', 'incision of stomach', 1001, '2011-12-20 15:03:29.528', 1001, '2011-12-20 15:03:29.528'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-51004', 'oral cavity, nos', 1001, '2011-12-20 15:03:29.529', 1001, '2011-12-20 15:03:29.529'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54480', 'mandibular right first premolar tooth', 1001, '2011-12-20 15:03:29.529', 1001, '2011-12-20 15:03:29.529'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a9620', 'sympathetic nervous system, nos', 1001, '2011-12-20 15:03:29.53', 1001, '2011-12-20 15:03:29.53'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71990', 'trimethoprim', 1001, '2011-12-20 15:03:29.531', 1001, '2011-12-20 15:03:29.531'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-79190', 'halperidol', 1001, '2011-12-20 15:03:29.532', 1001, '2011-12-20 15:03:29.532'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85871', 'cholecystokinin agonist', 1001, '2011-12-20 15:03:29.532', 1001, '2011-12-20 15:03:29.532'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y8780', 'both hands', 1001, '2011-12-20 15:03:29.533', 1001, '2011-12-20 15:03:29.533'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-70310', 'chronic proliferative peritonitis', 1001, '2011-12-20 15:03:29.534', 1001, '2011-12-20 15:03:29.534'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-781d0', 'streptozotocin', 1001, '2011-12-20 15:03:29.535', 1001, '2011-12-20 15:03:29.535'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-680d0', 'norepinephrine preparation', 1001, '2011-12-20 15:03:29.535', 1001, '2011-12-20 15:03:29.535'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d1-50730', 'fasciitis, nos', 1001, '2011-12-20 15:03:29.536', 1001, '2011-12-20 15:03:29.536'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-60300', 'umbilical hernia, nos', 1001, '2011-12-20 15:03:29.537', 1001, '2011-12-20 15:03:29.537'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b9040', 'erythropoietin', 1001, '2011-12-20 15:03:29.537', 1001, '2011-12-20 15:03:29.537'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('dd-64310', 'heat stroke', 1001, '2011-12-20 15:03:29.538', 1001, '2011-12-20 15:03:29.538'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-39340', 'ischemia, nos', 1001, '2011-12-20 15:03:29.539', 1001, '2011-12-20 15:03:29.539'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-88000', 'neonatal state', 1001, '2011-12-20 15:03:29.54', 1001, '2011-12-20 15:03:29.54'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-13500', 'campylobacter, nos', 1001, '2011-12-20 15:03:29.54', 1001, '2011-12-20 15:03:29.54'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-32700', 'diverticulum', 1001, '2011-12-20 15:03:29.541', 1001, '2011-12-20 15:03:29.541'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-42000', 'acute and chronic inflammation, nos', 1001, '2011-12-20 15:03:29.542', 1001, '2011-12-20 15:03:29.542'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-52100', 'atheroma, nos', 1001, '2011-12-20 15:03:29.543', 1001, '2011-12-20 15:03:29.543'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-80003', 'neoplasm, malignant', 1001, '2011-12-20 15:03:29.543', 1001, '2011-12-20 15:03:29.543'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a0898', 'motor level spinal paralysis', 1001, '2011-12-20 15:03:29.544', 1001, '2011-12-20 15:03:29.544'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8510', 'right forearm', 1001, '2011-12-20 15:03:29.545', 1001, '2011-12-20 15:03:29.545'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c8030', 'thymic cortex', 1001, '2011-12-20 15:03:29.545', 1001, '2011-12-20 15:03:29.545'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-04000', 'mammary gland, nos', 1001, '2011-12-20 15:03:29.546', 1001, '2011-12-20 15:03:29.546'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10017', 'diphosphoglyceric acid', 1001, '2011-12-20 15:03:29.547', 1001, '2011-12-20 15:03:29.547'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54410', 'mandibular left first premolar tooth', 1001, '2011-12-20 15:03:29.548', 1001, '2011-12-20 15:03:29.548'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54500', 'mandibular right first molar tooth', 1001, '2011-12-20 15:03:29.548', 1001, '2011-12-20 15:03:29.548'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54360', 'maxillary left third molar tooth', 1001, '2011-12-20 15:03:29.549', 1001, '2011-12-20 15:03:29.549'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c0128', 'macrophage', 1001, '2011-12-20 15:03:29.55', 1001, '2011-12-20 15:03:29.55'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72192', 'cefotetan', 1001, '2011-12-20 15:03:29.55', 1001, '2011-12-20 15:03:29.55'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85460', 'stanozo', 1001, '2011-12-20 15:03:29.551', 1001, '2011-12-20 15:03:29.551'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87270', 'sodium chloride nos', 1001, '2011-12-20 15:03:29.552', 1001, '2011-12-20 15:03:29.552'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-88410', 'vitelline blood vessel of placenta', 1001, '2011-12-20 15:03:29.553', 1001, '2011-12-20 15:03:29.553'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x4680', 'median preoptic nucleus', 1001, '2011-12-20 15:03:29.554', 1001, '2011-12-20 15:03:29.554'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-42600', 'perforation of intestine, nos', 1001, '2011-12-20 15:03:29.554', 1001, '2011-12-20 15:03:29.554'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a4400', 'vitamin b complex preparation', 1001, '2011-12-20 15:03:29.555', 1001, '2011-12-20 15:03:29.555'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a6590', 'sodium citrate', 1001, '2011-12-20 15:03:29.556', 1001, '2011-12-20 15:03:29.556'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x8070', 'oculomotor nerve, nos', 1001, '2011-12-20 15:03:29.557', 1001, '2011-12-20 15:03:29.557'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x9170', 'ulnar nerve, nos', 1001, '2011-12-20 15:03:29.557', 1001, '2011-12-20 15:03:29.557'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-88830', 'neonatal death, female', 1001, '2011-12-20 15:03:29.558', 1001, '2011-12-20 15:03:29.558'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-33440', 'mucinous cyst', 1001, '2011-12-20 15:03:29.559', 1001, '2011-12-20 15:03:29.559'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-91200', 'hemangioma, nos', 1001, '2011-12-20 15:03:29.56', 1001, '2011-12-20 15:03:29.56'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-30400', 'foreign body, nos; foreign material', 1001, '2011-12-20 15:03:29.561', 1001, '2011-12-20 15:03:29.561'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10022', 'gram positive cocci in clusters', 1001, '2011-12-20 15:03:29.561', 1001, '2011-12-20 15:03:29.561'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-45780', 'strongyloides stercoralis', 1001, '2011-12-20 15:03:29.562', 1001, '2011-12-20 15:03:29.562'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-81340', 'renovist', 1001, '2011-12-20 15:03:29.563', 1001, '2011-12-20 15:03:29.563'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-82450', 'darbazine', 1001, '2011-12-20 15:03:29.564', 1001, '2011-12-20 15:03:29.564'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-84640', 'thrombin', 1001, '2011-12-20 15:03:29.565', 1001, '2011-12-20 15:03:29.565'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85350', 'prednisolone', 1001, '2011-12-20 15:03:29.565', 1001, '2011-12-20 15:03:29.565'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86050', 'growth hormone', 1001, '2011-12-20 15:03:29.566', 1001, '2011-12-20 15:03:29.566'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86145', 'lhrh antagonist', 1001, '2011-12-20 15:03:29.567', 1001, '2011-12-20 15:03:29.567'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11486', 'biopsy, punch, 6mm', 1001, '2011-12-20 15:03:29.568', 1001, '2011-12-20 15:03:29.568'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-80700', 'evoked stimulus response testing, electical recording', 1001, '2011-12-20 15:03:29.569', 1001, '2011-12-20 15:03:29.569'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-83000', 'cervix, nos', 1001, '2011-12-20 15:03:29.569', 1001, '2011-12-20 15:03:29.569'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-87010', 'right ovary', 1001, '2011-12-20 15:03:29.57', 1001, '2011-12-20 15:03:29.57'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-93010', 'right adrenal gland', 1001, '2011-12-20 15:03:29.571', 1001, '2011-12-20 15:03:29.571'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-97000', 'parathyroid gland, nos', 1001, '2011-12-20 15:03:29.572', 1001, '2011-12-20 15:03:29.572'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1010', 'left', 1001, '2011-12-20 15:03:29.573', 1001, '2011-12-20 15:03:29.573'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10008', 'carprofen (zenocarp)', 1001, '2011-12-20 15:03:29.573', 1001, '2011-12-20 15:03:29.573'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52a04', 'erythromycin lactobionate', 1001, '2011-12-20 15:03:29.574', 1001, '2011-12-20 15:03:29.574'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a5100', 'vitamin e preparation', 1001, '2011-12-20 15:03:29.575', 1001, '2011-12-20 15:03:29.575'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d4511', 'normosol-r', 1001, '2011-12-20 15:03:29.576', 1001, '2011-12-20 15:03:29.576'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-6a180', 'phencyclidine', 1001, '2011-12-20 15:03:29.576', 1001, '2011-12-20 15:03:29.576'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0940', 'estradiol preparation', 1001, '2011-12-20 15:03:29.577', 1001, '2011-12-20 15:03:29.577'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b7061', 'clomiphene citrate', 1001, '2011-12-20 15:03:29.578', 1001, '2011-12-20 15:03:29.578'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b6060', 'influenza virus vaccine', 1001, '2011-12-20 15:03:29.579', 1001, '2011-12-20 15:03:29.579'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b5310', 'humane immune globulin', 1001, '2011-12-20 15:03:29.579', 1001, '2011-12-20 15:03:29.579'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1670', 'regional', 1001, '2011-12-20 15:03:29.58', 1001, '2011-12-20 15:03:29.58'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-7x100', 'urine', 1001, '2011-12-20 15:03:29.581', 1001, '2011-12-20 15:03:29.581'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d3200', 'pleural cavity; thoracic cavity, nos', 1001, '2011-12-20 15:03:29.582', 1001, '2011-12-20 15:03:29.582'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10030', 'diptheroids', 1001, '2011-12-20 15:03:29.582', 1001, '2011-12-20 15:03:29.582'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-24802', 'staphylococcus epidermidis', 1001, '2011-12-20 15:03:29.583', 1001, '2011-12-20 15:03:29.583'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-36410', 'spongiosis', 1001, '2011-12-20 15:03:29.584', 1001, '2011-12-20 15:03:29.584'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-31149', 'limonene', 1001, '2011-12-20 15:03:29.585', 1001, '2011-12-20 15:03:29.585'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-68481', 'methysergide maleate', 1001, '2011-12-20 15:03:29.585', 1001, '2011-12-20 15:03:29.585'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-03000', 'incision and removal, nos', 1001, '2011-12-20 15:03:29.586', 1001, '2011-12-20 15:03:29.586'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-50700', 'giardia, nos', 1001, '2011-12-20 15:03:29.587', 1001, '2011-12-20 15:03:29.587'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-03101', 'biopsy, excisional', 1001, '2011-12-20 15:03:29.588', 1001, '2011-12-20 15:03:29.588'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-01570', 'acquired membrane', 1001, '2011-12-20 15:03:29.588', 1001, '2011-12-20 15:03:29.588'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-08280', 'pulmonary sarcoidosis', 1001, '2011-12-20 15:03:29.589', 1001, '2011-12-20 15:03:29.589'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-850x0', 'danazol', 1001, '2011-12-20 15:03:29.59', 1001, '2011-12-20 15:03:29.59'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86409', 'human interleukin-6 (il-6)', 1001, '2011-12-20 15:03:29.591', 1001, '2011-12-20 15:03:29.591'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87420', 'amino acid concentrate, amino acid solution, aminolyte-b', 1001, '2011-12-20 15:03:29.591', 1001, '2011-12-20 15:03:29.591'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-89200', 'fougera ointment', 1001, '2011-12-20 15:03:29.592', 1001, '2011-12-20 15:03:29.592'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-89604', '8-br-cgmp', 1001, '2011-12-20 15:03:29.593', 1001, '2011-12-20 15:03:29.593'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-14380', 'injection sight nos', 1001, '2011-12-20 15:03:29.594', 1001, '2011-12-20 15:03:29.594'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-80003', 'malignant tumor', 1001, '2011-12-20 15:03:29.594', 1001, '2011-12-20 15:03:29.594'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-80710', 'squamous cell carcinoma, comedogenic type', 1001, '2011-12-20 15:03:29.595', 1001, '2011-12-20 15:03:29.595'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-88320', 'hemangioma, sclerosing', 1001, '2011-12-20 15:03:29.596', 1001, '2011-12-20 15:03:29.596'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-97303', 'plasmacytic myeloma, grade 3', 1001, '2011-12-20 15:03:29.597', 1001, '2011-12-20 15:03:29.597'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-14270', 'transplantation-autogenous', 1001, '2011-12-20 15:03:29.598', 1001, '2011-12-20 15:03:29.598'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-60210', 'extraction of permanent tooth', 1001, '2011-12-20 15:03:29.598', 1001, '2011-12-20 15:03:29.598'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-12460', 'joint of wrist, nos', 1001, '2011-12-20 15:03:29.599', 1001, '2011-12-20 15:03:29.599'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-48610', 'superior vena cava', 1001, '2011-12-20 15:03:29.6', 1001, '2011-12-20 15:03:29.6'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54220', 'maxillary right second premolar', 1001, '2011-12-20 15:03:29.601', 1001, '2011-12-20 15:03:29.601'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-55320', 'left submaxillary gland', 1001, '2011-12-20 15:03:29.601', 1001, '2011-12-20 15:03:29.601'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-62000', 'esophagus, nos', 1001, '2011-12-20 15:03:29.602', 1001, '2011-12-20 15:03:29.602'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-72010', 'right renal pelvis', 1001, '2011-12-20 15:03:29.605', 1001, '2011-12-20 15:03:29.605'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-76000', 'penis, nos', 1001, '2011-12-20 15:03:29.606', 1001, '2011-12-20 15:03:29.606'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-77100', 'prostate, nos', 1001, '2011-12-20 15:03:29.606', 1001, '2011-12-20 15:03:29.606'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-xx061', 'artificial aqueous humor', 1001, '2011-12-20 15:03:29.607', 1001, '2011-12-20 15:03:29.607'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a4600', 'normal', 1001, '2011-12-20 15:03:29.608', 1001, '2011-12-20 15:03:29.608'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0170', 'hydrocortisone preparation', 1001, '2011-12-20 15:03:29.609', 1001, '2011-12-20 15:03:29.609'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-114b1', 'radioactive iodine 131', 1001, '2011-12-20 15:03:29.609', 1001, '2011-12-20 15:03:29.609'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-677b0', 'glycopyrrolate', 1001, '2011-12-20 15:03:29.61', 1001, '2011-12-20 15:03:29.61'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-56a71', 'quinacrine hydrochloride', 1001, '2011-12-20 15:03:29.611', 1001, '2011-12-20 15:03:29.611'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-22a05', 'fluorescein stain', 1001, '2011-12-20 15:03:29.611', 1001, '2011-12-20 15:03:29.611'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-48000', 'vein, nos', 1001, '2011-12-20 15:03:29.611', 1001, '2011-12-20 15:03:29.611'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-8000v', 'hepatopathy', 1001, '2011-12-20 15:03:29.613', 1001, '2011-12-20 15:03:29.613'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-738x0', 'amprolium', 1001, '2011-12-20 15:03:29.614', 1001, '2011-12-20 15:03:29.614'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-8502x', 'anti androgen (oxendolone)', 1001, '2011-12-20 15:03:29.615', 1001, '2011-12-20 15:03:29.615'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-yy791', 'xylazine-ketamine mixture', 1001, '2011-12-20 15:03:29.616', 1001, '2011-12-20 15:03:29.616'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-1x040', 'brown fat', 1001, '2011-12-20 15:03:29.617', 1001, '2011-12-20 15:03:29.617'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x2050', 'brain stem', 1001, '2011-12-20 15:03:29.617', 1001, '2011-12-20 15:03:29.617'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x4842', 'hypothalamus, lateral nucleus', 1001, '2011-12-20 15:03:29.618', 1001, '2011-12-20 15:03:29.618'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y8220', 'left upper arm', 1001, '2011-12-20 15:03:29.619', 1001, '2011-12-20 15:03:29.619'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-80600', 'shock, nos', 1001, '2011-12-20 15:03:29.619', 1001, '2011-12-20 15:03:29.619'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-14400', 'corynebacterium, nos', 1001, '2011-12-20 15:03:29.621', 1001, '2011-12-20 15:03:29.621'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-34200', 'stenosis', 1001, '2011-12-20 15:03:29.621', 1001, '2011-12-20 15:03:29.621'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-35060', 'hematoma, nos', 1001, '2011-12-20 15:03:29.622', 1001, '2011-12-20 15:03:29.622'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1110', 'meninges, nos', 1001, '2011-12-20 15:03:29.623', 1001, '2011-12-20 15:03:29.623'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c1200', 'myelopoietic tissue', 1001, '2011-12-20 15:03:29.624', 1001, '2011-12-20 15:03:29.624'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-14000', 'wound, nos', 1001, '2011-12-20 15:03:29.625', 1001, '2011-12-20 15:03:29.625'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-80000', 'hepatopathy, nos', 1001, '2011-12-20 15:03:29.626', 1001, '2011-12-20 15:03:29.626'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-84010', 'cimetidine', 1001, '2011-12-20 15:03:29.627', 1001, '2011-12-20 15:03:29.627'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d0010', 'total body, entire bodya as a whole body (body structure)', 1001, '2011-12-20 15:03:29.627', 1001, '2011-12-20 15:03:29.627'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-54040', 'hemorrhagic necrosis', 1001, '2011-12-20 15:03:29.627', 1001, '2011-12-20 15:03:29.627'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1000', 'cerebrospinal fluid (csf)', 1001, '2011-12-20 15:03:29.629', 1001, '2011-12-20 15:03:29.629'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-34600', 'retrovirus, nos', 1001, '2011-12-20 15:03:29.63', 1001, '2011-12-20 15:03:29.63'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c1750', 'plasmacyte, plasma cell', 1001, '2011-12-20 15:03:29.631', 1001, '2011-12-20 15:03:29.631'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-00580', 'panniculitis, nos', 1001, '2011-12-20 15:03:29.632', 1001, '2011-12-20 15:03:29.632'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-55000', 'deposition, nos', 1001, '2011-12-20 15:03:29.633', 1001, '2011-12-20 15:03:29.633'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15970', 'providence, nos', 1001, '2011-12-20 15:03:29.634', 1001, '2011-12-20 15:03:29.634'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-44820', 'balantidium coli', 1001, '2011-12-20 15:03:29.634', 1001, '2011-12-20 15:03:29.634'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-74602', 'metoprolol tartrate, beta adrenergic compound', 1001, '2011-12-20 15:03:29.635', 1001, '2011-12-20 15:03:29.635'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77912', 'delta opiate antagonist', 1001, '2011-12-20 15:03:29.636', 1001, '2011-12-20 15:03:29.636'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85100', 'corticoid nos', 1001, '2011-12-20 15:03:29.637', 1001, '2011-12-20 15:03:29.637'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86200', 't3, t4, t4 + t3, thyroid drug', 1001, '2011-12-20 15:03:29.638', 1001, '2011-12-20 15:03:29.638'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-01680', 'failure to gain weight', 1001, '2011-12-20 15:03:29.639', 1001, '2011-12-20 15:03:29.639'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-87000', 'seizure nos', 1001, '2011-12-20 15:03:29.639', 1001, '2011-12-20 15:03:29.639'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-01560', 'indentation, nos', 1001, '2011-12-20 15:03:29.64', 1001, '2011-12-20 15:03:29.64'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-49130', 'fibrous thickening', 1001, '2011-12-20 15:03:29.641', 1001, '2011-12-20 15:03:29.641'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-50000', 'degeneration, nos', 1001, '2011-12-20 15:03:29.642', 1001, '2011-12-20 15:03:29.642'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-51100', 'cataract', 1001, '2011-12-20 15:03:29.643', 1001, '2011-12-20 15:03:29.643'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-54400', 'softening, nos', 1001, '2011-12-20 15:03:29.643', 1001, '2011-12-20 15:03:29.643'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-70800', 'involution, nos', 1001, '2011-12-20 15:03:29.643', 1001, '2011-12-20 15:03:29.643'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-84800', 'mucinous adenocarcinoma', 1001, '2011-12-20 15:03:29.645', 1001, '2011-12-20 15:03:29.645'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-88400', 'myxoma, nos', 1001, '2011-12-20 15:03:29.646', 1001, '2011-12-20 15:03:29.646'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11420', 'biopsy, open (code to proper t axis)', 1001, '2011-12-20 15:03:29.647', 1001, '2011-12-20 15:03:29.647'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-08520', 'ileocolic lymph node', 1001, '2011-12-20 15:03:29.648', 1001, '2011-12-20 15:03:29.648'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-12320', 'joint, cervical vertebra', 1001, '2011-12-20 15:03:29.648', 1001, '2011-12-20 15:03:29.648'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-12750', 'ankle joint, nos', 1001, '2011-12-20 15:03:29.649', 1001, '2011-12-20 15:03:29.649'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-28500', 'left lung, nos', 1001, '2011-12-20 15:03:29.65', 1001, '2011-12-20 15:03:29.65'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-31000', 'pericardial nos', 1001, '2011-12-20 15:03:29.651', 1001, '2011-12-20 15:03:29.651'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-32300', 'left atrium,nos', 1001, '2011-12-20 15:03:29.651', 1001, '2011-12-20 15:03:29.651'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-48150', 'jugular vein, nos', 1001, '2011-12-20 15:03:29.652', 1001, '2011-12-20 15:03:29.652'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-68950', 'sigmoid colon and rectum', 1001, '2011-12-20 15:03:29.653', 1001, '2011-12-20 15:03:29.653'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70000', 'experimental drug', 1001, '2011-12-20 15:03:29.654', 1001, '2011-12-20 15:03:29.654'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-xx860', 'conjunctiva', 1001, '2011-12-20 15:03:29.655', 1001, '2011-12-20 15:03:29.655'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-522a0', 'vancomycin', 1001, '2011-12-20 15:03:29.656', 1001, '2011-12-20 15:03:29.656'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-606b1', 'morphine sulfate', 1001, '2011-12-20 15:03:29.657', 1001, '2011-12-20 15:03:29.657'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a1210', 'hydroxyprogesterone preparation', 1001, '2011-12-20 15:03:29.657', 1001, '2011-12-20 15:03:29.657'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a1560', 'prolactin preparation (prl)', 1001, '2011-12-20 15:03:29.658', 1001, '2011-12-20 15:03:29.658'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a6610', 'formed, formation', 1001, '2011-12-20 15:03:29.659', 1001, '2011-12-20 15:03:29.659'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-58026', 'small intestine lamina propria', 1001, '2011-12-20 15:03:29.659', 1001, '2011-12-20 15:03:29.659'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-y8555', 'estradiol cypionate', 1001, '2011-12-20 15:03:29.661', 1001, '2011-12-20 15:03:29.661'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-54630', 'amoxicillin/clavulanic acid', 1001, '2011-12-20 15:03:29.661', 1001, '2011-12-20 15:03:29.661'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-x9400', 'real time scan', 1001, '2011-12-20 15:03:29.662', 1001, '2011-12-20 15:03:29.662'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-0x330', 'thrombocyte', 1001, '2011-12-20 15:03:29.663', 1001, '2011-12-20 15:03:29.663'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-6x720', 'ileal lumen', 1001, '2011-12-20 15:03:29.664', 1001, '2011-12-20 15:03:29.664'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y0130', 'parietal region', 1001, '2011-12-20 15:03:29.665', 1001, '2011-12-20 15:03:29.665'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y6235', 'pelvic wall, nos', 1001, '2011-12-20 15:03:29.665', 1001, '2011-12-20 15:03:29.665'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y8110', 'right axillary region', 1001, '2011-12-20 15:03:29.666', 1001, '2011-12-20 15:03:29.666'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9400', 'leg, nos', 1001, '2011-12-20 15:03:29.667', 1001, '2011-12-20 15:03:29.667'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-60680', 'interstitial pneumonia, nos', 1001, '2011-12-20 15:03:29.668', 1001, '2011-12-20 15:03:29.668'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('df-d0040', 'death due to experiment', 1001, '2011-12-20 15:03:29.668', 1001, '2011-12-20 15:03:29.668'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d7040', 'inguinal canal', 1001, '2011-12-20 15:03:29.669', 1001, '2011-12-20 15:03:29.669'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-54451', 'nafcillin sodium', 1001, '2011-12-20 15:03:29.67', 1001, '2011-12-20 15:03:29.67'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-78870', 'bony callus', 1001, '2011-12-20 15:03:29.671', 1001, '2011-12-20 15:03:29.671'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55010', 'demeclocycline', 1001, '2011-12-20 15:03:29.671', 1001, '2011-12-20 15:03:29.671'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55051', 'oxytetracycline hydrochloride', 1001, '2011-12-20 15:03:29.672', 1001, '2011-12-20 15:03:29.672'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-96010', 'hydrogen peroxide', 1001, '2011-12-20 15:03:29.673', 1001, '2011-12-20 15:03:29.673'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-97720', 'carbachol', 1001, '2011-12-20 15:03:29.673', 1001, '2011-12-20 15:03:29.673'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-84800', 'laxative, nos', 1001, '2011-12-20 15:03:29.674', 1001, '2011-12-20 15:03:29.674'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-24040', 'diabetes mellitus, drug-related', 1001, '2011-12-20 15:03:29.675', 1001, '2011-12-20 15:03:29.675'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-60400', 'peridontal disease,nos', 1001, '2011-12-20 15:03:29.675', 1001, '2011-12-20 15:03:29.675'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-65100', 'renal insufficiency sysdrome nos', 1001, '2011-12-20 15:03:29.676', 1001, '2011-12-20 15:03:29.676'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-25470', 'alpha hemolytic streptococcus, nos', 1001, '2011-12-20 15:03:29.677', 1001, '2011-12-20 15:03:29.677'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71410', 'povidone iodine', 1001, '2011-12-20 15:03:29.678', 1001, '2011-12-20 15:03:29.678'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71612', 'baytril', 1001, '2011-12-20 15:03:29.679', 1001, '2011-12-20 15:03:29.679'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-02460', 'failure to heal syndrome', 1001, '2011-12-20 15:03:29.68', 1001, '2011-12-20 15:03:29.68'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-47510', 'gammaglobulin', 1001, '2011-12-20 15:03:29.68', 1001, '2011-12-20 15:03:29.68'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-62400', 'diarrhea', 1001, '2011-12-20 15:03:29.681', 1001, '2011-12-20 15:03:29.681'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-18570', 'implant,experimental', 1001, '2011-12-20 15:03:29.682', 1001, '2011-12-20 15:03:29.682'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-37006', 'hemorrhage, focal', 1001, '2011-12-20 15:03:29.682', 1001, '2011-12-20 15:03:29.682'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-49420', 'adhesion, fibrous', 1001, '2011-12-20 15:03:29.683', 1001, '2011-12-20 15:03:29.683'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-58100', 'brown atrophy', 1001, '2011-12-20 15:03:29.683', 1001, '2011-12-20 15:03:29.683'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-59000', 'depletion, nos', 1001, '2011-12-20 15:03:29.685', 1001, '2011-12-20 15:03:29.685'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10400', 'cesarean - nos', 1001, '2011-12-20 15:03:29.685', 1001, '2011-12-20 15:03:29.685'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10810', 'incision and drainage', 1001, '2011-12-20 15:03:29.686', 1001, '2011-12-20 15:03:29.686'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12701', 'implantation by bombardment', 1001, '2011-12-20 15:03:29.687', 1001, '2011-12-20 15:03:29.687'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-14000', 'plasty = plastic repair, nos', 1001, '2011-12-20 15:03:29.688', 1001, '2011-12-20 15:03:29.688'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-16200', 'closure by ligation, nos', 1001, '2011-12-20 15:03:29.689', 1001, '2011-12-20 15:03:29.689'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-00010', 'total body', 1001, '2011-12-20 15:03:29.689', 1001, '2011-12-20 15:03:29.689'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-01415', 'hair, dermal papilla', 1001, '2011-12-20 15:03:29.69', 1001, '2011-12-20 15:03:29.69'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-04020', 'female breast,right', 1001, '2011-12-20 15:03:29.691', 1001, '2011-12-20 15:03:29.691'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-08810', 'inguinal lymph node', 1001, '2011-12-20 15:03:29.691', 1001, '2011-12-20 15:03:29.691'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-10101', 'skull, nos', 1001, '2011-12-20 15:03:29.692', 1001, '2011-12-20 15:03:29.692'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54440', 'mandibular left central incisor tooth', 1001, '2011-12-20 15:03:29.693', 1001, '2011-12-20 15:03:29.693'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-83200', 'cervix, uterine', 1001, '2011-12-20 15:03:29.694', 1001, '2011-12-20 15:03:29.694'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59305', 'colonic lumen', 1001, '2011-12-20 15:03:29.695', 1001, '2011-12-20 15:03:29.695'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12x30', 'sc', 1001, '2011-12-20 15:03:29.696', 1001, '2011-12-20 15:03:29.696'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-0y310', 'milk', 1001, '2011-12-20 15:03:29.696', 1001, '2011-12-20 15:03:29.696'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x0000', 'nervous system, nos', 1001, '2011-12-20 15:03:29.697', 1001, '2011-12-20 15:03:29.697'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x4010', 'thalamus,nos', 1001, '2011-12-20 15:03:29.698', 1001, '2011-12-20 15:03:29.698'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x4111', 'thalamus, periventricular gray matter', 1001, '2011-12-20 15:03:29.699', 1001, '2011-12-20 15:03:29.699'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x7700', 'thoracic spinal cord, nos', 1001, '2011-12-20 15:03:29.699', 1001, '2011-12-20 15:03:29.699'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y1500', 'hip, nos', 1001, '2011-12-20 15:03:29.699', 1001, '2011-12-20 15:03:29.699'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-28300', 'neonatorum atelectasis', 1001, '2011-12-20 15:03:29.701', 1001, '2011-12-20 15:03:29.701'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-73620', 'hematuria', 1001, '2011-12-20 15:03:29.702', 1001, '2011-12-20 15:03:29.702'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-78001', 'fibrosis, focal', 1001, '2011-12-20 15:03:29.703', 1001, '2011-12-20 15:03:29.703'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-78400', 'adhesion, nos', 1001, '2011-12-20 15:03:29.703', 1001, '2011-12-20 15:03:29.703'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a4600', 'hypothalamus, nos', 1001, '2011-12-20 15:03:29.704', 1001, '2011-12-20 15:03:29.704'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4510', 'mesenteric lymph node, nos', 1001, '2011-12-20 15:03:29.705', 1001, '2011-12-20 15:03:29.705'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d4030', 'abdominal viscera, nos', 1001, '2011-12-20 15:03:29.706', 1001, '2011-12-20 15:03:29.706'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d4300', 'abdominal wall, nos', 1001, '2011-12-20 15:03:29.707', 1001, '2011-12-20 15:03:29.707'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-80470', 'timolol', 1001, '2011-12-20 15:03:29.707', 1001, '2011-12-20 15:03:29.707'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-70840', 'sodium chloride solution', 1001, '2011-12-20 15:03:29.708', 1001, '2011-12-20 15:03:29.708'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c1e16', 'metrodin', 1001, '2011-12-20 15:03:29.709', 1001, '2011-12-20 15:03:29.709'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-21506', 'acetone', 1001, '2011-12-20 15:03:29.71', 1001, '2011-12-20 15:03:29.71'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-38000', 'ulcerative lesion, nos; ulceration', 1001, '2011-12-20 15:03:29.71', 1001, '2011-12-20 15:03:29.71'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4400', 'abdominal lymph node, nos', 1001, '2011-12-20 15:03:29.711', 1001, '2011-12-20 15:03:29.711'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-16521', 'shigella flexneri, type 1', 1001, '2011-12-20 15:03:29.712', 1001, '2011-12-20 15:03:29.712'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-44670', 'iodamoeba butschlii', 1001, '2011-12-20 15:03:29.713', 1001, '2011-12-20 15:03:29.713'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-45770', 'strongyloides, nos', 1001, '2011-12-20 15:03:29.713', 1001, '2011-12-20 15:03:29.713'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70042', 'experimental drug mt2003 (shiseido)', 1001, '2011-12-20 15:03:29.714', 1001, '2011-12-20 15:03:29.714'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70630', 'na thiamylal', 1001, '2011-12-20 15:03:29.715', 1001, '2011-12-20 15:03:29.715'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72040', 'chloramphenicol nos, chloromycetin', 1001, '2011-12-20 15:03:29.715', 1001, '2011-12-20 15:03:29.715'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-74640', 'ephedrine sulfate', 1001, '2011-12-20 15:03:29.716', 1001, '2011-12-20 15:03:29.716'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-75330', 'pilocarpine 2%', 1001, '2011-12-20 15:03:29.717', 1001, '2011-12-20 15:03:29.717'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-31000', 'pregnancy, nos', 1001, '2011-12-20 15:03:29.718', 1001, '2011-12-20 15:03:29.718'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-75030', 'chronic respiratory failure', 1001, '2011-12-20 15:03:29.719', 1001, '2011-12-20 15:03:29.719'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-12000', 'fracture, nos', 1001, '2011-12-20 15:03:29.72', 1001, '2011-12-20 15:03:29.72'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10001', 'negative for salmonella, shigella, and campylobacter', 1001, '2011-12-20 15:03:29.72', 1001, '2011-12-20 15:03:29.72'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-32800', 'emphysema, nos', 1001, '2011-12-20 15:03:29.721', 1001, '2011-12-20 15:03:29.721'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-39300', 'fistula, acquired, nos', 1001, '2011-12-20 15:03:29.722', 1001, '2011-12-20 15:03:29.722'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10310', 'incision and removal, complete', 1001, '2011-12-20 15:03:29.723', 1001, '2011-12-20 15:03:29.723'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11210', 'excision, radical or extended with lymph node dissection', 1001, '2011-12-20 15:03:29.723', 1001, '2011-12-20 15:03:29.723'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-07000', 'spleen', 1001, '2011-12-20 15:03:29.723', 1001, '2011-12-20 15:03:29.723'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54350', 'maxillary left second molar tooth', 1001, '2011-12-20 15:03:29.725', 1001, '2011-12-20 15:03:29.725'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-xx200', 'cornea, nos', 1001, '2011-12-20 15:03:29.726', 1001, '2011-12-20 15:03:29.726'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-11510', 'vertebra, nos', 1001, '2011-12-20 15:03:29.727', 1001, '2011-12-20 15:03:29.727'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-42500', 'abdominal aorta, nos', 1001, '2011-12-20 15:03:29.728', 1001, '2011-12-20 15:03:29.728'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-61300', 'submaxillary gland, nos', 1001, '2011-12-20 15:03:29.728', 1001, '2011-12-20 15:03:29.728'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-51000', 'mouth', 1001, '2011-12-20 15:03:29.729', 1001, '2011-12-20 15:03:29.729'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02100', 'skin of head, nos', 1001, '2011-12-20 15:03:29.73', 1001, '2011-12-20 15:03:29.73'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-71020', 'left kidney', 1001, '2011-12-20 15:03:29.731', 1001, '2011-12-20 15:03:29.731'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02540', 'skin of prepuce', 1001, '2011-12-20 15:03:29.731', 1001, '2011-12-20 15:03:29.731'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-32200', 'right atrium, nos', 1001, '2011-12-20 15:03:29.732', 1001, '2011-12-20 15:03:29.732'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-87500', 'ovum, nos', 1001, '2011-12-20 15:03:29.733', 1001, '2011-12-20 15:03:29.733'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-03412', 'subcutaneous tissue of interscapular region of back', 1001, '2011-12-20 15:03:29.734', 1001, '2011-12-20 15:03:29.734'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10042', 'vaccine nos', 1001, '2011-12-20 15:03:29.735', 1001, '2011-12-20 15:03:29.735'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-32020', 'myocardium, nos', 1001, '2011-12-20 15:03:29.736', 1001, '2011-12-20 15:03:29.736'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-90290', 'nitrofurazone', 1001, '2011-12-20 15:03:29.736', 1001, '2011-12-20 15:03:29.736'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-32500', 'gastritis, nos', 1001, '2011-12-20 15:03:29.737', 1001, '2011-12-20 15:03:29.737'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-21820', 'calculus in diverticulum of bladder', 1001, '2011-12-20 15:03:29.738', 1001, '2011-12-20 15:03:29.738'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-64555', 'diazepam (valium)', 1001, '2011-12-20 15:03:29.739', 1001, '2011-12-20 15:03:29.739'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-70410', 'sodium bicarbonate', 1001, '2011-12-20 15:03:29.739', 1001, '2011-12-20 15:03:29.739'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a01b0', 'prednisone preparation', 1001, '2011-12-20 15:03:29.74', 1001, '2011-12-20 15:03:29.74'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-62911', 'chlorpromazine hydrochloride', 1001, '2011-12-20 15:03:29.741', 1001, '2011-12-20 15:03:29.741'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a15b0', 'corticotropin releasing factor preparation', 1001, '2011-12-20 15:03:29.742', 1001, '2011-12-20 15:03:29.742'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-21913', 'dintrochlorobenzene', 1001, '2011-12-20 15:03:29.742', 1001, '2011-12-20 15:03:29.742'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-31321', 'flaxseed oil', 1001, '2011-12-20 15:03:29.743', 1001, '2011-12-20 15:03:29.743'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-10201', 'pertussis toxin', 1001, '2011-12-20 15:03:29.744', 1001, '2011-12-20 15:03:29.744'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-16500', 'shigella, nos', 1001, '2011-12-20 15:03:29.745', 1001, '2011-12-20 15:03:29.745'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-21600', 'neisseria, nos', 1001, '2011-12-20 15:03:29.745', 1001, '2011-12-20 15:03:29.745'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-45650', 'oesophagostomum, nos', 1001, '2011-12-20 15:03:29.746', 1001, '2011-12-20 15:03:29.746'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-57440', 'dinitro chloro benzene', 1001, '2011-12-20 15:03:29.747', 1001, '2011-12-20 15:03:29.747'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-68760', 'yohimbine', 1001, '2011-12-20 15:03:29.747', 1001, '2011-12-20 15:03:29.747'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-75660', 'glycopyrrolate', 1001, '2011-12-20 15:03:29.747', 1001, '2011-12-20 15:03:29.747'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-15910', 'alpha-methyl-para-tyrosine', 1001, '2011-12-20 15:03:29.749', 1001, '2011-12-20 15:03:29.749'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-31630', 'hernia, incisional (t-.....) nos', 1001, '2011-12-20 15:03:29.75', 1001, '2011-12-20 15:03:29.75'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-26000', 'paralytic stroke, nos', 1001, '2011-12-20 15:03:29.75', 1001, '2011-12-20 15:03:29.75'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-13520', 'pneumococcal meningitis', 1001, '2011-12-20 15:03:29.751', 1001, '2011-12-20 15:03:29.751'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-50500', 'intestines, nos', 1001, '2011-12-20 15:03:29.752', 1001, '2011-12-20 15:03:29.752'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9080', 'both lower extremities', 1001, '2011-12-20 15:03:29.753', 1001, '2011-12-20 15:03:29.753'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9800', 'toe, nos', 1001, '2011-12-20 15:03:29.753', 1001, '2011-12-20 15:03:29.753'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-57010', 'gastric mucosa', 1001, '2011-12-20 15:03:29.754', 1001, '2011-12-20 15:03:29.754'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02487', 'skin of inguinal region', 1001, '2011-12-20 15:03:29.755', 1001, '2011-12-20 15:03:29.755'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10013', 'latanoprost', 1001, '2011-12-20 15:03:29.755', 1001, '2011-12-20 15:03:29.755'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-50270', 'vomit, nos', 1001, '2011-12-20 15:03:29.755', 1001, '2011-12-20 15:03:29.755'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d-456522', 'mobile cecum', 1001, '2011-12-20 15:03:29.757', 1001, '2011-12-20 15:03:29.757'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-72000', 'endometriosis, nos', 1001, '2011-12-20 15:03:29.758', 1001, '2011-12-20 15:03:29.758'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-1e102', 'shigella flexneri', 1001, '2011-12-20 15:03:29.759', 1001, '2011-12-20 15:03:29.759'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-56522', 'mobile cecum', 1001, '2011-12-20 15:03:29.76', 1001, '2011-12-20 15:03:29.76'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-6a16b', 'thaimylal sodium', 1001, '2011-12-20 15:03:29.761', 1001, '2011-12-20 15:03:29.761'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-53730', 'cefotetan', 1001, '2011-12-20 15:03:29.761', 1001, '2011-12-20 15:03:29.761'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-680c0', 'methoxamine', 1001, '2011-12-20 15:03:29.762', 1001, '2011-12-20 15:03:29.762'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-42032', 'stricture of colon', 1001, '2011-12-20 15:03:29.763', 1001, '2011-12-20 15:03:29.763'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('df-10010', 'adverse drug effect, nos', 1001, '2011-12-20 15:03:29.763', 1001, '2011-12-20 15:03:29.763'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-15710', 'hip joint, nos', 1001, '2011-12-20 15:03:29.764', 1001, '2011-12-20 15:03:29.764'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-65010', 'pancreatic duct, nos', 1001, '2011-12-20 15:03:29.765', 1001, '2011-12-20 15:03:29.765'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-65100', 'head of pancreas', 1001, '2011-12-20 15:03:29.766', 1001, '2011-12-20 15:03:29.766'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9120', 'left thigh', 1001, '2011-12-20 15:03:29.767', 1001, '2011-12-20 15:03:29.767'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-82700', 'chromophobe adenoma', 1001, '2011-12-20 15:03:29.768', 1001, '2011-12-20 15:03:29.768'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-55200', 'oropharynx, nos', 1001, '2011-12-20 15:03:29.768', 1001, '2011-12-20 15:03:29.768'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9030', 'both lower extremities', 1001, '2011-12-20 15:03:29.769', 1001, '2011-12-20 15:03:29.769'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b71110', 'alphamethyltyrosine', 1001, '2011-12-20 15:03:29.77', 1001, '2011-12-20 15:03:29.77'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10025', 'removal,nos', 1001, '2011-12-20 15:03:29.771', 1001, '2011-12-20 15:03:29.771'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-94020', 'left testis', 1001, '2011-12-20 15:03:29.771', 1001, '2011-12-20 15:03:29.771'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71992', 'emulfer :etoh:normal saline', 1001, '2011-12-20 15:03:29.771', 1001, '2011-12-20 15:03:29.771'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-82920', 'uterus, fallopian tubes and ovaries,nos', 1001, '2011-12-20 15:03:29.773', 1001, '2011-12-20 15:03:29.773'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x2291', 'orbital sulcus', 1001, '2011-12-20 15:03:29.774', 1001, '2011-12-20 15:03:29.774'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-1e601', 'enterococcus faecalis', 1001, '2011-12-20 15:03:29.775', 1001, '2011-12-20 15:03:29.775'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d6-10240', 'wasting disease, nos, cachexia', 1001, '2011-12-20 15:03:29.775', 1001, '2011-12-20 15:03:29.775'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-41010', 'segmental ileitis of the small intestine', 1001, '2011-12-20 15:03:29.776', 1001, '2011-12-20 15:03:29.776'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-34100', 'endocardium of right atrium', 1001, '2011-12-20 15:03:29.777', 1001, '2011-12-20 15:03:29.777'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d1609', 'neck, left side', 1001, '2011-12-20 15:03:29.778', 1001, '2011-12-20 15:03:29.778'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-20040', 'acquired hydrocephalus', 1001, '2011-12-20 15:03:29.778', 1001, '2011-12-20 15:03:29.778'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('dc-72010', 'lymphadenitis, nos', 1001, '2011-12-20 15:03:29.779', 1001, '2011-12-20 15:03:29.779'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-50000', 'parasitic infection, nos', 1001, '2011-12-20 15:03:29.78', 1001, '2011-12-20 15:03:29.78'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-33900', 'emphysema, nos', 1001, '2011-12-20 15:03:29.781', 1001, '2011-12-20 15:03:29.781'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-52120', 'atherosclerotic fibrous plaque', 1001, '2011-12-20 15:03:29.781', 1001, '2011-12-20 15:03:29.781'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-23400', 'psuedomonas nos', 1001, '2011-12-20 15:03:29.782', 1001, '2011-12-20 15:03:29.782'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10037', 'negative for shigella', 1001, '2011-12-20 15:03:29.783', 1001, '2011-12-20 15:03:29.783'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-62550', 'syncytial cell', 1001, '2011-12-20 15:03:29.784', 1001, '2011-12-20 15:03:29.784'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a8470', 'chorda tympani', 1001, '2011-12-20 15:03:29.784', 1001, '2011-12-20 15:03:29.784'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54430', 'mandibular left lateral tooth', 1001, '2011-12-20 15:03:29.785', 1001, '2011-12-20 15:03:29.785'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54340', 'maxillary left first molar tooth', 1001, '2011-12-20 15:03:29.786', 1001, '2011-12-20 15:03:29.786'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54250', 'maxillary right first premolar tooth', 1001, '2011-12-20 15:03:29.787', 1001, '2011-12-20 15:03:29.787'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-1a010', 'adipose tissue', 1001, '2011-12-20 15:03:29.787', 1001, '2011-12-20 15:03:29.787'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72190', 'cephalothin, keflin', 1001, '2011-12-20 15:03:29.787', 1001, '2011-12-20 15:03:29.787'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-76590', 'capoten', 1001, '2011-12-20 15:03:29.789', 1001, '2011-12-20 15:03:29.789'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-84370', 'glucose preparation, dextrose', 1001, '2011-12-20 15:03:29.789', 1001, '2011-12-20 15:03:29.789'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86560', 'influenza vaccine', 1001, '2011-12-20 15:03:29.79', 1001, '2011-12-20 15:03:29.79'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87850', 'tretinoin', 1001, '2011-12-20 15:03:29.791', 1001, '2011-12-20 15:03:29.791'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-80840', 'paralysis, nos', 1001, '2011-12-20 15:03:29.792', 1001, '2011-12-20 15:03:29.792'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-93130', 'adrenal, zona reticularis', 1001, '2011-12-20 15:03:29.792', 1001, '2011-12-20 15:03:29.792'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-41700', 'colitis, nos', 1001, '2011-12-20 15:03:29.793', 1001, '2011-12-20 15:03:29.793'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-75130', 'cyst, luteinized follicular', 1001, '2011-12-20 15:03:29.794', 1001, '2011-12-20 15:03:29.794'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-61020', 'necrotizing pneumonia', 1001, '2011-12-20 15:03:29.795', 1001, '2011-12-20 15:03:29.795'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-d0960', 'erythrophagocytosis', 1001, '2011-12-20 15:03:29.795', 1001, '2011-12-20 15:03:29.795'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a4600', 'vitamin c preparation, nos', 1001, '2011-12-20 15:03:29.795', 1001, '2011-12-20 15:03:29.795'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-913a4', 'dexamethasone sodium phosphate', 1001, '2011-12-20 15:03:29.797', 1001, '2011-12-20 15:03:29.797'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1390', 'superficial', 1001, '2011-12-20 15:03:29.798', 1001, '2011-12-20 15:03:29.798'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-25124', 'beta hemolytic streptococcus, nos', 1001, '2011-12-20 15:03:29.799', 1001, '2011-12-20 15:03:29.799'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-01720', 'maculopapular rash', 1001, '2011-12-20 15:03:29.8', 1001, '2011-12-20 15:03:29.8'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('dc-72130', 'lymphadenopathy, unspecified', 1001, '2011-12-20 15:03:29.8', 1001, '2011-12-20 15:03:29.8'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-40630', 'diverticulitis, nos', 1001, '2011-12-20 15:03:29.801', 1001, '2011-12-20 15:03:29.801'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-80106', 'carcinoma, metastatic, nos', 1001, '2011-12-20 15:03:29.802', 1001, '2011-12-20 15:03:29.802'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-93913', 'ependymoma, nos', 1001, '2011-12-20 15:03:29.803', 1001, '2011-12-20 15:03:29.803'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-80820', 'hepatic lipidosis', 1001, '2011-12-20 15:03:29.803', 1001, '2011-12-20 15:03:29.803'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-51510', 'entamoeba, nos', 1001, '2011-12-20 15:03:29.803', 1001, '2011-12-20 15:03:29.803'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-05510', 'implantation of therapeutic device, nos', 1001, '2011-12-20 15:03:29.805', 1001, '2011-12-20 15:03:29.805'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d2810', 'digit, nos', 1001, '2011-12-20 15:03:29.806', 1001, '2011-12-20 15:03:29.806'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p5-00410', 'injection of contrast media for radiography,by direct puncture.', 1001, '2011-12-20 15:03:29.807', 1001, '2011-12-20 15:03:29.807'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-16801', 'proteus vulgaris', 1001, '2011-12-20 15:03:29.807', 1001, '2011-12-20 15:03:29.807'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-83740', 'streptozotocin', 1001, '2011-12-20 15:03:29.808', 1001, '2011-12-20 15:03:29.808'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85821', 'insulin nph', 1001, '2011-12-20 15:03:29.809', 1001, '2011-12-20 15:03:29.809'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86630', 'diphtheria toxoid', 1001, '2011-12-20 15:03:29.81', 1001, '2011-12-20 15:03:29.81'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-89110', 'pargyline hcl', 1001, '2011-12-20 15:03:29.81', 1001, '2011-12-20 15:03:29.81'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-26590', 'dehydroepiandrosterone', 1001, '2011-12-20 15:03:29.811', 1001, '2011-12-20 15:03:29.811'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-29190', 'placenta previa, total', 1001, '2011-12-20 15:03:29.811', 1001, '2011-12-20 15:03:29.811'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-33790', 'mucinous cyst', 1001, '2011-12-20 15:03:29.812', 1001, '2011-12-20 15:03:29.812'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-14940', 'fixation or attachment', 1001, '2011-12-20 15:03:29.813', 1001, '2011-12-20 15:03:29.813'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-13260', 'masseter muscle', 1001, '2011-12-20 15:03:29.814', 1001, '2011-12-20 15:03:29.814'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-58100', 'hepatic duct, nos', 1001, '2011-12-20 15:03:29.815', 1001, '2011-12-20 15:03:29.815'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-59000', 'pancreas, nos', 1001, '2011-12-20 15:03:29.815', 1001, '2011-12-20 15:03:29.815'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-67016', 'colonic lamina propria', 1001, '2011-12-20 15:03:29.816', 1001, '2011-12-20 15:03:29.816'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-70100', 'urinary tract, nos', 1001, '2011-12-20 15:03:29.817', 1001, '2011-12-20 15:03:29.817'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-71000', 'kidney, nos', 1001, '2011-12-20 15:03:29.818', 1001, '2011-12-20 15:03:29.818'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-79800', 'both vasa deferentia', 1001, '2011-12-20 15:03:29.818', 1001, '2011-12-20 15:03:29.818'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d2282', 'cosequin', 1001, '2011-12-20 15:03:29.819', 1001, '2011-12-20 15:03:29.819'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-85000', 'uterine muscle, myometrium, nos', 1001, '2011-12-20 15:03:29.82', 1001, '2011-12-20 15:03:29.82'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-559b5', 'sulphadimethoxine', 1001, '2011-12-20 15:03:29.82', 1001, '2011-12-20 15:03:29.82'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a5300', 'vitamin k preparation', 1001, '2011-12-20 15:03:29.821', 1001, '2011-12-20 15:03:29.821'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-655a0', 'doxapram', 1001, '2011-12-20 15:03:29.822', 1001, '2011-12-20 15:03:29.822'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d1467', 'banamine solution', 1001, '2011-12-20 15:03:29.823', 1001, '2011-12-20 15:03:29.823'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0960', 'estrone preparation', 1001, '2011-12-20 15:03:29.824', 1001, '2011-12-20 15:03:29.824'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10028', 'medetomidine ( domitor )', 1001, '2011-12-20 15:03:29.824', 1001, '2011-12-20 15:03:29.824'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a6700', 'anti-heparin agent,NOS', 1001, '2011-12-20 15:03:29.825', 1001, '2011-12-20 15:03:29.825'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a2160', 'large', 1001, '2011-12-20 15:03:29.826', 1001, '2011-12-20 15:03:29.826'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a2700', 'chronic', 1001, '2011-12-20 15:03:29.827', 1001, '2011-12-20 15:03:29.827'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1650', 'site', 1001, '2011-12-20 15:03:29.827', 1001, '2011-12-20 15:03:29.827'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a2250', 'many', 1001, '2011-12-20 15:03:29.827', 1001, '2011-12-20 15:03:29.827'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-1x790', 'bone and cartilage', 1001, '2011-12-20 15:03:29.829', 1001, '2011-12-20 15:03:29.829'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-36300', 'edema', 1001, '2011-12-20 15:03:29.83', 1001, '2011-12-20 15:03:29.83'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-95903', 'lymphoma', 1001, '2011-12-20 15:03:29.831', 1001, '2011-12-20 15:03:29.831'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a2050', 'brain stem', 1001, '2011-12-20 15:03:29.832', 1001, '2011-12-20 15:03:29.832'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a2410', 'cortex of occipital lobe', 1001, '2011-12-20 15:03:29.833', 1001, '2011-12-20 15:03:29.833'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-76070', 'intimal proliferation', 1001, '2011-12-20 15:03:29.834', 1001, '2011-12-20 15:03:29.834'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b3020', 'left adrenal', 1001, '2011-12-20 15:03:29.834', 1001, '2011-12-20 15:03:29.834'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b3130', 'adrenal, zona reticularis', 1001, '2011-12-20 15:03:29.835', 1001, '2011-12-20 15:03:29.835'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b3200', 'adrenal medulla', 1001, '2011-12-20 15:03:29.835', 1001, '2011-12-20 15:03:29.835'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c3030', 'splenic white pulp, lymphatic follicule of spleen', 1001, '2011-12-20 15:03:29.837', 1001, '2011-12-20 15:03:29.837'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d2220', 'shoulder, nos', 1001, '2011-12-20 15:03:29.838', 1001, '2011-12-20 15:03:29.838'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-16010', 'traumatic acquired absence', 1001, '2011-12-20 15:03:29.838', 1001, '2011-12-20 15:03:29.838'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-17100', 'salmonella, nos', 1001, '2011-12-20 15:03:29.839', 1001, '2011-12-20 15:03:29.839'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-13505', 'campylobacter jejuni', 1001, '2011-12-20 15:03:29.84', 1001, '2011-12-20 15:03:29.84'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a3010', 'basal ganglia, nos', 1001, '2011-12-20 15:03:29.841', 1001, '2011-12-20 15:03:29.841'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10017', 'bacteria, gram positive', 1001, '2011-12-20 15:03:29.841', 1001, '2011-12-20 15:03:29.841'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-68060', 'epinephrine preparation', 1001, '2011-12-20 15:03:29.842', 1001, '2011-12-20 15:03:29.842'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-50019', 'vehicle', 1001, '2011-12-20 15:03:29.843', 1001, '2011-12-20 15:03:29.843'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-81524', 'paraovarian cyst', 1001, '2011-12-20 15:03:29.843', 1001, '2011-12-20 15:03:29.843'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d3400', 'diaphragm', 1001, '2011-12-20 15:03:29.844', 1001, '2011-12-20 15:03:29.844'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d6600v', 'tail', 1001, '2011-12-20 15:03:29.845', 1001, '2011-12-20 15:03:29.845'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a3230', 'amygdaloid nucleus', 1001, '2011-12-20 15:03:29.846', 1001, '2011-12-20 15:03:29.846'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85800', 'viokase-v', 1001, '2011-12-20 15:03:29.847', 1001, '2011-12-20 15:03:29.847'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86320', 'dihydrotachysterol', 1001, '2011-12-20 15:03:29.848', 1001, '2011-12-20 15:03:29.848'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87220', 'calphosan', 1001, '2011-12-20 15:03:29.848', 1001, '2011-12-20 15:03:29.848'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-89602', 'b-cce', 1001, '2011-12-20 15:03:29.849', 1001, '2011-12-20 15:03:29.849'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-90100', 'therapeutic device, nos', 1001, '2011-12-20 15:03:29.85', 1001, '2011-12-20 15:03:29.85'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-90530', 'uterine sound', 1001, '2011-12-20 15:03:29.85', 1001, '2011-12-20 15:03:29.85'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-14680', 'l-tryptophan', 1001, '2011-12-20 15:03:29.851', 1001, '2011-12-20 15:03:29.851'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-71000', 'hypertrophy, nos', 1001, '2011-12-20 15:03:29.852', 1001, '2011-12-20 15:03:29.852'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-80104', 'metastatic carcinoma, grade 4', 1001, '2011-12-20 15:03:29.853', 1001, '2011-12-20 15:03:29.853'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-80500', 'papillary carcinoma, nos', 1001, '2011-12-20 15:03:29.854', 1001, '2011-12-20 15:03:29.854'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-81400', 'adenoma, nos', 1001, '2011-12-20 15:03:29.854', 1001, '2011-12-20 15:03:29.854'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-82601', 'papillary adenocarcinoma, grade 1', 1001, '2011-12-20 15:03:29.855', 1001, '2011-12-20 15:03:29.855'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-85000', 'intraductal carcinoma', 1001, '2011-12-20 15:03:29.856', 1001, '2011-12-20 15:03:29.856'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-88110', 'fibromyxoma', 1001, '2011-12-20 15:03:29.856', 1001, '2011-12-20 15:03:29.856'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10850', 'puncture & drainage', 1001, '2011-12-20 15:03:29.857', 1001, '2011-12-20 15:03:29.857'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-60000', 'dental-oral procedure or sevice nos', 1001, '2011-12-20 15:03:29.858', 1001, '2011-12-20 15:03:29.858'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-04935', 'female breast, left, with axillary tissue, cs', 1001, '2011-12-20 15:03:29.859', 1001, '2011-12-20 15:03:29.859'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-18450', 'intraarticular ligament of knee joint, nos', 1001, '2011-12-20 15:03:29.859', 1001, '2011-12-20 15:03:29.859'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-45120', 'left carotid artery', 1001, '2011-12-20 15:03:29.859', 1001, '2011-12-20 15:03:29.859'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-50000', 'digestive system, nos', 1001, '2011-12-20 15:03:29.861', 1001, '2011-12-20 15:03:29.861'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-51100', 'palate, nos', 1001, '2011-12-20 15:03:29.862', 1001, '2011-12-20 15:03:29.862'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54400', 'mandibular left second premolar tooth', 1001, '2011-12-20 15:03:29.862', 1001, '2011-12-20 15:03:29.862'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-64000', 'small intestine, nos', 1001, '2011-12-20 15:03:29.863', 1001, '2011-12-20 15:03:29.863'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-65100', 'jejunum', 1001, '2011-12-20 15:03:29.864', 1001, '2011-12-20 15:03:29.864'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-70020', 'male genitourinary system, nos', 1001, '2011-12-20 15:03:29.865', 1001, '2011-12-20 15:03:29.865'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-58120', 'small intestine serosa', 1001, '2011-12-20 15:03:29.865', 1001, '2011-12-20 15:03:29.865'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-58650', 'ileocecal valve', 1001, '2011-12-20 15:03:29.866', 1001, '2011-12-20 15:03:29.866'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b0300', 'radiographic contrast media nos', 1001, '2011-12-20 15:03:29.869', 1001, '2011-12-20 15:03:29.869'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-39010', 'epicardium, nos', 1001, '2011-12-20 15:03:29.87', 1001, '2011-12-20 15:03:29.87'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-6b750', 'tetracaine (tetracaine 1% drop)', 1001, '2011-12-20 15:03:29.87', 1001, '2011-12-20 15:03:29.87'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0151', 'cortisone acetate preparation', 1001, '2011-12-20 15:03:29.871', 1001, '2011-12-20 15:03:29.871'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-603d0', 'indomethacin', 1001, '2011-12-20 15:03:29.872', 1001, '2011-12-20 15:03:29.872'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a1510', 'corticotropin preparation', 1001, '2011-12-20 15:03:29.873', 1001, '2011-12-20 15:03:29.873'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-359y0', 'minitek id', 1001, '2011-12-20 15:03:29.873', 1001, '2011-12-20 15:03:29.873'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-15601', 'escherichia coli', 1001, '2011-12-20 15:03:29.874', 1001, '2011-12-20 15:03:29.874'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-85430', 'pancreolipase', 1001, '2011-12-20 15:03:29.875', 1001, '2011-12-20 15:03:29.875'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-86400', 'cholangitis, nos', 1001, '2011-12-20 15:03:29.875', 1001, '2011-12-20 15:03:29.875'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d6-94510', 'amyloidosis, secondary, systemic', 1001, '2011-12-20 15:03:29.876', 1001, '2011-12-20 15:03:29.876'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-01380', 'weakness', 1001, '2011-12-20 15:03:29.877', 1001, '2011-12-20 15:03:29.877'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-14130', 'wound, mutilating', 1001, '2011-12-20 15:03:29.878', 1001, '2011-12-20 15:03:29.878'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-41615', 'microabscess', 1001, '2011-12-20 15:03:29.879', 1001, '2011-12-20 15:03:29.879'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1130', 'cranial dura mater, nos', 1001, '2011-12-20 15:03:29.879', 1001, '2011-12-20 15:03:29.879'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1310', 'cranial epidural space', 1001, '2011-12-20 15:03:29.88', 1001, '2011-12-20 15:03:29.88'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1601', 'cerebral ventricle and subarachnoid cistern, cs', 1001, '2011-12-20 15:03:29.881', 1001, '2011-12-20 15:03:29.881'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b1100', 'adenohypophysis', 1001, '2011-12-20 15:03:29.882', 1001, '2011-12-20 15:03:29.882'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c1000', 'bone marrow, nos', 1001, '2011-12-20 15:03:29.882', 1001, '2011-12-20 15:03:29.882'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c1110', 'erythroblast', 1001, '2011-12-20 15:03:29.883', 1001, '2011-12-20 15:03:29.883'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4404', 'gut-associated lymph node', 1001, '2011-12-20 15:03:29.883', 1001, '2011-12-20 15:03:29.883'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-14200', 'bruise', 1001, '2011-12-20 15:03:29.885', 1001, '2011-12-20 15:03:29.885'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55280', 'rifampin', 1001, '2011-12-20 15:03:29.885', 1001, '2011-12-20 15:03:29.885'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10025', 'bacillus, gram negative', 1001, '2011-12-20 15:03:29.886', 1001, '2011-12-20 15:03:29.886'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d4435', 'peritoneal fluid', 1001, '2011-12-20 15:03:29.887', 1001, '2011-12-20 15:03:29.887'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-25100', 'streptococcus, nos', 1001, '2011-12-20 15:03:29.887', 1001, '2011-12-20 15:03:29.887'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-68052', 'ephedrine sulfate', 1001, '2011-12-20 15:03:29.888', 1001, '2011-12-20 15:03:29.888'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-64580', 'midazolam', 1001, '2011-12-20 15:03:29.889', 1001, '2011-12-20 15:03:29.889'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-60185', 'dipyrone', 1001, '2011-12-20 15:03:29.89', 1001, '2011-12-20 15:03:29.89'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-35150', 'fibrin thrombus', 1001, '2011-12-20 15:03:29.89', 1001, '2011-12-20 15:03:29.89'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-f1410', 'vitelline blood vessel of placenta', 1001, '2011-12-20 15:03:29.891', 1001, '2011-12-20 15:03:29.891'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('a-28100', 'perfusion pump', 1001, '2011-12-20 15:03:29.892', 1001, '2011-12-20 15:03:29.892'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c1770', 'plasmacytoid lymphocyte', 1001, '2011-12-20 15:03:29.893', 1001, '2011-12-20 15:03:29.893'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a0420', 'astrocyte, nos', 1001, '2011-12-20 15:03:29.893', 1001, '2011-12-20 15:03:29.893'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-06960', 'filariasis, nos', 1001, '2011-12-20 15:03:29.894', 1001, '2011-12-20 15:03:29.894'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70002', 'procter gamble solution b', 1001, '2011-12-20 15:03:29.895', 1001, '2011-12-20 15:03:29.895'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72000', 'polymyxin b + bacitracin + neomycin, hydrocortisone (ophthalmic)', 1001, '2011-12-20 15:03:29.896', 1001, '2011-12-20 15:03:29.896'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-79710', 'aminophyllin', 1001, '2011-12-20 15:03:29.896', 1001, '2011-12-20 15:03:29.896'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-80600', 'corn oil', 1001, '2011-12-20 15:03:29.897', 1001, '2011-12-20 15:03:29.897'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85300', 'cortisone acetate', 1001, '2011-12-20 15:03:29.898', 1001, '2011-12-20 15:03:29.898'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86404', 'gp120 and p25 proteins in mf59-0 (vaccine)', 1001, '2011-12-20 15:03:29.898', 1001, '2011-12-20 15:03:29.898'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-31040', 'pregnancy, third trimester', 1001, '2011-12-20 15:03:29.899', 1001, '2011-12-20 15:03:29.899'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-33550', 'germinal inclusion cyst', 1001, '2011-12-20 15:03:29.899', 1001, '2011-12-20 15:03:29.899'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-52000', 'arteriosclerosis, nos', 1001, '2011-12-20 15:03:29.901', 1001, '2011-12-20 15:03:29.901'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-54600', 'gangrene, nos', 1001, '2011-12-20 15:03:29.902', 1001, '2011-12-20 15:03:29.902'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-72020', 'reactive hyperplasia nos', 1001, '2011-12-20 15:03:29.903', 1001, '2011-12-20 15:03:29.903'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10350', 'incision and removal, orthopedic devices', 1001, '2011-12-20 15:03:29.904', 1001, '2011-12-20 15:03:29.904'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11620', 'removal of sutures', 1001, '2011-12-20 15:03:29.904', 1001, '2011-12-20 15:03:29.904'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-60320', 'dental prophylaxis,child', 1001, '2011-12-20 15:03:29.905', 1001, '2011-12-20 15:03:29.905'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-04340', 'lobular duct of breast', 1001, '2011-12-20 15:03:29.906', 1001, '2011-12-20 15:03:29.906'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-07040', 'splenic red pulp', 1001, '2011-12-20 15:03:29.909', 1001, '2011-12-20 15:03:29.909'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-42500', 'abdominal aorta', 1001, '2011-12-20 15:03:29.909', 1001, '2011-12-20 15:03:29.909'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-52940', 'upper lip and upper jaw', 1001, '2011-12-20 15:03:29.91', 1001, '2011-12-20 15:03:29.91'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54310', 'left upper canine tooth', 1001, '2011-12-20 15:03:29.911', 1001, '2011-12-20 15:03:29.911'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-56970', 'liver and spleen', 1001, '2011-12-20 15:03:29.912', 1001, '2011-12-20 15:03:29.912'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-a7100', 'seizure, nos', 1001, '2011-12-20 15:03:29.913', 1001, '2011-12-20 15:03:29.913'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d6885', 'xylazine', 1001, '2011-12-20 15:03:29.913', 1001, '2011-12-20 15:03:29.913'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52b70', 'nystatin', 1001, '2011-12-20 15:03:29.914', 1001, '2011-12-20 15:03:29.914'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c1be2', 'kaopectate anti-diarrheal concentrate', 1001, '2011-12-20 15:03:29.915', 1001, '2011-12-20 15:03:29.915'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0542', 'injectable dihydrotestosterone preparation', 1001, '2011-12-20 15:03:29.915', 1001, '2011-12-20 15:03:29.915'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a2010', 'glucagon preparation', 1001, '2011-12-20 15:03:29.917', 1001, '2011-12-20 15:03:29.917'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-9028c', 'iodine tincture', 1001, '2011-12-20 15:03:29.918', 1001, '2011-12-20 15:03:29.918'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0102', 'corticoid, nos', 1001, '2011-12-20 15:03:29.919', 1001, '2011-12-20 15:03:29.919'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-y7471', 'dopamine agonist', 1001, '2011-12-20 15:03:29.919', 1001, '2011-12-20 15:03:29.919'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-0x120', 'erythrocyte, red blood cell', 1001, '2011-12-20 15:03:29.92', 1001, '2011-12-20 15:03:29.92'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x7810', 'sacral spinal cord', 1001, '2011-12-20 15:03:29.921', 1001, '2011-12-20 15:03:29.921'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y0609', 'neck, left side', 1001, '2011-12-20 15:03:29.922', 1001, '2011-12-20 15:03:29.922'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9210', 'right knee', 1001, '2011-12-20 15:03:29.923', 1001, '2011-12-20 15:03:29.923'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-74180', 'vesico-vaginal fistula', 1001, '2011-12-20 15:03:29.923', 1001, '2011-12-20 15:03:29.923'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b7000', 'parathyroid gland, nos', 1001, '2011-12-20 15:03:29.924', 1001, '2011-12-20 15:03:29.924'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4580', 'lymph node, retroperitoneal', 1001, '2011-12-20 15:03:29.925', 1001, '2011-12-20 15:03:29.925'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-79900', 'regeneration, nos', 1001, '2011-12-20 15:03:29.926', 1001, '2011-12-20 15:03:29.926'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-97520', 'cyclopentolate', 1001, '2011-12-20 15:03:29.926', 1001, '2011-12-20 15:03:29.926'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-71014', 'calcium gluconate', 1001, '2011-12-20 15:03:29.927', 1001, '2011-12-20 15:03:29.927'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-65000', 'amphetamine', 1001, '2011-12-20 15:03:29.928', 1001, '2011-12-20 15:03:29.928'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-20735', 'carbolineum', 1001, '2011-12-20 15:03:29.929', 1001, '2011-12-20 15:03:29.929'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-64001', 'anxiolytic drug, nos', 1001, '2011-12-20 15:03:29.929', 1001, '2011-12-20 15:03:29.929'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('a-26000', 'cannula, nos', 1001, '2011-12-20 15:03:29.93', 1001, '2011-12-20 15:03:29.93'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-43010', 'protozoa, nos', 1001, '2011-12-20 15:03:29.931', 1001, '2011-12-20 15:03:29.931'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-44320', 'trichomonas, nos', 1001, '2011-12-20 15:03:29.931', 1001, '2011-12-20 15:03:29.931'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72120', 'kanamycin, kantrex', 1001, '2011-12-20 15:03:29.932', 1001, '2011-12-20 15:03:29.932'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77420', 'carbidopa', 1001, '2011-12-20 15:03:29.933', 1001, '2011-12-20 15:03:29.933'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-31200', 'dehiscence of wound nos', 1001, '2011-12-20 15:03:29.934', 1001, '2011-12-20 15:03:29.934'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-32100', 'ectasia', 1001, '2011-12-20 15:03:29.935', 1001, '2011-12-20 15:03:29.935'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-36500', 'edema, nos', 1001, '2011-12-20 15:03:29.936', 1001, '2011-12-20 15:03:29.936'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-40700', 'necrotizing inflammation, nos', 1001, '2011-12-20 15:03:29.936', 1001, '2011-12-20 15:03:29.936'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-41600', 'acute hemorrhagic cystitis', 1001, '2011-12-20 15:03:29.937', 1001, '2011-12-20 15:03:29.937'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-49210', 'contracted organ', 1001, '2011-12-20 15:03:29.938', 1001, '2011-12-20 15:03:29.938'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-54310', 'autolysis', 1001, '2011-12-20 15:03:29.939', 1001, '2011-12-20 15:03:29.939'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10402', 'repeat cesarean', 1001, '2011-12-20 15:03:29.939', 1001, '2011-12-20 15:03:29.939'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10600', 'transection', 1001, '2011-12-20 15:03:29.94', 1001, '2011-12-20 15:03:29.94'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12810', 'injection of contrast media for radiography,by direct puncture.', 1001, '2011-12-20 15:03:29.941', 1001, '2011-12-20 15:03:29.941'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-14200', 'transplantation,nos', 1001, '2011-12-20 15:03:29.942', 1001, '2011-12-20 15:03:29.942'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-16000', 'closure by suture nos, hernia repair', 1001, '2011-12-20 15:03:29.943', 1001, '2011-12-20 15:03:29.943'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-04220', 'mastectomy - female, left', 1001, '2011-12-20 15:03:29.943', 1001, '2011-12-20 15:03:29.943'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-08600', 'pelvic lymph node', 1001, '2011-12-20 15:03:29.944', 1001, '2011-12-20 15:03:29.944'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-11730', 'tibia, nos', 1001, '2011-12-20 15:03:29.945', 1001, '2011-12-20 15:03:29.945'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-26000', 'bronchus, nos', 1001, '2011-12-20 15:03:29.946', 1001, '2011-12-20 15:03:29.946'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54270', 'right upper lateral incisor', 1001, '2011-12-20 15:03:29.946', 1001, '2011-12-20 15:03:29.946'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-81400', 'clitoris, nos', 1001, '2011-12-20 15:03:29.949', 1001, '2011-12-20 15:03:29.949'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-12721', 'proximal shaft of femur', 1001, '2011-12-20 15:03:29.95', 1001, '2011-12-20 15:03:29.95'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-82000', 'vagina', 1001, '2011-12-20 15:03:29.951', 1001, '2011-12-20 15:03:29.951'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-84130', 'aspiration of ovary', 1001, '2011-12-20 15:03:29.952', 1001, '2011-12-20 15:03:29.952'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10x00', 'abdominal', 1001, '2011-12-20 15:03:29.952', 1001, '2011-12-20 15:03:29.952'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-1x000', 'anesthesia - nos (code to e- axis)', 1001, '2011-12-20 15:03:29.953', 1001, '2011-12-20 15:03:29.953'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-1x410', 'local anesthesia, topical', 1001, '2011-12-20 15:03:29.954', 1001, '2011-12-20 15:03:29.954'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-0x000', 'blood, nos', 1001, '2011-12-20 15:03:29.955', 1001, '2011-12-20 15:03:29.955'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-1x010', 'adipose tissue', 1001, '2011-12-20 15:03:29.955', 1001, '2011-12-20 15:03:29.955'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x2000', 'brain,nos cerebrum', 1001, '2011-12-20 15:03:29.955', 1001, '2011-12-20 15:03:29.955'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x2410', 'cortex of occipital lobe', 1001, '2011-12-20 15:03:29.957', 1001, '2011-12-20 15:03:29.957'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x4600', 'hypothalamus,nos', 1001, '2011-12-20 15:03:29.958', 1001, '2011-12-20 15:03:29.958'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y0600', 'neck,nos', 1001, '2011-12-20 15:03:29.959', 1001, '2011-12-20 15:03:29.959'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y1700', 'perineum, nos', 1001, '2011-12-20 15:03:29.959', 1001, '2011-12-20 15:03:29.959'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y6000', 'pelvis', 1001, '2011-12-20 15:03:29.96', 1001, '2011-12-20 15:03:29.96'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-30700', 'bronchiectasis', 1001, '2011-12-20 15:03:29.961', 1001, '2011-12-20 15:03:29.961'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('df-d1010', 'victim of physical injury', 1001, '2011-12-20 15:03:29.961', 1001, '2011-12-20 15:03:29.961'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('df-d1616', 'infant neglect', 1001, '2011-12-20 15:03:29.962', 1001, '2011-12-20 15:03:29.962'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-aa530', 'pupil', 1001, '2011-12-20 15:03:29.963', 1001, '2011-12-20 15:03:29.963'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4200', 'cervical lymph node', 1001, '2011-12-20 15:03:29.964', 1001, '2011-12-20 15:03:29.964'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d4500', 'mesentery, nos', 1001, '2011-12-20 15:03:29.964', 1001, '2011-12-20 15:03:29.964'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-ab020', 'left ear, nos', 1001, '2011-12-20 15:03:29.965', 1001, '2011-12-20 15:03:29.965'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52800', 'chloramphenicol nos', 1001, '2011-12-20 15:03:29.966', 1001, '2011-12-20 15:03:29.966'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-80451', 'propranolol hydrochloride', 1001, '2011-12-20 15:03:29.967', 1001, '2011-12-20 15:03:29.967'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-54224', 'penicillin o, g-aqueous (penicillin g procaine)', 1001, '2011-12-20 15:03:29.968', 1001, '2011-12-20 15:03:29.968'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-81230', 'reserpine', 1001, '2011-12-20 15:03:29.968', 1001, '2011-12-20 15:03:29.968'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-60650', 'fentanyl', 1001, '2011-12-20 15:03:29.969', 1001, '2011-12-20 15:03:29.969'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-62290', 'fluoxetine', 1001, '2011-12-20 15:03:29.97', 1001, '2011-12-20 15:03:29.97'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-62966', 'abnormal presence of myoglobin', 1001, '2011-12-20 15:03:29.972', 1001, '2011-12-20 15:03:29.972'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a4000', 'thalamus, nos', 1001, '2011-12-20 15:03:29.973', 1001, '2011-12-20 15:03:29.973'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-10030', 'bacterium, gram positive', 1001, '2011-12-20 15:03:29.974', 1001, '2011-12-20 15:03:29.974'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-13720', 'campylobacter coli', 1001, '2011-12-20 15:03:29.975', 1001, '2011-12-20 15:03:29.975'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-24400', 'staphylococcus, nos', 1001, '2011-12-20 15:03:29.976', 1001, '2011-12-20 15:03:29.976'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-37300', 'retrovirus, nos', 1001, '2011-12-20 15:03:29.977', 1001, '2011-12-20 15:03:29.977'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-50070', 'radioisotope, nos', 1001, '2011-12-20 15:03:29.978', 1001, '2011-12-20 15:03:29.978'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70044', 'adenosine antagonist, experimental drug, genentech', 1001, '2011-12-20 15:03:29.978', 1001, '2011-12-20 15:03:29.978'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72640', 'cloxacillin', 1001, '2011-12-20 15:03:29.979', 1001, '2011-12-20 15:03:29.979'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-73740', 'diiodoquin', 1001, '2011-12-20 15:03:29.979', 1001, '2011-12-20 15:03:29.979'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-09200', 'surgically removed tissue', 1001, '2011-12-20 15:03:29.981', 1001, '2011-12-20 15:03:29.981'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-26500', 'estradiol (e>2<) nos', 1001, '2011-12-20 15:03:29.981', 1001, '2011-12-20 15:03:29.981'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-31600', 'abortion, nos', 1001, '2011-12-20 15:03:29.982', 1001, '2011-12-20 15:03:29.982'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-01100', 'lesion, nos', 1001, '2011-12-20 15:03:29.983', 1001, '2011-12-20 15:03:29.983'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-12006', 'fracture, healing', 1001, '2011-12-20 15:03:29.984', 1001, '2011-12-20 15:03:29.984'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-13700', 'campylobacter', 1001, '2011-12-20 15:03:29.984', 1001, '2011-12-20 15:03:29.984'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-14000', 'wound, nos', 1001, '2011-12-20 15:03:29.985', 1001, '2011-12-20 15:03:29.985'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-31130', 'intusseception', 1001, '2011-12-20 15:03:29.986', 1001, '2011-12-20 15:03:29.986'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-31520', 'lordosis', 1001, '2011-12-20 15:03:29.987', 1001, '2011-12-20 15:03:29.987'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-49160', 'gliosis, nos', 1001, '2011-12-20 15:03:29.987', 1001, '2011-12-20 15:03:29.987'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-49570', 'cardiac cirrhosis', 1001, '2011-12-20 15:03:29.987', 1001, '2011-12-20 15:03:29.987'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-50050', 'cloudy swelling', 1001, '2011-12-20 15:03:29.989', 1001, '2011-12-20 15:03:29.989'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-54040', 'hemorrhagic necrosis', 1001, '2011-12-20 15:03:29.989', 1001, '2011-12-20 15:03:29.989'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-xx810', 'eyelid, nos', 1001, '2011-12-20 15:03:29.99', 1001, '2011-12-20 15:03:29.99'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-11710', 'thoracic vertebra', 1001, '2011-12-20 15:03:29.991', 1001, '2011-12-20 15:03:29.991'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-61320', 'left submaxillary gland', 1001, '2011-12-20 15:03:29.992', 1001, '2011-12-20 15:03:29.992'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02120', 'skin of face, nos', 1001, '2011-12-20 15:03:29.992', 1001, '2011-12-20 15:03:29.992'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-71000', 'kidney, nos', 1001, '2011-12-20 15:03:29.992', 1001, '2011-12-20 15:03:29.992'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10021', 'embryo transfer infant', 1001, '2011-12-20 15:03:29.992', 1001, '2011-12-20 15:03:29.992'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-32000', 'heart, nos', 1001, '2011-12-20 15:03:29.993', 1001, '2011-12-20 15:03:29.993'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-16181', 'osteotomy of radius', 1001, '2011-12-20 15:03:29.994', 1001, '2011-12-20 15:03:29.994'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-61100', 'parotid gland, nos', 1001, '2011-12-20 15:03:29.995', 1001, '2011-12-20 15:03:29.995'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-00251', 'epithelial cell, nos', 1001, '2011-12-20 15:03:29.996', 1001, '2011-12-20 15:03:29.996'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-01520', 'eyebrow', 1001, '2011-12-20 15:03:29.997', 1001, '2011-12-20 15:03:29.997'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y2100', 'asphyxiation, nos', 1001, '2011-12-20 15:03:29.997', 1001, '2011-12-20 15:03:29.997'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y2405', 'spontaneous death-disease', 1001, '2011-12-20 15:03:29.998', 1001, '2011-12-20 15:03:29.998'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d-560910', 'omental hernia', 1001, '2011-12-20 15:03:29.999', 1001, '2011-12-20 15:03:29.999'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-12100', 'acute glomerulonephritis syndrome', 1001, '2011-12-20 15:03:30', 1001, '2011-12-20 15:03:30'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-60910', 'omental hernia', 1001, '2011-12-20 15:03:30.001', 1001, '2011-12-20 15:03:30.001'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52540', 'kanamycin', 1001, '2011-12-20 15:03:30.001', 1001, '2011-12-20 15:03:30.001'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-71070', 'isotonic sodium chloride', 1001, '2011-12-20 15:03:30.002', 1001, '2011-12-20 15:03:30.002'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-72030', 'ethacrynic acid', 1001, '2011-12-20 15:03:30.002', 1001, '2011-12-20 15:03:30.002'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0d12', 'prostaglandin preparation f2a', 1001, '2011-12-20 15:03:30.004', 1001, '2011-12-20 15:03:30.004'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-12419', 'acute tubular necrosis', 1001, '2011-12-20 15:03:30.004', 1001, '2011-12-20 15:03:30.004'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-01100', 'bacterial infection, nos', 1001, '2011-12-20 15:03:30.005', 1001, '2011-12-20 15:03:30.005'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15713', 'e. coli (4453117)', 1001, '2011-12-20 15:03:30.006', 1001, '2011-12-20 15:03:30.006'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-25420', 'diplococcus pneumoniae', 1001, '2011-12-20 15:03:30.007', 1001, '2011-12-20 15:03:30.007'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-50150', 'sterile water', 1001, '2011-12-20 15:03:30.007', 1001, '2011-12-20 15:03:30.007'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-55551', 'hydroquinone', 1001, '2011-12-20 15:03:30.008', 1001, '2011-12-20 15:03:30.008'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72370', 'amikacin sulphate', 1001, '2011-12-20 15:03:30.009', 1001, '2011-12-20 15:03:30.009'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-75470', 'atropine 1% (ointment), atropine sulphate, atropine 1% (eye drops)', 1001, '2011-12-20 15:03:30.01', 1001, '2011-12-20 15:03:30.01'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-76572', 'apraclonidine hcl, alpha adrenergic agonist', 1001, '2011-12-20 15:03:30.01', 1001, '2011-12-20 15:03:30.01'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85480', 'dihydrotestosterone, dihydrotestosterone propionate', 1001, '2011-12-20 15:03:30.011', 1001, '2011-12-20 15:03:30.011'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-90190', 'clamp', 1001, '2011-12-20 15:03:30.012', 1001, '2011-12-20 15:03:30.012'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-01704', 'body weight loss', 1001, '2011-12-20 15:03:30.013', 1001, '2011-12-20 15:03:30.013'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-15800', 'implant, nos', 1001, '2011-12-20 15:03:30.014', 1001, '2011-12-20 15:03:30.014'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-10000', 'bacterial infection, nos', 1001, '2011-12-20 15:03:30.015', 1001, '2011-12-20 15:03:30.015'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-32610', 'cytomegalovirus infection, nos', 1001, '2011-12-20 15:03:30.016', 1001, '2011-12-20 15:03:30.016'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-46970', 'testicular artery', 1001, '2011-12-20 15:03:30.016', 1001, '2011-12-20 15:03:30.016'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10033', 'pmpa(phosophonomethyloxypropy adenine)', 1001, '2011-12-20 15:03:30.017', 1001, '2011-12-20 15:03:30.017'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-03424', 'subcutaneous tissue of chest', 1001, '2011-12-20 15:03:30.018', 1001, '2011-12-20 15:03:30.018'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y1710', 'postpartum death', 1001, '2011-12-20 15:03:30.018', 1001, '2011-12-20 15:03:30.018'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y8080', 'both lower extremities', 1001, '2011-12-20 15:03:30.02', 1001, '2011-12-20 15:03:30.02'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-41330', 'enterocolitis, nos', 1001, '2011-12-20 15:03:30.021', 1001, '2011-12-20 15:03:30.021'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-53530', 'cefotaxime', 1001, '2011-12-20 15:03:30.021', 1001, '2011-12-20 15:03:30.021'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-70200', 'abdominal abscess, nos', 1001, '2011-12-20 15:03:30.022', 1001, '2011-12-20 15:03:30.022'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-6a118', 'nitrous oxide', 1001, '2011-12-20 15:03:30.023', 1001, '2011-12-20 15:03:30.023'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-71622', 'glucose preparation', 1001, '2011-12-20 15:03:30.024', 1001, '2011-12-20 15:03:30.024'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-22050', 'cheilitis, nos', 1001, '2011-12-20 15:03:30.024', 1001, '2011-12-20 15:03:30.024'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-12710', 'meningococcal meningitis', 1001, '2011-12-20 15:03:30.025', 1001, '2011-12-20 15:03:30.025'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-80503', 'papillary carcinoma', 1001, '2011-12-20 15:03:30.026', 1001, '2011-12-20 15:03:30.026'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-82501', 'pulmonary adenomatosis', 1001, '2011-12-20 15:03:30.026', 1001, '2011-12-20 15:03:30.026'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a8150', 'trigeminal nerve, nos', 1001, '2011-12-20 15:03:30.027', 1001, '2011-12-20 15:03:30.027'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8010', 'right upper arm', 1001, '2011-12-20 15:03:30.028', 1001, '2011-12-20 15:03:30.028'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9720', 'left foot', 1001, '2011-12-20 15:03:30.029', 1001, '2011-12-20 15:03:30.029'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-12190', 'fracture, closed, comminuted', 1001, '2011-12-20 15:03:30.03', 1001, '2011-12-20 15:03:30.03'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-12800', 'multiple fracture, nos', 1001, '2011-12-20 15:03:30.03', 1001, '2011-12-20 15:03:30.03'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10006', 'omega - 3 epa', 1001, '2011-12-20 15:03:30.031', 1001, '2011-12-20 15:03:30.031'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-33790', 'colloid cyst, nos', 1001, '2011-12-20 15:03:30.032', 1001, '2011-12-20 15:03:30.032'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54550', 'canine tooth', 1001, '2011-12-20 15:03:30.033', 1001, '2011-12-20 15:03:30.033'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9410', 'right leg', 1001, '2011-12-20 15:03:30.034', 1001, '2011-12-20 15:03:30.034'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-88630', 'premature birth of stillborn twins, nos', 1001, '2011-12-20 15:03:30.034', 1001, '2011-12-20 15:03:30.034'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8100', 'axilla', 1001, '2011-12-20 15:03:30.035', 1001, '2011-12-20 15:03:30.035'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54440', 'mandibular left central incisor tooth', 1001, '2011-12-20 15:03:30.036', 1001, '2011-12-20 15:03:30.036'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-08420', 'closure by ligation, nos', 1001, '2011-12-20 15:03:30.037', 1001, '2011-12-20 15:03:30.037'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p8-10120', 'extraction of permanent tooth', 1001, '2011-12-20 15:03:30.038', 1001, '2011-12-20 15:03:30.038'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a9440', 'sciatic nerve', 1001, '2011-12-20 15:03:30.038', 1001, '2011-12-20 15:03:30.038'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9500', 'tarsus', 1001, '2011-12-20 15:03:30.039', 1001, '2011-12-20 15:03:30.039'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-75000', 'disease of cornea, nos', 1001, '2011-12-20 15:03:30.04', 1001, '2011-12-20 15:03:30.04'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-82270', 'sodium bicarbonate 7.5%', 1001, '2011-12-20 15:03:30.041', 1001, '2011-12-20 15:03:30.041'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85570', 'conjugated estrogens, premarin', 1001, '2011-12-20 15:03:30.041', 1001, '2011-12-20 15:03:30.041'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-50080', 'fatty change', 1001, '2011-12-20 15:03:30.042', 1001, '2011-12-20 15:03:30.042'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11488', 'biopsy, punch, 8mm', 1001, '2011-12-20 15:03:30.042', 1001, '2011-12-20 15:03:30.042'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-86922', 'salpingo-ovariectomy - both', 1001, '2011-12-20 15:03:30.044', 1001, '2011-12-20 15:03:30.044'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-99000', 'pancreatic islets', 1001, '2011-12-20 15:03:30.044', 1001, '2011-12-20 15:03:30.044'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1290', 'cranial epidural space', 1001, '2011-12-20 15:03:30.045', 1001, '2011-12-20 15:03:30.045'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x2293', 'frontal and parietal lobes, cs', 1001, '2011-12-20 15:03:30.046', 1001, '2011-12-20 15:03:30.046'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-61100', 'pulmonary edema, nos', 1001, '2011-12-20 15:03:30.047', 1001, '2011-12-20 15:03:30.047'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10502', 'acinetobacter lwoffi', 1001, '2011-12-20 15:03:30.047', 1001, '2011-12-20 15:03:30.047'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-xx180', 'eyes, bilateral', 1001, '2011-12-20 15:03:30.048', 1001, '2011-12-20 15:03:30.048'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-xy080', 'both ears', 1001, '2011-12-20 15:03:30.049', 1001, '2011-12-20 15:03:30.049'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-yy494', 'internal jugular vein left', 1001, '2011-12-20 15:03:30.05', 1001, '2011-12-20 15:03:30.05'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('db-61000', 'diabetes mellitus, nos', 1001, '2011-12-20 15:03:30.05', 1001, '2011-12-20 15:03:30.05'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-00052', 'infected wound', 1001, '2011-12-20 15:03:30.05', 1001, '2011-12-20 15:03:30.05'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-29200', 'aspiration, nos', 1001, '2011-12-20 15:03:30.052', 1001, '2011-12-20 15:03:30.052'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-36304', 'pitting edema', 1001, '2011-12-20 15:03:30.053', 1001, '2011-12-20 15:03:30.053'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-81400', 'adenoma, nos', 1001, '2011-12-20 15:03:30.053', 1001, '2011-12-20 15:03:30.053'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-82403', 'carcinoid tumor, nos', 1001, '2011-12-20 15:03:30.054', 1001, '2011-12-20 15:03:30.054'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-13501', 'campylobacter coli', 1001, '2011-12-20 15:03:30.055', 1001, '2011-12-20 15:03:30.055'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-50900', 'trichomonas, nos', 1001, '2011-12-20 15:03:30.056', 1001, '2011-12-20 15:03:30.056'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-72160', 'acanthosis, nos', 1001, '2011-12-20 15:03:30.056', 1001, '2011-12-20 15:03:30.056'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-75320', 'corneal edema, nos', 1001, '2011-12-20 15:03:30.057', 1001, '2011-12-20 15:03:30.057'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10013', 'bacilli', 1001, '2011-12-20 15:03:30.058', 1001, '2011-12-20 15:03:30.058'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70590', 'ketamine hcl, vetalar', 1001, '2011-12-20 15:03:30.058', 1001, '2011-12-20 15:03:30.058'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-82350', 'kaoliin, kaoline, kaoline + opium, donnagel-pg', 1001, '2011-12-20 15:03:30.059', 1001, '2011-12-20 15:03:30.059'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-44180', 'spermatogenic granuloma', 1001, '2011-12-20 15:03:30.06', 1001, '2011-12-20 15:03:30.06'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11481', 'biopsy, punch, 1mm', 1001, '2011-12-20 15:03:30.061', 1001, '2011-12-20 15:03:30.061'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-88000', 'otorhinolaryngologic service or procedure, nos', 1001, '2011-12-20 15:03:30.062', 1001, '2011-12-20 15:03:30.062'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-71900', 'kidney and pelvis', 1001, '2011-12-20 15:03:30.063', 1001, '2011-12-20 15:03:30.063'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-78000', 'testis, nos; bilateral orchidectomy', 1001, '2011-12-20 15:03:30.063', 1001, '2011-12-20 15:03:30.063'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-79100', 'epididymis, nos', 1001, '2011-12-20 15:03:30.064', 1001, '2011-12-20 15:03:30.064'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-91100', 'pituitary, anterior lobe', 1001, '2011-12-20 15:03:30.065', 1001, '2011-12-20 15:03:30.065'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-d0010', 'hematopoiesis, nos', 1001, '2011-12-20 15:03:30.066', 1001, '2011-12-20 15:03:30.066'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-155a0', 'sodium radioisotope', 1001, '2011-12-20 15:03:30.066', 1001, '2011-12-20 15:03:30.066'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a4000', 'vitamin preparation, nos', 1001, '2011-12-20 15:03:30.067', 1001, '2011-12-20 15:03:30.067'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1400', 'deep', 1001, '2011-12-20 15:03:30.068', 1001, '2011-12-20 15:03:30.068'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x4870', 'chorda tympani', 1001, '2011-12-20 15:03:30.069', 1001, '2011-12-20 15:03:30.069'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-54315', 'maceration, nos', 1001, '2011-12-20 15:03:30.07', 1001, '2011-12-20 15:03:30.07'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-41650', 'cellulitis, nos', 1001, '2011-12-20 15:03:30.07', 1001, '2011-12-20 15:03:30.07'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-77800', 'histiocytosis', 1001, '2011-12-20 15:03:30.071', 1001, '2011-12-20 15:03:30.071'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-51571', 'iodamoeba butschlii', 1001, '2011-12-20 15:03:30.072', 1001, '2011-12-20 15:03:30.072'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-b6319', 'exploratory laparotomy with biopsy', 1001, '2011-12-20 15:03:30.073', 1001, '2011-12-20 15:03:30.073'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-71000', 'hypertrophy, nos; enlargement, nos', 1001, '2011-12-20 15:03:30.074', 1001, '2011-12-20 15:03:30.074'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86040', 'oxytocin, pitocin', 1001, '2011-12-20 15:03:30.074', 1001, '2011-12-20 15:03:30.074'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86141', 'neo-pergonal', 1001, '2011-12-20 15:03:30.075', 1001, '2011-12-20 15:03:30.075'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-31790', 'tortuosity,nos', 1001, '2011-12-20 15:03:30.076', 1001, '2011-12-20 15:03:30.076'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-32880', 'subcutaneous emphysema', 1001, '2011-12-20 15:03:30.077', 1001, '2011-12-20 15:03:30.077'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-17060', 'manual reduction, fracture repair', 1001, '2011-12-20 15:03:30.077', 1001, '2011-12-20 15:03:30.077'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-02158', 'skin of jaw', 1001, '2011-12-20 15:03:30.078', 1001, '2011-12-20 15:03:30.078'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-03480', 'subcutaneous tissue of abdomen nos', 1001, '2011-12-20 15:03:30.079', 1001, '2011-12-20 15:03:30.079'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-56930', 'liver and adrenal gland', 1001, '2011-12-20 15:03:30.08', 1001, '2011-12-20 15:03:30.08'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-63010', 'gastric mucous membrane', 1001, '2011-12-20 15:03:30.08', 1001, '2011-12-20 15:03:30.08'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-71200', 'glomerulus, nos', 1001, '2011-12-20 15:03:30.081', 1001, '2011-12-20 15:03:30.081'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-73000', 'ureter, nos', 1001, '2011-12-20 15:03:30.082', 1001, '2011-12-20 15:03:30.082'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-82500', 'uterine serosa', 1001, '2011-12-20 15:03:30.082', 1001, '2011-12-20 15:03:30.082'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-86100', 'fallopian tube', 1001, '2011-12-20 15:03:30.084', 1001, '2011-12-20 15:03:30.084'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-87000', 'ovary nos', 1001, '2011-12-20 15:03:30.084', 1001, '2011-12-20 15:03:30.084'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d6331', 'tritop', 1001, '2011-12-20 15:03:30.085', 1001, '2011-12-20 15:03:30.085'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59440', 'transverse colon', 1001, '2011-12-20 15:03:30.086', 1001, '2011-12-20 15:03:30.086'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-98000', 'scrotum, nos', 1001, '2011-12-20 15:03:30.087', 1001, '2011-12-20 15:03:30.087'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a2010', 'negative for', 1001, '2011-12-20 15:03:30.087', 1001, '2011-12-20 15:03:30.087'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10009', 'tetanus toxoid with ctl epitope (tpy)', 1001, '2011-12-20 15:03:30.088', 1001, '2011-12-20 15:03:30.088'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-815a0', 'isoxsuprine', 1001, '2011-12-20 15:03:30.089', 1001, '2011-12-20 15:03:30.089'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59330', 'colonic submucosa', 1001, '2011-12-20 15:03:30.09', 1001, '2011-12-20 15:03:30.09'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a6540', 'heparin', 1001, '2011-12-20 15:03:30.09', 1001, '2011-12-20 15:03:30.09'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a1580', 'follicle stimulating hormone preparation', 1001, '2011-12-20 15:03:30.09', 1001, '2011-12-20 15:03:30.09'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55b73', 'interferon', 1001, '2011-12-20 15:03:30.092', 1001, '2011-12-20 15:03:30.092'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0900', 'estrogen preparation', 1001, '2011-12-20 15:03:30.093', 1001, '2011-12-20 15:03:30.093'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a1811', 't4 thyroxine sodium preparation', 1001, '2011-12-20 15:03:30.094', 1001, '2011-12-20 15:03:30.094'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-39060', 'pericardial fluid', 1001, '2011-12-20 15:03:30.095', 1001, '2011-12-20 15:03:30.095'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a3360', 'expanding, expand', 1001, '2011-12-20 15:03:30.095', 1001, '2011-12-20 15:03:30.095'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59000', 'large intestine, nos', 1001, '2011-12-20 15:03:30.096', 1001, '2011-12-20 15:03:30.096'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59110', 'ileocecal ostium', 1001, '2011-12-20 15:03:30.097', 1001, '2011-12-20 15:03:30.097'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-62b00', 'pigment, nos', 1001, '2011-12-20 15:03:30.098', 1001, '2011-12-20 15:03:30.098'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-0x160', 'blood neutrophil', 1001, '2011-12-20 15:03:30.098', 1001, '2011-12-20 15:03:30.098'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1670', 'left lateral ventricle', 1001, '2011-12-20 15:03:30.098', 1001, '2011-12-20 15:03:30.098'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x2570', 'hippocampus', 1001, '2011-12-20 15:03:30.1', 1001, '2011-12-20 15:03:30.1'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-95923', 'lymphosarcoma, nos', 1001, '2011-12-20 15:03:30.101', 1001, '2011-12-20 15:03:30.101'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a2700', 'corpus callosum, nos', 1001, '2011-12-20 15:03:30.101', 1001, '2011-12-20 15:03:30.101'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b3000', 'adrenal gland, nos', 1001, '2011-12-20 15:03:30.102', 1001, '2011-12-20 15:03:30.102'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b3110', 'adrenal, zona glomerulosa', 1001, '2011-12-20 15:03:30.103', 1001, '2011-12-20 15:03:30.103'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c3010', 'splenic capsule', 1001, '2011-12-20 15:03:30.104', 1001, '2011-12-20 15:03:30.104'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-89400', 'cerebral infarction, nos', 1001, '2011-12-20 15:03:30.104', 1001, '2011-12-20 15:03:30.104'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c2500', 'serum', 1001, '2011-12-20 15:03:30.105', 1001, '2011-12-20 15:03:30.105'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-24801', 'staphylococcus aureus', 1001, '2011-12-20 15:03:30.106', 1001, '2011-12-20 15:03:30.106'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-68040', 'dopamine agonist', 1001, '2011-12-20 15:03:30.107', 1001, '2011-12-20 15:03:30.107'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-36100', 'congestion', 1001, '2011-12-20 15:03:30.107', 1001, '2011-12-20 15:03:30.107'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-57120', 'hypopigmentation, nos', 1001, '2011-12-20 15:03:30.108', 1001, '2011-12-20 15:03:30.108'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-36760', 'bulla', 1001, '2011-12-20 15:03:30.109', 1001, '2011-12-20 15:03:30.109'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-84320', 'whole blood', 1001, '2011-12-20 15:03:30.109', 1001, '2011-12-20 15:03:30.109'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-89600', 'miscellaneous drug, nos', 1001, '2011-12-20 15:03:30.11', 1001, '2011-12-20 15:03:30.11'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-12280', 'globulin nos, immunoglobulin', 1001, '2011-12-20 15:03:30.111', 1001, '2011-12-20 15:03:30.111'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-33790', 'intrauterine anoxia', 1001, '2011-12-20 15:03:30.112', 1001, '2011-12-20 15:03:30.112'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-73000', 'metaplasia, nos', 1001, '2011-12-20 15:03:30.112', 1001, '2011-12-20 15:03:30.112'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-76500', 'endometriosis,nos', 1001, '2011-12-20 15:03:30.113', 1001, '2011-12-20 15:03:30.113'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-80106', 'carcinoma, metastatic, nos', 1001, '2011-12-20 15:03:30.114', 1001, '2011-12-20 15:03:30.114'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-80700', 'squamous cell carcinoma, nos', 1001, '2011-12-20 15:03:30.114', 1001, '2011-12-20 15:03:30.114'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-81402', 'adenocarcinoma, grade 2', 1001, '2011-12-20 15:03:30.115', 1001, '2011-12-20 15:03:30.115'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-82500', 'pulmonary adenomatosis', 1001, '2011-12-20 15:03:30.116', 1001, '2011-12-20 15:03:30.116'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-51300', 'buccal mucosa', 1001, '2011-12-20 15:03:30.117', 1001, '2011-12-20 15:03:30.117'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-52000', 'lip, nos', 1001, '2011-12-20 15:03:30.118', 1001, '2011-12-20 15:03:30.118'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-53001', 'tongue, anterior', 1001, '2011-12-20 15:03:30.119', 1001, '2011-12-20 15:03:30.119'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54230', 'maxillary right first molar tooth', 1001, '2011-12-20 15:03:30.119', 1001, '2011-12-20 15:03:30.119'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-64200', 'mesentery, nos', 1001, '2011-12-20 15:03:30.12', 1001, '2011-12-20 15:03:30.12'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-67100', 'cecum', 1001, '2011-12-20 15:03:30.121', 1001, '2011-12-20 15:03:30.121'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-67920', 'colorectostomy', 1001, '2011-12-20 15:03:30.121', 1001, '2011-12-20 15:03:30.121'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-a5640', 'coma, nos', 1001, '2011-12-20 15:03:30.122', 1001, '2011-12-20 15:03:30.122'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d4035', 'mannitol 20%', 1001, '2011-12-20 15:03:30.122', 1001, '2011-12-20 15:03:30.122'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-60d10', 'naloxone', 1001, '2011-12-20 15:03:30.124', 1001, '2011-12-20 15:03:30.124'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-48150', 'jugular veins, nos', 1001, '2011-12-20 15:03:30.124', 1001, '2011-12-20 15:03:30.124'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-88800', 'both fallopian tubes', 1001, '2011-12-20 15:03:30.125', 1001, '2011-12-20 15:03:30.125'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85x10', 'inhibin,bovine origin', 1001, '2011-12-20 15:03:30.126', 1001, '2011-12-20 15:03:30.126'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11y40', 'subcutaneous approach', 1001, '2011-12-20 15:03:30.127', 1001, '2011-12-20 15:03:30.127'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y8620', 'left wrist', 1001, '2011-12-20 15:03:30.127', 1001, '2011-12-20 15:03:30.127'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9720', 'left foot', 1001, '2011-12-20 15:03:30.128', 1001, '2011-12-20 15:03:30.128'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d-685670', 'cholestatic jaundice syndrome, nos', 1001, '2011-12-20 15:03:30.129', 1001, '2011-12-20 15:03:30.129'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-84324', 'postpartum state, 4 weeks', 1001, '2011-12-20 15:03:30.129', 1001, '2011-12-20 15:03:30.129'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-88103', 'fibrosarcoma, nos', 1001, '2011-12-20 15:03:30.13', 1001, '2011-12-20 15:03:30.13'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a0000', 'nervous system, nos', 1001, '2011-12-20 15:03:30.13', 1001, '2011-12-20 15:03:30.13'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-88013', 'spindle cell sarcoma', 1001, '2011-12-20 15:03:30.131', 1001, '2011-12-20 15:03:30.131'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10004', 'bacterial growth absent', 1001, '2011-12-20 15:03:30.132', 1001, '2011-12-20 15:03:30.132'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-54220', 'penicillin g', 1001, '2011-12-20 15:03:30.133', 1001, '2011-12-20 15:03:30.133'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-54440', 'methicillin', 1001, '2011-12-20 15:03:30.134', 1001, '2011-12-20 15:03:30.134'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55001', 'tetracycline hydrochloride', 1001, '2011-12-20 15:03:30.134', 1001, '2011-12-20 15:03:30.134'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-55400', 'mineralization, nos', 1001, '2011-12-20 15:03:30.135', 1001, '2011-12-20 15:03:30.135'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a4841', 'hypothalamus, posterior nucleus', 1001, '2011-12-20 15:03:30.136', 1001, '2011-12-20 15:03:30.136'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-88500', 'lipoma, nos', 1001, '2011-12-20 15:03:30.137', 1001, '2011-12-20 15:03:30.137'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-16002', 'klebsiella oxytoca', 1001, '2011-12-20 15:03:30.137', 1001, '2011-12-20 15:03:30.137'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-70500', 'congestive heart failure', 1001, '2011-12-20 15:03:30.138', 1001, '2011-12-20 15:03:30.138'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-10070', 'bacterium, gram negative', 1001, '2011-12-20 15:03:30.138', 1001, '2011-12-20 15:03:30.138'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15940', 'proteus mirabilis', 1001, '2011-12-20 15:03:30.139', 1001, '2011-12-20 15:03:30.139'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-19540', 'proteus mirabilis', 1001, '2011-12-20 15:03:30.14', 1001, '2011-12-20 15:03:30.14'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-44810', 'balantidium, nos', 1001, '2011-12-20 15:03:30.141', 1001, '2011-12-20 15:03:30.141'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-56220', 'paraformaldehyde', 1001, '2011-12-20 15:03:30.142', 1001, '2011-12-20 15:03:30.142'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70004', 'experimental drug vh1087,63 (procter and gamble)', 1001, '2011-12-20 15:03:30.142', 1001, '2011-12-20 15:03:30.142'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70010', 'vehicle', 1001, '2011-12-20 15:03:30.143', 1001, '2011-12-20 15:03:30.143'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70501', 'saffan', 1001, '2011-12-20 15:03:30.144', 1001, '2011-12-20 15:03:30.144'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72600', 'penicillin 0, g-aqueous, penicillin g, potassium penicillin g', 1001, '2011-12-20 15:03:30.145', 1001, '2011-12-20 15:03:30.145'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-75920', 'scopalamine', 1001, '2011-12-20 15:03:30.145', 1001, '2011-12-20 15:03:30.145'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77300', 'doxapram', 1001, '2011-12-20 15:03:30.146', 1001, '2011-12-20 15:03:30.146'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77710', 'aspirin', 1001, '2011-12-20 15:03:30.147', 1001, '2011-12-20 15:03:30.147'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-79520', 'diazepam', 1001, '2011-12-20 15:03:30.147', 1001, '2011-12-20 15:03:30.147'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-72104', 'vascular flow, decreased', 1001, '2011-12-20 15:03:30.148', 1001, '2011-12-20 15:03:30.148'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-40000', 'inflamation', 1001, '2011-12-20 15:03:30.149', 1001, '2011-12-20 15:03:30.149'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-46600', 'nephrosclerosis, nos', 1001, '2011-12-20 15:03:30.15', 1001, '2011-12-20 15:03:30.15'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-54000', 'necrosis, nos', 1001, '2011-12-20 15:03:30.15', 1001, '2011-12-20 15:03:30.15'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-74008', 'precancerous dysplasia', 1001, '2011-12-20 15:03:30.151', 1001, '2011-12-20 15:03:30.151'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11020', 'enucleation', 1001, '2011-12-20 15:03:30.152', 1001, '2011-12-20 15:03:30.152'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11430', 'biopsy,needle', 1001, '2011-12-20 15:03:30.153', 1001, '2011-12-20 15:03:30.153'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-14910', 'open reduction, nos', 1001, '2011-12-20 15:03:30.153', 1001, '2011-12-20 15:03:30.153'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-34110', 'microbial culture aerobic initial isolation', 1001, '2011-12-20 15:03:30.154', 1001, '2011-12-20 15:03:30.154'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-08510', 'mesenteric lymph node, nos', 1001, '2011-12-20 15:03:30.154', 1001, '2011-12-20 15:03:30.154'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-12720', 'knee joint, nos', 1001, '2011-12-20 15:03:30.156', 1001, '2011-12-20 15:03:30.156'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-14732', 'gastrocnemius muscle,medial head', 1001, '2011-12-20 15:03:30.156', 1001, '2011-12-20 15:03:30.156'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-21000', 'nose, nasal discharge', 1001, '2011-12-20 15:03:30.157', 1001, '2011-12-20 15:03:30.157'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-48140', 'vein of neck,nos', 1001, '2011-12-20 15:03:30.158', 1001, '2011-12-20 15:03:30.158'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-56063', 'fibrous capsule of liver', 1001, '2011-12-20 15:03:30.159', 1001, '2011-12-20 15:03:30.159'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-71050', 'kidney, cortex', 1001, '2011-12-20 15:03:30.16', 1001, '2011-12-20 15:03:30.16'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-83070', 'parametrium, nos', 1001, '2011-12-20 15:03:30.16', 1001, '2011-12-20 15:03:30.16'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d6025', 'telazol', 1001, '2011-12-20 15:03:30.161', 1001, '2011-12-20 15:03:30.161'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d2461', 'dextrose 5% in saline', 1001, '2011-12-20 15:03:30.162', 1001, '2011-12-20 15:03:30.162'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52b50', 'ketoconazole', 1001, '2011-12-20 15:03:30.162', 1001, '2011-12-20 15:03:30.162'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y2140', 'strangulation', 1001, '2011-12-20 15:03:30.163', 1001, '2011-12-20 15:03:30.163'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-x9000', 'ultrasound - nos', 1001, '2011-12-20 15:03:30.164', 1001, '2011-12-20 15:03:30.164'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x2310', 'cortex of parietal lobe', 1001, '2011-12-20 15:03:30.165', 1001, '2011-12-20 15:03:30.165'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y0100', 'head, nos', 1001, '2011-12-20 15:03:30.166', 1001, '2011-12-20 15:03:30.166'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y2300', 'mediastinum', 1001, '2011-12-20 15:03:30.166', 1001, '2011-12-20 15:03:30.166'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y4130', 'left upper quadrant', 1001, '2011-12-20 15:03:30.167', 1001, '2011-12-20 15:03:30.167'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y4500', 'abdominal cavity', 1001, '2011-12-20 15:03:30.168', 1001, '2011-12-20 15:03:30.168'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y8510', 'right forearm', 1001, '2011-12-20 15:03:30.168', 1001, '2011-12-20 15:03:30.168'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9410', 'right leg', 1001, '2011-12-20 15:03:30.169', 1001, '2011-12-20 15:03:30.169'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9800', 'toe, nos', 1001, '2011-12-20 15:03:30.17', 1001, '2011-12-20 15:03:30.17'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('df-d0044', 'anesthetic death', 1001, '2011-12-20 15:03:30.17', 1001, '2011-12-20 15:03:30.17'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b6200', 'left lobe of thyroid', 1001, '2011-12-20 15:03:30.171', 1001, '2011-12-20 15:03:30.171'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-ab701', 'right inner ear', 1001, '2011-12-20 15:03:30.172', 1001, '2011-12-20 15:03:30.172'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55720', 'nalidixic acid', 1001, '2011-12-20 15:03:30.173', 1001, '2011-12-20 15:03:30.173'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55630', 'trimethoprim', 1001, '2011-12-20 15:03:30.174', 1001, '2011-12-20 15:03:30.174'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55050', 'oxytetracycline', 1001, '2011-12-20 15:03:30.174', 1001, '2011-12-20 15:03:30.174'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-89240', 'cerebral hemorrhage', 1001, '2011-12-20 15:03:30.175', 1001, '2011-12-20 15:03:30.175'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-61391', 'pentobarbital sodium (nembutal)', 1001, '2011-12-20 15:03:30.176', 1001, '2011-12-20 15:03:30.176'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-80400', 'lidocaine', 1001, '2011-12-20 15:03:30.177', 1001, '2011-12-20 15:03:30.177'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-f5200', 'fetus, nos', 1001, '2011-12-20 15:03:30.177', 1001, '2011-12-20 15:03:30.177'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4472', 'splenic lymph node', 1001, '2011-12-20 15:03:30.178', 1001, '2011-12-20 15:03:30.178'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-58100', 'brown atrophy', 1001, '2011-12-20 15:03:30.179', 1001, '2011-12-20 15:03:30.179'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a4721', 'hypothalamus, anterior nucleus', 1001, '2011-12-20 15:03:30.179', 1001, '2011-12-20 15:03:30.179'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15820', 'enterobacter aerogenes', 1001, '2011-12-20 15:03:30.18', 1001, '2011-12-20 15:03:30.18'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-25460', 'streptococcus uberis', 1001, '2011-12-20 15:03:30.181', 1001, '2011-12-20 15:03:30.181'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-43301', 'blastocystis hominis', 1001, '2011-12-20 15:03:30.182', 1001, '2011-12-20 15:03:30.182'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-44500', 'amoeba, unidentified', 1001, '2011-12-20 15:03:30.182', 1001, '2011-12-20 15:03:30.182'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72330', 'vancomycin', 1001, '2011-12-20 15:03:30.183', 1001, '2011-12-20 15:03:30.183'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72720', 'ampicillin (omnipen, polyflex)', 1001, '2011-12-20 15:03:30.184', 1001, '2011-12-20 15:03:30.184'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-15750', 'dna', 1001, '2011-12-20 15:03:30.185', 1001, '2011-12-20 15:03:30.185'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-61320', 'bloating, nos', 1001, '2011-12-20 15:03:30.185', 1001, '2011-12-20 15:03:30.185'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-36300', 'ascites', 1001, '2011-12-20 15:03:30.186', 1001, '2011-12-20 15:03:30.186'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-49000', 'fibrosis, nos', 1001, '2011-12-20 15:03:30.186', 1001, '2011-12-20 15:03:30.186'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-02600', 'specialized medical examination, nos', 1001, '2011-12-20 15:03:30.187', 1001, '2011-12-20 15:03:30.187'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10000', 'incision, nos', 1001, '2011-12-20 15:03:30.188', 1001, '2011-12-20 15:03:30.188'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10404', 'repeat, emergency cesarean', 1001, '2011-12-20 15:03:30.189', 1001, '2011-12-20 15:03:30.189'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11100', 'amputation (code to proper t axis)', 1001, '2011-12-20 15:03:30.19', 1001, '2011-12-20 15:03:30.19'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12200', 'perfusion', 1001, '2011-12-20 15:03:30.19', 1001, '2011-12-20 15:03:30.19'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-03102', 'subcutaneous tissue of scalp', 1001, '2011-12-20 15:03:30.191', 1001, '2011-12-20 15:03:30.191'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-03300', 'subcutaneous tissue of neck, nos', 1001, '2011-12-20 15:03:30.192', 1001, '2011-12-20 15:03:30.192'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-14000', 'subclavius muscle', 1001, '2011-12-20 15:03:30.193', 1001, '2011-12-20 15:03:30.193'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-17710', 'right femur', 1001, '2011-12-20 15:03:30.193', 1001, '2011-12-20 15:03:30.193'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54040', 'apicoectomy', 1001, '2011-12-20 15:03:30.194', 1001, '2011-12-20 15:03:30.194'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54450', 'mandibular right central incisor tooth', 1001, '2011-12-20 15:03:30.194', 1001, '2011-12-20 15:03:30.194'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-63000', 'gallbladder, nos', 1001, '2011-12-20 15:03:30.196', 1001, '2011-12-20 15:03:30.196'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02820', 'skin of knee, nos', 1001, '2011-12-20 15:03:30.197', 1001, '2011-12-20 15:03:30.197'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12x00', 'iv', 1001, '2011-12-20 15:03:30.197', 1001, '2011-12-20 15:03:30.197'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-0x002', 'blood, capillary', 1001, '2011-12-20 15:03:30.198', 1001, '2011-12-20 15:03:30.198'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x5100', 'mid brain,nos', 1001, '2011-12-20 15:03:30.199', 1001, '2011-12-20 15:03:30.199'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-80140', 'hydrothorax', 1001, '2011-12-20 15:03:30.2', 1001, '2011-12-20 15:03:30.2'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-21110', 'acute cystitis', 1001, '2011-12-20 15:03:30.201', 1001, '2011-12-20 15:03:30.201'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('df-d1610', 'infant abuse', 1001, '2011-12-20 15:03:30.201', 1001, '2011-12-20 15:03:30.201'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-52420', 'bloating, nos', 1001, '2011-12-20 15:03:30.202', 1001, '2011-12-20 15:03:30.202'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-84030', 'pregnancy, third trimester', 1001, '2011-12-20 15:03:30.202', 1001, '2011-12-20 15:03:30.202'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-84300', 'postpartum state, nos', 1001, '2011-12-20 15:03:30.204', 1001, '2011-12-20 15:03:30.204'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-aa000', 'eye, nos', 1001, '2011-12-20 15:03:30.204', 1001, '2011-12-20 15:03:30.204'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4000', 'lymph node, nos', 1001, '2011-12-20 15:03:30.205', 1001, '2011-12-20 15:03:30.205'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-60320', 'aspirin', 1001, '2011-12-20 15:03:30.206', 1001, '2011-12-20 15:03:30.206'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-90287', 'chlorhexidine', 1001, '2011-12-20 15:03:30.207', 1001, '2011-12-20 15:03:30.207'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0d20', 'ergometrine preparation', 1001, '2011-12-20 15:03:30.207', 1001, '2011-12-20 15:03:30.207'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-60670', 'hydromorphone', 1001, '2011-12-20 15:03:30.208', 1001, '2011-12-20 15:03:30.208'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-23544', 'diethydithiocarbamate chloroallyl', 1001, '2011-12-20 15:03:30.209', 1001, '2011-12-20 15:03:30.209'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-21106', 'pyrogallol', 1001, '2011-12-20 15:03:30.21', 1001, '2011-12-20 15:03:30.21'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-12200', 'bone resorption, nos', 1001, '2011-12-20 15:03:30.21', 1001, '2011-12-20 15:03:30.21'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-85340', 'hyperplastic cholecystitis', 1001, '2011-12-20 15:03:30.21', 1001, '2011-12-20 15:03:30.21'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-86444', 'Oriental Cholangiohepatitis', 1001, '2011-12-20 15:03:30.212', 1001, '2011-12-20 15:03:30.212'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-aa220', 'external epithelium of cornea', 1001, '2011-12-20 15:03:30.212', 1001, '2011-12-20 15:03:30.212'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-38912', 'amyloidosis,secondary,systemic', 1001, '2011-12-20 15:03:30.213', 1001, '2011-12-20 15:03:30.213'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-16525', 'shigella flexneri, type 5', 1001, '2011-12-20 15:03:30.214', 1001, '2011-12-20 15:03:30.214'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-18701', 'probios', 1001, '2011-12-20 15:03:30.215', 1001, '2011-12-20 15:03:30.215'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-37302', 'shiv, recombinant siv-hiv', 1001, '2011-12-20 15:03:30.215', 1001, '2011-12-20 15:03:30.215'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-56060', 'propylene glycol', 1001, '2011-12-20 15:03:30.216', 1001, '2011-12-20 15:03:30.216'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-68361', 'perillyl alcohol', 1001, '2011-12-20 15:03:30.217', 1001, '2011-12-20 15:03:30.217'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-70640', 'na pentothal, thiopental sodium', 1001, '2011-12-20 15:03:30.218', 1001, '2011-12-20 15:03:30.218'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-74650', 'epinephrine', 1001, '2011-12-20 15:03:30.218', 1001, '2011-12-20 15:03:30.218'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-76860', 'digoxin, digoxon, oral', 1001, '2011-12-20 15:03:30.219', 1001, '2011-12-20 15:03:30.219'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-89790', 'methysergide maleate', 1001, '2011-12-20 15:03:30.22', 1001, '2011-12-20 15:03:30.22'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-02320', 'state of impairment', 1001, '2011-12-20 15:03:30.221', 1001, '2011-12-20 15:03:30.221'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-14120', 'prostaglandin e 2', 1001, '2011-12-20 15:03:30.222', 1001, '2011-12-20 15:03:30.222'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-35000', 'neonatal state', 1001, '2011-12-20 15:03:30.222', 1001, '2011-12-20 15:03:30.222'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-14200', 'bruise', 1001, '2011-12-20 15:03:30.223', 1001, '2011-12-20 15:03:30.223'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-32420', 'aneurysm, arteriovenous', 1001, '2011-12-20 15:03:30.224', 1001, '2011-12-20 15:03:30.224'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10002', 'staphylococcal enterotoxin', 1001, '2011-12-20 15:03:30.225', 1001, '2011-12-20 15:03:30.225'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-19000', 'bacteremia', 1001, '2011-12-20 15:03:30.225', 1001, '2011-12-20 15:03:30.225'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-11000', 'skeletal bone, nos; bone, nos', 1001, '2011-12-20 15:03:30.226', 1001, '2011-12-20 15:03:30.226'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-21300', 'nasal cavity, nos', 1001, '2011-12-20 15:03:30.226', 1001, '2011-12-20 15:03:30.226'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-03102', 'subcutaneous tissue of scalp', 1001, '2011-12-20 15:03:30.228', 1001, '2011-12-20 15:03:30.228'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-01100', 'epidermis, nos', 1001, '2011-12-20 15:03:30.229', 1001, '2011-12-20 15:03:30.229'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-87010', 'right ovary', 1001, '2011-12-20 15:03:30.229', 1001, '2011-12-20 15:03:30.229'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-91100', 'craniotomy, nos', 1001, '2011-12-20 15:03:30.23', 1001, '2011-12-20 15:03:30.23'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-13882', 'abductor pollicis brevis', 1001, '2011-12-20 15:03:30.231', 1001, '2011-12-20 15:03:30.231'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-87670', 'corpus luteum of ovary (cl)', 1001, '2011-12-20 15:03:30.232', 1001, '2011-12-20 15:03:30.232'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-26700', 'myocarditis due to infectious agent, nos', 1001, '2011-12-20 15:03:30.232', 1001, '2011-12-20 15:03:30.232'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-87670', 'corpus luteum of ovary (cl)', 1001, '2011-12-20 15:03:30.233', 1001, '2011-12-20 15:03:30.233'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-32510', 'acute gastritis', 1001, '2011-12-20 15:03:30.234', 1001, '2011-12-20 15:03:30.234'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-42150', 'obstruction, paralytic ileus', 1001, '2011-12-20 15:03:30.234', 1001, '2011-12-20 15:03:30.234'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d6-11100', 'obesity, nos', 1001, '2011-12-20 15:03:30.235', 1001, '2011-12-20 15:03:30.235'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-12300', 'chronic glomerulnephritis', 1001, '2011-12-20 15:03:30.236', 1001, '2011-12-20 15:03:30.236'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-61140', 'pulmonary hemorrhage', 1001, '2011-12-20 15:03:30.237', 1001, '2011-12-20 15:03:30.237'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-00016', 'chronic dermatitis, NOS', 1001, '2011-12-20 15:03:30.238', 1001, '2011-12-20 15:03:30.238'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-52058', 'apocrine gland cyst, apocrine cyst', 1001, '2011-12-20 15:03:30.239', 1001, '2011-12-20 15:03:30.239'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52030', 'furazolidone', 1001, '2011-12-20 15:03:30.239', 1001, '2011-12-20 15:03:30.239'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52210', 'bacitracin', 1001, '2011-12-20 15:03:30.24', 1001, '2011-12-20 15:03:30.24'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-53561', 'ceftriaxone sodium', 1001, '2011-12-20 15:03:30.241', 1001, '2011-12-20 15:03:30.241'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-73101', 'hyaluronidase preparation', 1001, '2011-12-20 15:03:30.242', 1001, '2011-12-20 15:03:30.242'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-ab105', 'pinna of ear', 1001, '2011-12-20 15:03:30.242', 1001, '2011-12-20 15:03:30.242'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15200', 'corynebacterium ,nos', 1001, '2011-12-20 15:03:30.242', 1001, '2011-12-20 15:03:30.242'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15711', 'e. coli (4451137)', 1001, '2011-12-20 15:03:30.244', 1001, '2011-12-20 15:03:30.244'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-71660', 'nitrofuracin, nitrofurantoin', 1001, '2011-12-20 15:03:30.245', 1001, '2011-12-20 15:03:30.245'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-74770', 'methoxamine, alpha 1 arenergic receptor agonist', 1001, '2011-12-20 15:03:30.246', 1001, '2011-12-20 15:03:30.246'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-80691', 'maxitrol (ointment), neomycin, bacitracin, 1%, polyspectrin', 1001, '2011-12-20 15:03:30.246', 1001, '2011-12-20 15:03:30.246'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86091', 'pergonal (fsh lh)', 1001, '2011-12-20 15:03:30.247', 1001, '2011-12-20 15:03:30.247'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-90390', 'electrode', 1001, '2011-12-20 15:03:30.248', 1001, '2011-12-20 15:03:30.248'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-12210', 'purified serum protein', 1001, '2011-12-20 15:03:30.249', 1001, '2011-12-20 15:03:30.249'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-13601', 'liposome', 1001, '2011-12-20 15:03:30.25', 1001, '2011-12-20 15:03:30.25'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-25520', 'luteinizing hormone', 1001, '2011-12-20 15:03:30.251', 1001, '2011-12-20 15:03:30.251'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-35530', 'neonatal death, female', 1001, '2011-12-20 15:03:30.251', 1001, '2011-12-20 15:03:30.251'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-61570', 'vomiting, nos', 1001, '2011-12-20 15:03:30.252', 1001, '2011-12-20 15:03:30.252'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-09200', 'surgically removed tissue', 1001, '2011-12-20 15:03:30.253', 1001, '2011-12-20 15:03:30.253'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-57140', 'gastric serosa', 1001, '2011-12-20 15:03:30.254', 1001, '2011-12-20 15:03:30.254'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8080', 'both upper extremities', 1001, '2011-12-20 15:03:30.255', 1001, '2011-12-20 15:03:30.255'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d71620', 'dextrose preparation', 1001, '2011-12-20 15:03:30.255', 1001, '2011-12-20 15:03:30.255'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10014', 'cisapride', 1001, '2011-12-20 15:03:30.256', 1001, '2011-12-20 15:03:30.256'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-87800', 'both ovaries', 1001, '2011-12-20 15:03:30.257', 1001, '2011-12-20 15:03:30.257'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y3710', 'victim of physical injury', 1001, '2011-12-20 15:03:30.257', 1001, '2011-12-20 15:03:30.257'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54480', 'mandibular right first premolar', 1001, '2011-12-20 15:03:30.258', 1001, '2011-12-20 15:03:30.258'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d1-61500', 'osteoporosis, nos', 1001, '2011-12-20 15:03:30.259', 1001, '2011-12-20 15:03:30.259'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-50526', 'subpleural emphysema', 1001, '2011-12-20 15:03:30.259', 1001, '2011-12-20 15:03:30.259'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-41530', 'chronic ulcerative enterocolitis', 1001, '2011-12-20 15:03:30.26', 1001, '2011-12-20 15:03:30.26'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-70400', 'ascites, nos', 1001, '2011-12-20 15:03:30.261', 1001, '2011-12-20 15:03:30.261'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-00560', 'folliculitis and perifolliculitis, nos', 1001, '2011-12-20 15:03:30.262', 1001, '2011-12-20 15:03:30.262'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-44420', 'typhlocolitis', 1001, '2011-12-20 15:03:30.263', 1001, '2011-12-20 15:03:30.263'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8030', 'all legs', 1001, '2011-12-20 15:03:30.263', 1001, '2011-12-20 15:03:30.263'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-80703', 'squamous cell carcinoma, nos', 1001, '2011-12-20 15:03:30.264', 1001, '2011-12-20 15:03:30.264'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p3-44000', 'surgical pathology procedure, nos', 1001, '2011-12-20 15:03:30.265', 1001, '2011-12-20 15:03:30.265'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-15460', 'joint of wrist, nos', 1001, '2011-12-20 15:03:30.266', 1001, '2011-12-20 15:03:30.266'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10026', 'placebo', 1001, '2011-12-20 15:03:30.266', 1001, '2011-12-20 15:03:30.266'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-74000', 'urinary bladder, nos', 1001, '2011-12-20 15:03:30.267', 1001, '2011-12-20 15:03:30.267'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8210', 'right arm', 1001, '2011-12-20 15:03:30.268', 1001, '2011-12-20 15:03:30.268'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-03051', 'excision, radical or extended with lymph node dissection', 1001, '2011-12-20 15:03:30.269', 1001, '2011-12-20 15:03:30.269'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-00052', 'incision and re-exploration of recent operation', 1001, '2011-12-20 15:03:30.27', 1001, '2011-12-20 15:03:30.27'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54460', 'mandibular right lateral incisor tooth', 1001, '2011-12-20 15:03:30.27', 1001, '2011-12-20 15:03:30.27'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-1a040', 'brown fat', 1001, '2011-12-20 15:03:30.271', 1001, '2011-12-20 15:03:30.271'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8120', 'left axillary region', 1001, '2011-12-20 15:03:30.272', 1001, '2011-12-20 15:03:30.272'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-83700', 'adrenal cortical adenoma, nos', 1001, '2011-12-20 15:03:30.273', 1001, '2011-12-20 15:03:30.273'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-72702', 'anterior synechiae of iris', 1001, '2011-12-20 15:03:30.274', 1001, '2011-12-20 15:03:30.274'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72080', 'lincomycin', 1001, '2011-12-20 15:03:30.274', 1001, '2011-12-20 15:03:30.274'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77580', 'dipyrone', 1001, '2011-12-20 15:03:30.274', 1001, '2011-12-20 15:03:30.274'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-82070', 'cimetidine', 1001, '2011-12-20 15:03:30.276', 1001, '2011-12-20 15:03:30.276'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-26980', 'bronchus and lung', 1001, '2011-12-20 15:03:30.276', 1001, '2011-12-20 15:03:30.276'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-28780', 'interstitium of lung, nos', 1001, '2011-12-20 15:03:30.277', 1001, '2011-12-20 15:03:30.277'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54390', 'mandibular left first molar tooth', 1001, '2011-12-20 15:03:30.278', 1001, '2011-12-20 15:03:30.278'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-87430', 'ovarian ligament', 1001, '2011-12-20 15:03:30.279', 1001, '2011-12-20 15:03:30.279'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-93020', 'left adrenal gland', 1001, '2011-12-20 15:03:30.279', 1001, '2011-12-20 15:03:30.279'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-93800', 'both adrenal glands', 1001, '2011-12-20 15:03:30.28', 1001, '2011-12-20 15:03:30.28'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x2493', 'occipital and temporal lobes, cs', 1001, '2011-12-20 15:03:30.281', 1001, '2011-12-20 15:03:30.281'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9890', 'toes, nos', 1001, '2011-12-20 15:03:30.282', 1001, '2011-12-20 15:03:30.282'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d6-10244', 'hypoproteinemia', 1001, '2011-12-20 15:03:30.282', 1001, '2011-12-20 15:03:30.282'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d8-72638', 'massive pulmonary hemorrhage in the newborn', 1001, '2011-12-20 15:03:30.282', 1001, '2011-12-20 15:03:30.282'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-60230', 'chronic respiratory failure', 1001, '2011-12-20 15:03:30.284', 1001, '2011-12-20 15:03:30.284'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d3739', 'ivermectin (ivomec)', 1001, '2011-12-20 15:03:30.285', 1001, '2011-12-20 15:03:30.285'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-02570', 'swelling, nos', 1001, '2011-12-20 15:03:30.285', 1001, '2011-12-20 15:03:30.285'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-12300', 'fracture, ununited, nos', 1001, '2011-12-20 15:03:30.286', 1001, '2011-12-20 15:03:30.286'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-82603', 'papillary adenocarcinoma, nos', 1001, '2011-12-20 15:03:30.287', 1001, '2011-12-20 15:03:30.287'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-32450', 'lymphangiectasia, nos', 1001, '2011-12-20 15:03:30.288', 1001, '2011-12-20 15:03:30.288'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-53300', 'glomerulosclerosis', 1001, '2011-12-20 15:03:30.288', 1001, '2011-12-20 15:03:30.288'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-23401', 'pseudomonas aeruginosa', 1001, '2011-12-20 15:03:30.289', 1001, '2011-12-20 15:03:30.289'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-12301', 'bordetella pertussis', 1001, '2011-12-20 15:03:30.29', 1001, '2011-12-20 15:03:30.29'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-43131', 'candida albicans', 1001, '2011-12-20 15:03:30.291', 1001, '2011-12-20 15:03:30.291'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p8-10200', 'tooth extraction, multiple', 1001, '2011-12-20 15:03:30.291', 1001, '2011-12-20 15:03:30.291'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-33410', 'epidermoid cyst; epithelial inclusion cyst', 1001, '2011-12-20 15:03:30.292', 1001, '2011-12-20 15:03:30.292'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-1a101', 'fibroblast', 1001, '2011-12-20 15:03:30.293', 1001, '2011-12-20 15:03:30.293'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72194', 'cefixime', 1001, '2011-12-20 15:03:30.294', 1001, '2011-12-20 15:03:30.294'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77090', 'prazosin', 1001, '2011-12-20 15:03:30.294', 1001, '2011-12-20 15:03:30.294'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-30150', 'dental calculus', 1001, '2011-12-20 15:03:30.368', 1001, '2011-12-20 15:03:30.368'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-84360', 'isotonic (0.9%) sodium chloride, sodium chloride 0.9%', 1001, '2011-12-20 15:03:30.295', 1001, '2011-12-20 15:03:30.295'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85260', 'hydrocortisone', 1001, '2011-12-20 15:03:30.296', 1001, '2011-12-20 15:03:30.296'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-90340', 'perfusion pump', 1001, '2011-12-20 15:03:30.297', 1001, '2011-12-20 15:03:30.297'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11483', 'biopsy, punch, 3mm', 1001, '2011-12-20 15:03:30.3', 1001, '2011-12-20 15:03:30.3'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-11380', 'pelvic bones, nos', 1001, '2011-12-20 15:03:30.3', 1001, '2011-12-20 15:03:30.3'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-86800', 'both fallopian tubes', 1001, '2011-12-20 15:03:30.301', 1001, '2011-12-20 15:03:30.301'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-91300', 'pituitary stalk', 1001, '2011-12-20 15:03:30.302', 1001, '2011-12-20 15:03:30.302'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-93100', 'adrenal gland, cortex', 1001, '2011-12-20 15:03:30.303', 1001, '2011-12-20 15:03:30.303'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-96030', 'thyroid follicle', 1001, '2011-12-20 15:03:30.303', 1001, '2011-12-20 15:03:30.303'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a0020', 'moderate', 1001, '2011-12-20 15:03:30.304', 1001, '2011-12-20 15:03:30.304'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a5600', 'multivitamin preparation', 1001, '2011-12-20 15:03:30.305', 1001, '2011-12-20 15:03:30.305'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-6b004', 'topical anesthetic, nos', 1001, '2011-12-20 15:03:30.305', 1001, '2011-12-20 15:03:30.305'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-811f6', 'pargyline hydrochloride', 1001, '2011-12-20 15:03:30.306', 1001, '2011-12-20 15:03:30.306'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-22a06', 'fluorescein sodium stain', 1001, '2011-12-20 15:03:30.306', 1001, '2011-12-20 15:03:30.306'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-c0110', 'consistent with', 1001, '2011-12-20 15:03:30.308', 1001, '2011-12-20 15:03:30.308'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-25125', 'gamma hemolytic streptococcus, nos', 1001, '2011-12-20 15:03:30.308', 1001, '2011-12-20 15:03:30.308'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-01100', 'lesion, nos', 1001, '2011-12-20 15:03:30.309', 1001, '2011-12-20 15:03:30.309'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-21300', 'incomplete development, nos', 1001, '2011-12-20 15:03:30.31', 1001, '2011-12-20 15:03:30.31'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-54002', 'subacute necrosis', 1001, '2011-12-20 15:03:30.31', 1001, '2011-12-20 15:03:30.31'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-70060', 'urine', 1001, '2011-12-20 15:03:30.311', 1001, '2011-12-20 15:03:30.311'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-01540', 'indentation, nos', 1001, '2011-12-20 15:03:30.312', 1001, '2011-12-20 15:03:30.312'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d6235', 'pelvic wall, nos', 1001, '2011-12-20 15:03:30.313', 1001, '2011-12-20 15:03:30.313'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-15803', 'enterobacter agglomerans', 1001, '2011-12-20 15:03:30.314', 1001, '2011-12-20 15:03:30.314'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-10919', 'boric acid', 1001, '2011-12-20 15:03:30.314', 1001, '2011-12-20 15:03:30.314'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a3400', 'putamen', 1001, '2011-12-20 15:03:30.314', 1001, '2011-12-20 15:03:30.314'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-05500', 'implant,nos', 1001, '2011-12-20 15:03:30.316', 1001, '2011-12-20 15:03:30.316'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-17080', 'amputation stump', 1001, '2011-12-20 15:03:30.317', 1001, '2011-12-20 15:03:30.317'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-01760', 'macular rash', 1001, '2011-12-20 15:03:30.317', 1001, '2011-12-20 15:03:30.317'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10000', 'bacteria, nos', 1001, '2011-12-20 15:03:30.318', 1001, '2011-12-20 15:03:30.318'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-56000', 'dystrophy, nos', 1001, '2011-12-20 15:03:30.319', 1001, '2011-12-20 15:03:30.319'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-01001', 'incision exploratory', 1001, '2011-12-20 15:03:30.32', 1001, '2011-12-20 15:03:30.32'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-44180', 'sperm granuloma', 1001, '2011-12-20 15:03:30.32', 1001, '2011-12-20 15:03:30.32'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-01880', 'tuberculosis', 1001, '2011-12-20 15:03:30.321', 1001, '2011-12-20 15:03:30.321'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15980', 'providencia alcalifaciens', 1001, '2011-12-20 15:03:30.322', 1001, '2011-12-20 15:03:30.322'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85130', 'betamethasone (drops), betamethasone (ointment)', 1001, '2011-12-20 15:03:30.323', 1001, '2011-12-20 15:03:30.323'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87720', 'vit b12', 1001, '2011-12-20 15:03:30.323', 1001, '2011-12-20 15:03:30.323'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-80000', 'neoplasm, benign', 1001, '2011-12-20 15:03:30.324', 1001, '2011-12-20 15:03:30.324'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-83300', 'follicular adenoma, nos', 1001, '2011-12-20 15:03:30.325', 1001, '2011-12-20 15:03:30.325'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-11060', 'excision, complete', 1001, '2011-12-20 15:03:30.326', 1001, '2011-12-20 15:03:30.326'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-13660', 'deltoid muscle', 1001, '2011-12-20 15:03:30.326', 1001, '2011-12-20 15:03:30.326'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-14570', 'vastus lateralis muscle', 1001, '2011-12-20 15:03:30.327', 1001, '2011-12-20 15:03:30.327'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-49410', 'femoral vein - nos', 1001, '2011-12-20 15:03:30.328', 1001, '2011-12-20 15:03:30.328'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-50130', 'intestinal mucosa', 1001, '2011-12-20 15:03:30.329', 1001, '2011-12-20 15:03:30.329'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-51030', 'oral mucous membrane', 1001, '2011-12-20 15:03:30.329', 1001, '2011-12-20 15:03:30.329'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-58500', 'common bile duct', 1001, '2011-12-20 15:03:30.33', 1001, '2011-12-20 15:03:30.33'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-59010', 'pancreatic, duct, nos', 1001, '2011-12-20 15:03:30.33', 1001, '2011-12-20 15:03:30.33'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-559b4', 'sulfacetamide', 1001, '2011-12-20 15:03:30.332', 1001, '2011-12-20 15:03:30.332'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-67600', 'descending colon', 1001, '2011-12-20 15:03:30.332', 1001, '2011-12-20 15:03:30.332'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-71010', 'right kidney', 1001, '2011-12-20 15:03:30.333', 1001, '2011-12-20 15:03:30.333'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-75000', 'urethra, nos', 1001, '2011-12-20 15:03:30.334', 1001, '2011-12-20 15:03:30.334'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59460', 'descending colon', 1001, '2011-12-20 15:03:30.335', 1001, '2011-12-20 15:03:30.335'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c1506', 'colyte', 1001, '2011-12-20 15:03:30.335', 1001, '2011-12-20 15:03:30.335'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10029', 'human lh recombinant', 1001, '2011-12-20 15:03:30.336', 1001, '2011-12-20 15:03:30.336'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a5870', 'vascular', 1001, '2011-12-20 15:03:30.337', 1001, '2011-12-20 15:03:30.337'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a2300', 'active', 1001, '2011-12-20 15:03:30.338', 1001, '2011-12-20 15:03:30.338'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-719x0', 'benzoyl peroxide ointment, 5%', 1001, '2011-12-20 15:03:30.338', 1001, '2011-12-20 15:03:30.338'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-yy980', 'acepromazine', 1001, '2011-12-20 15:03:30.338', 1001, '2011-12-20 15:03:30.338'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x0150', 'nervous system ganglion, nos', 1001, '2011-12-20 15:03:30.34', 1001, '2011-12-20 15:03:30.34'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x4841', 'hypothalamus, posterior nucleus', 1001, '2011-12-20 15:03:30.341', 1001, '2011-12-20 15:03:30.341'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x9440', 'sciatic nerve', 1001, '2011-12-20 15:03:30.342', 1001, '2011-12-20 15:03:30.342'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y0140', 'occipital region', 1001, '2011-12-20 15:03:30.342', 1001, '2011-12-20 15:03:30.342'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y8120', 'left axillary region', 1001, '2011-12-20 15:03:30.343', 1001, '2011-12-20 15:03:30.343'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y9020', 'left lower extremity, nos', 1001, '2011-12-20 15:03:30.344', 1001, '2011-12-20 15:03:30.344'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-90400', 'subcutaneous emphysema', 1001, '2011-12-20 15:03:30.345', 1001, '2011-12-20 15:03:30.345'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-90100', 'pancreatitis, nos', 1001, '2011-12-20 15:03:30.345', 1001, '2011-12-20 15:03:30.345'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d6-94600', 'amyloidosis, focal', 1001, '2011-12-20 15:03:30.346', 1001, '2011-12-20 15:03:30.346'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-84803', 'mucinous adenocarcinoma', 1001, '2011-12-20 15:03:30.346', 1001, '2011-12-20 15:03:30.346'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1410', 'cranial subdural space', 1001, '2011-12-20 15:03:30.348', 1001, '2011-12-20 15:03:30.348'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-36301', 'acute edema', 1001, '2011-12-20 15:03:30.349', 1001, '2011-12-20 15:03:30.349'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-44000', 'granulomatous inflammation, nos; granuloma, nos', 1001, '2011-12-20 15:03:30.349', 1001, '2011-12-20 15:03:30.349'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-80110', 'acute hepatic necrosis', 1001, '2011-12-20 15:03:30.35', 1001, '2011-12-20 15:03:30.35'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-84040', 'metoclopramide', 1001, '2011-12-20 15:03:30.351', 1001, '2011-12-20 15:03:30.351'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-57500', 'hemosiderosis', 1001, '2011-12-20 15:03:30.352', 1001, '2011-12-20 15:03:30.352'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-17010', 'traumatic amputation', 1001, '2011-12-20 15:03:30.352', 1001, '2011-12-20 15:03:30.352'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-25133', 'streptococcus, group f', 1001, '2011-12-20 15:03:30.353', 1001, '2011-12-20 15:03:30.353'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-68061', 'ephedrine hydrochloride', 1001, '2011-12-20 15:03:30.354', 1001, '2011-12-20 15:03:30.354'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-44221', 'histoplasma capsulatum', 1001, '2011-12-20 15:03:30.354', 1001, '2011-12-20 15:03:30.354'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10016', 'spirochete', 1001, '2011-12-20 15:03:30.356', 1001, '2011-12-20 15:03:30.356'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d1-81410', 'kyphosis, nos', 1001, '2011-12-20 15:03:30.357', 1001, '2011-12-20 15:03:30.357'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-36702', 'exudate', 1001, '2011-12-20 15:03:30.357', 1001, '2011-12-20 15:03:30.357'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c1340', 'eosinophil', 1001, '2011-12-20 15:03:30.358', 1001, '2011-12-20 15:03:30.358'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-15860', 'klebsiella, nos', 1001, '2011-12-20 15:03:30.359', 1001, '2011-12-20 15:03:30.359'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-64910', 'diethydithiocarbamate', 1001, '2011-12-20 15:03:30.36', 1001, '2011-12-20 15:03:30.36'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-85400', 'androgen, nos', 1001, '2011-12-20 15:03:30.36', 1001, '2011-12-20 15:03:30.36'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-86403', 'hgp-30 klh in ai(oh)3', 1001, '2011-12-20 15:03:30.361', 1001, '2011-12-20 15:03:30.361'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87210', 'calcium chloride', 1001, '2011-12-20 15:03:30.362', 1001, '2011-12-20 15:03:30.362'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-87600', 'abdec vitamins, hi-vite drops, multivitamin preparation', 1001, '2011-12-20 15:03:30.363', 1001, '2011-12-20 15:03:30.363'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-93210', 'electromagnetic radiation', 1001, '2011-12-20 15:03:30.363', 1001, '2011-12-20 15:03:30.363'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-01790', 'dehydration', 1001, '2011-12-20 15:03:30.364', 1001, '2011-12-20 15:03:30.364'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-03180', 'heat stroke', 1001, '2011-12-20 15:03:30.365', 1001, '2011-12-20 15:03:30.365'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-14690', '5-hydroxytryptophan', 1001, '2011-12-20 15:03:30.366', 1001, '2011-12-20 15:03:30.366'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-46830', 'adjuvant, titer-max', 1001, '2011-12-20 15:03:30.366', 1001, '2011-12-20 15:03:30.366'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-15880', 'implanted artificial lens', 1001, '2011-12-20 15:03:30.367', 1001, '2011-12-20 15:03:30.367'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-31050', 'prolaspe', 1001, '2011-12-20 15:03:30.369', 1001, '2011-12-20 15:03:30.369'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-54120', 'centrilobular necrosis of liver', 1001, '2011-12-20 15:03:30.369', 1001, '2011-12-20 15:03:30.369'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-88100', 'fibroma, nos', 1001, '2011-12-20 15:03:30.372', 1001, '2011-12-20 15:03:30.372'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-14830', 'transfer, surgical, nos', 1001, '2011-12-20 15:03:30.373', 1001, '2011-12-20 15:03:30.373'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-04925', 'female breast, right, with axillary tissue, cs', 1001, '2011-12-20 15:03:30.373', 1001, '2011-12-20 15:03:30.373'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-10830', 'tail (or check sno-vet)', 1001, '2011-12-20 15:03:30.374', 1001, '2011-12-20 15:03:30.374'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-28000', 'lung, nos', 1001, '2011-12-20 15:03:30.375', 1001, '2011-12-20 15:03:30.375'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-40000', 'blood vessel, nos', 1001, '2011-12-20 15:03:30.376', 1001, '2011-12-20 15:03:30.376'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-45110', 'right carotid artery', 1001, '2011-12-20 15:03:30.376', 1001, '2011-12-20 15:03:30.376'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-46600', 'renal artery, nos', 1001, '2011-12-20 15:03:30.377', 1001, '2011-12-20 15:03:30.377'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54410', 'mandibular left first premolar tooth', 1001, '2011-12-20 15:03:30.378', 1001, '2011-12-20 15:03:30.378'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-70420', 'female internal genitalia, nos', 1001, '2011-12-20 15:03:30.378', 1001, '2011-12-20 15:03:30.378'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d4275', 'naxcel', 1001, '2011-12-20 15:03:30.38', 1001, '2011-12-20 15:03:30.38'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('a-a1800', 'fall, nos', 1001, '2011-12-20 15:03:30.38', 1001, '2011-12-20 15:03:30.38'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-f3063', 'partial placenta previa', 1001, '2011-12-20 15:03:30.381', 1001, '2011-12-20 15:03:30.381'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d1543', 'beuthanasia d', 1001, '2011-12-20 15:03:30.382', 1001, '2011-12-20 15:03:30.382'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-28000', 'lung, nos', 1001, '2011-12-20 15:03:30.383', 1001, '2011-12-20 15:03:30.383'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c22ea', 'premarin intravenous', 1001, '2011-12-20 15:03:30.383', 1001, '2011-12-20 15:03:30.383'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-111a0', 'fluorine radioisotope', 1001, '2011-12-20 15:03:30.384', 1001, '2011-12-20 15:03:30.384'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-f2300', 'liquid diet nos.', 1001, '2011-12-20 15:03:30.385', 1001, '2011-12-20 15:03:30.385'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-48170', 'internal jugular vein', 1001, '2011-12-20 15:03:30.386', 1001, '2011-12-20 15:03:30.386'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-y3940', 'infant neglect', 1001, '2011-12-20 15:03:30.386', 1001, '2011-12-20 15:03:30.386'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-12x40', 'id', 1001, '2011-12-20 15:03:30.386', 1001, '2011-12-20 15:03:30.386'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1130', 'cranial dura mater', 1001, '2011-12-20 15:03:30.388', 1001, '2011-12-20 15:03:30.388'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x9110', 'brachial plexus, middle trunk', 1001, '2011-12-20 15:03:30.389', 1001, '2011-12-20 15:03:30.389'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y0800', 'bilateral upper limbs', 1001, '2011-12-20 15:03:30.39', 1001, '2011-12-20 15:03:30.39'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y8000', 'arm, nos', 1001, '2011-12-20 15:03:30.39', 1001, '2011-12-20 15:03:30.39'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-91110', 'acute fibrinous pericarditis', 1001, '2011-12-20 15:03:30.391', 1001, '2011-12-20 15:03:30.391'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-78800', 'fibromatosis, nos', 1001, '2011-12-20 15:03:30.392', 1001, '2011-12-20 15:03:30.392'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-98203', 'lymphocytic leukemia, nos', 1001, '2011-12-20 15:03:30.392', 1001, '2011-12-20 15:03:30.392'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-99601', 'myeloproliferative disease, chronic', 1001, '2011-12-20 15:03:30.393', 1001, '2011-12-20 15:03:30.393'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c0000', 'hematopoietic system,nos', 1001, '2011-12-20 15:03:30.394', 1001, '2011-12-20 15:03:30.394'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-54640', 'ampicillin', 1001, '2011-12-20 15:03:30.394', 1001, '2011-12-20 15:03:30.394'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-30404', 'yohimbine', 1001, '2011-12-20 15:03:30.395', 1001, '2011-12-20 15:03:30.395'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10024', 'bacteria, gram negative', 1001, '2011-12-20 15:03:30.396', 1001, '2011-12-20 15:03:30.396'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-54460', 'oxacillin', 1001, '2011-12-20 15:03:30.397', 1001, '2011-12-20 15:03:30.397'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-54932', 'ticarcillin/clavulanate', 1001, '2011-12-20 15:03:30.398', 1001, '2011-12-20 15:03:30.398'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-96240', 'zinc sulfate', 1001, '2011-12-20 15:03:30.398', 1001, '2011-12-20 15:03:30.398'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a15c5', 'luteinizing hormone releasing factor preparation', 1001, '2011-12-20 15:03:30.399', 1001, '2011-12-20 15:03:30.399'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-55600', 'protein deposition, nos', 1001, '2011-12-20 15:03:30.4', 1001, '2011-12-20 15:03:30.4'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a0310', 'neuropil', 1001, '2011-12-20 15:03:30.401', 1001, '2011-12-20 15:03:30.401'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a4681', 'median preoptic nucleus', 1001, '2011-12-20 15:03:30.401', 1001, '2011-12-20 15:03:30.401'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-06560', 'acariasis', 1001, '2011-12-20 15:03:30.402', 1001, '2011-12-20 15:03:30.402'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@d-72110', 'bacterial endocardites nos', 1001, '2011-12-20 15:03:30.403', 1001, '2011-12-20 15:03:30.403'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-72400', 'erythromycin ethylsuccinate, erythromycin lactobionate', 1001, '2011-12-20 15:03:30.403', 1001, '2011-12-20 15:03:30.403'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-74200', 'levamisole', 1001, '2011-12-20 15:03:30.404', 1001, '2011-12-20 15:03:30.404'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-74610', 'amphetamine', 1001, '2011-12-20 15:03:30.405', 1001, '2011-12-20 15:03:30.405'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-75201', 'aceclidine', 1001, '2011-12-20 15:03:30.406', 1001, '2011-12-20 15:03:30.406'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-77510', 'acetaminophen', 1001, '2011-12-20 15:03:30.407', 1001, '2011-12-20 15:03:30.407'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@e-79522', 'alprazolam', 1001, '2011-12-20 15:03:30.407', 1001, '2011-12-20 15:03:30.407'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-14160', 'cloprostenol sodium', 1001, '2011-12-20 15:03:30.408', 1001, '2011-12-20 15:03:30.408'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-30540', 'ovulation', 1001, '2011-12-20 15:03:30.409', 1001, '2011-12-20 15:03:30.409'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@f-70500', 'pulmonary insufficiency', 1001, '2011-12-20 15:03:30.41', 1001, '2011-12-20 15:03:30.41'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-41300', 'acute serous pleuritis', 1001, '2011-12-20 15:03:30.41', 1001, '2011-12-20 15:03:30.41'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-50210', 'osteoporosis, nos', 1001, '2011-12-20 15:03:30.411', 1001, '2011-12-20 15:03:30.411'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-57510', 'hemosiderosis, nos', 1001, '2011-12-20 15:03:30.412', 1001, '2011-12-20 15:03:30.412'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-72420', 'adenomatous hyperplasia', 1001, '2011-12-20 15:03:30.413', 1001, '2011-12-20 15:03:30.413'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@m-76800', 'endometrial polyp', 1001, '2011-12-20 15:03:30.414', 1001, '2011-12-20 15:03:30.414'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-10320', 'incision and removal, partial', 1001, '2011-12-20 15:03:30.415', 1001, '2011-12-20 15:03:30.415'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@p-36110', 'kirby-bauer sensitivity', 1001, '2011-12-20 15:03:30.415', 1001, '2011-12-20 15:03:30.415'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-02108', 'skin of head', 1001, '2011-12-20 15:03:30.416', 1001, '2011-12-20 15:03:30.416'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-02801', 'gluteal skin', 1001, '2011-12-20 15:03:30.417', 1001, '2011-12-20 15:03:30.417'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-03424', 'subcutaneous tissue of chest', 1001, '2011-12-20 15:03:30.42', 1001, '2011-12-20 15:03:30.42'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-03430', 'breast, subcutaneous tissue', 1001, '2011-12-20 15:03:30.421', 1001, '2011-12-20 15:03:30.421'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-07030', 'splenic white pulp', 1001, '2011-12-20 15:03:30.422', 1001, '2011-12-20 15:03:30.422'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-08710', 'axillary lymph node', 1001, '2011-12-20 15:03:30.422', 1001, '2011-12-20 15:03:30.422'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-32500', 'right ventricle, nos', 1001, '2011-12-20 15:03:30.423', 1001, '2011-12-20 15:03:30.423'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-33010', 'myocardium, nos', 1001, '2011-12-20 15:03:30.424', 1001, '2011-12-20 15:03:30.424'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-33400', 'left ventricle, myocardium', 1001, '2011-12-20 15:03:30.424', 1001, '2011-12-20 15:03:30.424'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-37000', 'pulmonary arterial valve, nos', 1001, '2011-12-20 15:03:30.425', 1001, '2011-12-20 15:03:30.425'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-54360', 'maxillary left third molar tooth', 1001, '2011-12-20 15:03:30.428', 1001, '2011-12-20 15:03:30.428'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-67965', 'cecum and colon', 1001, '2011-12-20 15:03:30.429', 1001, '2011-12-20 15:03:30.429'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-03810', 'subcutaneous tissue of thigh, nos', 1001, '2011-12-20 15:03:30.43', 1001, '2011-12-20 15:03:30.43'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02850', 'skin of foot, nos', 1001, '2011-12-20 15:03:30.43', 1001, '2011-12-20 15:03:30.43'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-52800', 'both lips', 1001, '2011-12-20 15:03:30.431', 1001, '2011-12-20 15:03:30.431'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-0x110', 'blood erythrocytic cell, nos', 1001, '2011-12-20 15:03:30.432', 1001, '2011-12-20 15:03:30.432'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-1x100', 'fibrous tissue', 1001, '2011-12-20 15:03:30.433', 1001, '2011-12-20 15:03:30.433'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x1620', 'septum pellucidum', 1001, '2011-12-20 15:03:30.434', 1001, '2011-12-20 15:03:30.434'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-x3010', 'basal ganglia', 1001, '2011-12-20 15:03:30.435', 1001, '2011-12-20 15:03:30.435'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y2100', 'pleural cavity', 1001, '2011-12-20 15:03:30.435', 1001, '2011-12-20 15:03:30.435'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('@t-y8710', 'right hand', 1001, '2011-12-20 15:03:30.436', 1001, '2011-12-20 15:03:30.436'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-80060', 'pleural adhesions', 1001, '2011-12-20 15:03:30.437', 1001, '2011-12-20 15:03:30.437'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-aa180', 'both eyes', 1001, '2011-12-20 15:03:30.438', 1001, '2011-12-20 15:03:30.438'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-aa810', 'eyelid, nos', 1001, '2011-12-20 15:03:30.438', 1001, '2011-12-20 15:03:30.438'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-b6000', 'thyroid gland, nos', 1001, '2011-12-20 15:03:30.439', 1001, '2011-12-20 15:03:30.439'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4810', 'inguinal lymph node, nos', 1001, '2011-12-20 15:03:30.44', 1001, '2011-12-20 15:03:30.44'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4900', 'lymph nodes, multiple sites', 1001, '2011-12-20 15:03:30.441', 1001, '2011-12-20 15:03:30.441'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-56120', 'iodoquinol (diiodohydroxyguinoline)', 1001, '2011-12-20 15:03:30.441', 1001, '2011-12-20 15:03:30.441'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-67771', 'atropine sulfate', 1001, '2011-12-20 15:03:30.441', 1001, '2011-12-20 15:03:30.441'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-89242', 'cerebromeningeal hemorrhage', 1001, '2011-12-20 15:03:30.441', 1001, '2011-12-20 15:03:30.441'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-67840', 'scopalamine', 1001, '2011-12-20 15:03:30.442', 1001, '2011-12-20 15:03:30.442'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-12217', 'barium sulfate', 1001, '2011-12-20 15:03:30.443', 1001, '2011-12-20 15:03:30.443'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4090', 'paracortical area of lymph node', 1001, '2011-12-20 15:03:30.444', 1001, '2011-12-20 15:03:30.444'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c0145', 'eosinophilic tissue', 1001, '2011-12-20 15:03:30.445', 1001, '2011-12-20 15:03:30.445'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59320', 'colonic crypt of Lieberkuhn', 1001, '2011-12-20 15:03:30.445', 1001, '2011-12-20 15:03:30.445'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-79312', 'male castration', 1001, '2011-12-20 15:03:30.446', 1001, '2011-12-20 15:03:30.446'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-57150', 'trichuris, nos', 1001, '2011-12-20 15:03:30.447', 1001, '2011-12-20 15:03:30.447'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-55540', 'oesophagostomum, nos', 1001, '2011-12-20 15:03:30.448', 1001, '2011-12-20 15:03:30.448'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-57151', 'trichuris trichiura', 1001, '2011-12-20 15:03:30.448', 1001, '2011-12-20 15:03:30.448'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p5-bb320', 'diagnostic ultrasound of abdomen and retroperitoneum, nos', 1001, '2011-12-20 15:03:30.449', 1001, '2011-12-20 15:03:30.449'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-51591', 'endolimax nana', 1001, '2011-12-20 15:03:30.449', 1001, '2011-12-20 15:03:30.449'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-00400', 'mucosa', 1001, '2011-12-20 15:03:30.451', 1001, '2011-12-20 15:03:30.451'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-d0100', 'erythropoiesis, nos', 1001, '2011-12-20 15:03:30.451', 1001, '2011-12-20 15:03:30.451'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a3160', 'decreased', 1001, '2011-12-20 15:03:30.452', 1001, '2011-12-20 15:03:30.452'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-54310', 'autolysis', 1001, '2011-12-20 15:03:30.453', 1001, '2011-12-20 15:03:30.453'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-c0080', 'with', 1001, '2011-12-20 15:03:30.454', 1001, '2011-12-20 15:03:30.454'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-13000', 'encephalopathy, nos', 1001, '2011-12-20 15:03:30.454', 1001, '2011-12-20 15:03:30.454'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-00261', 'squamous cell', 1001, '2011-12-20 15:03:30.455', 1001, '2011-12-20 15:03:30.455'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-28012', 'alveolar sac of lung', 1001, '2011-12-20 15:03:30.456', 1001, '2011-12-20 15:03:30.456'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-32500', 'right ventricle, nos', 1001, '2011-12-20 15:03:30.457', 1001, '2011-12-20 15:03:30.457'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-73400', 'osseous metaplasia, nos', 1001, '2011-12-20 15:03:30.457', 1001, '2011-12-20 15:03:30.457'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-18252', 'pectineal ligament', 1001, '2011-12-20 15:03:30.457', 1001, '2011-12-20 15:03:30.457'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-86201', 'granulosa cell tumor, nos', 1001, '2011-12-20 15:03:30.459', 1001, '2011-12-20 15:03:30.459'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d1-20000', 'arthropathy, nos', 1001, '2011-12-20 15:03:30.46', 1001, '2011-12-20 15:03:30.46'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-78860', 'eburnation', 1001, '2011-12-20 15:03:30.46', 1001, '2011-12-20 15:03:30.46'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-1a700', 'cartilage, nos', 1001, '2011-12-20 15:03:30.461', 1001, '2011-12-20 15:03:30.461'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-87000', 'pheochromocytoma, nos', 1001, '2011-12-20 15:03:30.462', 1001, '2011-12-20 15:03:30.462'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-15720', 'knee joint, nos', 1001, '2011-12-20 15:03:30.463', 1001, '2011-12-20 15:03:30.463'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-71451', 'osteophyte', 1001, '2011-12-20 15:03:30.463', 1001, '2011-12-20 15:03:30.463'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10014', 'cocci', 1001, '2011-12-20 15:03:30.464', 1001, '2011-12-20 15:03:30.464'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-50110', 'hemorrhagic bronchopneumonia', 1001, '2011-12-20 15:03:30.465', 1001, '2011-12-20 15:03:30.465'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-37020', 'petechia', 1001, '2011-12-20 15:03:30.465', 1001, '2011-12-20 15:03:30.465'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-96713', 'plasmacytic lymphoma', 1001, '2011-12-20 15:03:30.465', 1001, '2011-12-20 15:03:30.465'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-a0000', 'disorder of lymphatics, nos', 1001, '2011-12-20 15:03:30.467', 1001, '2011-12-20 15:03:30.467'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59315', 'colonic epithelium', 1001, '2011-12-20 15:03:30.468', 1001, '2011-12-20 15:03:30.468'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-52400', 'cryptosporidium, nos', 1001, '2011-12-20 15:03:30.468', 1001, '2011-12-20 15:03:30.468'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10043', 'fungal growth absent', 1001, '2011-12-20 15:03:30.469', 1001, '2011-12-20 15:03:30.469'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10044', 'azithromycin (zithromax)', 1001, '2011-12-20 15:03:30.47', 1001, '2011-12-20 15:03:30.47'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a6570', 'involving', 1001, '2011-12-20 15:03:30.471', 1001, '2011-12-20 15:03:30.471'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-50100', 'gastrointestinal tract, nos', 1001, '2011-12-20 15:03:30.472', 1001, '2011-12-20 15:03:30.472'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-39210', 'perforation, nos', 1001, '2011-12-20 15:03:30.473', 1001, '2011-12-20 15:03:30.473'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-45600', 'inflammatory fat necrosis, nos', 1001, '2011-12-20 15:03:30.473', 1001, '2011-12-20 15:03:30.473'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a4800', 'persistent', 1001, '2011-12-20 15:03:30.474', 1001, '2011-12-20 15:03:30.474'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-29020', 'subpleural tissue', 1001, '2011-12-20 15:03:30.475', 1001, '2011-12-20 15:03:30.475'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-50160', 'granulomatous pneumonia, nos', 1001, '2011-12-20 15:03:30.477', 1001, '2011-12-20 15:03:30.477'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a6020', 'few', 1001, '2011-12-20 15:03:30.477', 1001, '2011-12-20 15:03:30.477'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-41001', 'true or perfect yeast', 1001, '2011-12-20 15:03:30.478', 1001, '2011-12-20 15:03:30.478'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-40310', 'idiopathic pulmonary hypertension, nos', 1001, '2011-12-20 15:03:30.479', 1001, '2011-12-20 15:03:30.479'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-10072', 'radioactive isotope', 1001, '2011-12-20 15:03:30.48', 1001, '2011-12-20 15:03:30.48'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-36700', 'effusion, nos', 1001, '2011-12-20 15:03:30.481', 1001, '2011-12-20 15:03:30.481'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-81600', 'arteritis, nos', 1001, '2011-12-20 15:03:30.481', 1001, '2011-12-20 15:03:30.481'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-91000', 'pericarditis, nos', 1001, '2011-12-20 15:03:30.481', 1001, '2011-12-20 15:03:30.481'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-815d0', 'papaverine', 1001, '2011-12-20 15:03:30.483', 1001, '2011-12-20 15:03:30.483'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-28003', 'chronic endocarditis, nos', 1001, '2011-12-20 15:03:30.484', 1001, '2011-12-20 15:03:30.484'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-44000', 'pulmonary artery, nos', 1001, '2011-12-20 15:03:30.485', 1001, '2011-12-20 15:03:30.485'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-85100', 'cholecystitis, nos', 1001, '2011-12-20 15:03:30.485', 1001, '2011-12-20 15:03:30.485'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-85500', 'cholelithiasis, nos', 1001, '2011-12-20 15:03:30.486', 1001, '2011-12-20 15:03:30.486'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-33010', 'inspissation, nos', 1001, '2011-12-20 15:03:30.487', 1001, '2011-12-20 15:03:30.487'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-92130', 'prostatic secretions', 1001, '2011-12-20 15:03:30.488', 1001, '2011-12-20 15:03:30.488'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-51515', 'entamoeba hartmanni', 1001, '2011-12-20 15:03:30.488', 1001, '2011-12-20 15:03:30.488'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10045', 'troglitazone (rezulin)', 1001, '2011-12-20 15:03:30.489', 1001, '2011-12-20 15:03:30.489'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10046', 'clomipramine', 1001, '2011-12-20 15:03:30.489', 1001, '2011-12-20 15:03:30.489'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1750', 'section', 1001, '2011-12-20 15:03:30.491', 1001, '2011-12-20 15:03:30.491'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-66641', 'pneumonyssus simicola', 1001, '2011-12-20 15:03:30.491', 1001, '2011-12-20 15:03:30.491'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d1-20053', 'chronic arthritis', 1001, '2011-12-20 15:03:30.492', 1001, '2011-12-20 15:03:30.492'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-15720v', 'stifle joint, nos', 1001, '2011-12-20 15:03:30.493', 1001, '2011-12-20 15:03:30.493'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-10860', 'gingival hyperplasia', 1001, '2011-12-20 15:03:30.494', 1001, '2011-12-20 15:03:30.494'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d1-21000', 'osteoarthrosis, nos; osteoarthritis, nos', 1001, '2011-12-20 15:03:30.494', 1001, '2011-12-20 15:03:30.494'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-10034', 'anaerobic bacteria', 1001, '2011-12-20 15:03:30.495', 1001, '2011-12-20 15:03:30.495'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-55b10', 'acyclovir', 1001, '2011-12-20 15:03:30.496', 1001, '2011-12-20 15:03:30.496'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-30000', 'stone, nos; concretion, nos; calculus, nos', 1001, '2011-12-20 15:03:30.497', 1001, '2011-12-20 15:03:30.497'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-75500', 'hamartoma, nos', 1001, '2011-12-20 15:03:30.497', 1001, '2011-12-20 15:03:30.497'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-01300', 'adnexal structure, nos', 1001, '2011-12-20 15:03:30.497', 1001, '2011-12-20 15:03:30.497'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10047', 'shigella flexneri, type 4', 1001, '2011-12-20 15:03:30.499', 1001, '2011-12-20 15:03:30.499'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-13420', 'polioencephalomalacia', 1001, '2011-12-20 15:03:30.5', 1001, '2011-12-20 15:03:30.5'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1680', 'surface', 1001, '2011-12-20 15:03:30.5', 1001, '2011-12-20 15:03:30.5'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d1480', 'orbit, nos', 1001, '2011-12-20 15:03:30.501', 1001, '2011-12-20 15:03:30.501'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-50f00', 'Pneumocystis carinii', 1001, '2011-12-20 15:03:30.502', 1001, '2011-12-20 15:03:30.502'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-80500', 'chronic hepatitis, nos', 1001, '2011-12-20 15:03:30.503', 1001, '2011-12-20 15:03:30.503'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p3-40140', 'photography of gross organ, nos', 1001, '2011-12-20 15:03:30.504', 1001, '2011-12-20 15:03:30.504'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-10000', 'trauma, nos', 1001, '2011-12-20 15:03:30.504', 1001, '2011-12-20 15:03:30.504'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-14360', 'bite, nos', 1001, '2011-12-20 15:03:30.505', 1001, '2011-12-20 15:03:30.505'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-54400', 'malacia, nos', 1001, '2011-12-20 15:03:30.506', 1001, '2011-12-20 15:03:30.506'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c0147', 'tissue neutrophil', 1001, '2011-12-20 15:03:30.507', 1001, '2011-12-20 15:03:30.507'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-e0180', 'intranuclear inclusion, nos', 1001, '2011-12-20 15:03:30.507', 1001, '2011-12-20 15:03:30.507'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-54090', 'Fibrinoid necrosis', 1001, '2011-12-20 15:03:30.508', 1001, '2011-12-20 15:03:30.508'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-41706', 'gastroenteritis, nos', 1001, '2011-12-20 15:03:30.509', 1001, '2011-12-20 15:03:30.509'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-36000', 'accumulation of fluid, nos', 1001, '2011-12-20 15:03:30.509', 1001, '2011-12-20 15:03:30.509'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-71200', 'glomerulus, nos', 1001, '2011-12-20 15:03:30.51', 1001, '2011-12-20 15:03:30.51'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-83830', 'uteropexy', 1001, '2011-12-20 15:03:30.511', 1001, '2011-12-20 15:03:30.511'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a7070', 'ferric subsulfate', 1001, '2011-12-20 15:03:30.512', 1001, '2011-12-20 15:03:30.512'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10048', 'metformin hydrochloride (glucophage)', 1001, '2011-12-20 15:03:30.512', 1001, '2011-12-20 15:03:30.512'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-20030', 'possible', 1001, '2011-12-20 15:03:30.513', 1001, '2011-12-20 15:03:30.513'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c5100', 'tonsil, nos', 1001, '2011-12-20 15:03:30.513', 1001, '2011-12-20 15:03:30.513'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-50060', 'hyalinization', 1001, '2011-12-20 15:03:30.515', 1001, '2011-12-20 15:03:30.515'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1100', 'center; central', 1001, '2011-12-20 15:03:30.515', 1001, '2011-12-20 15:03:30.515'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-62240', 'hepatic sinusoid', 1001, '2011-12-20 15:03:30.516', 1001, '2011-12-20 15:03:30.516'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-18200', 'anastomosis, nos', 1001, '2011-12-20 15:03:30.517', 1001, '2011-12-20 15:03:30.517'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c1b3a', 'imodium (loperidine)', 1001, '2011-12-20 15:03:30.518', 1001, '2011-12-20 15:03:30.518'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('db-80600', 'thyroiditis, nos', 1001, '2011-12-20 15:03:30.518', 1001, '2011-12-20 15:03:30.518'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-40160', 'bronchiolectasis', 1001, '2011-12-20 15:03:30.519', 1001, '2011-12-20 15:03:30.519'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-75780', 'polyp of cervix, nos', 1001, '2011-12-20 15:03:30.52', 1001, '2011-12-20 15:03:30.52'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-17354', 'salmonella typhimurium', 1001, '2011-12-20 15:03:30.521', 1001, '2011-12-20 15:03:30.521'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59900', 'anus, nos', 1001, '2011-12-20 15:03:30.521', 1001, '2011-12-20 15:03:30.521'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-8082v', 'fatty liver', 1001, '2011-12-20 15:03:30.522', 1001, '2011-12-20 15:03:30.522'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-74200', 'adenosis, nos', 1001, '2011-12-20 15:03:30.523', 1001, '2011-12-20 15:03:30.523'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4560', 'colic lymph nodes, nos', 1001, '2011-12-20 15:03:30.524', 1001, '2011-12-20 15:03:30.524'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-54700', 'infarct, nos', 1001, '2011-12-20 15:03:30.525', 1001, '2011-12-20 15:03:30.525'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-14550', 'quadriceps femoris muscle', 1001, '2011-12-20 15:03:30.525', 1001, '2011-12-20 15:03:30.525'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-35310', 'thromboembolism', 1001, '2011-12-20 15:03:30.526', 1001, '2011-12-20 15:03:30.526'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4330', 'tracheobronchial lymph node, nos', 1001, '2011-12-20 15:03:30.527', 1001, '2011-12-20 15:03:30.527'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-28100', 'right lung, nos', 1001, '2011-12-20 15:03:30.528', 1001, '2011-12-20 15:03:30.528'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a5700', 'secondary', 1001, '2011-12-20 15:03:30.528', 1001, '2011-12-20 15:03:30.528'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-34000', 'obstruction, nos', 1001, '2011-12-20 15:03:30.529', 1001, '2011-12-20 15:03:30.529'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10049', 'peptide siv (ctpydinqm)', 1001, '2011-12-20 15:03:30.53', 1001, '2011-12-20 15:03:30.53'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10050', 'powdered peptide siv (ctpydinqm)', 1001, '2011-12-20 15:03:30.531', 1001, '2011-12-20 15:03:30.531'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-60610', 'bile duct, nos', 1001, '2011-12-20 15:03:30.531', 1001, '2011-12-20 15:03:30.531'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-78630', 'bridging fibrosis', 1001, '2011-12-20 15:03:30.532', 1001, '2011-12-20 15:03:30.532'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-76810', 'fibroepithelial polyp; skin tag', 1001, '2011-12-20 15:03:30.533', 1001, '2011-12-20 15:03:30.533'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-76800', 'polyp, nos', 1001, '2011-12-20 15:03:30.533', 1001, '2011-12-20 15:03:30.533'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a3090', 'rare', 1001, '2011-12-20 15:03:30.534', 1001, '2011-12-20 15:03:30.534'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('db-60020', 'islet cell hyperplasia, nos', 1001, '2011-12-20 15:03:30.535', 1001, '2011-12-20 15:03:30.535'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-58082', 'Peyer''s patches', 1001, '2011-12-20 15:03:30.536', 1001, '2011-12-20 15:03:30.536'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-44700', 'necrotizing granulomatous inflammation, nos', 1001, '2011-12-20 15:03:30.536', 1001, '2011-12-20 15:03:30.536'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-59350', 'colonic solitary lymphoid nodule', 1001, '2011-12-20 15:03:30.537', 1001, '2011-12-20 15:03:30.537'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-18740', 'inguinal ring, nos', 1001, '2011-12-20 15:03:30.538', 1001, '2011-12-20 15:03:30.538'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-31400', 'protrusion', 1001, '2011-12-20 15:03:30.539', 1001, '2011-12-20 15:03:30.539'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-28300', 'right middle lobe of lung, nos', 1001, '2011-12-20 15:03:30.539', 1001, '2011-12-20 15:03:30.539'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-69a00', 'strongyloidiasis', 1001, '2011-12-20 15:03:30.54', 1001, '2011-12-20 15:03:30.54'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d1-30010', 'capsulitis, nos', 1001, '2011-12-20 15:03:30.541', 1001, '2011-12-20 15:03:30.541'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-60650', 'bile, nos', 1001, '2011-12-20 15:03:30.541', 1001, '2011-12-20 15:03:30.541'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54010', 'tooth, nos', 1001, '2011-12-20 15:03:30.542', 1001, '2011-12-20 15:03:30.542'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a3780', 'inactive', 1001, '2011-12-20 15:03:30.543', 1001, '2011-12-20 15:03:30.543'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-58014', 'ectopic pancreas', 1001, '2011-12-20 15:03:30.544', 1001, '2011-12-20 15:03:30.544'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-03507', 'subcutaneous tissue of perianal area', 1001, '2011-12-20 15:03:30.544', 1001, '2011-12-20 15:03:30.544'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-67211', 'pyknosis', 1001, '2011-12-20 15:03:30.545', 1001, '2011-12-20 15:03:30.545'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-28120', 'vegetative endocarditis', 1001, '2011-12-20 15:03:30.545', 1001, '2011-12-20 15:03:30.545'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-81404', 'embolic infarction, nos', 1001, '2011-12-20 15:03:30.547', 1001, '2011-12-20 15:03:30.547'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-75520', 'persistent urachus', 1001, '2011-12-20 15:03:30.547', 1001, '2011-12-20 15:03:30.547'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-11015', 'boney tissue, nos', 1001, '2011-12-20 15:03:30.548', 1001, '2011-12-20 15:03:30.548'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-bb070', 'vitamin d, nos', 1001, '2011-12-20 15:03:30.549', 1001, '2011-12-20 15:03:30.549'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-71100', 'oophoritis, nos', 1001, '2011-12-20 15:03:30.55', 1001, '2011-12-20 15:03:30.55'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-31320', 'atrial septal defect', 1001, '2011-12-20 15:03:30.55', 1001, '2011-12-20 15:03:30.55'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('a-41250', 'ink, nos', 1001, '2011-12-20 15:03:30.551', 1001, '2011-12-20 15:03:30.551'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-80210', 'angioma serpiginosum', 1001, '2011-12-20 15:03:30.552', 1001, '2011-12-20 15:03:30.552'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-41610', 'common blue nevi', 1001, '2011-12-20 15:03:30.553', 1001, '2011-12-20 15:03:30.553'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10051', 'erythropoetin recombinant', 1001, '2011-12-20 15:03:30.553', 1001, '2011-12-20 15:03:30.553'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-12410', 'humerus, nos', 1001, '2011-12-20 15:03:30.554', 1001, '2011-12-20 15:03:30.554'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-32020', 'gastric dysplasia, nos', 1001, '2011-12-20 15:03:30.555', 1001, '2011-12-20 15:03:30.555'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-96810', 'deoxyuridine', 1001, '2011-12-20 15:03:30.556', 1001, '2011-12-20 15:03:30.556'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-35301', 'lymphocytic choriomeningitis', 1001, '2011-12-20 15:03:30.556', 1001, '2011-12-20 15:03:30.556'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-01320', 'apocrine gland, nos', 1001, '2011-12-20 15:03:30.557', 1001, '2011-12-20 15:03:30.557'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-31150', 'ventricular septal defect', 1001, '2011-12-20 15:03:30.558', 1001, '2011-12-20 15:03:30.558'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a3660', 'generalized; global', 1001, '2011-12-20 15:03:30.559', 1001, '2011-12-20 15:03:30.559'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-00000', 'infection, nos', 1001, '2011-12-20 15:03:30.559', 1001, '2011-12-20 15:03:30.559'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-52650', 'Rathke''s pouch cyst', 1001, '2011-12-20 15:03:30.56', 1001, '2011-12-20 15:03:30.56'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-51500', 'cytolysis', 1001, '2011-12-20 15:03:30.561', 1001, '2011-12-20 15:03:30.561'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-20120', 'sialoadenitis, nos', 1001, '2011-12-20 15:03:30.562', 1001, '2011-12-20 15:03:30.562'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c0820', 'extracellular material, nos', 1001, '2011-12-20 15:03:30.562', 1001, '2011-12-20 15:03:30.562'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4500', 'intestinal lymph node', 1001, '2011-12-20 15:03:30.563', 1001, '2011-12-20 15:03:30.563'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a1221', 'medroxyprogesterone acetate (depo prevara)', 1001, '2011-12-20 15:03:30.564', 1001, '2011-12-20 15:03:30.564'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-94400', 'tunica vaginalis', 1001, '2011-12-20 15:03:30.565', 1001, '2011-12-20 15:03:30.565'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('dc-45010', 'eosinophilia, nos', 1001, '2011-12-20 15:03:30.565', 1001, '2011-12-20 15:03:30.565'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-80213', 'carcinoma, anaplastic, nos', 1001, '2011-12-20 15:03:30.566', 1001, '2011-12-20 15:03:30.566'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-29000', 'pleura, nos', 1001, '2011-12-20 15:03:30.567', 1001, '2011-12-20 15:03:30.567'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c6010', 'lymphatic, nos', 1001, '2011-12-20 15:03:30.568', 1001, '2011-12-20 15:03:30.568'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-44030v', 'pyogranuloma', 1001, '2011-12-20 15:03:30.568', 1001, '2011-12-20 15:03:30.568'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-f5030', 'poorly differentiated', 1001, '2011-12-20 15:03:30.569', 1001, '2011-12-20 15:03:30.569'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-a3d00', 'corneal transplant, nos', 1001, '2011-12-20 15:03:30.57', 1001, '2011-12-20 15:03:30.57'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-73680', 'hypermature cataract', 1001, '2011-12-20 15:03:30.57', 1001, '2011-12-20 15:03:30.57'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-52600', 'Eimeria, nos', 1001, '2011-12-20 15:03:30.571', 1001, '2011-12-20 15:03:30.571'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('r-f2760', 'dopram', 1001, '2011-12-20 15:03:30.572', 1001, '2011-12-20 15:03:30.572'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-50020', 'coccidian parasite', 1001, '2011-12-20 15:03:30.573', 1001, '2011-12-20 15:03:30.573'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-75345', 'band keratopathy', 1001, '2011-12-20 15:03:30.573', 1001, '2011-12-20 15:03:30.573'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-13004', 'perimysium, nos', 1001, '2011-12-20 15:03:30.574', 1001, '2011-12-20 15:03:30.574'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-60054', 'mite, nos', 1001, '2011-12-20 15:03:30.575', 1001, '2011-12-20 15:03:30.575'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-58080', 'serous atrophy', 1001, '2011-12-20 15:03:30.576', 1001, '2011-12-20 15:03:30.576'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-54010', 'necrotic debris, nos', 1001, '2011-12-20 15:03:30.577', 1001, '2011-12-20 15:03:30.577'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-1a013', 'mature fat cell; adipocyte', 1001, '2011-12-20 15:03:30.577', 1001, '2011-12-20 15:03:30.577'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-1a310', 'gland, nos', 1001, '2011-12-20 15:03:30.578', 1001, '2011-12-20 15:03:30.578'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-41616', 'crypt abscess', 1001, '2011-12-20 15:03:30.579', 1001, '2011-12-20 15:03:30.579'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a1281', 'melengestrol acetate contraceptive implant', 1001, '2011-12-20 15:03:30.58', 1001, '2011-12-20 15:03:30.58'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c25a2', 'staphage lysate', 1001, '2011-12-20 15:03:30.58', 1001, '2011-12-20 15:03:30.58'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-84990', 'cisapride', 1001, '2011-12-20 15:03:30.581', 1001, '2011-12-20 15:03:30.581'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52a10', 'clarithromycin', 1001, '2011-12-20 15:03:30.582', 1001, '2011-12-20 15:03:30.582'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-7b003', 'acemannin (carravet)', 1001, '2011-12-20 15:03:30.583', 1001, '2011-12-20 15:03:30.583'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a2250', 'insulin ultralente', 1001, '2011-12-20 15:03:30.583', 1001, '2011-12-20 15:03:30.583'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0905', 'estradiol cypionate', 1001, '2011-12-20 15:03:30.584', 1001, '2011-12-20 15:03:30.584'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-50200', 'placebo', 1001, '2011-12-20 15:03:30.585', 1001, '2011-12-20 15:03:30.585'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c3eb9', 'plasmalyte', 1001, '2011-12-20 15:03:30.586', 1001, '2011-12-20 15:03:30.586'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-64095', 'medetomidine ( domitor )', 1001, '2011-12-20 15:03:30.586', 1001, '2011-12-20 15:03:30.586'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d1451', 'polymyxin b/bacitracin/neomycin (triple antibiotic ointment,topical)', 1001, '2011-12-20 15:03:30.587', 1001, '2011-12-20 15:03:30.587'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-684c1', 'atipamezole', 1001, '2011-12-20 15:03:30.588', 1001, '2011-12-20 15:03:30.588'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-65310', 'flumazenil', 1001, '2011-12-20 15:03:30.589', 1001, '2011-12-20 15:03:30.589'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-d1002', 'saffan', 1001, '2011-12-20 15:03:30.589', 1001, '2011-12-20 15:03:30.589'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-22704', 'calcein', 1001, '2011-12-20 15:03:30.59', 1001, '2011-12-20 15:03:30.59'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-84530', 'probiocin (lactic acid bacteria)', 1001, '2011-12-20 15:03:30.591', 1001, '2011-12-20 15:03:30.591'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b7004', 'triptolide', 1001, '2011-12-20 15:03:30.591', 1001, '2011-12-20 15:03:30.591'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c2b99', 'profenal (suprofen)', 1001, '2011-12-20 15:03:30.592', 1001, '2011-12-20 15:03:30.592'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b6000', 'vaccine nos', 1001, '2011-12-20 15:03:30.593', 1001, '2011-12-20 15:03:30.593'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-52a20', 'azithromycin (zithromax)', 1001, '2011-12-20 15:03:30.594', 1001, '2011-12-20 15:03:30.594'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a2011', 'troglitazone (rezulin)', 1001, '2011-12-20 15:03:30.594', 1001, '2011-12-20 15:03:30.594'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-622b0', 'clomipramine', 1001, '2011-12-20 15:03:30.595', 1001, '2011-12-20 15:03:30.595'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a2009', 'metformin hydrochloride (glucophage)', 1001, '2011-12-20 15:03:30.596', 1001, '2011-12-20 15:03:30.596'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-12020', 'acute nephritis, nos', 1001, '2011-12-20 15:03:30.597', 1001, '2011-12-20 15:03:30.597'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-00110', 'no pathologic diagnosis', 1001, '2011-12-20 15:03:30.597', 1001, '2011-12-20 15:03:30.597'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1160', 'upper', 1001, '2011-12-20 15:03:30.598', 1001, '2011-12-20 15:03:30.598'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54540', 'incisor tooth, nos', 1001, '2011-12-20 15:03:30.599', 1001, '2011-12-20 15:03:30.599'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54060', 'pulp of tooth', 1001, '2011-12-20 15:03:30.6', 1001, '2011-12-20 15:03:30.6'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-33100', 'impaction, nos', 1001, '2011-12-20 15:03:30.601', 1001, '2011-12-20 15:03:30.601'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-34800', 'duodenitis, nos', 1001, '2011-12-20 15:03:30.601', 1001, '2011-12-20 15:03:30.601'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-80520', 'squamous papilloma', 1001, '2011-12-20 15:03:30.602', 1001, '2011-12-20 15:03:30.602'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-72042', 'hyperplastic polyp', 1001, '2011-12-20 15:03:30.603', 1001, '2011-12-20 15:03:30.603'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a3960', 'intact', 1001, '2011-12-20 15:03:30.603', 1001, '2011-12-20 15:03:30.603'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-e0930', 'fimbria', 1001, '2011-12-20 15:03:30.604', 1001, '2011-12-20 15:03:30.604'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a3810', 'partial', 1001, '2011-12-20 15:03:30.605', 1001, '2011-12-20 15:03:30.605'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-41000', 'artery, nos', 1001, '2011-12-20 15:03:30.606', 1001, '2011-12-20 15:03:30.606'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-32060', 'endocardium, nos', 1001, '2011-12-20 15:03:30.606', 1001, '2011-12-20 15:03:30.606'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a5170', 'residual', 1001, '2011-12-20 15:03:30.607', 1001, '2011-12-20 15:03:30.607'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('dc-72100', 'chronic adenitis, nos', 1001, '2011-12-20 15:03:30.608', 1001, '2011-12-20 15:03:30.608'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a0110', 'cerebrum', 1001, '2011-12-20 15:03:30.608', 1001, '2011-12-20 15:03:30.608'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-43165', 'Cryptococcus neoformans', 1001, '2011-12-20 15:03:30.609', 1001, '2011-12-20 15:03:30.609'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-02836', 'skin of calf of leg', 1001, '2011-12-20 15:03:30.61', 1001, '2011-12-20 15:03:30.61'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a6650', 'spread, spreading', 1001, '2011-12-20 15:03:30.611', 1001, '2011-12-20 15:03:30.611'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1290', 'adjacent', 1001, '2011-12-20 15:03:30.612', 1001, '2011-12-20 15:03:30.612'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c0200', 'lymphocytic tissue; lymphoid tissue', 1001, '2011-12-20 15:03:30.612', 1001, '2011-12-20 15:03:30.612'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-1a007', 'interstitial tissue, nos', 1001, '2011-12-20 15:03:30.613', 1001, '2011-12-20 15:03:30.613'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c1610', 'lymphoid aggregate', 1001, '2011-12-20 15:03:30.614', 1001, '2011-12-20 15:03:30.614'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-1a500', 'smooth muscle, nos', 1001, '2011-12-20 15:03:30.615', 1001, '2011-12-20 15:03:30.615'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-95000', 'epididymis, nos', 1001, '2011-12-20 15:03:30.615', 1001, '2011-12-20 15:03:30.615'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-35061', 'organizing hematoma', 1001, '2011-12-20 15:03:30.616', 1001, '2011-12-20 15:03:30.616'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d1495', 'retrobulbar area', 1001, '2011-12-20 15:03:30.617', 1001, '2011-12-20 15:03:30.617'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-e0190', 'intranuclear body, nos', 1001, '2011-12-20 15:03:30.618', 1001, '2011-12-20 15:03:30.618'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-75400', 'aplasia, nos', 1001, '2011-12-20 15:03:30.619', 1001, '2011-12-20 15:03:30.619'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-40700', 'necrotizing inflammation, nos', 1001, '2011-12-20 15:03:30.619', 1001, '2011-12-20 15:03:30.619'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-50500', 'balantidiasis', 1001, '2011-12-20 15:03:30.62', 1001, '2011-12-20 15:03:30.62'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a1900', 'choroid plexus, nos', 1001, '2011-12-20 15:03:30.621', 1001, '2011-12-20 15:03:30.621'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9280', 'both knees', 1001, '2011-12-20 15:03:30.622', 1001, '2011-12-20 15:03:30.622'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9520', 'left ankle', 1001, '2011-12-20 15:03:30.622', 1001, '2011-12-20 15:03:30.622'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-11050', 'shaft of bone, nos', 1001, '2011-12-20 15:03:30.623', 1001, '2011-12-20 15:03:30.623'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-42000', 'aorta, nos', 1001, '2011-12-20 15:03:30.624', 1001, '2011-12-20 15:03:30.624'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-71200', 'salpingitis, nos', 1001, '2011-12-20 15:03:30.625', 1001, '2011-12-20 15:03:30.625'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-14172', 'latissimus dorsi muscle', 1001, '2011-12-20 15:03:30.626', 1001, '2011-12-20 15:03:30.626'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10052', 'alendronate sodium (fosamax)', 1001, '2011-12-20 15:03:30.626', 1001, '2011-12-20 15:03:30.626'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-83620', 'idiopathic medial aortopathy and arteriopathy', 1001, '2011-12-20 15:03:30.627', 1001, '2011-12-20 15:03:30.627'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a5020', 'reduced', 1001, '2011-12-20 15:03:30.628', 1001, '2011-12-20 15:03:30.628'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-28700', 'left lower lobe of lung, NOS', 1001, '2011-12-20 15:03:30.629', 1001, '2011-12-20 15:03:30.629'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-39100', 'sequestrum, nos', 1001, '2011-12-20 15:03:30.629', 1001, '2011-12-20 15:03:30.629'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1030', 'unilateral', 1001, '2011-12-20 15:03:30.63', 1001, '2011-12-20 15:03:30.63'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-50280', 'infection by Entamoeba, nos', 1001, '2011-12-20 15:03:30.631', 1001, '2011-12-20 15:03:30.631'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10053', 'pioglitazone hcl (actos)', 1001, '2011-12-20 15:03:30.632', 1001, '2011-12-20 15:03:30.632'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10054', 'hemihydrate hcl (apomorphine)', 1001, '2011-12-20 15:03:30.632', 1001, '2011-12-20 15:03:30.632'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-d0000', 'plant, nos', 1001, '2011-12-20 15:03:30.633', 1001, '2011-12-20 15:03:30.633'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-1a170', 'intima', 1001, '2011-12-20 15:03:30.633', 1001, '2011-12-20 15:03:30.633'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-81602', 'periarteritis, nos', 1001, '2011-12-20 15:03:30.635', 1001, '2011-12-20 15:03:30.635'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-94010', 'right testis', 1001, '2011-12-20 15:03:30.635', 1001, '2011-12-20 15:03:30.635'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-55100', 'orchitis, nos', 1001, '2011-12-20 15:03:30.636', 1001, '2011-12-20 15:03:30.636'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-94310', 'efferent ductule of testis', 1001, '2011-12-20 15:03:30.637', 1001, '2011-12-20 15:03:30.637'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-15000', 'congenital anomaly of vertebral column, nos', 1001, '2011-12-20 15:03:30.638', 1001, '2011-12-20 15:03:30.638'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-10113', 'hyperflexion', 1001, '2011-12-20 15:03:30.638', 1001, '2011-12-20 15:03:30.638'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-12840', 'metatarsal, nos', 1001, '2011-12-20 15:03:30.639', 1001, '2011-12-20 15:03:30.639'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8710', 'right hand', 1001, '2011-12-20 15:03:30.64', 1001, '2011-12-20 15:03:30.64'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-01530', 'fusion, nos', 1001, '2011-12-20 15:03:30.641', 1001, '2011-12-20 15:03:30.641'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8840', 'fourth finger, nos', 1001, '2011-12-20 15:03:30.643', 1001, '2011-12-20 15:03:30.643'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d8850', 'fifth finger, nos', 1001, '2011-12-20 15:03:30.644', 1001, '2011-12-20 15:03:30.644'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a3280', 'encapsulated', 1001, '2011-12-20 15:03:30.644', 1001, '2011-12-20 15:03:30.644'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-52200', 'lower lip, nos', 1001, '2011-12-20 15:03:30.645', 1001, '2011-12-20 15:03:30.645'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-54060', 'coagulative necrosis', 1001, '2011-12-20 15:03:30.646', 1001, '2011-12-20 15:03:30.646'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-14730', 'gastrocnemius muscle', 1001, '2011-12-20 15:03:30.646', 1001, '2011-12-20 15:03:30.646'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-53000', 'tongue, nos', 1001, '2011-12-20 15:03:30.647', 1001, '2011-12-20 15:03:30.647'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d0050', 'tissue, nos', 1001, '2011-12-20 15:03:30.648', 1001, '2011-12-20 15:03:30.648'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c1160', 'red blood cell', 1001, '2011-12-20 15:03:30.649', 1001, '2011-12-20 15:03:30.649'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-83480v', 'endometrial decidua', 1001, '2011-12-20 15:03:30.649', 1001, '2011-12-20 15:03:30.649'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a2460', 'tolbutamide', 1001, '2011-12-20 15:03:30.65', 1001, '2011-12-20 15:03:30.65'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('db-80100', 'goiter, nos', 1001, '2011-12-20 15:03:30.651', 1001, '2011-12-20 15:03:30.651'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-70414', 'phthisis bulbi', 1001, '2011-12-20 15:03:30.652', 1001, '2011-12-20 15:03:30.652'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-52400', 'giardiasis', 1001, '2011-12-20 15:03:30.652', 1001, '2011-12-20 15:03:30.652'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-c4180', 'mandibular lymph node', 1001, '2011-12-20 15:03:30.653', 1001, '2011-12-20 15:03:30.653'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-80706', 'squamous cell carcinoma, metastatic, nos', 1001, '2011-12-20 15:03:30.654', 1001, '2011-12-20 15:03:30.654'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-57040', 'gastric fundal gland', 1001, '2011-12-20 15:03:30.654', 1001, '2011-12-20 15:03:30.654'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-62a41', 'prochlorperazine edisylate', 1001, '2011-12-20 15:03:30.655', 1001, '2011-12-20 15:03:30.655'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-d0050', 'extramedullary hematopoiesis', 1001, '2011-12-20 15:03:30.656', 1001, '2011-12-20 15:03:30.656'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-62250', 'Kupffer cell, kupffer cell', 1001, '2011-12-20 15:03:30.657', 1001, '2011-12-20 15:03:30.657'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-81540', 'torsion of liver lobe', 1001, '2011-12-20 15:03:30.657', 1001, '2011-12-20 15:03:30.657'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-42000', 'intestinal obstruction, nos', 1001, '2011-12-20 15:03:30.657', 1001, '2011-12-20 15:03:30.657'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1180', 'proximal', 1001, '2011-12-20 15:03:30.659', 1001, '2011-12-20 15:03:30.659'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-26000', 'choristoma', 1001, '2011-12-20 15:03:30.66', 1001, '2011-12-20 15:03:30.66'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('dc-38000', 'secondary erythrocytosis, nos', 1001, '2011-12-20 15:03:30.66', 1001, '2011-12-20 15:03:30.66'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-48030', 'wall of vein, nos', 1001, '2011-12-20 15:03:30.661', 1001, '2011-12-20 15:03:30.661'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10055', 'enteropathy, nos', 1001, '2011-12-20 15:03:30.662', 1001, '2011-12-20 15:03:30.662'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-58040', 'intestinal villus', 1001, '2011-12-20 15:03:30.663', 1001, '2011-12-20 15:03:30.663'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-11195', 'calveria, nos', 1001, '2011-12-20 15:03:30.664', 1001, '2011-12-20 15:03:30.664'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('db-80000', 'disorder of thyroid, nos', 1001, '2011-12-20 15:03:30.664', 1001, '2011-12-20 15:03:30.664'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10056', 'endosalpingiosis', 1001, '2011-12-20 15:03:30.665', 1001, '2011-12-20 15:03:30.665'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-70220', 'vitiligo', 1001, '2011-12-20 15:03:30.665', 1001, '2011-12-20 15:03:30.665'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10057', 'pioglitazone hcl (placebo)', 1001, '2011-12-20 15:03:30.667', 1001, '2011-12-20 15:03:30.667'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-22300', 'parakeratosis of skin', 1001, '2011-12-20 15:03:30.667', 1001, '2011-12-20 15:03:30.667'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-53300', 'variation in hair color, nos', 1001, '2011-12-20 15:03:30.668', 1001, '2011-12-20 15:03:30.668'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-b1031', 'flurodeoxyglucose f18', 1001, '2011-12-20 15:03:30.669', 1001, '2011-12-20 15:03:30.669'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10058', 'relaxin', 1001, '2011-12-20 15:03:30.67', 1001, '2011-12-20 15:03:30.67'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10059', 'osmotic pump', 1001, '2011-12-20 15:03:30.67', 1001, '2011-12-20 15:03:30.67'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-35400', 'aortic valve, nos', 1001, '2011-12-20 15:03:30.671', 1001, '2011-12-20 15:03:30.671'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9510', 'right ankle', 1001, '2011-12-20 15:03:30.672', 1001, '2011-12-20 15:03:30.672'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d1-32020', 'synovitis, nos', 1001, '2011-12-20 15:03:30.673', 1001, '2011-12-20 15:03:30.673'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-11033', 'osteoid tissue', 1001, '2011-12-20 15:03:30.673', 1001, '2011-12-20 15:03:30.673'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-1a743', 'chondrocyte', 1001, '2011-12-20 15:03:30.673', 1001, '2011-12-20 15:03:30.673'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-11063', 'osteocyte', 1001, '2011-12-20 15:03:30.675', 1001, '2011-12-20 15:03:30.675'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-57570', 'hemosiderin-laden macrophage', 1001, '2011-12-20 15:03:30.675', 1001, '2011-12-20 15:03:30.675'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-19170', 'Tyzzer''s disease', 1001, '2011-12-20 15:03:30.676', 1001, '2011-12-20 15:03:30.676'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-12252', 'Bacillus piliformis', 1001, '2011-12-20 15:03:30.677', 1001, '2011-12-20 15:03:30.677'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-23100', 'glossitis, nos', 1001, '2011-12-20 15:03:30.678', 1001, '2011-12-20 15:03:30.678'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-38030', 'focal ulcer', 1001, '2011-12-20 15:03:30.678', 1001, '2011-12-20 15:03:30.678'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-51860', 'meclizine', 1001, '2011-12-20 15:03:30.679', 1001, '2011-12-20 15:03:30.679'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1250', 'surrounding', 1001, '2011-12-20 15:03:30.68', 1001, '2011-12-20 15:03:30.68'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-11020', 'periosteum', 1001, '2011-12-20 15:03:30.681', 1001, '2011-12-20 15:03:30.681'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-75300', 'hypoplasia, nos', 1001, '2011-12-20 15:03:30.681', 1001, '2011-12-20 15:03:30.681'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-71070', 'medulla of kidney', 1001, '2011-12-20 15:03:30.681', 1001, '2011-12-20 15:03:30.681'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-28830', 'lower lobe of lung, nos', 1001, '2011-12-20 15:03:30.683', 1001, '2011-12-20 15:03:30.683'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d4220', 'umbilicus', 1001, '2011-12-20 15:03:30.684', 1001, '2011-12-20 15:03:30.684'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-57204', 'decreased melanin pigmentation', 1001, '2011-12-20 15:03:30.685', 1001, '2011-12-20 15:03:30.685'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-01152', 'keratinocyte', 1001, '2011-12-20 15:03:30.685', 1001, '2011-12-20 15:03:30.685'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a7220', 'two', 1001, '2011-12-20 15:03:30.686', 1001, '2011-12-20 15:03:30.686'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1080', 'caudal', 1001, '2011-12-20 15:03:30.687', 1001, '2011-12-20 15:03:30.687'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-f1820', 'umbilical vien', 1001, '2011-12-20 15:03:30.688', 1001, '2011-12-20 15:03:30.688'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-73000', 'metaplasia, nos', 1001, '2011-12-20 15:03:30.688', 1001, '2011-12-20 15:03:30.688'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('dc-48400', 'lymphocytosis, nos', 1001, '2011-12-20 15:03:30.689', 1001, '2011-12-20 15:03:30.689'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-60010', 'cestodiasis', 1001, '2011-12-20 15:03:30.69', 1001, '2011-12-20 15:03:30.69'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('de-68100', 'trichuriasis', 1001, '2011-12-20 15:03:30.691', 1001, '2011-12-20 15:03:30.691'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-84400', 'cystadenoma, nos', 1001, '2011-12-20 15:03:30.691', 1001, '2011-12-20 15:03:30.691'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d0-00520', 'vasculitis of the skin, nos', 1001, '2011-12-20 15:03:30.692', 1001, '2011-12-20 15:03:30.692'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-f3000', 'abnormal placenta, nos', 1001, '2011-12-20 15:03:30.693', 1001, '2011-12-20 15:03:30.693'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('dc-41010', 'granulocytosis', 1001, '2011-12-20 15:03:30.694', 1001, '2011-12-20 15:03:30.694'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-84060', 'ranitidine', 1001, '2011-12-20 15:03:30.694', 1001, '2011-12-20 15:03:30.694'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-01151', 'melanocyte', 1001, '2011-12-20 15:03:30.695', 1001, '2011-12-20 15:03:30.695'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-00090', 'no evidence of', 1001, '2011-12-20 15:03:30.696', 1001, '2011-12-20 15:03:30.696'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-52200', 'arteriolosclerosis, nos', 1001, '2011-12-20 15:03:30.697', 1001, '2011-12-20 15:03:30.697'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-27070', 'clara cell of bronchiole', 1001, '2011-12-20 15:03:30.697', 1001, '2011-12-20 15:03:30.697'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-11000', 'kidney disease, nos', 1001, '2011-12-20 15:03:30.697', 1001, '2011-12-20 15:03:30.697'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a6550', 'containing', 1001, '2011-12-20 15:03:30.699', 1001, '2011-12-20 15:03:30.699'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-d0200', 'granulopoiesis, nos', 1001, '2011-12-20 15:03:30.7', 1001, '2011-12-20 15:03:30.7'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d2700', 'perineum, nos', 1001, '2011-12-20 15:03:30.7', 1001, '2011-12-20 15:03:30.7'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-75140', 'urethrostomy', 1001, '2011-12-20 15:03:30.701', 1001, '2011-12-20 15:03:30.701'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-85103', 'medullary carcinoma, nos; C-cell carcinoma', 1001, '2011-12-20 15:03:30.702', 1001, '2011-12-20 15:03:30.702'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10060', 'antide', 1001, '2011-12-20 15:03:30.702', 1001, '2011-12-20 15:03:30.702'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10061', 'sterile insulin diluent', 1001, '2011-12-20 15:03:30.703', 1001, '2011-12-20 15:03:30.703'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-71236', 'salpingitis isthmica nodosa', 1001, '2011-12-20 15:03:30.704', 1001, '2011-12-20 15:03:30.704'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-12350', 'ischium, nos', 1001, '2011-12-20 15:03:30.705', 1001, '2011-12-20 15:03:30.705'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-89400', 'pleomorphic adenoma; mixed tumor, salivary gland type, nos', 1001, '2011-12-20 15:03:30.705', 1001, '2011-12-20 15:03:30.705'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-80000', 'neoplasm, benign', 1001, '2011-12-20 15:03:30.707', 1001, '2011-12-20 15:03:30.707'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-f5010', 'well differentiated', 1001, '2011-12-20 15:03:30.707', 1001, '2011-12-20 15:03:30.707'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10062', 'experimental glaucoma drug', 1001, '2011-12-20 15:03:30.708', 1001, '2011-12-20 15:03:30.708'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-e0300', 'cytoplasm', 1001, '2011-12-20 15:03:30.709', 1001, '2011-12-20 15:03:30.709'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10063', 'vibratory stimulation', 1001, '2011-12-20 15:03:30.71', 1001, '2011-12-20 15:03:30.71'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10064', 'l-methyl-dl-tryptophan', 1001, '2011-12-20 15:03:30.711', 1001, '2011-12-20 15:03:30.711'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-71550', 'Nabothian gland cyst', 1001, '2011-12-20 15:03:30.712', 1001, '2011-12-20 15:03:30.712'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-90130', 'adenofibroma, nos', 1001, '2011-12-20 15:03:30.712', 1001, '2011-12-20 15:03:30.712'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-90140', 'serous adenofibroma', 1001, '2011-12-20 15:03:30.713', 1001, '2011-12-20 15:03:30.713'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10065', 'amygdalectomy', 1001, '2011-12-20 15:03:30.713', 1001, '2011-12-20 15:03:30.713'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a9450', 'tibial nerve', 1001, '2011-12-20 15:03:30.715', 1001, '2011-12-20 15:03:30.715'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a0360', 'myelin sheath, nos', 1001, '2011-12-20 15:03:30.715', 1001, '2011-12-20 15:03:30.715'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a9001', 'nerve, nos', 1001, '2011-12-20 15:03:30.716', 1001, '2011-12-20 15:03:30.716'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-56210', 'ascaridia, nos', 1001, '2011-12-20 15:03:30.717', 1001, '2011-12-20 15:03:30.717'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-95600', 'neurilemoma, nos', 1001, '2011-12-20 15:03:30.718', 1001, '2011-12-20 15:03:30.718'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-75722', 'squamous metaplasia of cervix', 1001, '2011-12-20 15:03:30.718', 1001, '2011-12-20 15:03:30.718'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-83240', 'endocervix', 1001, '2011-12-20 15:03:30.719', 1001, '2011-12-20 15:03:30.719'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-62120', 'portal bile ductule; interlobular bile duct', 1001, '2011-12-20 15:03:30.72', 1001, '2011-12-20 15:03:30.72'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-26380', 'hydatid of Morgagni (F)', 1001, '2011-12-20 15:03:30.721', 1001, '2011-12-20 15:03:30.721'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-60104', 'adrenal rest', 1001, '2011-12-20 15:03:30.721', 1001, '2011-12-20 15:03:30.721'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10066', 'cetacaine', 1001, '2011-12-20 15:03:30.722', 1001, '2011-12-20 15:03:30.722'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-30460', 'trichobezoar', 1001, '2011-12-20 15:03:30.723', 1001, '2011-12-20 15:03:30.723'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-73220', 'squamous metaplasia', 1001, '2011-12-20 15:03:30.723', 1001, '2011-12-20 15:03:30.723'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-13270', 'temporal muscle', 1001, '2011-12-20 15:03:30.724', 1001, '2011-12-20 15:03:30.724'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-53010', 'vasitis, nos', 1001, '2011-12-20 15:03:30.725', 1001, '2011-12-20 15:03:30.725'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-84020', 'famotidine', 1001, '2011-12-20 15:03:30.726', 1001, '2011-12-20 15:03:30.726'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10067', 'multivitamin w/o iron', 1001, '2011-12-20 15:03:30.726', 1001, '2011-12-20 15:03:30.726'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10068', 'multivitamin with iron', 1001, '2011-12-20 15:03:30.727', 1001, '2011-12-20 15:03:30.727'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-21800', 'acid-fast bacillus; mycobacterium, nos', 1001, '2011-12-20 15:03:30.728', 1001, '2011-12-20 15:03:30.728'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10069', 'doubly labeled water', 1001, '2011-12-20 15:03:30.729', 1001, '2011-12-20 15:03:30.729'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-78720', 'keloid', 1001, '2011-12-20 15:03:30.73', 1001, '2011-12-20 15:03:30.73'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-13600v', 'muscle of forelimb, nos', 1001, '2011-12-20 15:03:30.73', 1001, '2011-12-20 15:03:30.73'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-27000', 'bronchiole, nos', 1001, '2011-12-20 15:03:30.731', 1001, '2011-12-20 15:03:30.731'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-64590', 'oxazepam', 1001, '2011-12-20 15:03:30.732', 1001, '2011-12-20 15:03:30.732'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-c0010', 'due to', 1001, '2011-12-20 15:03:30.733', 1001, '2011-12-20 15:03:30.733'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a8060', 'optic tract', 1001, '2011-12-20 15:03:30.733', 1001, '2011-12-20 15:03:30.733'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('da-25050', 'subcortical leukoencephalopathy', 1001, '2011-12-20 15:03:30.734', 1001, '2011-12-20 15:03:30.734'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-88910', 'epithelioid leiomyoma', 1001, '2011-12-20 15:03:30.735', 1001, '2011-12-20 15:03:30.735'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-44040', 'lipogranuloma, nos', 1001, '2011-12-20 15:03:30.735', 1001, '2011-12-20 15:03:30.735'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-12717', 'shaft of femur', 1001, '2011-12-20 15:03:30.736', 1001, '2011-12-20 15:03:30.736'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a9552', 'perineal nerve', 1001, '2011-12-20 15:03:30.737', 1001, '2011-12-20 15:03:30.737'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-50410', 'demyelination, nos', 1001, '2011-12-20 15:03:30.738', 1001, '2011-12-20 15:03:30.738'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-02630', 'decreased thickness', 1001, '2011-12-20 15:03:30.738', 1001, '2011-12-20 15:03:30.738'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-63b70', 'myelin, nos', 1001, '2011-12-20 15:03:30.739', 1001, '2011-12-20 15:03:30.739'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-55120', 'epididymitis, nos', 1001, '2011-12-20 15:03:30.74', 1001, '2011-12-20 15:03:30.74'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-94180', 'sperm', 1001, '2011-12-20 15:03:30.741', 1001, '2011-12-20 15:03:30.741'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d4-85110', 'cryptorchidism', 1001, '2011-12-20 15:03:30.742', 1001, '2011-12-20 15:03:30.742'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-82160', 'aspermia', 1001, '2011-12-20 15:03:30.743', 1001, '2011-12-20 15:03:30.743'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-15721', 'capsule of knee joint', 1001, '2011-12-20 15:03:30.743', 1001, '2011-12-20 15:03:30.743'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-18422', 'cruciate ligaments of knee joint, nos', 1001, '2011-12-20 15:03:30.744', 1001, '2011-12-20 15:03:30.744'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-50601', 'chilomastix mesnili', 1001, '2011-12-20 15:03:30.745', 1001, '2011-12-20 15:03:30.745'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-73800', 'both ureters', 1001, '2011-12-20 15:03:30.745', 1001, '2011-12-20 15:03:30.745'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a2480', 'atypical', 1001, '2011-12-20 15:03:30.746', 1001, '2011-12-20 15:03:30.746'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a5650', 'sutured', 1001, '2011-12-20 15:03:30.747', 1001, '2011-12-20 15:03:30.747'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-04310', 'lactiferous duct', 1001, '2011-12-20 15:03:30.748', 1001, '2011-12-20 15:03:30.748'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-c0a00', 'phagocytosis, nos', 1001, '2011-12-20 15:03:30.749', 1001, '2011-12-20 15:03:30.749'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10070', 'negative for mycobacteria', 1001, '2011-12-20 15:03:30.749', 1001, '2011-12-20 15:03:30.749'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-21815', 'mycobacterium avium', 1001, '2011-12-20 15:03:30.75', 1001, '2011-12-20 15:03:30.75'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-57640', 'gastric contents', 1001, '2011-12-20 15:03:30.751', 1001, '2011-12-20 15:03:30.751'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10071', 'fab mouse monoclonal antibody (25d3) fragment in sterile saline', 1001, '2011-12-20 15:03:30.752', 1001, '2011-12-20 15:03:30.752'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-54040', 'root of tooth, nos', 1001, '2011-12-20 15:03:30.752', 1001, '2011-12-20 15:03:30.752'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('dc-71200', 'tonsillitis, nos', 1001, '2011-12-20 15:03:30.753', 1001, '2011-12-20 15:03:30.753'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-e0000', 'cell, nos', 1001, '2011-12-20 15:03:30.754', 1001, '2011-12-20 15:03:30.754'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10072', 'protein-mhc1, mamu A*01', 1001, '2011-12-20 15:03:30.755', 1001, '2011-12-20 15:03:30.755'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('w-10073', 'protein-mhc2, mamu DRW 201', 1001, '2011-12-20 15:03:30.755', 1001, '2011-12-20 15:03:30.755'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-d9480', 'both legs', 1001, '2011-12-20 15:03:30.756', 1001, '2011-12-20 15:03:30.756'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-64100', 'hepatic duct, nos', 1001, '2011-12-20 15:03:30.757', 1001, '2011-12-20 15:03:30.757'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-75140', 'germinal inclusion cyst of ovary', 1001, '2011-12-20 15:03:30.757', 1001, '2011-12-20 15:03:30.757'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-81010', 'mediastinitis', 1001, '2011-12-20 15:03:30.758', 1001, '2011-12-20 15:03:30.758'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-88025', 'left oviduct', 1001, '2011-12-20 15:03:30.759', 1001, '2011-12-20 15:03:30.759'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-82110', 'tubular adenoma, nos', 1001, '2011-12-20 15:03:30.76', 1001, '2011-12-20 15:03:30.76'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-78260', 'fibrous plaque', 1001, '2011-12-20 15:03:30.76', 1001, '2011-12-20 15:03:30.76'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-15003', 'synovium of joint, nos', 1001, '2011-12-20 15:03:30.761', 1001, '2011-12-20 15:03:30.761'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-23428', 'pseudomonas diminuta', 1001, '2011-12-20 15:03:30.762', 1001, '2011-12-20 15:03:30.762'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c22fa', 'omeprazole (prilosec)', 1001, '2011-12-20 15:03:30.763', 1001, '2011-12-20 15:03:30.763'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a1130', 'internal', 1001, '2011-12-20 15:03:30.764', 1001, '2011-12-20 15:03:30.764'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-93000', 'seminal vesicle, nos', 1001, '2011-12-20 15:03:30.764', 1001, '2011-12-20 15:03:30.764'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-93010', 'right seminal vesicle', 1001, '2011-12-20 15:03:30.765', 1001, '2011-12-20 15:03:30.765'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-93020', 'left seminal vesicle', 1001, '2011-12-20 15:03:30.766', 1001, '2011-12-20 15:03:30.766'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-82630', 'tubulovillous adenoma, nos', 1001, '2011-12-20 15:03:30.767', 1001, '2011-12-20 15:03:30.767'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-80102', 'carcinoma in situ, nos', 1001, '2011-12-20 15:03:30.768', 1001, '2011-12-20 15:03:30.768'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-12160', 'focal glomerular sclerosis', 1001, '2011-12-20 15:03:30.768', 1001, '2011-12-20 15:03:30.768'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-10040', 'self-inflicted injury, nos', 1001, '2011-12-20 15:03:30.769', 1001, '2011-12-20 15:03:30.769'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d3-21100', 'congestive cardiomyopathy', 1001, '2011-12-20 15:03:30.769', 1001, '2011-12-20 15:03:30.769'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-09011', 'insufficient material/tissue for diagnosis', 1001, '2011-12-20 15:03:30.771', 1001, '2011-12-20 15:03:30.771'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-a2150', 'cingulate gyrus', 1001, '2011-12-20 15:03:30.772', 1001, '2011-12-20 15:03:30.772'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-45540', 'anterior cerebral artery, nos', 1001, '2011-12-20 15:03:30.772', 1001, '2011-12-20 15:03:30.772'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-14102', 'bilateral hydronephrosis (disorder)', 1001, '2011-12-20 15:03:30.773', 1001, '2011-12-20 15:03:30.773'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-71100', 'renal parenchyma', 1001, '2011-12-20 15:03:30.774', 1001, '2011-12-20 15:03:30.774'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-f1200', 'fetal membranes, nos', 1001, '2011-12-20 15:03:30.775', 1001, '2011-12-20 15:03:30.775'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('g-a4170', 'local', 1001, '2011-12-20 15:03:30.775', 1001, '2011-12-20 15:03:30.775'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d5-81019', 'cholangiohepatitis', 1001, '2011-12-20 15:03:30.776', 1001, '2011-12-20 15:03:30.776'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('m-55040', 'fibrin deposition', 1001, '2011-12-20 15:03:30.777', 1001, '2011-12-20 15:03:30.777'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('t-21360', 'nasal turbinate', 1001, '2011-12-20 15:03:30.778', 1001, '2011-12-20 15:03:30.778'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d2-02500', 'rhinitis', 1001, '2011-12-20 15:03:30.778', 1001, '2011-12-20 15:03:30.778'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a0d11', 'latanoprost', 1001, '2011-12-20 15:03:30.779', 1001, '2011-12-20 15:03:30.779'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-61221', 'diphosghoglyceric acid', 1001, '2011-12-20 15:03:30.78', 1001, '2011-12-20 15:03:30.78'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-a2014', 'pioglitazone hydrochloride', 1001, '2011-12-20 15:03:30.78', 1001, '2011-12-20 15:03:30.78'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('p1-03003', 'removal (procedure)', 1001, '2011-12-20 15:03:30.781', 1001, '2011-12-20 15:03:30.781'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('l-1e125', 'shigella flexneri, serovar 4 (living organizm)', 1001, '2011-12-20 15:03:30.782', 1001, '2011-12-20 15:03:30.782'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-71819', 'alendronate', 1001, '2011-12-20 15:03:30.783', 1001, '2011-12-20 15:03:30.783'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-85611', 'apomorphine hydrochloride', 1001, '2011-12-20 15:03:30.783', 1001, '2011-12-20 15:03:30.783'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('d7-72050', 'endosalpingiosis (disorder)', 1001, '2011-12-20 15:03:30.784', 1001, '2011-12-20 15:03:30.784'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-b2580', 'relaxin', 1001, '2011-12-20 15:03:30.785', 1001, '2011-12-20 15:03:30.785'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('c-c1430', 'cetacaine topical anesthetic', 1001, '2011-12-20 15:03:30.785', 1001, '2011-12-20 15:03:30.785'); -INSERT INTO ehr_lookups."snomed" ("code", "meaning", "createdby", "created", "modifiedby", "modified") VALUES ('f-ba150', 'prostaglandin pgf>2 - { - @Override - public void validateCommand(Object form, Errors errors) - { - - } - - @Override - public @NotNull URLHelper getSuccessURL(Object form) - { - return getContainer().getStartURL(getUser()); - } - - @Override - public ModelAndView getConfirmView(Object form, BindException errors) - { - if (!getUser().hasSiteAdminPermission()) - { - throw new UnauthorizedException("Only site admins can view this page"); - } - - return HtmlView.of("Several of the EHR schema tables can contain a large number of records. Indexes are created by the SQL scripts; however, they are not automatically compressed. This action will switch row compression on for these indexes. It will only work for SQLServer. Do you want to continue?"); - } - - @Override - public boolean handlePost(Object form, BindException errors) - { - EHRManager.get().compressEHRSchemaIndexes(); - return true; - } - } - @RequiresPermission(AdminPermission.class) public static class EnsureQcStatesAction extends ConfirmAction { diff --git a/ehr/src/org/labkey/ehr/EHRManager.java b/ehr/src/org/labkey/ehr/EHRManager.java index 0b28fd3a3..76e0a7aec 100644 --- a/ehr/src/org/labkey/ehr/EHRManager.java +++ b/ehr/src/org/labkey/ehr/EHRManager.java @@ -33,7 +33,6 @@ import org.labkey.api.data.DbScope; import org.labkey.api.data.PropertyManager; import org.labkey.api.data.PropertyManager.WritablePropertyMap; -import org.labkey.api.data.PropertyStorageSpec; import org.labkey.api.data.RuntimeSQLException; import org.labkey.api.data.SQLFragment; import org.labkey.api.data.Selector; @@ -44,7 +43,6 @@ import org.labkey.api.data.TableInfo; import org.labkey.api.data.TableResultSet; import org.labkey.api.data.TableSelector; -import org.labkey.api.data.dialect.SqlDialect; import org.labkey.api.ehr.EHRQCState; import org.labkey.api.ehr.EHRService; import org.labkey.api.ehr.dataentry.DataEntryForm; @@ -60,7 +58,6 @@ import org.labkey.api.module.Module; import org.labkey.api.module.ModuleLoader; import org.labkey.api.module.ModuleProperty; -import org.labkey.api.query.AliasManager; import org.labkey.api.query.BatchValidationException; import org.labkey.api.query.DuplicateKeyException; import org.labkey.api.query.FieldKey; @@ -155,30 +152,17 @@ private static final class ColumnNames static final String VET_REVIEW = "vetreview"; // Dataset-specific columns - static final String CAGE = "cage"; - static final String ROOM = "room"; static final String PROJECT = "project"; static final String CASE_NO = "caseno"; static final String CALCULATED_STATUS = "calculated_status"; - static final String DEATH = "death"; static final String CATEGORY = "category"; - static final String VALUE = "value"; - static final String HX = "hx"; - static final String CASE_ID = "caseid"; - static final String DATE_FINALIZED = "datefinalized"; static final String ASSIGNED_VET = "assignedvet"; - static final String OBSERVATION = "observation"; - static final String AREA = "area"; - static final String REMARK = "remark"; static final String TREATMENT_ID = "treatmentid"; // Database/schema columns static final String KEY_MANAGEMENT_TYPE = "keymanagementtype"; static final String KEY_PROPERTY_NAME = "keypropertyname"; static final String DEMOGRAPHIC_DATA = "demographicdata"; - - // Index include prefix - static final String INCLUDE_PREFIX = "include:"; } // Dataset name constants @@ -196,29 +180,12 @@ private static final class DatasetNames static final String CASES = "Cases"; static final String DRUG = "drug"; static final String BLOOD = "blood"; - static final String GROSS_FINDINGS = "Gross Findings"; } // Clinical observations index configuration - shared between ensureDatasetPropertyDescriptors and prepareEHRIndexContext - private static final String[] CLINICAL_OBSERVATIONS_REGULAR_COLS = new String[]{ - ColumnNames.PARTICIPANT_ID, - ColumnNames.DATE - }; - - private static final String[] CLINICAL_OBSERVATIONS_INCLUDED_COLS = new String[]{ - ColumnNames.TASK_ID, - ColumnNames.LSID, - ColumnNames.CATEGORY, - ColumnNames.OBSERVATION, - ColumnNames.AREA, - ColumnNames.REMARK - }; - - // Constructed from the regular and included columns above private static final String[] CLINICAL_OBSERVATIONS_INDEX_COLS = new String[]{ ColumnNames.PARTICIPANT_ID, - ColumnNames.DATE, - ColumnNames.INCLUDE_PREFIX + String.join(",", CLINICAL_OBSERVATIONS_INCLUDED_COLS) + ColumnNames.DATE }; private static final Logger _log = LogHelper.getLogger(EHRManager.class, "Details of comparing data types with expectations, DB status"); @@ -692,15 +659,15 @@ public List ensureDatasetPropertyDescriptors(Container c, User u, boolea Collections.addAll(toRemove, idxToRemove); if (realTable.getColumn(ColumnNames.VET_REVIEW) != null && !d.getName().equalsIgnoreCase(DatasetNames.DRUG)) - toRemove.add(new String[]{ColumnNames.QC_STATE, ColumnNames.INCLUDE_PREFIX + ColumnNames.VET_REVIEW}); + toRemove.add(new String[]{ColumnNames.QC_STATE}); if (d.getLabel().equalsIgnoreCase(DatasetNames.HOUSING)) { toAdd.add(new String[]{ColumnNames.PARTICIPANT_ID, ColumnNames.END_DATE}); - toAdd.add(new String[]{ColumnNames.PARTICIPANT_ID, ColumnNames.INCLUDE_PREFIX + ColumnNames.DATE + "," + ColumnNames.CAGE + "," + ColumnNames.ROOM}); + toAdd.add(new String[]{ColumnNames.PARTICIPANT_ID}); toAdd.add(new String[]{ColumnNames.LSID, ColumnNames.PARTICIPANT_ID}); toAdd.add(new String[]{ColumnNames.DATE, ColumnNames.LSID, ColumnNames.PARTICIPANT_ID}); - toAdd.add(new String[]{ColumnNames.DATE, ColumnNames.INCLUDE_PREFIX + ColumnNames.LSID + "," + ColumnNames.PARTICIPANT_ID + "," + ColumnNames.CAGE + "," + ColumnNames.ROOM}); + toAdd.add(new String[]{ColumnNames.DATE}); toAdd.add(new String[]{ColumnNames.OBJECT_ID}); } else if (d.getLabel().equalsIgnoreCase(DatasetNames.ASSIGNMENT)) @@ -727,19 +694,17 @@ else if (d.getLabel().equalsIgnoreCase(DatasetNames.CLINICAL_ENCOUNTERS)) else if (d.getLabel().equalsIgnoreCase(DatasetNames.DEMOGRAPHICS)) { toAdd.add(new String[]{ColumnNames.PARTICIPANT_ID, ColumnNames.CALCULATED_STATUS}); - toAdd.add(new String[]{ColumnNames.PARTICIPANT_ID + ":ASC", ColumnNames.INCLUDE_PREFIX + ColumnNames.DEATH}); + toAdd.add(new String[]{ColumnNames.PARTICIPANT_ID + ":ASC"}); } else if (d.getLabel().equalsIgnoreCase(DatasetNames.ANIMAL_RECORD_FLAGS)) { - toRemove.add(new String[]{ColumnNames.PARTICIPANT_ID + ":ASC", ColumnNames.INCLUDE_PREFIX + ColumnNames.CATEGORY + "," + ColumnNames.VALUE}); + toRemove.add(new String[]{ColumnNames.PARTICIPANT_ID + ":ASC"}); } else if (d.getLabel().equalsIgnoreCase(DatasetNames.CLINICAL_REMARKS)) { toAdd.add(new String[]{ColumnNames.PARTICIPANT_ID, ColumnNames.LSID}); toRemove.add(new String[]{ColumnNames.PARTICIPANT_ID + ":ASC", ColumnNames.DATE + ":ASC", ColumnNames.LSID + ":ASC"}); - toAdd.add(new String[]{ColumnNames.PARTICIPANT_ID + ":ASC", ColumnNames.DATE + ":ASC", ColumnNames.LSID + ":ASC", - ColumnNames.INCLUDE_PREFIX + ColumnNames.HX + "," + ColumnNames.QC_STATE + "," + ColumnNames.DATE_FINALIZED + "," + ColumnNames.CATEGORY}); - toRemove.add(new String[]{ColumnNames.DATE, ColumnNames.INCLUDE_PREFIX + ColumnNames.HX + "," + ColumnNames.CASE_ID}); + toAdd.add(new String[]{ColumnNames.PARTICIPANT_ID + ":ASC", ColumnNames.DATE + ":ASC", ColumnNames.LSID + ":ASC"}); toAdd.add(new String[]{ColumnNames.OBJECT_ID}); } else if (d.getLabel().equalsIgnoreCase(DatasetNames.TREATMENT_ORDERS)) @@ -770,14 +735,13 @@ else if (d.getName().equalsIgnoreCase(DatasetNames.CLINICAL_OBSERVATIONS)) } } - toRemove.add(CLINICAL_OBSERVATIONS_REGULAR_COLS); + toRemove.add(CLINICAL_OBSERVATIONS_INDEX_COLS); } else if (d.getName().equalsIgnoreCase(DatasetNames.DRUG)) { toAdd.add(new String[]{ColumnNames.TREATMENT_ID}); - toRemove.add(new String[]{ColumnNames.QC_STATE, ColumnNames.INCLUDE_PREFIX + ColumnNames.TREATMENT_ID + "," + ColumnNames.VET_REVIEW}); - toRemove.add(new String[]{ColumnNames.QC_STATE, ColumnNames.INCLUDE_PREFIX + ColumnNames.TREATMENT_ID}); + toRemove.add(new String[]{ColumnNames.QC_STATE}); toAdd.add(new String[]{ColumnNames.REQUEST_ID}); toRemove.remove(new String[]{ColumnNames.REQUEST_ID}); @@ -791,11 +755,11 @@ else if (d.getName().equalsIgnoreCase(DatasetNames.BLOOD)) //ensure indexes removed, unless explicitly requested by a table for (String[] cols : toRemove) { - String indexName = getIndexName(realTable.getSqlDialect(), tableName, cols); + String indexName = getIndexName(tableName, cols); boolean found = false; for (String[] addedIndex : toAdd) { - String addedIndexName = getIndexName(realTable.getSqlDialect(), tableName, addedIndex); + String addedIndexName = getIndexName(tableName, addedIndex); if (addedIndexName.equalsIgnoreCase(indexName)) { found = true; @@ -813,7 +777,7 @@ else if (d.getName().equalsIgnoreCase(DatasetNames.BLOOD)) { if (commitChanges) { - dropIndex(realTable.getSchema(), realTable, indexName, Arrays.asList(cols), d.getLabel(), messages); + dropIndex(realTable.getSchema(), indexName, Arrays.asList(cols), d.getLabel(), messages); } else { @@ -828,25 +792,10 @@ else if (d.getName().equalsIgnoreCase(DatasetNames.BLOOD)) boolean missingCols = false; List cols = new ArrayList<>(); - String[] includedCols = null; - Map directionMap = new HashMap<>(); for (String name : indexCols) { - String[] tokens = name.split(":"); - if (tokens[0].equalsIgnoreCase("include")) - { - if (tokens.length > 1) - { - includedCols = tokens[1].split(","); - } - } - else - { - cols.add(tokens[0]); - if (tokens.length > 1) - directionMap.put(tokens[0], tokens[1]); - } + cols.add(name.split(":")[0]); } for (String col : cols) @@ -857,21 +806,10 @@ else if (d.getName().equalsIgnoreCase(DatasetNames.BLOOD)) } } - if (includedCols != null) - { - for (String col : includedCols) - { - if (realTable.getColumn(col) == null) - { - missingCols = true; - } - } - } - if (missingCols) continue; - String indexName = getIndexName(realTable.getSqlDialect(), tableName, indexCols); + String indexName = getIndexName(tableName, indexCols); if (distinctIndexes.contains(indexName)) throw new RuntimeException("An index has already been created with the name: " + indexName); @@ -893,7 +831,7 @@ else if (d.getName().equalsIgnoreCase(DatasetNames.BLOOD)) { if (commitChanges) { - dropIndex(realTable.getSchema(), realTable, indexName, cols, d.getLabel(), messages); + dropIndex(realTable.getSchema(), indexName, cols, d.getLabel(), messages); } else { @@ -906,16 +844,7 @@ else if (d.getName().equalsIgnoreCase(DatasetNames.BLOOD)) { if (commitChanges) { - List columns = new ArrayList<>(); - for (String name : cols) - { - if (realTable.getSqlDialect().isSqlServer() && directionMap.containsKey(name)) - name += " " + directionMap.get(name); - - columns.add(name); - } - - createIndex(realTable.getSchema(), realTable, d.getLabel(), indexName, columns, includedCols, messages); + createIndex(realTable.getSchema(), realTable, d.getLabel(), indexName, new ArrayList<>(cols), messages); } else { @@ -923,69 +852,10 @@ else if (d.getName().equalsIgnoreCase(DatasetNames.BLOOD)) } } } - - //then disable if needed. only attempt on SQLServer - if (realTable.getSqlDialect().isSqlServer()) - { - if (!DatasetNames.DEMOGRAPHICS.equalsIgnoreCase(d.getName())) - { - PropertyStorageSpec.Index[] idxToDisable = new PropertyStorageSpec.Index[]{ - new PropertyStorageSpec.Index(false, "participantsequencenum"), - new PropertyStorageSpec.Index(false, ColumnNames.QC_STATE) - }; - - for (PropertyStorageSpec.Index toDisable : idxToDisable) - { - String idxName = AliasManager.makeLegalName(tableName + '_' + StringUtils.join(toDisable.columnNames, "_"), DbScope.getLabKeyScope().getSqlDialect()); - if (doesIndexExist(realTable.getSchema(), tableName, idxName)) - { - messages.add("will disable index: " + tableName + "." + idxName); - if (commitChanges) - { - new SqlExecutor(realTable.getSchema()).execute(new SQLFragment("ALTER INDEX " + idxName + " ON studydataset." + tableName + " DISABLE")); - } - } - else - { - _log.warn("unable to find index: {}.{}", tableName, idxName); - String indexName = getIndexName(realTable.getSqlDialect(), tableName, toDisable.columnNames); - if (doesIndexExist(realTable.getSchema(), tableName, indexName)) - { - messages.add("will disable index: " + tableName + "." + indexName); - if (commitChanges) - { - new SqlExecutor(realTable.getSchema()).execute(new SQLFragment("ALTER INDEX " + indexName + " ON studydataset." + tableName + " DISABLE")); - } - } - else - { - _log.warn("unable to find index: {}.{}", tableName, indexName); - } - } - } - } - } } createEHRLookupIndexes(messages, commitChanges, rebuildIndexes); - //increase length of encounters remark col - if (commitChanges && DbScope.getLabKeyScope().getSqlDialect().isSqlServer()) - { - for (String label : new String[]{DatasetNames.CLINICAL_ENCOUNTERS, DatasetNames.GROSS_FINDINGS}) - { - Dataset ds = study.getDatasetByLabel(label); - if (ds != null) - { - _log.info("increasing size of " + ColumnNames.REMARK + " column for dataset: {}", label); - SQLFragment sql = new SQLFragment("ALTER TABLE studydataset." + ds.getDomain().getStorageTableName() + - " ALTER COLUMN " + ColumnNames.REMARK + " NVARCHAR(max)"); - SqlExecutor se = new SqlExecutor(DbScope.getLabKeyScope()); - se.execute(sql); - } - } - } - transaction.commit(); Introspector.flushCaches(); @@ -1035,45 +905,16 @@ private void resolveProperty(Container c, Container sharedContainer, List cols = new ArrayList<>(); - String[] includedCols = null; - Map directionMap = new HashMap<>(); for (String name : indexCols) { - String[] tokens = name.split(":"); - if (tokens[0].equalsIgnoreCase("include")) - { - if (tokens.length > 1) - { - includedCols = tokens[1].split(","); - } - } - else - { - cols.add(tokens[0]); - if (tokens.length > 1) - directionMap.put(tokens[0], tokens[1]); - } - } - - String indexName = tableName + "_" + StringUtils.join(cols, "_"); - if (includedCols != null && dialect.isSqlServer()) - { - indexName += "_include_" + StringUtils.join(includedCols, "_"); + cols.add(name.split(":")[0]); } - return indexName; + return tableName + "_" + StringUtils.join(cols, "_"); } private void createEHRLookupIndexes(List messages, boolean commitChanges, boolean rebuildIndexes) throws SQLException @@ -1088,9 +929,9 @@ private void createEHRLookupIndexes(List messages, boolean commitChanges if (commitChanges && (!exists || rebuildIndexes)) { if (exists) - dropIndex(schema, realTable, indexName, cols, indexName, messages); + dropIndex(schema, indexName, cols, indexName, messages); - createIndex(schema, realTable, indexName, indexName, cols, new String[]{ColumnNames.VALUE}, messages); + createIndex(schema, realTable, indexName, indexName, cols, messages); } else if ((!exists || rebuildIndexes)) { @@ -1101,18 +942,10 @@ else if ((!exists || rebuildIndexes)) } } - private void createIndex(DbSchema schema, TableInfo realTable, String tableName, String indexName, List columns, String[] includedCols, List messages) + private void createIndex(DbSchema schema, TableInfo realTable, String tableName, String indexName, List columns, List messages) { messages.add("Creating index on column(s): " + StringUtils.join(columns, ", ") + " for table: " + tableName); - String sqlString = "CREATE INDEX " + indexName + " ON " + realTable.getSelectName() + "(" + StringUtils.join(columns, ", ") + ")"; - if (schema.getSqlDialect().isSqlServer() && isEnterpriseEdition(schema)) - { - if (includedCols != null) - sqlString += " INCLUDE (" + StringUtils.join(includedCols, ", ") + ") "; - - sqlString += " WITH (DATA_COMPRESSION = ROW)"; - } - SQLFragment sql = new SQLFragment(sqlString); + SQLFragment sql = new SQLFragment("CREATE INDEX " + indexName + " ON " + realTable.getSelectName() + "(" + StringUtils.join(columns, ", ") + ")"); SqlExecutor se = new SqlExecutor(schema); se.execute(sql); } @@ -1132,19 +965,10 @@ private boolean doesIndexExist(DbSchema schema, String tableName, String indexNa return indexNames.contains(indexName); } - private void dropIndex(DbSchema schema, TableInfo realTable, String indexName, List cols, String tableName, List messages) + private void dropIndex(DbSchema schema, String indexName, List cols, String tableName, List messages) { messages.add("Dropping index on column(s): " + StringUtils.join(cols, ", ") + " for dataset: " + tableName); - String sqlString; - if (realTable.getSqlDialect().isSqlServer()) - { - sqlString = "DROP INDEX " + indexName + " ON " + realTable.getSelectName(); - } - else - { - sqlString = "DROP INDEX " + schema.getName() + "." + indexName; - } - SQLFragment sql = new SQLFragment(sqlString); + SQLFragment sql = new SQLFragment("DROP INDEX " + schema.getName() + "." + indexName); SqlExecutor se = new SqlExecutor(schema); se.execute(sql); } @@ -1155,16 +979,12 @@ private void dropIndex(DbSchema schema, TableInfo realTable, String indexName, L private static class DatasetIndexConfig { final String datasetName; - final String[] indexCols; - final String[] regularCols; - final String[] includedCols; + final String[] cols; - DatasetIndexConfig(String datasetName, String[] indexCols, String[] regularCols, String[] includedCols) + DatasetIndexConfig(String datasetName, String[] cols) { this.datasetName = datasetName; - this.indexCols = indexCols; - this.regularCols = regularCols; - this.includedCols = includedCols; + this.cols = cols; } } @@ -1176,9 +996,7 @@ private static class DatasetIndexConfig DATASET_INDEX_CONFIGS.add( new DatasetIndexConfig( DatasetNames.CLINICAL_OBSERVATIONS, - CLINICAL_OBSERVATIONS_INDEX_COLS, - CLINICAL_OBSERVATIONS_REGULAR_COLS, - CLINICAL_OBSERVATIONS_INCLUDED_COLS + CLINICAL_OBSERVATIONS_INDEX_COLS ) ); // Additional dataset index configurations can be registered here @@ -1196,9 +1014,8 @@ private static class EHRIndexContext final DbSchema schema; final String indexName; final List cols; - final String[] includedCols; - EHRIndexContext(Dataset dataset, TableInfo realTable, String tableName, DbSchema schema, String indexName, List cols, String[] includedCols) + EHRIndexContext(Dataset dataset, TableInfo realTable, String tableName, DbSchema schema, String indexName, List cols) { this.dataset = dataset; this.realTable = realTable; @@ -1206,7 +1023,6 @@ private static class EHRIndexContext this.schema = schema; this.indexName = indexName; this.cols = cols; - this.includedCols = includedCols; } } @@ -1238,11 +1054,9 @@ private EHRIndexContext prepareEHRIndexContext(Container c, DatasetIndexConfig c String tableName = dataset.getDomain().getStorageTableName(); DbSchema schema = realTable.getSchema(); - String indexName = getIndexName(schema.getSqlDialect(), tableName, config.indexCols); + String indexName = getIndexName(tableName, config.cols); - List cols = Arrays.asList(config.regularCols); - - return new EHRIndexContext(dataset, realTable, tableName, schema, indexName, cols, config.includedCols); + return new EHRIndexContext(dataset, realTable, tableName, schema, indexName, Arrays.asList(config.cols)); } /** @@ -1283,7 +1097,7 @@ private List dropEHRIndex(Container c, User u, DatasetIndexConfig config boolean exists = doesIndexExist(ctx.schema, ctx.tableName, ctx.indexName); if (exists) { - dropIndex(ctx.schema, ctx.realTable, ctx.indexName, ctx.cols, ctx.dataset.getLabel(), messages); + dropIndex(ctx.schema, ctx.indexName, ctx.cols, ctx.dataset.getLabel(), messages); messages.add("Successfully dropped " + config.datasetName + " index: " + ctx.indexName); } else @@ -1343,7 +1157,7 @@ private List addEHRIndex(Container c, User u, DatasetIndexConfig config) } else { - createIndex(ctx.schema, ctx.realTable, ctx.dataset.getLabel(), ctx.indexName, ctx.cols, ctx.includedCols, messages); + createIndex(ctx.schema, ctx.realTable, ctx.dataset.getLabel(), ctx.indexName, ctx.cols, messages); messages.add("Successfully created " + config.datasetName + " index: " + ctx.indexName); } @@ -1357,55 +1171,6 @@ private List addEHRIndex(Container c, User u, DatasetIndexConfig config) return messages; } - //the module's SQL scripts create indexes, but apparently only SQL server enterprise supports compression, - //so this code will let admins compress them after the fact - public void compressEHRSchemaIndexes() - { - if (!DbScope.getLabKeyScope().getSqlDialect().isSqlServer() && isEnterpriseEdition(EHRSchema.getInstance().getSchema())) - { - _log.error("Index compression on EHR can only be performed on SQL server currently."); - return; - } - - _log.info("Compressing indexes on select EHR schema tables"); - - List> names = new ArrayList<>(); - names.add(Pair.of("encounter_flags", new String[]{"objectid"})); - names.add(Pair.of("encounter_flags", new String[]{"parentid"})); - names.add(Pair.of("encounter_flags", new String[]{"id"})); - - names.add(Pair.of("encounter_participants", new String[]{"parentid"})); - names.add(Pair.of("encounter_participants", new String[]{"id"})); - names.add(Pair.of("encounter_participants", new String[]{"taskid"})); - - names.add(Pair.of("encounter_summaries", new String[]{"id"})); - names.add(Pair.of("encounter_summaries", new String[]{"container", "objectid"})); - names.add(Pair.of("encounter_summaries", new String[]{"container", "parentid"})); - names.add(Pair.of("encounter_summaries", new String[]{"taskid"})); - - names.add(Pair.of("snomed_tags", new String[]{"taskid"})); - names.add(Pair.of("snomed_tags", new String[]{"code", "container"})); - - names.add(Pair.of("treatment_times", new String[]{"container", "treatmentid"})); - - for (Pair pair : names) - { - String table = pair.first; - String indexName = table + "_" + StringUtils.join(pair.second, "_"); - rebuildIndex(table, indexName); - } - - //clustered index does not follow other naming conventions - rebuildIndex("snomed_tags", "CIDX_snomed_tags"); - } - - private void rebuildIndex(String table, String indexName) - { - DbSchema ehr = EHRSchema.getInstance().getSchema(); - SQLFragment sql = new SQLFragment("ALTER INDEX " + indexName + " ON ehr." + table + " REBUILD WITH (DATA_COMPRESSION = ROW)"); - SqlExecutor se = new SqlExecutor(ehr); - se.execute(sql); - } //NOTE: this assumes the property already exists private void updatePropertyURI(Domain d, PropertyDescriptor pd) throws SQLException @@ -1423,7 +1188,7 @@ private void updatePropertyURI(Domain d, PropertyDescriptor pd) throws SQLExcept long propertyId = ids[0]; //first ensure the propertyURI exists - SQLFragment sql = new SQLFragment("select propertyid from exp.propertydomain p where domainId = ? AND propertyid in (select propertyid from exp.propertydescriptor pd where pd.name " + (expSchema.getSqlDialect().isPostgreSQL() ? "ilike" : "like") + " ?)", d.getTypeId(), pd.getName()); + SQLFragment sql = new SQLFragment("select propertyid from exp.propertydomain p where domainId = ? AND propertyid in (select propertyid from exp.propertydescriptor pd where pd.name ilike ?)", d.getTypeId(), pd.getName()); SqlSelector selector = new SqlSelector(expSchema.getScope(), sql); List oldIds = new ArrayList<>(); diff --git a/ehr/src/org/labkey/ehr/EHRServiceImpl.java b/ehr/src/org/labkey/ehr/EHRServiceImpl.java index fb42cedda..4b05fe831 100644 --- a/ehr/src/org/labkey/ehr/EHRServiceImpl.java +++ b/ehr/src/org/labkey/ehr/EHRServiceImpl.java @@ -1006,8 +1006,7 @@ public void appendSNOMEDCols(AbstractTableInfo ti, String displayColumnName, Str if (existing == null && ti.getColumn("objectid") != null && ti.getUserSchema() != null) { //display version of the column - String chr = ti.getSqlDialect().isPostgreSQL() ? "chr" : "char"; - SQLFragment groupConcatSQL = ti.getSqlDialect().getGroupConcat(new SQLFragment(ti.getSqlDialect().concatenate("CAST(t.sort as varchar(10))", "': '", "s.meaning", "' ('", "t.code", "')'")), true, true, new SQLFragment(chr + "(10)")); + SQLFragment groupConcatSQL = ti.getSqlDialect().getGroupConcat(new SQLFragment(ti.getSqlDialect().concatenate("CAST(t.sort as varchar(10))", "': '", "s.meaning", "' ('", "t.code", "')'")), true, true, new SQLFragment("chr(10)")); SQLFragment displaySQL = new SQLFragment("(SELECT "); displaySQL.append(groupConcatSQL); displaySQL.append("\nFROM ehr.snomed_tags t JOIN ehr_lookups.snomed s ON (s.code = t.code AND s.container = t.container) "); diff --git a/ehr/src/org/labkey/ehr/demographics/EHRDemographicsServiceImpl.java b/ehr/src/org/labkey/ehr/demographics/EHRDemographicsServiceImpl.java index 5e8f69149..993d30d6d 100644 --- a/ehr/src/org/labkey/ehr/demographics/EHRDemographicsServiceImpl.java +++ b/ehr/src/org/labkey/ehr/demographics/EHRDemographicsServiceImpl.java @@ -505,7 +505,7 @@ private List createRecords(Container c, Collection ids, bo Date startTime = new Date(); Map> ret = new HashMap<>(); - //NOTE: SQLServer can complain if requesting more than 2000 at a time, so break into smaller sets + //NOTE: break into smaller sets to keep the IN clause a reasonable size int start = 0; // Use a set to remove duplicates List allIds = new ArrayList<>(new HashSet<>(ids)); diff --git a/ehr/src/org/labkey/ehr/pipeline/GeneticCalculationsImportTask.java b/ehr/src/org/labkey/ehr/pipeline/GeneticCalculationsImportTask.java index 24b04ae71..72d50b56b 100644 --- a/ehr/src/org/labkey/ehr/pipeline/GeneticCalculationsImportTask.java +++ b/ehr/src/org/labkey/ehr/pipeline/GeneticCalculationsImportTask.java @@ -221,28 +221,18 @@ private static void processKinship(Container c, User u, FileLike pipelineDir, Lo } SqlExecutor ex = new SqlExecutor(kinshipTable.getSchema()); - if (kinshipTable.getSqlDialect().isSqlServer()) - { - ex.execute(new SQLFragment("DBCC CHECKIDENT ('" + kinshipTable.getSelectName() + "', RESEED, " + maxVal + ")")); - } - else if (kinshipTable.getSqlDialect().isPostgreSQL()) + + //find sequence name. this was autocreated by the serial + String seqName = "kinship_rowid_seq"; + SqlSelector series = new SqlSelector(kinshipTable.getSchema(), new SQLFragment("SELECT relname FROM pg_class WHERE relkind='S' AND relname = ?", seqName)); + if (!series.exists()) { - //find sequence name. this was autocreated by the serial - String seqName = "kinship_rowid_seq"; - SqlSelector series = new SqlSelector(kinshipTable.getSchema(), new SQLFragment("SELECT relname FROM pg_class WHERE relkind='S' AND relname = ?", seqName)); - if (!series.exists()) - { - throw new PipelineJobException("Unable to find sequence with name: " + seqName); - } - else - { - maxVal++; - ex.execute(new SQLFragment("SELECT setval(?, ?)", "ehr." + seqName, maxVal)); - } + throw new PipelineJobException("Unable to find sequence with name: " + seqName); } else { - throw new PipelineJobException("Unknown SQL Dialect: " + kinshipTable.getSqlDialect().getProductName()); + maxVal++; + ex.execute(new SQLFragment("SELECT setval(?, ?)", "ehr." + seqName, maxVal)); } transaction.commit(); } diff --git a/ehr/src/org/labkey/ehr/table/DefaultEHRCustomizer.java b/ehr/src/org/labkey/ehr/table/DefaultEHRCustomizer.java index 3ffc0a6dd..95e935183 100644 --- a/ehr/src/org/labkey/ehr/table/DefaultEHRCustomizer.java +++ b/ehr/src/org/labkey/ehr/table/DefaultEHRCustomizer.java @@ -716,27 +716,11 @@ private void addIsNumericId(AbstractTableInfo ti) String name = "isNumericId"; if (ti.getColumn(name, false) == null) { - SQLFragment sql = null; + SQLFragment sql = new SQLFragment("CASE WHEN ( " + ExprColumn.STR_TABLE_ALIAS + ".participantid ~ '^([0-9]+)$' ) THEN " + ti.getSqlDialect().getBooleanTRUE() + " ELSE " + ti.getSqlDialect().getBooleanFALSE() + " END"); - if (ti.getSqlDialect().isSqlServer()) - { - sql = new SQLFragment("CASE WHEN (" + ExprColumn.STR_TABLE_ALIAS + ".participantid NOT LIKE '%[^0-9]%') THEN " + ti.getSqlDialect().getBooleanTRUE() + " ELSE " + ti.getSqlDialect().getBooleanFALSE() + " END"); - } - else if (ti.getSqlDialect().isPostgreSQL()) - { - sql = new SQLFragment("CASE WHEN ( " + ExprColumn.STR_TABLE_ALIAS + ".participantid ~ '^([0-9]+)$' ) THEN " + ti.getSqlDialect().getBooleanTRUE() + " ELSE " + ti.getSqlDialect().getBooleanFALSE() + " END"); - } - else - { - _log.error("Only postgres and sqlserver are supported"); - } - - if (sql != null) - { - ExprColumn newCol = new ExprColumn(ti, name, sql, JdbcType.BOOLEAN, ti.getColumn("Id")); - newCol.setLabel("Is Numeric Id?"); - ti.addColumn(newCol); - } + ExprColumn newCol = new ExprColumn(ti, name, sql, JdbcType.BOOLEAN, ti.getColumn("Id")); + newCol.setLabel("Is Numeric Id?"); + ti.addColumn(newCol); } } @@ -1295,8 +1279,7 @@ private void customizeSNOMED(AbstractTableInfo table) String codeAndMeaning = "codeAndMeaning"; if (table.getColumn(codeAndMeaning) == null) { - String chr = table.getSqlDialect().isPostgreSQL() ? "chr" : "char"; - SQLFragment sql = new SQLFragment(table.getSqlDialect().concatenate(ExprColumn.STR_TABLE_ALIAS + ".code", chr + "(9)", ExprColumn.STR_TABLE_ALIAS + ".meaning")); + SQLFragment sql = new SQLFragment(table.getSqlDialect().concatenate(ExprColumn.STR_TABLE_ALIAS + ".code", "chr(9)", ExprColumn.STR_TABLE_ALIAS + ".meaning")); ExprColumn col = new ExprColumn(table, codeAndMeaning, sql, JdbcType.VARCHAR, table.getColumn("code"), table.getColumn("meaning")); col.setLabel("Code and Meaning"); col.setFacetingBehaviorType(FacetingBehaviorType.ALWAYS_OFF); diff --git a/ehr_billing/module.properties b/ehr_billing/module.properties index 96eec0eaa..457947db1 100644 --- a/ehr_billing/module.properties +++ b/ehr_billing/module.properties @@ -1,5 +1,4 @@ ModuleClass: org.labkey.ehr_billing.EHR_BillingModule License: Apache 2.0 LicenseURL: http://www.apache.org/licenses/LICENSE-2.0 -SupportedDatabases: mssql, pgsql ManageVersion: true diff --git a/ehr_billing/resources/schemas/dbscripts/sqlserver/ehr_billing-0.000-25.000.sql b/ehr_billing/resources/schemas/dbscripts/sqlserver/ehr_billing-0.000-25.000.sql deleted file mode 100644 index 30ec59ff1..000000000 --- a/ehr_billing/resources/schemas/dbscripts/sqlserver/ehr_billing-0.000-25.000.sql +++ /dev/null @@ -1,699 +0,0 @@ -/* - * Copyright (c) 2025-2026 LabKey Corporation - * - * Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 - */ - -CREATE SCHEMA ehr_billing; -GO - -CREATE TABLE ehr_billing.aliases -( - rowid INT IDENTITY(1,1) NOT NULL, - alias varchar(200), - aliasEnabled Varchar(100), - projectNumber varchar(200), - grantNumber varchar(200), - agencyAwardNumber varchar(200), - investigatorId int, - investigatorName varchar(200), - fiscalAuthority int, - fiscalAuthorityName varchar(200), - category varchar(100), - faRate double precision, - faSchedule varchar(200), - budgetStartDate DATETIME, - budgetEndDate DATETIME, - projectTitle varchar(1000), - projectDescription varchar(1000), - projectStatus varchar(200), - aliasType VARCHAR(100), - - container ENTITYID NOT NULL, - createdBy USERID, - created DATETIME, - modifiedBy USERID, - modified DATETIME, - - CONSTRAINT PK_aliases PRIMARY KEY (rowid), - CONSTRAINT FK_EHR_BILLING_ALIASES_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId) -); - -CREATE INDEX EHR_BILLING_ALIASES_INDEX ON ehr_billing.aliases (container, alias); -GO - -CREATE INDEX EHR_BILLING_ALIASES_CONTAINER_INDEX ON ehr_billing.aliases (Container); -GO - -ALTER TABLE ehr_billing.aliases ADD LSID LSIDtype; -ALTER TABLE ehr_billing.aliases DROP COLUMN aliasEnabled; -ALTER TABLE ehr_billing.aliases ADD isAcceptingCharges bit DEFAULT 1; - --- dropping to avoid duplicate index, EHR_BILLING_ALIASES_INDEX includes index to container -EXEC core.fn_dropifexists 'aliases', 'ehr_billing', 'INDEX', 'ehr_billing_aliases_container_index'; -GO - --- index on lsid col in extensible tables -EXEC core.fn_dropifexists 'aliases', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_ALIASES_LSID'; -GO -CREATE INDEX IX_EHR_BILLING_ALIASES_LSID ON ehr_billing.aliases (lsid); -GO - --- Convert from a plain index to a unique constraint -EXEC core.fn_dropifexists 'aliases', 'ehr_billing', 'INDEX', 'EHR_BILLING_ALIASES_INDEX'; -GO - -ALTER TABLE ehr_billing.aliases ADD CONSTRAINT UNIQUE_ALIAS UNIQUE (alias, Container); - -CREATE TABLE ehr_billing.chargeRates -( - rowId INT IDENTITY(1,1) NOT NULL, - chargeId int, - unitcost double precision, - subsidy double precision, - startDate DATETIME, - endDate DATETIME, - - container ENTITYID NOT NULL, - createdBy USERID, - created DATETIME, - modifiedBy USERID, - modified DATETIME, - - CONSTRAINT PK_chargeRates PRIMARY KEY (rowId), - CONSTRAINT FK_EHR_BILLING_CHARGE_RATES_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId) -); - -CREATE INDEX EHR_BILLING_CHARGE_RATES_CONTAINER_INDEX ON ehr_billing.chargeRates (Container); -GO - -ALTER TABLE ehr_billing.chargeRates ADD LSID LSIDtype; - -ALTER TABLE ehr_billing.chargeRates ALTER COLUMN unitCost DECIMAL(13,2); -GO --- constraint and index in chargeRates table -EXEC core.fn_dropifexists 'chargeRates', 'ehr_billing', 'CONSTRAINT', 'FK_EHR_BILLING_CHARGE_RATES_CHARGEID'; -GO -EXEC core.fn_dropifexists 'chargeRates', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_CHARGE_RATES_CHARGEID'; -GO -CREATE INDEX IX_EHR_BILLING_CHARGE_RATES_CHARGEID ON ehr_billing.chargeRates (chargeId); -GO - -EXEC core.fn_dropifexists 'chargeRates', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_CHARGE_RATES_LSID'; -GO -CREATE INDEX IX_EHR_BILLING_CHARGE_RATES_LSID ON ehr_billing.chargeRates (lsid); -GO - ---this table contains records of misc charges that have happened that cannot otherwise be ---automatically inferred from the record -CREATE TABLE ehr_billing.miscCharges -( - objectid entityid NOT NULL, - id nvarchar(100), - date DATETIME, - project integer, - category nvarchar(100), - chargeId int, - quantity double precision, - unitcost double precision, - comment nvarchar(4000), - chargeType nvarchar(200), - billingDate DATETIME, - invoiceId entityid, - invoicedItemId entityid, - item nvarchar(500), - sourceInvoicedItem entityid, - creditedaccount nvarchar(100), - debitedaccount nvarchar(200), - qcstate int, - parentid entityid, - issueId int, - formSort integer, - chargeCategory nvarchar(100), - - taskid entityid, - requestid entityid, - - container ENTITYID NOT NULL, - createdBy USERID, - created DATETIME, - modifiedBy USERID, - modified DATETIME, - - CONSTRAINT PK_miscCharges PRIMARY KEY (objectid) -); - -ALTER TABLE ehr_billing.miscCharges ADD CONSTRAINT FK_EHR_BILLING_MISC_CHARGES_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId); -CREATE INDEX EHR_BILLING_MISC_CHARGES_CONTAINER_INDEX ON ehr_billing.miscCharges (Container); -GO - -ALTER TABLE ehr_billing.miscCharges ADD Lsid LSIDType; -GO - -EXEC core.fn_dropifexists 'miscCharges', 'ehr_billing', 'CONSTRAINT', 'FK_EHR_BILLING_MISC_CHARGES_CONTAINER'; -GO - -EXEC core.fn_dropifexists 'miscCharges', 'ehr_billing', 'INDEX', 'EHR_BILLING_MISC_CHARGES_CONTAINER_INDEX'; -GO - -ALTER TABLE ehr_billing.miscCharges ADD CONSTRAINT FK_EHR_BILLING_MISC_CHARGES_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId); -CREATE INDEX EHR_BILLING_MISC_CHARGES_CONTAINER_INDEX ON ehr_billing.miscCharges (Container); -GO - -ALTER TABLE ehr_billing.miscCharges ALTER COLUMN unitCost DECIMAL(13,2); -GO - -ALTER TABLE ehr_billing.miscCharges ADD investigator nvarchar(100); -GO - --- constraint and index in misccharges table -EXEC core.fn_dropifexists 'misccharges', 'ehr_billing', 'CONSTRAINT', 'FK_EHR_BILLING_MISC_CHARGES_CHARGEID'; -GO -EXEC core.fn_dropifexists 'misccharges', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_MISC_CHARGES_CHARGEID'; -GO -CREATE INDEX IX_EHR_BILLING_MISC_CHARGES_CHARGEID ON ehr_billing.misccharges (chargeid); -GO - -EXEC core.fn_dropifexists 'misccharges', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_MISC_CHARGES_PROJECT'; -GO -CREATE INDEX IX_EHR_BILLING_MISC_CHARGES_PROJECT ON ehr_billing.misccharges (project); -GO - -EXEC core.fn_dropifexists 'miscCharges', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_MISC_CHARGES_LSID'; -GO -CREATE INDEX IX_EHR_BILLING_MISC_CHARGES_LSID ON ehr_billing.miscCharges (lsid); -GO - -ALTER TABLE ehr_billing.miscCharges ADD chargeGroup nvarchar(200); -GO - -ALTER TABLE ehr_billing.miscCharges ADD totalCost double precision; - -ALTER TABLE ehr_billing.miscCharges ALTER COLUMN creditedaccount nvarchar(200); -GO - -ALTER TABLE ehr_billing.miscCharges ALTER COLUMN debitedaccount nvarchar(200); -GO - ---this table contains one row each time a billing run is performed, which gleans items to be charged from a variety of sources ---and snapshots them into invoicedItems -CREATE TABLE ehr_billing.invoiceRuns -( - rowId INT IDENTITY(1,1) NOT NULL, - dataSources nvarchar(1000), - comment nvarchar(4000), - runDate DATETIME, - billingPeriodStart DATETIME, - billingPeriodEnd DATETIME, - objectid entityid NOT NULL, - invoiceNumber nvarchar(200), - status nvarchar(200), - - container ENTITYID NOT NULL, - createdBy USERID, - created DATETIME, - modifiedBy USERID, - modified DATETIME, - - CONSTRAINT PK_invoiceRuns PRIMARY KEY (objectid) -); - -ALTER TABLE ehr_billing.invoiceRuns ADD CONSTRAINT FK_EHR_BILLING_INVOICE_RUNS_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId); -CREATE INDEX EHR_BILLING_INVOICE_RUNS_CONTAINER_INDEX ON ehr_billing.invoiceRuns (Container); -GO - -ALTER TABLE ehr_billing.invoiceRuns DROP COLUMN invoiceNumber; -GO - -ALTER TABLE ehr_billing.invoiceruns ADD Lsid LSIDType; -EXEC core.fn_dropifexists 'invoiceRuns', 'ehr_billing', 'CONSTRAINT', 'FK_EHR_BILLING_INVOICE_RUNS_CONTAINER'; -GO - -EXEC core.fn_dropifexists 'invoiceRuns', 'ehr_billing', 'INDEX', 'EHR_BILLING_INVOICE_RUNS_CONTAINER_INDEX'; -GO - -ALTER TABLE ehr_billing.invoiceRuns ADD CONSTRAINT FK_EHR_BILLING_INVOICE_RUNS_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId); -CREATE INDEX EHR_BILLING_INVOICE_RUNS_CONTAINER_INDEX ON ehr_billing.invoiceRuns (Container); - -EXEC core.fn_dropifexists 'invoiceRuns', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_INVOICE_RUNS_LSID'; -GO -CREATE INDEX IX_EHR_BILLING_INVOICE_RUNS_LSID ON ehr_billing.invoiceRuns (lsid); -GO - -EXEC core.fn_dropifexists 'invoiceRuns', 'ehr_billing', 'COLUMN', 'invoiceNumber'; -GO - ---this table contains a snapshot of items actually invoiced, which will draw from many places in the animal record -CREATE TABLE ehr_billing.invoicedItems -( - rowId INT IDENTITY(1,1) NOT NULL, - id nvarchar(100), - date DATETIME, - debitedaccount nvarchar(100), - creditedaccount nvarchar(100), - category nvarchar(100), - item nvarchar(500), - quantity double precision, - unitcost double precision, - totalcost double precision, - chargeId int, - rateId int, - exemptionId int, - comment nvarchar(4000), - sourceRecord nvarchar(200), - billingId int, - credit bit, - lastName nvarchar(100), - firstName nvarchar(100), - project int, - invoiceDate DATETIME, - invoiceNumber int, - transactionType nvarchar(10), - department nvarchar(100), - mailcode nvarchar(20), - contactPhone nvarchar(30), - faid int, - cageId int, - objectId entityid NOT NULL, - itemCode nvarchar(100), - creditAccountId int, - invoiceId entityid, - servicecenter nvarchar(200), - transactionNumber nvarchar(100), - investigatorId int, - chargeCategory nvarchar(100), - sourcerecord2 nvarchar(100), - issueId int, - - container ENTITYID NOT NULL, - createdBy USERID, - created DATETIME, - modifiedBy USERID, - modified DATETIME, - - CONSTRAINT PK_invoicedItems PRIMARY KEY (objectid) -); - -ALTER TABLE ehr_billing.invoicedItems ADD CONSTRAINT FK_EHR_BILLING_INVOICED_ITEMS_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId); -CREATE INDEX EHR_BILLING_INVOICED_ITEMS_CONTAINER_INDEX ON ehr_billing.invoicedItems (Container); -GO - -ALTER TABLE ehr_billing.invoicedItems ALTER COLUMN invoiceNumber nvarchar(20); -GO - -ALTER TABLE ehr_billing.invoicedItems ALTER COLUMN invoiceNumber nvarchar(20) NOT NULL; -GO - -CREATE INDEX EHR_BILLING_INVOICEDITEMS_INVNUM_INDEX ON ehr_billing.invoicedItems (invoiceNumber); -GO - -ALTER TABLE ehr_billing.invoiceditems ADD Lsid LSIDType; -EXEC core.fn_dropifexists 'invoicedItems', 'ehr_billing', 'CONSTRAINT', 'FK_EHR_BILLING_INVOICED_ITEMS_CONTAINER'; -GO - -EXEC core.fn_dropifexists 'invoicedItems', 'ehr_billing', 'INDEX', 'EHR_BILLING_INVOICED_ITEMS_CONTAINER_INDEX'; -GO - -ALTER TABLE ehr_billing.invoicedItems ADD CONSTRAINT FK_EHR_BILLING_INVOICED_ITEMS_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId); -CREATE INDEX EHR_BILLING_INVOICED_ITEMS_CONTAINER_INDEX ON ehr_billing.invoicedItems (Container); - -TRUNCATE TABLE ehr_billing.invoicedItems; -GO - -EXEC core.fn_dropifexists 'invoicedItems', 'ehr_billing', 'COLUMN', 'invoiceNumber'; -GO - -ALTER TABLE ehr_billing.invoicedItems ADD invoiceNumber varchar(20) NOT NULL; -GO - -EXEC core.fn_dropifexists 'invoicedItems', 'ehr_billing', 'CONSTRAINT', 'EHR_BILLING_INVOICEDITEMS_INVNUM_INDEX'; -GO - -CREATE INDEX EHR_BILLING_INVOICEDITEMS_INVNUM_INDEX ON ehr_billing.invoicedItems (invoiceNumber); -GO - -ALTER TABLE ehr_billing.invoicedItems ALTER COLUMN unitCost DECIMAL(13,2); -GO -ALTER TABLE ehr_billing.invoicedItems ALTER COLUMN totalCost DECIMAL(13,2); -GO --- constraint and index in invoicedItems table -EXEC core.fn_dropifexists 'invoiceditems', 'ehr_billing', 'CONSTRAINT', 'FK_EHR_BILLING_INVOICED_ITEMS_CHARGEID'; -GO -EXEC core.fn_dropifexists 'invoiceditems', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_INVOICED_ITEMS_CHARGEID'; -GO -CREATE INDEX IX_EHR_BILLING_INVOICED_ITEMS_CHARGEID ON ehr_billing.invoiceditems (chargeid); -GO - -EXEC core.fn_dropifexists 'invoicedItems', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_INVOICED_ITEMS_LSID'; -GO -CREATE INDEX IX_EHR_BILLING_INVOICED_ITEMS_LSID ON ehr_billing.invoicedItems (lsid); -GO - --- drop Index and Constraints -EXEC core.fn_dropifexists 'invoicedItems', 'ehr_billing', 'INDEX', 'EHR_BILLING_INVOICEDITEMS_INVNUM_INDEX'; -GO - --- Modify invoiceNumber -ALTER TABLE ehr_billing.invoicedItems ALTER COLUMN invoiceNumber nvarchar(100); -GO - --- Add Index and Constraints back -CREATE INDEX EHR_BILLING_INVOICEDITEMS_INVNUM_INDEX ON ehr_billing.invoicedItems (invoiceNumber); -GO - -ALTER TABLE ehr_billing.invoicedItems ALTER COLUMN creditedaccount nvarchar(200); -GO - -ALTER TABLE ehr_billing.invoicedItems ALTER COLUMN debitedaccount nvarchar(200); -GO - -CREATE TABLE ehr_billing.chargeableItems -( - rowId int IDENTITY(1,1), - name varchar(200), - shortName varchar(100), - category varchar(200), - comment varchar(4000), - active BIT default 1, - startDate DATETIME, - endDate DATETIME, - itemCode varchar(100), - departmentCode varchar(100), - allowsCustomUnitCost BIT DEFAULT 0, - canRaiseFA BIT DEFAULT 0, - allowBlankId BIT DEFAULT 0, - LSID LSIDtype, - container ENTITYID NOT NULL, - createdBy USERID, - created DATETIME, - modifiedBy USERID, - modified DATETIME, - - CONSTRAINT PK_chargeableItems PRIMARY KEY (rowId), - CONSTRAINT FK_EHR_BILLING_CHARGEABLEITEMS_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId) -); - -CREATE INDEX EHR_BILLING_CHARGEABLEITEMS_CONTAINER_INDEX ON ehr_billing.chargeableItems (Container); -GO - -TRUNCATE TABLE ehr_billing.chargeableItems; -GO -ALTER TABLE ehr_billing.chargeableItems DROP COLUMN category; -GO -ALTER TABLE ehr_billing.chargeableItems ADD chargeCategoryId INT NOT NULL; -GO -CREATE INDEX IX_ehr_billing_chargebleItems ON ehr_billing.chargeableItems (chargeCategoryId); -GO - -ALTER TABLE ehr_billing.chargeRates ADD CONSTRAINT FK_EHR_BILLING_CHARGE_RATES_CHARGEID FOREIGN KEY (chargeId) REFERENCES ehr_billing.chargeableItems (rowid); -GO - -ALTER TABLE ehr_billing.invoiceditems ADD CONSTRAINT FK_EHR_BILLING_INVOICED_ITEMS_CHARGEID FOREIGN KEY (chargeid) REFERENCES ehr_billing.chargeableItems (rowid); -GO - -ALTER TABLE ehr_billing.misccharges ADD CONSTRAINT FK_EHR_BILLING_MISC_CHARGES_CHARGEID FOREIGN KEY (chargeid) REFERENCES ehr_billing.chargeableItems (rowid); -GO - -EXEC core.fn_dropifexists 'chargeableItems', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_CHARGEABLE_ITEMS_LSID'; -GO -CREATE INDEX IX_EHR_BILLING_CHARGEABLE_ITEMS_LSID ON ehr_billing.chargeableItems (lsid); -GO - -CREATE TABLE ehr_billing.chargeRateExemptions -( - rowId int IDENTITY(1,1), - project int, - chargeId int, - unitcost double precision, - startDate DATETIME, - endDate DATETIME, - remark TEXT, - LSID LSIDtype, - container ENTITYID NOT NULL, - createdBy USERID, - created DATETIME, - modifiedBy USERID, - modified DATETIME, - - CONSTRAINT PK_chargeRateExemptions PRIMARY KEY (rowId), - CONSTRAINT FK_EHR_BILLING_CHARGERATEEXEMPTIONS_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId) -); - -CREATE INDEX EHR_BILLING_CHARGERATEEXEMPTIONS_CONTAINER_INDEX ON ehr_billing.chargeRateExemptions (Container); -EXEC core.fn_dropifexists 'chargeRateExemptions', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_CHARGE_RATE_EXEMPTIONS_LSID'; -GO -CREATE INDEX IX_EHR_BILLING_CHARGE_RATE_EXEMPTIONS_LSID ON ehr_billing.chargeRateExemptions (lsid); -GO - -CREATE TABLE ehr_billing.chargeUnits -( - chargetype varchar(100) NOT NULL, - shownInBlood BIT default 0, - shownInLabwork BIT default 0, - shownInMedications BIT default 0, - shownInProcedures BIT default 0, - servicecenter varchar(100), - active BIT default 1, - LSID LSIDtype, - container entityid, - createdBy int, - created DATETIME, - modifiedBy int, - modified DATETIME, - - CONSTRAINT PK_chargeUnits PRIMARY KEY (chargetype), - CONSTRAINT FK_EHR_BILLING_CHARGEUNITS_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId) -); - -CREATE INDEX EHR_BILLING_CHARGEUNITS_CONTAINER_INDEX ON ehr_billing.chargeUnits (Container); -EXEC core.fn_dropifexists 'chargeUnits', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_CHARGE_UNITS_LSID'; -GO -CREATE INDEX IX_EHR_BILLING_CHARGE_UNITS_LSID ON ehr_billing.chargeUnits (lsid); -GO - -ALTER TABLE ehr_billing.chargeUnits DROP CONSTRAINT PK_chargeUnits; -GO - ---rename column chargetype to groupName --- Note: TNPRC does not have any data in this table, but has two references to chargeUnits where column name rename needs to be updated - 1) in miscCharges.query.xml & 2) TNPRC_BillingCustomizer.java. -EXEC sp_rename 'ehr_billing.chargeUnits.chargetype', 'groupName', 'COLUMN'; -GO - -ALTER TABLE ehr_billing.chargeUnits ADD CONSTRAINT PK_chargeUnits PRIMARY KEY (groupName); -GO - -CREATE TABLE ehr_billing.invoice -( - rowId int IDENTITY(1,1), - invoiceNumber varchar(20) NOT NULL, - invoiceRunId ENTITYID, - accountNumber varchar(10), - invoiceSentOn DATETIME, - invoiceAmount double precision, - invoiceSentComment varchar(10), - paymentAmountReceived double precision, - fullPaymentReceived BIT, - paymentReceivedOn DATETIME, - paymentReceivedComment varchar(10), - LSID LSIDtype, - container ENTITYID NOT NULL, - createdBy USERID, - created DATETIME, - modifiedBy USERID, - modified DATETIME, - - CONSTRAINT PK_EHR_BILLING_INVOICE_INVNUM PRIMARY KEY (invoiceNumber), - CONSTRAINT FK_EHR_BILLING_INVOICE_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId) -); -GO - -CREATE INDEX EHR_BILLING_INVOICE_CONTAINER_INDEX ON ehr_billing.invoice (Container); -ALTER TABLE ehr_billing.invoice ADD CONSTRAINT UNIQUE_INVOICE_NUM UNIQUE (invoiceNumber); -GO - -ALTER TABLE ehr_billing.invoice ALTER COLUMN invoiceAmount DECIMAL(13,2); -GO -ALTER TABLE ehr_billing.invoice ALTER COLUMN paymentAmountReceived DECIMAL(13,2); -GO -ALTER TABLE ehr_billing.invoice ADD balanceDue DECIMAL(13,2); -GO - --- constraint and index in invoice table -EXEC core.fn_dropifexists 'invoice', 'ehr_billing', 'CONSTRAINT', 'FK_EHR_BILLING_INVOICE_INVOICERUNID'; -GO -ALTER TABLE ehr_billing.invoice ADD CONSTRAINT FK_EHR_BILLING_INVOICE_INVOICERUNID FOREIGN KEY (invoicerunid) REFERENCES ehr_billing.invoiceRuns (objectid); -GO - -EXEC core.fn_dropifexists 'invoice', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_INVOICE_INVOICERUNID'; -GO -CREATE INDEX IX_EHR_BILLING_INVOICE_INVOICERUNID ON ehr_billing.invoice (invoicerunid); -GO - -EXEC core.fn_dropifexists 'invoice', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_INVOICE_ACCOUNTNUMBER'; -GO -CREATE INDEX IX_EHR_BILLING_INVOICE_ACCOUNTNUMBER ON ehr_billing.invoice (accountnumber); -GO - -EXEC core.fn_dropifexists 'invoice', 'ehr_billing', 'CONSTRAINT', 'UQ_EHR_BILLING_INVOICE_INVOICENUMBER'; -GO -ALTER TABLE ehr_billing.invoice ADD CONSTRAINT UQ_EHR_BILLING_INVOICE_INVOICENUMBER UNIQUE (invoicenumber); -GO - -EXEC core.fn_dropifexists 'invoice', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_INVOICE_INVOICENUMBER'; -GO -CREATE INDEX IX_EHR_BILLING_INVOICE_INVOICENUMBER ON ehr_billing.invoice (invoicenumber); -GO - -EXEC core.fn_dropifexists 'invoice', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_INVOICE_LSID'; -GO -CREATE INDEX IX_EHR_BILLING_INVOICE_LSID ON ehr_billing.invoice (lsid); -GO - -EXEC core.fn_dropifexists 'invoice', 'ehr_billing', 'CONSTRAINT', 'PK_EHR_BILLING_INVOICE_INVNUM'; -GO - -EXEC core.fn_dropifexists 'invoice', 'ehr_billing', 'CONSTRAINT', 'UNIQUE_INVOICE_NUM'; -GO - -EXEC core.fn_dropifexists 'invoice', 'ehr_billing', 'CONSTRAINT', 'UQ_EHR_BILLING_INVOICE_INVOICENUMBER'; -GO - -EXEC core.fn_dropifexists 'invoice', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_INVOICE_INVOICENUMBER'; -GO - -ALTER TABLE ehr_billing.invoice ALTER COLUMN invoiceNumber nvarchar(100) NOT NULL; -GO - -ALTER TABLE ehr_billing.invoice ADD CONSTRAINT PK_EHR_BILLING_INVOICE_INVNUM PRIMARY KEY (invoiceNumber); -GO - -ALTER TABLE ehr_billing.invoice ADD CONSTRAINT UNIQUE_INVOICE_NUM UNIQUE (invoiceNumber); -GO - -ALTER TABLE ehr_billing.invoice ADD CONSTRAINT UQ_EHR_BILLING_INVOICE_INVOICENUMBER UNIQUE (invoicenumber); -GO - -CREATE INDEX IX_EHR_BILLING_INVOICE_INVOICENUMBER ON ehr_billing.invoice (invoicenumber); -GO - -ALTER TABLE ehr_billing.invoicedItems ADD CONSTRAINT FK_INVOICEDITEMS_INVOICENUM FOREIGN KEY (invoiceNumber) REFERENCES ehr_billing.invoice (invoiceNumber); -GO - -ALTER TABLE ehr_billing.invoice ALTER COLUMN invoiceSentComment varchar(500); -GO -ALTER TABLE ehr_billing.invoice ALTER COLUMN paymentReceivedComment varchar(500); -GO - -EXEC core.fn_dropifexists 'invoice', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_INVOICE_ACCOUNTNUMBER'; -GO - -ALTER TABLE ehr_billing.invoice ALTER COLUMN accountnumber nvarchar(200); -GO - -CREATE INDEX IX_EHR_BILLING_INVOICE_ACCOUNTNUMBER ON ehr_billing.invoice (accountnumber); -GO - -CREATE TABLE ehr_billing.chargeableItemCategories -( - rowId int identity(1,1) NOT NULL, - name varchar(100) NOT NULL, - dateDisabled datetime, - - container entityid NOT NULL, - createdBy int, - created datetime, - modifiedBy int, - modified datetime, - - CONSTRAINT PK_chargeableItemCategories PRIMARY KEY (rowId) -); -GO - -ALTER TABLE ehr_billing.chargeableItems ADD CONSTRAINT fk_chargeableItems FOREIGN KEY (chargeCategoryId) REFERENCES ehr_billing.chargeableItemCategories (rowId); -GO -ALTER TABLE ehr_billing.chargeableItemCategories ADD LSID LSIDtype; - -CREATE TABLE ehr_billing.dataAccess -( - rowId int identity(1,1) NOT NULL, - userid int, - investigatorId int, - project int, - allData bit, - - container ENTITYID NOT NULL, - createdBy USERID, - created DATETIME, - modifiedBy USERID, - modified DATETIME, - - CONSTRAINT PK_dataAccess PRIMARY KEY (rowId), - CONSTRAINT FK_EHR_BILLING_DATA_ACCESS_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId) -); - -CREATE INDEX EHR_BILLING_DATA_ACCESS_CONTAINER_INDEX ON ehr_billing.dataAccess (Container); -GO - --- constraint and index in dataaccess table -EXEC core.fn_dropifexists 'dataaccess', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_DATA_ACCESS_PROJECT'; -GO -CREATE INDEX IX_EHR_BILLING_DATA_ACCESS_PROJECT ON ehr_billing.dataaccess (project); -GO - -EXEC core.fn_dropifexists 'dataaccess', 'ehr_billing', 'CONSTRAINT', 'FK_EHR_BILLING_DATA_ACCESS_USERID'; -GO -ALTER TABLE ehr_billing.dataaccess ADD CONSTRAINT FK_EHR_BILLING_DATA_ACCESS_USERID FOREIGN KEY (userid) REFERENCES core.Usersdata (UserId); -GO - -EXEC core.fn_dropifexists 'dataaccess', 'ehr_billing', 'INDEX', 'IX_EHR_BILLING_DATA_ACCESS_USERID'; -GO -CREATE INDEX IX_EHR_BILLING_DATA_ACCESS_USERID ON ehr_billing.dataaccess (userid); -GO - -CREATE TABLE ehr_billing.fiscalAuthorities -( - rowid int identity(1,1) NOT NULL, - faid varchar(100), - firstName varchar(100), - lastName varchar(100), - position varchar(100), - address varchar(500), - city varchar(100), - state varchar(100), - country varchar(100), - zip varchar(100), - phoneNumber varchar(100), - active bit default 1, - objectid ENTITYID, - - container ENTITYID NOT NULL, - createdBy USERID, - created DATETIME, - modifiedBy USERID, - modified DATETIME, - - CONSTRAINT pk_fiscalAuthorities PRIMARY KEY (rowid), - CONSTRAINT FK_EHR_BILLING_FISCAL_AUTHORITIES_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId) -); - -CREATE INDEX EHR_BILLING_FISCAL_AUTHORITIES_CONTAINER_INDEX ON ehr_billing.fiscalAuthorities (container); - -CREATE TABLE ehr_billing.procedureQueryChargeIdAssoc -( - rowId INT IDENTITY(1,1) NOT NULL, - schemaName nvarchar(200) NOT NULL, - queryName nvarchar(500) NOT NULL, - description nvarchar(2000) NOT NULL, - chargeId int NOT NULL, - - container ENTITYID NOT NULL, - createdBy USERID, - created DATETIME, - modifiedBy USERID, - modified DATETIME, - - CONSTRAINT PK_procedureQueryChargeIdAssociations PRIMARY KEY (rowId), - CONSTRAINT FK_EHR_BILLING_PROCEDURE_QUERY_CHARGEID_ASSOC_CONTAINER FOREIGN KEY (Container) REFERENCES core.Containers (EntityId) -); - -CREATE INDEX IDX_EHR_BILLING_PROCEDURE_QUERY_CHARGEID_ASSOC_CONTAINER ON ehr_billing.procedureQueryChargeIdAssoc (container); diff --git a/ehr_billing/src/org/labkey/ehr_billing/pipeline/BillingTask.java b/ehr_billing/src/org/labkey/ehr_billing/pipeline/BillingTask.java index e0af285da..d7e5f3377 100644 --- a/ehr_billing/src/org/labkey/ehr_billing/pipeline/BillingTask.java +++ b/ehr_billing/src/org/labkey/ehr_billing/pipeline/BillingTask.java @@ -180,18 +180,7 @@ public RecordedActionSet run() throws PipelineJobException private void loadTransactionNumber() { - SqlSelector se; - if (DbScope.getLabKeyScope().getSqlDialect().isSqlServer()) - se = new SqlSelector(EHR_BILLING_SCHEMA, - new SQLFragment("select max(cast(transactionNumber as integer)) as expr from " + EHR_BillingSchema.NAME+ "." + EHR_BillingSchema.TABLE_INVOICED_ITEMS + " WHERE transactionNumber not like '%[^0-9]%'")); - else if (DbScope.getLabKeyScope().getSqlDialect().isPostgreSQL()) - { - se = new SqlSelector(EHR_BILLING_SCHEMA, new SQLFragment("select max(cast(transactionNumber as integer)) as expr from " + EHR_BillingSchema.NAME+ "." + EHR_BillingSchema.TABLE_INVOICED_ITEMS + " WHERE transactionNumber ~ '^[0-9]$'")); - } - else - { - throw new UnsupportedOperationException("The billing pipeline is only supported on sqlserver and postgres"); - } + SqlSelector se = new SqlSelector(EHR_BILLING_SCHEMA, new SQLFragment("select max(cast(transactionNumber as integer)) as expr from " + EHR_BillingSchema.NAME+ "." + EHR_BillingSchema.TABLE_INVOICED_ITEMS + " WHERE transactionNumber ~ '^[0-9]$'")); Integer[] rows = se.getArray(Integer.class); From fad6f537d5ddb6cbf5cb05555b4430a4c55821bc Mon Sep 17 00:00:00 2001 From: labkey-jeckels Date: Sun, 23 Aug 2026 13:32:39 -0700 Subject: [PATCH 2/2] Fix matching to accept multi-digit values --- .../src/org/labkey/ehr_billing/pipeline/BillingTask.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ehr_billing/src/org/labkey/ehr_billing/pipeline/BillingTask.java b/ehr_billing/src/org/labkey/ehr_billing/pipeline/BillingTask.java index d7e5f3377..63d14ab8e 100644 --- a/ehr_billing/src/org/labkey/ehr_billing/pipeline/BillingTask.java +++ b/ehr_billing/src/org/labkey/ehr_billing/pipeline/BillingTask.java @@ -180,7 +180,7 @@ public RecordedActionSet run() throws PipelineJobException private void loadTransactionNumber() { - SqlSelector se = new SqlSelector(EHR_BILLING_SCHEMA, new SQLFragment("select max(cast(transactionNumber as integer)) as expr from " + EHR_BillingSchema.NAME+ "." + EHR_BillingSchema.TABLE_INVOICED_ITEMS + " WHERE transactionNumber ~ '^[0-9]$'")); + SqlSelector se = new SqlSelector(EHR_BILLING_SCHEMA, new SQLFragment("select max(cast(transactionNumber as integer)) as expr from " + EHR_BillingSchema.NAME+ "." + EHR_BillingSchema.TABLE_INVOICED_ITEMS + " WHERE transactionNumber ~ '^[0-9]+$'")); Integer[] rows = se.getArray(Integer.class);