Tables [dbo].[search]
Sentence form description of each nomenclature medical term. Descriptions are phrased using a positive/abnormal sense using professional terminology. It contains hierarchical information that enables searching. Information is also included that can be utilized for restricting searches to male only, female only, type of finding (test, disease, etc.), and type of therapy (narcotics, surgery, etc.).
KeyNameData TypeMax Length (Bytes)NullabilityDescription
langnvarchar(1)2NOT NULLLanguage indicator of term descriptions: E = English, P = Portuguese, F = French, G = German, S = Spanish, I = Italian, R = Russian
Indexes IX_search_nodekeynodekeynvarchar(20)40NOT NULLIndicates hierarchical level of term. This is unique for each medical term but this field changes as MEDCIN evolves. More about this field is explained in the vocabulary and properties tables.
Cluster Primary Key PK_Search_medcinid: medcinidmedcinidint4NOT NULLPermanent id of MEDCIN term (finding id).
subsnvarchar(1)2NULL allowed+ indicates that lower level nodes exist. When lower level nodes exist, an indicator for users should convey that expansion is possible for this term.
termtypetinyint1NOT NULLType of medical term: 1 = symptom, 2 = physical exam, 3 = test, 5 = history, 6 = diagnosis, 7 = therapy
rxcodenvarchar(1)2NULL allowedType of therapy: A = anesthesia, C = counseling and education, D = disposition, E = exposure, F = foods, G = eye glasses or contact lens, H = herbal medicines, I = infusion, M = non-narcotic medication, N = narcotic, O = operative note, P = non surgical procedure, R = consultation with a specialist, S = surgery, T = transfusion, U = uncoded, V = vaccinations, W = work restrictions, X = radiation, Y = allergenic extracts, 9 = exclude from care plan
gendernvarchar(1)2NULL allowedLimits applicable gender of finding: M = male only, F = Female only, = Blank is okay for both genders
Indexes IX_search_descriptiondescriptionnvarchar(120)240NOT NULLConcise sentence form description of term that is displayed as a result of a search or other prompting. This description presents a positive or abnormal form of the term. Rxcode, gender, and termtype are also in the properties table. They are duplicated here to allow more specific searching without accessing another table. For example, if a search is for findings to enter into a male patients chart, the female only findings should be ignored.