← BackSQL

voc-1.2.276.0.76.3.1.195.5.11.28-2024-09-16T152134.sql

Download
    --DROP TABLE Aufenthaltsorte CASCADE;
    CREATE TABLE Aufenthaltsorte (
            Aufenthaltsorte_id int NOT NULL PRIMARY KEY,
            code varchar(255) NOT NULL,
            codeSystem varchar(255) NOT NULL,
            displayName varchar(255) NOT NULL
        );
        
    INSERT INTO Aufenthaltsorte (Aufenthaltsorte_id, code, codeSystem, displayName)
            VALUES (1, '224884006', '2.16.840.1.113883.6.96', 'Location within hospital premises (environment)');
        
    INSERT INTO Aufenthaltsorte (Aufenthaltsorte_id, code, codeSystem, displayName)
            VALUES (2, '224890005', '2.16.840.1.113883.6.96', 'Hospital reception area (environment)');
        
    INSERT INTO Aufenthaltsorte (Aufenthaltsorte_id, code, codeSystem, displayName)
            VALUES (3, '225741006', '2.16.840.1.113883.6.96', 'Resuscitation room (environment)');
        
    INSERT INTO Aufenthaltsorte (Aufenthaltsorte_id, code, codeSystem, displayName)
            VALUES (4, '224886008', '2.16.840.1.113883.6.96', 'Treatment room (environment)');
        
    INSERT INTO Aufenthaltsorte (Aufenthaltsorte_id, code, codeSystem, displayName)
            VALUES (5, '224886008:116682006=706643005', '2.16.840.1.113883.6.96', 'Treatment room:Uses equipment=Patient monitoring system module');
        
    INSERT INTO Aufenthaltsorte (Aufenthaltsorte_id, code, codeSystem, displayName)
            VALUES (6, '224887004', '2.16.840.1.113883.6.96', 'Hospital waiting room (environment)');
        
    INSERT INTO Aufenthaltsorte (Aufenthaltsorte_id, code, codeSystem, displayName)
            VALUES (7, '225746001', '2.16.840.1.113883.6.96', 'Ward (environment)');
        
    INSERT INTO Aufenthaltsorte (Aufenthaltsorte_id, code, codeSystem, displayName)
            VALUES (8, '224880002', '2.16.840.1.113883.6.96', 'Location within general practice premises (environment)');
        
    INSERT INTO Aufenthaltsorte (Aufenthaltsorte_id, code, codeSystem, displayName)
            VALUES (9, '288569007', '2.16.840.1.113883.6.96', 'General practice reception area (environment)');
        
    INSERT INTO Aufenthaltsorte (Aufenthaltsorte_id, code, codeSystem, displayName)
            VALUES (10, '288570008', '2.16.840.1.113883.6.96', 'General practice waiting room (environment)');
        
    INSERT INTO Aufenthaltsorte (Aufenthaltsorte_id, code, codeSystem, displayName)
            VALUES (11, '288567009', '2.16.840.1.113883.6.96', 'General practice treatment room (environment)');