[1m[35m (88.2ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", :environment], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "test"], ["created_at", 2016-09-12 13:40:59 UTC], ["updated_at", 2016-09-12 13:40:59 UTC]]
[1m[35m (2.5ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35m (0.1ms)[0m [1m[31mROLLBACK[0m
[1m[35m (0.0ms)[0m [1m[35mBEGIN[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items"[0m
[1m[35m (0.0ms)[0m [1m[31mROLLBACK[0m
[1m[35m (131.5ms)[0m [1m[35mDROP DATABASE IF EXISTS "provider_taxonomy_dummy_test"[0m
[1m[35m (483.3ms)[0m [1m[35mCREATE DATABASE "provider_taxonomy_dummy_test" ENCODING = 'utf8'[0m
[1m[35mSQL (0.1ms)[0m [1m[35mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
[1m[35m (99.1ms)[0m [1m[35mCREATE TABLE "taxonomy_items" ("id" serial primary key, "name" character varying NOT NULL, "parent_id" integer, "depth" integer, "category" character varying, "taxonomy_code" character varying, "sub_category" character varying, "definition" character varying, "notes" character varying)[0m
[1m[35m (32.0ms)[0m [1m[35mCREATE INDEX "index_taxonomy_items_on_parent_id" ON "taxonomy_items" USING btree ("parent_id")[0m
[1m[35m (57.6ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" character varying PRIMARY KEY)[0m
[1m[35m (0.4ms)[0m [1m[34mSELECT version FROM "schema_migrations"[0m
[1m[35m (7.6ms)[0m [1m[32mINSERT INTO "schema_migrations" (version) VALUES ('20160909180325')[0m
[1m[35m (64.9ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)[0m
[1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", :environment], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key"[0m [["key", "environment"], ["value", "test"], ["created_at", 2016-09-12 14:00:46 UTC], ["updated_at", 2016-09-12 14:00:46 UTC]]
[1m[35m (3.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mActiveRecord::InternalMetadata Load (0.2ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2[0m [["key", :environment], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35m (0.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items"[0m
[1m[35m (0.1ms)[0m [1m[31mROLLBACK[0m
[1m[35m (126.0ms)[0m [1m[35mTRUNCATE taxonomy_items RESTART IDENTITY;[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id"[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1]]
[1m[35m (9.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Counselor"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Counselor"], ["parent_id", 1], ["depth", 2], ["taxonomy_code", "101Y00000X"], ["definition", "A provider who is trained and educated in the performance of behavior health services through interpersonal communications and analysis. Training and education at the specialty level usually requires a master�s degree and clinical experience and supervision for licensure or certification."], ["notes", "Sources: Abridged from definitions provided by the National Board of Certified Counselors and the American Association of Pastoral Counselors."]]
[1m[35m (5.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Counselor"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Addiction (Substance Use Disorder)"], ["parent_id", 2], ["depth", 3], ["taxonomy_code", "101YA0400X"], ["definition", "Definition to come..."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Counselor"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Mental Health"], ["parent_id", 2], ["depth", 3], ["taxonomy_code", "101YM0800X"], ["definition", "Definition to come..."]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Counselor"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Pastoral"], ["parent_id", 2], ["depth", 3], ["taxonomy_code", "101YP1600X"], ["definition", "Definition to come..."]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Counselor"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Professional"], ["parent_id", 2], ["depth", 3], ["taxonomy_code", "101YP2500X"], ["definition", "Definition to come..."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Counselor"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "School"], ["parent_id", 2], ["depth", 3], ["taxonomy_code", "101YS0200X"], ["definition", "Definition to come..."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychoanalyst"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Psychoanalyst"], ["parent_id", 1], ["depth", 2], ["taxonomy_code", "102L00000X"], ["definition", "Psychoanalysis is a comprehensive, theoretical framework which, when applied to a treatment process, consists of an intensive verbal, therapeutic relationship between an analyst and an analysand which aims for symptom relief, emotional growth, and personal integration. The psychoanalytic treatment process includes, but is not limited to, the recognition of unconscious processes and conflicts; the significance of developmental influences; and the impact of resistances, defenses, transference and countertransference phenomena. Treatment is enhanced by an understanding developed in the analyst�s training and personal analysis of unconscious manifestations, such as dreams, slips of the tongue, fantasies and day dreams. Psychoanalytic technique varies in relation to theoretical orientation."], ["notes", "Source: Registry of Psychoanalysts published by the National Association for the Advancement of Psychoanalysis [1/1/2007: new; 7/1/2007: definition changed, source changed]"]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Poetry Therapist"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Poetry Therapist"], ["parent_id", 1], ["depth", 2], ["taxonomy_code", "102X00000X"], ["definition", "A medical or mental health professional who has attained credentials after satisfactorily completing a poetry therapy training program approved by the National Federation for Biblio/Poetry Therapy (NFBPT). Training includes didactic work, peer group experience, and supervised practicum. An NFBPT credentialed certified poetry therapist (CPT) or registered poetry therapist (PTR) integrates discussion of published literature and reflective or creative writing into the psychotherapeutic process to achieve goals of emotional well-being, symptom reduction, and improved interpersonal communication. Certified poetry therapists and registered poetry therapists are licensed mental health professionals with advanced training in the theory and practice of poetry therapy. CPTs and PTRs are qualified to work independently with emotionally troubled populations in clinical, rehabilitative, community and educational institutions. They also work with emotionally healthy individuals adjusting to developmental issues, life crises, or disabilities. The PTR completes an advanced level of training and fieldwork, commensurate with the highest levels of clinical practice. The terms poetry therapy, applied poetry facilitation, journal therapy, bibliotherapy, biblio/poetry therapy, and poetry/journal therapy reflect the interactive use of literature and/or writing to promote personal growth and emotional healing. In addition to poetry, poetry therapy applies all forms or written and spoken language including story, myth, folk and fairy tale and other genres of poetic expression as well as journal, memoir, and narrative. The poetry therapy process integrates discussion of published literature and reflective or creative writing for expression and communication of thoughts and feelings to facilitate participants' emotional well-being. The field of poetry therapy encompasses all of these modalities, though only a duly trained and licensed clinical practitioner can be credentialed as CPT or PTR."], ["notes", "Source: The National Federation for Biblio/Poetry Therapy [7/1/2007: new]"]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Clinical Neuropsychologist"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical Neuropsychologist"], ["parent_id", 1], ["depth", 2], ["taxonomy_code", "103G00000X"], ["definition", "An individual with a doctorate degree, licensure in clinical psychology and specialized training or board certification in neuropsychology who practices or adheres to the principles of neuropsychology; a specialty within the field of psychology focusing primarily on neurobehavioral functioning."], ["notes", "Source: American Psychological Association, Washington, DC, 1997. [1/1/2007: title modified]"]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Clinical Neuropsychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "notes") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Clinical"], ["parent_id", 10], ["depth", 3], ["taxonomy_code", "103GC0700X"], ["notes", "[1/1/2007: marked inactive, use 103G00000X]"]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Behavioral Analyst"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Behavioral Analyst"], ["parent_id", 1], ["depth", 2], ["taxonomy_code", "103K00000X"], ["definition", "A behavior analyst is qualified by at least a master�s degree and Behavior Analyst Certification Board certification and/or a state-issued credential (such as a license) to practice behavior analysis independently. Behavior analysts provide the required supervision to assistant behavior analysts and behavior technicians. A behavior analyst delivers services consistent with the dimensions of applied behavior analysis. Common services may include, but are not limited to, conducting behavioral assessments, analyzing data, writing and revising behavior-analytic treatment plans, training others to implement components of treatment plans, and overseeing implementation of treatment plans."], ["notes", "Source: Association of Professional Behavior Analysts, www.apbahome.net and Behavior Analyst Certification Board (http://www.bacb.com) [7/1/2008: new, 1/1/2016: modified definition]"]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["taxonomy_code", "103T00000X"], ["definition", "A psychologist is an individual who is licensed to practice psychology which is defined as the observation, description, evaluation, interpretation, and modification of human behavior by the application of psychological principles, methods, and procedures, for the purpose of preventing or eliminating symptomatic, maladaptive, or undesired behavior and of enhancing interpersonal relationships, work and life adjustment, personal effectiveness, behavioral health, and mental health. The practice of psychology includes, but is not limited to, psychological testing and the evaluation or assessment of personal characteristics, such as intelligence, personality, abilities, interests, aptitudes, and neuropsychological functioning; counseling, psychoanalysis, psychotherapy, hypnosis, biofeedback, and behavior analysis and therapy; diagnosis and treatment of mental and emotional disorder or disability, alcoholism and substance abuse, disorders of habit or conduct, as well as of the psychological aspects of physical illness, accident, injury, or disability; and psycheducational evaluation, therapy, remediation, and consultation. Psychological services may be rendered to individuals, families, groups and the public."], ["notes", "Source: American Psychological Association [1/1/2007: modified definition]"]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Addiction (Substance Use Disorder)"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TA0400X"], ["definition", "Definition to come..."]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Adult Development & Aging"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TA0700X"], ["definition", "Definition to come..."]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Cognitive & Behavioral"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TB0200X"], ["definition", "Definition to come..."], ["notes", "[1/1/2007: title modified]"]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Clinical"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TC0700X"], ["definition", "Definition to come..."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Counseling"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TC1900X"], ["definition", "Definition to come..."]]
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical Child & Adolescent"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TC2200X"], ["definition", "Definition to come..."], ["notes", "[1/1/2007: title modified]"]]
[1m[35m (4.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "notes") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Educational"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TE1000X"], ["notes", "[1/1/2007: marked inactive]"]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Exercise & Sports"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TE1100X"], ["definition", "Definition to come..."]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Family"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TF0000X"], ["definition", "Definition to come..."]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Forensic"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TF0200X"], ["definition", "Definition to come..."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Health"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TH0004X"], ["definition", "The distinct focus of the clinical health psychologist is on physical health problems. A clinical health psychologist has special expertise or training in clinical health psychology and applies scientific knowledge of the interrelationships among behavioral, emotional, cognitive, social and biological components in health and disease to the promotion and maintenance of health; the prevention, treatment and rehabilitation of illness and disability; and the improvement of the health care system. Clinical health psychologists are dedicated to the development of knowledge regarding the interface between behavior and health, and to the delivery of high quality services based on that knowledge to individuals, families, and health care."], ["notes", "Source: American Psychological Association Commission for the Recognition of Specialties and Proficiencies in Professional Psychology, 2008. [1/1/2007: new, 7/1/2008: definiton added, source added] "]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Health Service"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TH0100X"], ["definition", "A psychologist, certified/licensed at the independent practice level in his/her state, who is duly trained and experienced in the delivery of direct, preventative, assessment, and therapeutic intervention services to individuals whose growth, adjustment, or functioning is actually impaired or is demonstrably at high risk of impairment (1974)."], ["notes", "Source: National Register of Health Service Providers in Psychology website http://www.nationalregister.org/about_NR.html [7/1/2006: modified title, added definition]"]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "notes") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Men & Masculinity"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TM1700X"], ["notes", "[1/1/2007: marked inactive]"]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Mental Retardation & Developmental Disabilities"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TM1800X"], ["definition", "Definition to come..."]]
[1m[35m (6.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Prescribing (Medical)"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TP0016X"], ["definition", "Those licensed psychologists who have completed specialized, post-doctoral training in psychopharmacology, passed a national proficiency examination in psychopharmacology, and who are authorized by state statute to prescribe medications, in accordance with their state law and state licensing authority, for the evaluation, diagnosis, management and treatment of mental, nervous, emotional, behavioral, and related disorders."], ["notes", "Source: Louisiana Academy of Medical Psychologists Note: Some states issue licenses under Medical Psychologist. [1/1/2007: new] "]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Psychoanalysis"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TP0814X"], ["definition", "(1) A practitioner of psychoanalysis: methods of eliciting from patients their past emotional experiences and their role in influencing their current mental life, in order to discover the conflicts and mechanisms by which their pathologic mental state has been produced and to furnish hints for psychotherapeutic procedures, the method employs free association, recall and interpretation of dreams and interpretation of transference and resistance phenomena; (2) An individual who is educated with a doctor�s degree in psychoanalysis or psychology, trained at an established psychoanalytic institute, and practices or adheres to the principles of psychoanalysis. Psychoanalysis is a form of psychotherapy and a system of investigation for determining and understanding mental processes, which was originally conceived by Sigmund Freud. Psychoanalysis involves the analysis and interpretation of dreams, resistances, and transferences, and uses free association and catharsis. Clinical practice requires licensure."], ["notes", "Sources: (1) Dorlands Illustrated Medical Dictionary, 28th Edition, W.B. Saunders Company: Philadelphia, 1994, p. 1382; (2)American Psychological Association, Washington, DC, 1997, and Rhea, Ott, and Shafritz, The Facts On File Dictionary of Health Care Management, New York: Facts On File Publications, 1988."]]
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "notes") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Psychotherapy"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TP2700X"], ["notes", "[1/1/2007: marked inactive]"]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Group Psychotherapy"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TP2701X"], ["definition", "Definition to come..."], ["notes", "[1/1/2007: modified title]"]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Rehabilitation"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TR0400X"], ["definition", "Definition to come..."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "School"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TS0200X"], ["definition", "Definition to come..."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "notes") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Women"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TW0100X"], ["notes", "[1/1/2007: marked inactive]"]]
[1m[35m (4.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Social Worker"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Social Worker"], ["parent_id", 1], ["depth", 2], ["taxonomy_code", "104100000X"], ["definition", "A social worker is a person who is qualified by a Social Work degree, and licensed, certified or registered by the state as a social worker to practice within the scope of that license. A social worker provides assistance and counseling to clients and their families who are dealing with social, emotional and environmental problems. Social work services may be rendered to individuals, families, groups, and the public."], ["notes", "Source: National Association of Social Workers, 2009 [7/1/2009: definition modified]"]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Social Worker"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical"], ["parent_id", 35], ["depth", 3], ["taxonomy_code", "1041C0700X"], ["definition", "A social worker who holds a master�s or doctoral degree in social work from an accredited school of social work in addition to at least two years of post-master�s supervised experience in a clinical setting. The social worker must be licensed, certified, or registered at the clinical level in the jurisdiction of practice. A clinical social worker provides direct services, including interventions focused on interpersonal interactions, intrapsychic dynamics, and life management issues. Clinical social work services are based on bio-psychosocial perspectives. Services consist of assessment, diagnosis, treatment (including psychotherapy and counseling), client-centered advocacy, consultation, evaluation, and prevention of mental illness, emotional, or behavioral disturbances."], ["notes", "Source: National Association of Social Workers, 2008 [7/1/2009: definition modified]"]]
[1m[35m (4.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Social Worker"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "School"], ["parent_id", 35], ["depth", 3], ["taxonomy_code", "1041S0200X"], ["definition", "Definition to come..."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Assistant Behavior Analyst"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Assistant Behavior Analyst"], ["parent_id", 1], ["depth", 2], ["taxonomy_code", "106E00000X"], ["definition", "An assistant behavior analyst is qualified by Behavior Analyst Certification Board certification and/or a state-issued license or credential in behavior analysis to practice under the supervision of an appropriately credentialed professional behavior analyst. An assistant behavior analyst delivers services consistent with the dimensions of applied behavior analysis and supervision requirements defined in state laws or regulations and/or national certification standards. Common services may include, but are not limited to, conducting behavioral assessments, analyzing data, writing behavior-analytic treatment plans, training and supervising others in implementation of components of treatment plans, and direct implementation of treatment plans."], ["notes", "Association of Professional Behavior Analysts, www.apbahome.net and Behavior Analyst Certification Board (http://www.bacb.com) [7/1/2016: new]"]]
[1m[35m (4.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Marriage & Family Therapist"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Marriage & Family Therapist"], ["parent_id", 1], ["depth", 2], ["taxonomy_code", "106H00000X"], ["definition", "A marriage and family therapist is a person with a master's degree in marriage and family therapy, or a master's or doctoral degree in a related mental health field with substantially equivalent coursework in marriage and family therapy, who receives supervised clinical experience, or a person who meets the state requirements to practice as a marriage and family therapist. A marriage and family therapist treats mental and emotional disorders within the context of marriage and family systems. A marriage and family therapist provides mental health and counseling services to individuals, couples, families, and groups."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Behavior Technician"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Behavior Technician"], ["parent_id", 1], ["depth", 2], ["taxonomy_code", "106S00000X"], ["definition", "The behavior technician is a paraprofessional who practices under the close, ongoing supervision of a behavior analyst or assistant behavior analyst certified by the Behavior Analyst Certification Board and/or credentialed by a state (such as through licensure). The behavior technician is primarily responsible for the implementation of components of behavior-analytic treatment plans developed by the supervisor. That may include collecting data on treatment targets and conducting certain types of behavioral assessments (e.g., stimulus preference assessments). The behavior technician does not design treatment or assessment plans or procedures but provides services as assigned by the supervisor responsible for his or her work."], ["notes", "Association of Professional Behavior Analysts, www.apbahome.net and Behavior Analyst Certification Board (http://www.bacb.com) [7/1/2016: new]"]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id"[0m [["name", "Chiropractic Providers"], ["depth", 1]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Chiropractor"], ["depth", 2], ["parent_id", 41], ["LIMIT", 1]]
[1m[35m (0.2ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["taxonomy_code", "111N00000X"], ["definition", "A provider qualified by a Doctor of Chiropractic (D.C.), licensed by the State and who practices chiropractic medicine -that discipline within the healing arts which deals with the nervous system and its relationship to the spinal column and its interrelationship with other body systems."]]
[1m[35m (5.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Independent Medical Examiner"], ["parent_id", 42], ["depth", 3], ["taxonomy_code", "111NI0013X"], ["definition", "A special evaluator not involved with the medical care of the individual examinee that impartially evaluates the care being provided by other practitioners to clarify clinical, disability, liability or other case issues."], ["notes", "Source: American Board of Independent Medical Examiners [1/1/2007: new]"]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Internist"], ["parent_id", 42], ["depth", 3], ["taxonomy_code", "111NI0900X"], ["definition", "The chiropractic internist may serve as a primary care physician or may see patients referred from other providers for evaluation and co-management. Evaluation is focused on the early detection of functional, nutritional, and pathological disorders. A chiropractic internist utilizes the diagnostic instruments necessary for proper examination. In cases where laboratory examination is necessary, a chiropractic internist utilizes a recognized reference laboratory facility. A chiropractic internist may manage his or her own cases or may refer to another specialist when prudent to do so. The chiropractic internist utilizes documented natural therapies, therapeutic lifestyle changes, patient education and other resources to promote patient health and avoidance of disease."], ["notes", "Source: American Chiropractic Association, 2008 [7/1/2009: definition added]"]]
[1m[35m (4.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Neurology"], ["parent_id", 42], ["depth", 3], ["taxonomy_code", "111NN0400X"], ["definition", "Chiropractic Neurology is defined as the field of functional neurology that engages the internal - and external environment of the individual in a structured and targeted approach to affect positive changes in the nervous system and consequently the physiology and behavior of an individual. Chiropractic Neurologists are board-certified specialists in non-drug, non-surgical care for those with neurologically based health problems. There are many conditions people suffer from that are in this broad category: learning and attention disorders, headaches, vertigo, pain syndromes, developmental disorders, nerve injury, spinal cord injury, head injury or stroke, movement disorders, and many other conditions."], ["notes", "Source: American Chiropractic Neurology Board, 2008 & American Chiropractic Association, 2008 [7/1/2009: definition added]"]]
[1m[35m (4.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Nutrition"], ["parent_id", 42], ["depth", 3], ["taxonomy_code", "111NN1001X"], ["definition", "Chiropractic Nutrition is that specialty within the chiropractic profession that deals with the overall factors that affect the patient's ability to maintain the manipulative correction and thus sustain better neurological integrity. The Chiropractic Nutrition Specialist will perform extensive research on the patient's previous health history, ethnicity, and any family history related to what the patient is being treated for. Patients fill out questionnaires concerning dietary and sleep patterns and previous or present symptomology. A nutrition examination would be performed to assess areas such as absorption rates, adrenal function, kidney health, lung health etc. The patient is often instructed on how to check the pH of their saliva and urine, test for the presence of Candida Albicans, etc., at home. Outside laboratory testing includes blood, urine, hair analysis, food allergy testing etc. The patient�s prescription and over the counter medications are recorded and analyzed."], ["notes", "Source: American Chiropractic Association, 2008 [7/1/2009: definition added]"]]
[1m[35m (4.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Chiropractor"], ["parent_id", 42], ["depth", 3], ["taxonomy_code", "111NP0017X"], ["definition", "The Pediatric Chiropractor is a chiropractor with specialized, advanced training and certification in the evaluation, care and management of health and wellness conditions of infancy, childhood and adolescence. This specialist provides primary, comprehensive, therapeutic and preventative chiropractic health care for newborns through adolescents."], ["notes", "Source: Council on Chiropractic Pediatrics, American Chiropractic Association, 2007 [1/1/2008: new]"]]
[1m[35m (4.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Radiology"], ["parent_id", 42], ["depth", 3], ["taxonomy_code", "111NR0200X"], ["definition", "Chiropractic radiology is a referral specialty that provides consultation services at the request of other qualified doctors. Chiropractic radiologists provide consultation in health care facilities (private offices, hospitals and teaching institutions) to meet the needs of referring doctors and their patients. The quality of the consultative services by the chiropractic radiologist in independent practice is reflected by the quality of their professional credentials. Chiropractic radiologists recommend, supervise, and interpret radiologic studies as well as advanced imaging procedures. They advise referring physicians on the necessity and appropriateness of radiologic services and whether to select or to avoid certain diagnostic or clinical procedures. In some instances the radiologist may act as a private practitioner. They may conduct research and apply diagnostic radiologic procedures and may be called upon to act as expert witnesses in matters of litigation. Chiropractic radiologists are also concerned with imaging technology including image production, demonstration of normal and abnormal anatomy, and the interaction of energy and matter. The advances in the technological facets of radiology are so rapid that only qualified radiologists can reasonably be expected to maintain the high level of proficiency required to supervise and interpret these procedures. The practice of radiology continuously involves the application of this technology to patient imaging and treatment. It is now well recognized that chiropractic radiology includes, but is not limited to, plain film radiography, fluoroscopy, tomography, ultrasonography, radioisotope imaging, computed tomography, digital radiography, and magnetic resonance imaging. Individual practices may vary by intent, licensure, and scope of practice laws."], ["notes", "Source: American Chiropractic Board of Radiology, 2009 [7/1/2009: definition added]"]]
[1m[35m (4.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Rehabilitation"], ["parent_id", 42], ["depth", 3], ["taxonomy_code", "111NR0400X"], ["definition", "Rehabilitation is the discipline focused on restoring a patient's functional abilities to pre-injury or pre-disease status. Functional abilities are defined as those activities in one's daily life, work, or sports and recreational activities that an individual participates in. Relevant impairments (e.g. strength, endurance, flexibility, motor control, etc.) are often intermediate goals of rehabilitation, but the final goal of successful care is return to participation in activities in which the patient was successful before the onset of the injury or disease. Essential to a rehabilitation approach is a focus on patient-centered outcomes such as independence and self-management or self-care skills."], ["notes", "Source: The American Chiropractic Association (ACA) and the ACA Council on Physiological Therapeutics [7/1/2006: new]"]]
[1m[35m (4.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sports Physician"], ["parent_id", 42], ["depth", 3], ["taxonomy_code", "111NS0005X"], ["definition", "A sports chiropractor is uniquely trained to provide care and treatment of injuries or illness resulting from sports and physical fitness activities. Doctors of Chiropractic with the Diplomate American Chiropractic Board of Sports Physicians (DACBSP) or the Certified Chiropractic Sports Physician (CCSP), sport specialty certifications from the American Chiropractic Board of Sports Physicians, have advanced training in the assessment, management and rehabilitation of sports related injuries. Extremity care, rehabilitation and soft tissue procedures are common skills utilized by these doctors. The specialty training covers a broad spectrum from the pediatric athlete to professional and Olympic athletes, and everything in between, using a variety of techniques and modalities."], ["notes", "Source: American Chiropractic Board of Sports Physicians, 2009 [7/1/2009: definition added]"]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Thermography"], ["parent_id", 42], ["depth", 3], ["taxonomy_code", "111NT0100X"], ["definition", "Definition to come..."]]
[1m[35m (4.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Occupational Health"], ["parent_id", 42], ["depth", 3], ["taxonomy_code", "111NX0100X"], ["definition", "Occupational Health is that specialty within the chiropractic profession that deals with the prevention and management of work related injuries. It also considers and assists clients with State and Federal Compliance assistance. Occupational Health goes much farther than simply treating injured workers however. This may mean working with clients to promote optimum safety and ergonomic principles, interacting with the injured worker to promote safety and prevent future injuries, assisting a company with accident investigation to identify root cause, redesigning a workstation to eliminate hazards, working with safety teams, providing training programs etc. The list of potential services that the specialist can interact with a client company or patient is lengthy and varied involving both in office services as well as on site services."], ["notes", "Source: American Chiropractic Association, 2008 [7/1/2009: title modified, definition added]"]]
[1m[35m (4.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Orthopedic"], ["parent_id", 42], ["depth", 3], ["taxonomy_code", "111NX0800X"], ["definition", "Chiropractic Orthopedics is defined as that branch of chiropractic medicine that includes the continued acquisition of knowledge relative to both normal functions and diseases of the human body as they relate to the bones, joints, capsules, discs, muscles, ligaments, tendons, their complete neurological and vascular components, referred organ systems and contiguous tissues. This also includes the development and perfection of skills relative to health maintenance when such exists and when not, the investigations, historical review, physical detection, correlative diagnosis development and complete management of any disorder within the bounds defined herein. Also necessary is the delivery of the combined knowledge and skill on a primary basis to patients who both need and desire this service to the eventual outcome of remissions, whenever resolution is not readily achievable. In addition the certified chiropractic orthopedist provides consultation services at the request of other qualified doctors seeking assistance in the care of their patients. The chiropractic orthopedist may also engage in the teaching and or research of subjects and materials relevant to pursuing the quest for knowledge in the ever changing field of the orthopedic specialty."], ["notes", "Source: American Chiropractic Association, 2008 [7/1/2009: definition added]"]]
[1m[35m (4.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id"[0m [["name", "Dental Providers"], ["depth", 1]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dentist"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["taxonomy_code", "122300000X"], ["definition", "A dentist is a person qualified by a doctorate in dental surgery (D.D.S.) or dental medicine (D.M.D.), licensed by the state to practice dentistry, and practicing within the scope of that license. There is no difference between the two degrees: dentists who have a DMD or DDS have the same education. Universities have the prerogative to determine what degree is awarded. Both degrees use the same curriculum requirements set by the American Dental Association's Commission on Dental Accreditation. Generally, three or more years of undergraduate education plus four years of dental school is required to graduate and become a general dentist. State licensing boards accept either degree as equivalent, and both degrees allow licensed individuals to practice the same scope of general dentistry. Additional post-graduate training is required to become a dental specialist."], ["notes", "Source: Council on Dental Education and Licensure, American Dental Association"]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Dental Public Health"], ["parent_id", 55], ["depth", 3], ["taxonomy_code", "1223D0001X"], ["definition", "The science and art of preventing and controlling dental diseases and promoting dental health through organized community efforts. It is that form of dental practice that serves the community as a patient rather than the individual. It is concerned with the dental health education of the public, with applied dental research, and with the administration of group dental care programs as well as the prevention and control of dental diseases on a community basis."], ["notes", "Source: Council on Dental Education and Licensure, American Dental Association"]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Dentist Anesthesiologist"], ["parent_id", 55], ["depth", 3], ["taxonomy_code", "1223D0004X"], ["definition", "A dentist who has successfully completed an accredited postdoctoral anesthesiology residency training program for dentists of two or more years duration, in accord with Commission on Dental Accreditation�s Standards for Dental Anesthesiology Residency Programs, and/or meets the eligibility requirements for examination by the American Dental Board of Anesthesiology."], ["notes", "Source: The American Society of Dentist Anesthesiologists [1/1/2013: new]"]]
[1m[35m (4.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Endodontics"], ["parent_id", 55], ["depth", 3], ["taxonomy_code", "1223E0200X"], ["definition", "The branch of dentistry that is concerned with the morphology, physiology and pathology of the human dental pulp and periradicular tissues. Its study and practice encompass the basic and clinical sciences including biology of the normal pulp, the etiology, diagnosis, prevention and treatment of diseases and injuries of the pulp and associated periradicular conditions."], ["notes", "Source: Council on Dental Education and Licensure, American Dental Association"]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "General Practice"], ["parent_id", 55], ["depth", 3], ["taxonomy_code", "1223G0001X"], ["definition", "A general dentist is the primary dental care provider for patients of all ages. The general dentist is responsible for the diagnosis, treatment, management and overall coordination of services related to patients' oral health needs. "], ["notes", "Source: Academy of General Dentistry"]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Oral and Maxillofacial Pathology"], ["parent_id", 55], ["depth", 3], ["taxonomy_code", "1223P0106X"], ["definition", "The specialty of dentistry and discipline of pathology that deals with the nature, identification, and management of diseases affecting the oral and maxillofacial regions. It is a science that investigates the causes, processes, and effects of these diseases. The practice of oral and maxillofacial pathology includes research and diagnosis of diseases using clinical, radiographic, microscopic, biochemical, or other examinations."], ["notes", "Source: Council on Dental Education and Licensure, American Dental Association"]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.1ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Dentistry"], ["parent_id", 55], ["depth", 3], ["taxonomy_code", "1223P0221X"], ["definition", "An age-defined specialty that provides both primary and comprehensive preventive and therapeutic oral health care for infants and children through adolescence, including those with special health care needs."], ["notes", "Source: Council on Dental Education and Licensure, American Dental Association"]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Periodontics"], ["parent_id", 55], ["depth", 3], ["taxonomy_code", "1223P0300X"], ["definition", "That specialty of dentistry which encompasses the prevention, diagnosis and treatment of diseases of the supporting and surrounding tissues of the teeth or their substitutes and the maintenance of the health, function and esthetics of these structures and tissues."], ["notes", "Source: Council on Dental Education and Licensure, American Dental Association"]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.1ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Prosthodontics"], ["parent_id", 55], ["depth", 3], ["taxonomy_code", "1223P0700X"], ["definition", "That branch of dentistry pertaining to the restoration and maintenance of oral functions, comfort, appearance and health of the patient by the restoration of natural teeth and/or the replacement of missing teeth and contiguous oral and maxillofacial tissues with artificial substitutes."], ["notes", "Source: Council on Dental Education and Licensure, American Dental Association"]]
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Oral and Maxillofacial Surgery"], ["parent_id", 55], ["depth", 3], ["taxonomy_code", "1223S0112X"], ["definition", "The specialty of dentistry which includes the diagnosis, surgical and adjunctive treatment of diseases, injuries and defects involving both the functional and esthetic aspects of the hard and soft tissues of the oral and maxillofacial region."], ["notes", "Source: Council on Dental Education and Licensure, American Dental Association"]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Oral and Maxillofacial Radiology"], ["parent_id", 55], ["depth", 3], ["taxonomy_code", "1223X0008X"], ["definition", "The specialty of dentistry and discipline of radiology concerned with the production and interpretation of images and data produced by all modalities of radiant energy that are used for the diagnosis and management of diseases, disorders and conditions of the oral and maxillofacial region."], ["notes", "Source: Council on Dental Education and Licensure, American Dental Association"]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Orthodontics and Dentofacial Orthopedics"], ["parent_id", 55], ["depth", 3], ["taxonomy_code", "1223X0400X"], ["definition", "That area of dentistry concerned with the supervision, guidance and correction of the growing or mature dentofacial structures, including those conditions that require movement of teeth or correction of malrelationships and malformations of their related structures and the adjustment of relationships between and among teeth and facial bones by the application of forces and/or the stimulation and redirection of functional forces within the craniofacial complex. Major responsibilities of orthodontic practice include the diagnosis, prevention, interception and treatment of all forms of malocclusion of the teeth and associated alterations in their surrounding structures; the design, application and control of functional and corrective appliances; and the guidance of the dentition and its supporting structures to attain and maintain optimum occlusal relations in physiologic and esthetic harmony among facial and cranial structures."]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Denturist"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Denturist"], ["parent_id", 54], ["depth", 2], ["taxonomy_code", "122400000X"], ["definition", "Definition to come."]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dental Hygienist"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Dental Hygienist"], ["parent_id", 54], ["depth", 2], ["taxonomy_code", "124Q00000X"], ["definition", "An individual who has completed an accredited dental hygiene education program, and an individual who has been licensed by a state board of dental examiners to provide preventive care services under the supervision of a dentist. Functions that may be legally delegated to the dental hygienist vary based on the needs of the dentist, the educational preparation of the dental hygienist and state dental practice acts and regulations, but always include, at a minimum, scaling and polishing the teeth. To avoid misleading the public, no occupational title other than dental hygienist should be used to describe this dental auxiliary."], ["notes", "Source: Comprehensive Policy Statement on Dental Auxiliaries, American Dental Association."]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dental Therapist"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Dental Therapist"], ["parent_id", 54], ["depth", 2], ["taxonomy_code", "125J00000X"], ["definition", "A Dental Therapist is an individual who has completed an accredited or non-accredited dental therapy program and who has been authorized by the relevant state board or a tribal entity to provide services within the scope of their practice under the supervision of a dentist. Functions that may be delegated to the dental therapist vary based on the needs of the dentist, the educational preparation of the dental therapist and state dental practice acts and regulations."], ["notes", "Source: Summarized from Minnesota Statute 150A.105. [7/1/2012: new]"]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Advanced Practice Dental Therapist"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Advanced Practice Dental Therapist"], ["parent_id", 54], ["depth", 2], ["taxonomy_code", "125K00000X"], ["definition", "An Advanced Practice Dental Therapist is:
(1) A dental therapist who has completed additional training beyond basic dental therapy education and provides dental services in accordance with state advanced practice dental therapist laws or statutes; or
(2) A dental hygienist with a graduate degree in advanced dental therapy prepared for independent and interdependent decision making and direct accountability for clinical judgment across the dental health care continuum.
The individual has been authorized by the relevant state board or a tribal entity to provide services under the remote supervision of a dentist. The functions of the advanced practice dental therapist vary based on the needs of the dentist, the educational preparation of the advanced practice dental therapist and state dental practice acts and regulations."], ["notes", "Source: Summarized from Minnesota Statute 150A.106. [7/1/2012: new]"]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.1ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Oral Medicinist"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Oral Medicinist"], ["parent_id", 54], ["depth", 2], ["taxonomy_code", "125Q00000X"], ["definition", "A dentist with advanced training specializing in the recognition and treatment of oral conditions resulting from the interrelationship between oral disease and systemic health. The Oral Medicinist manages clinical and non-surgical treatment of non-dental pathologies affecting the oral and maxillofacial region, such as cancer, organ transplants, and acute and chronic pain. Activities include provision of interdisciplinary patient care in collaboration with medical specialists and other dentists in hospitals and outpatient medical clinics in the management of patients with complex medical conditions requiring multidisciplinary healthcare intervention."], ["notes", "Source: National Uniform Claim Committee [1/1/2015: new] Additional Resources: American Academy of Oral Medicine"]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dental Assistant"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Dental Assistant"], ["parent_id", 54], ["depth", 2], ["taxonomy_code", "126800000X"], ["definition", "An individual who may or may not have completed an accredited dental assisting education program and who aids the dentist in providing patient care services and performs other nonclinical duties in the dental office or other patient care facility. The scope of the patient care functions that may be legally delegated to the dental assistant varies based on the needs of the dentist the educational preparation of the dental assistant and state dental practice acts and regulations. Patient care services are provided under the supervision of a dentist. To avoid misleading the public, no occupational title other than dental assistant should be used to describe this dental auxiliary."], ["notes", "Source: Comprehensive Policy Statement on Dental Auxiliaries, American Dental Association"]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dental Laboratory Technician"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Dental Laboratory Technician"], ["parent_id", 54], ["depth", 2], ["taxonomy_code", "126900000X"], ["definition", "An individual who has the skill and knowledge in the fabrication of dental appliances, prostheses and devices in accordance with a dentist's laboratory work authorization. To avoid misleading the public, no occupational title other than dental laboratory technician or certified dental technician (when appropriate) should be used to describe this auxiliary."], ["notes", "Source: Comprehensive Policy Statement on Dental Auxiliaries, American Dental Association."]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id"[0m [["name", "Dietary & Nutritional Service Providers"], ["depth", 1]]
[1m[35m (5.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dietary Manager"], ["depth", 2], ["parent_id", 74], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Dietary Manager"], ["parent_id", 74], ["depth", 2], ["taxonomy_code", "132700000X"], ["definition", "A dietary manager is a trained food services professional who is charged with maintaining cost/profit objectives, purchasing foods and services for the department and supervising staff.. Dietary managers are trained to understand the basic nutritional needs of clients and work in partnership with dietitians, who offer specialized nutritional expertise. The CDM certified dietary manager designation is an advanced professional credential awarded to dietary managers who have completed specific course work, have passed the national credentialing exams (including a sanitation and safety exam) and have applied for certification."]]
[1m[35m (5.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Nutritionist"], ["depth", 2], ["parent_id", 74], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Nutritionist"], ["parent_id", 74], ["depth", 2], ["taxonomy_code", "133N00000X"], ["definition", "A specialist in adapting and applying food and nutrient knowledge to the solution of food and nutritional problems, the control of disease, and the promotion of health. Nutritionists perform research, instruct groups and individuals about nutritional requirements, and assist people in developing meal patterns that meet their nutritional needs; (2) A nutritionist is someone who has completed undergraduate and/or graduate training in the discipline of nutrition without necessarily meeting the academic and experience requirements to qualify for the Registered Dietitian designation."], ["notes", "Source: (1) Rhea, Ott, and Shafritz, The Facts On File Dictionary of Health Care Management, New York: Facts On File Publications, 1988."]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Nutritionist"], ["parent_id", 74], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Nutrition, Education"], ["parent_id", 76], ["depth", 3], ["taxonomy_code", "133NN1002X"], ["definition", "Definition to come..."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dietitian, Registered"], ["depth", 2], ["parent_id", 74], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Dietitian, Registered"], ["parent_id", 74], ["depth", 2], ["taxonomy_code", "133V00000X"], ["definition", "A registered dietician (RD) is a food and nutrition expert who has successfully completed a minimum of a bachelor�s degree at a US regionally accredited university or college and course work approved by The American Dietetic Association (ADA); an ADA-accredited or approved, supervised practice program, typically 6 to 12 months in length; a national examination administered by the Commission on Dietetic Registration; and continuing professional educational requirements to maintain registration."], ["notes", "Source: The American Dietetic Association. Becoming a Registered Dietitian � a food and nutrition expert. Chicago, IL: The American Dietetic Association, July 1997."]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.1ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dietitian, Registered"], ["parent_id", 74], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Nutrition, Pediatric"], ["parent_id", 78], ["depth", 3], ["taxonomy_code", "133VN1004X"], ["definition", "Definition to come..."]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dietitian, Registered"], ["parent_id", 74], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Nutrition, Renal"], ["parent_id", 78], ["depth", 3], ["taxonomy_code", "133VN1005X"], ["definition", "Definition to come..."]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dietitian, Registered"], ["parent_id", 74], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Nutrition, Metabolic"], ["parent_id", 78], ["depth", 3], ["taxonomy_code", "133VN1006X"], ["definition", "Definition to come..."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.6ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dietetic Technician, Registered"], ["depth", 2], ["parent_id", 74], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Dietetic Technician, Registered"], ["parent_id", 74], ["depth", 2], ["taxonomy_code", "136A00000X"], ["definition", "A person trained in food and nutrition who is an integral part of health care and foodservice management teams. A dietetic technician, registered (DTR) has successfully completed at least a two-year associate�s degree at a US regionally accredited college or university; a dietetic technician program approved by The American Dietetic Association, including 450 hours of supervised practice experience; a national examination administered by the Commission on Dietetic Registration; and continuing professional educational requirements to maintain registration."], ["notes", "Source: The American Dietetic Association. Becoming a Dietetic Technician, Registered -- a food and nutrition practitioner. Chicago, IL: The American dietetic association, July 1997."]]
[1m[35m (4.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Emergency Medical Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id"[0m [["name", "Emergency Medical Service Providers"], ["depth", 1]]
[1m[35m (6.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Personal Emergency Response Attendant"], ["depth", 2], ["parent_id", 83], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Personal Emergency Response Attendant"], ["parent_id", 83], ["depth", 2], ["taxonomy_code", "146D00000X"], ["definition", "Individuals that are specially trained to assist patients living at home with urgent/emergent situations. These individuals must be able to perform CPR and basic first aid and have sufficient counseling skills to allay fears and assist in working through processes necessary to resolve the crisis. Functions may include transportation to various facilities and businesses, contacting agencies to initiate remediation service or providing reassurance."]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Emergency Medical Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Emergency Medical Technician, Paramedic"], ["depth", 2], ["parent_id", 83], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Emergency Medical Technician, Paramedic"], ["parent_id", 83], ["depth", 2], ["taxonomy_code", "146L00000X"], ["definition", "An EMT, Paramedic is an individual trained and certified to perform advanced life support (ALS) in medical emergencies based on individual state boards."], ["notes", "Sources: Tabers Medical Dictionary and Florida EMS Clearing House."]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.7ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Emergency Medical Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Emergency Medical Technician, Intermediate"], ["depth", 2], ["parent_id", 83], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Emergency Medical Technician, Intermediate"], ["parent_id", 83], ["depth", 2], ["taxonomy_code", "146M00000X"], ["definition", "An Intermediate EMT is an individual trained and certified to perform intermediate life support treatment in medical emergencies based on individual state boards."], ["notes", "Sources: Tabers Medical Dictionary and Florida EMS Clearing House."]]
[1m[35m (3.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Emergency Medical Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Emergency Medical Technician, Basic"], ["depth", 2], ["parent_id", 83], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Emergency Medical Technician, Basic"], ["parent_id", 83], ["depth", 2], ["taxonomy_code", "146N00000X"], ["definition", "A Basic EMT is an individual trained and certified to perform basic life support treatment in medical emergencies based on individual state boards."], ["notes", "Sources: Tabers Medical Dictionary and Florida EMS Clearing House."]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.6ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id"[0m [["name", "Eye and Vision Services Providers"], ["depth", 1]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Optometrist"], ["depth", 2], ["parent_id", 88], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Optometrist"], ["parent_id", 88], ["depth", 2], ["taxonomy_code", "152W00000X"], ["definition", "Doctors of optometry (ODs) are the primary health care professionals for the eye. Optometrists examine, diagnose, treat, and manage diseases, injuries, and disorders of the visual system, the eye, and associated structures as well as identify related systemic conditions affecting the eye. An optometrist has completed pre-professional undergraduate education in a college or university and four years of professional education at a college of optometry, leading to the doctor of optometry (O.D.) degree. Some optometrists complete an optional residency in a specific area of practice. Optometrists are eye health care professionals state-licensed to diagnose and treat diseases and disorders of the eye and visual system. "], ["notes", "Source: American Optometric Association (AOA), approved by the AOA�s Board of Trustees, June 21, 2005. [7/1/2006: definition modified]"]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.6ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Optometrist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Corneal and Contact Management"], ["parent_id", 89], ["depth", 3], ["taxonomy_code", "152WC0802X"], ["definition", "The professional activities performed by an Optometrist related to the fitting of contact lenses to an eye, ongoing evaluation of the cornea�s ability to sustain successful contact lens wear, and treatment of any external eye or corneal condition which can affect contact lens wear."], ["notes", "Source: American Optometric Association [1/1/2009: added definition, added source]"]]
[1m[35m (4.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Optometrist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Low Vision Rehabilitation"], ["parent_id", 89], ["depth", 3], ["taxonomy_code", "152WL0500X"], ["definition", "Optometrists who specialize in low-vision care having training to assess visual function, prescribe low-vision devices, develop treatment plans, and recommend other vision rehabilitation services."], ["notes", "Source: American Optometric Association [1/1/2009: added definition, added source]"]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.7ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Optometrist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatrics"], ["parent_id", 89], ["depth", 3], ["taxonomy_code", "152WP0200X"], ["definition", "Optometrists who work in Pediatrics are concerned with the prevention, development, diagnosis, and treatment of visual problems in children."], ["notes", "Source: American Optometric Association [1/1/2009: added definition, added source]"]]
[1m[35m (4.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Optometrist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sports Vision"], ["parent_id", 89], ["depth", 3], ["taxonomy_code", "152WS0006X"], ["definition", "An optometrist who offers services designed to care for unique vision care needs of athletes, which may include one of more of the following services: corrective vision care unique to a specific sporting environment; protective eyewear for the prevention of sports-related injuries; vision enhancement � which may include vision therapy and techniques to improve visual skills specific to the athlete�s sport."], ["notes", "Source: American Optometric Association [1/1/2009: added definition, added source]"]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.6ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Optometrist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Vision Therapy"], ["parent_id", 89], ["depth", 3], ["taxonomy_code", "152WV0400X"], ["definition", "Optometrists who specialize in vision therapy as a treatment process used to improve vision function. It includes a broad range of developmental and rehabilitative treatment programs individually prescribed to remediate specific sensory, motor and/or visual perceptual dysfunctions."], ["notes", "Source: American Optometric Association [1/1/2009: added definition, added source]"]]
[1m[35m (4.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Optometrist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Occupational Vision"], ["parent_id", 89], ["depth", 3], ["taxonomy_code", "152WX0102X"], ["definition", "Optometrists who work in Occupational Vision, the branch of environmental optometry, consider all aspects of the relationship between work and vision, visual performances, eye safety, and health."], ["notes", "Source: American Optometric Association [1/1/2009: added definition, added source]"]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.7ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Technician/Technologist"], ["depth", 2], ["parent_id", 88], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["taxonomy_code", "156F00000X"], ["definition", "A broad category grouping different kinds of technologists and technicians. See individual definitions."]]
[1m[35m (2.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Contact Lens"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FC0800X"], ["definition", "An optician or other ancillary support staff person who, where authorized by state law and trained or certified to do so, may fit or dispense contact lenses to a patient based on the prescription of an optometrist or medical physician."], ["notes", "Source: American Optometric Association [1/1/2009: added definition, added source]"]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.6ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Contact Lens Fitter"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FC0801X"], ["definition", "An optician or other ancillary support staff person who, where authorized by state law and trained or certified to do so, may fit or dispense contact lenses to a patient based on the prescription of an optometrist or medical physician."], ["notes", "Source: American Optometric Association [1/1/2009: added definition, added source]"]]
[1m[35m (4.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Ophthalmic"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FX1100X"], ["definition", "Definition to come..."]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.6ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Ophthalmic Assistant"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FX1101X"], ["definition", "Definition to come..."]]
[1m[35m (3.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Optometric Assistant"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FX1201X"], ["definition", "Definition to come..."]]
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.6ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Optometric Technician"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FX1202X"], ["definition", "Definition to come..."]]
[1m[35m (4.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Ocularist"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FX1700X"], ["definition", "Definition to come..."]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.7ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Optician"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FX1800X"], ["definition", "Definition to come..."]]
[1m[35m (4.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Orthoptist"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FX1900X"], ["definition", "Definition to come..."]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id"[0m [["name", "Nursing Service Providers"], ["depth", 1]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["depth", 2], ["parent_id", 106], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["taxonomy_code", "163W00000X"], ["definition", "(1) A registered nurse is a person qualified by graduation from an accredited nursing school (depending upon schooling, a registered nurse may receive either a diploma from a hospital program, an associate degree in nursing (A.D.N.) or a Bachelor of Science degree in nursing (B.S.N.), who is licensed or certified by the state, and is practicing within the scope of that license or certification. R.N.�s assist patient in recovering and maintaining their physical or mental health. They assist physicians during treatments and examinations and administer medications. (2) A provider who is trained and educated in a formal nursing education program at an accredited school of nursing, passes a national certification examination, and is licensed by the state to practice nursing. The individual provides nursing services to patients or clients in areas such as health promotion, disease prevention, acute and chronic care and restoration and maintenance of health across the life span."], ["notes", "Sources: (2) American Nurses Association, American Nurses Credentialing Center, 1996 Certification Catalogue, and Rhea, Ott, and Shafritz, The Facts On File Dictionary of Health Care Management, New York: Facts On File Publications, 1988."]]
[1m[35m (6.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Addiction (Substance Use Disorder)"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WA0400X"], ["definition", "Definition to come..."]]
[1m[35m (4.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Administrator"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WA2000X"], ["definition", "Definition to come..."]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Critical Care Medicine"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WC0200X"], ["definition", "Definition to come..."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Case Management"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WC0400X"], ["definition", "Definition to come..."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "College Health"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WC1400X"], ["definition", "Definition to come..."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Community Health"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WC1500X"], ["definition", "Definition to come..."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Continuing Education/Staff Development"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WC1600X"], ["definition", "Definition to come..."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Continence Care"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WC2100X"], ["definition", "Definition to come..."]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Cardiac Rehabilitation"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WC3500X"], ["definition", "Definition to come..."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Diabetes Educator"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WD0400X"], ["definition", "Definition to come..."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Dialysis, Peritoneal"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WD1100X"], ["definition", "Definition to come..."]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.1ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Emergency"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WE0003X"], ["definition", "Definition to come..."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Enterostomal Therapy"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WE0900X"], ["definition", "Definition to come..."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Flight"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WF0300X"], ["definition", "Definition to come..."]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "General Practice"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WG0000X"], ["definition", "Definition to come..."]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.0ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Gastroenterology"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WG0100X"], ["definition", "Definition to come..."]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Gerontology"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WG0600X"], ["definition", "Definition to come..."]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.1ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Home Health"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WH0200X"], ["definition", "Definition to come..."]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Hemodialysis"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WH0500X"], ["definition", "Definition to come..."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Hospice"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WH1000X"], ["definition", "Definition to come..."]]
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Infusion Therapy"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WI0500X"], ["definition", "Definition to come..."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Infection Control"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WI0600X"], ["definition", "Definition to come..."]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Lactation Consultant"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WL0100X"], ["definition", "Definition to come..."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Maternal Newborn"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WM0102X"], ["definition", "Definition to come..."]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Medical-Surgical"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WM0705X"], ["definition", "Definition to come..."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.1ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.0ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Nurse Massage Therapist (NMT)"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WM1400X"], ["definition", "Definition to come..."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Neonatal Intensive Care"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WN0002X"], ["definition", "Definition to come..."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Neonatal, Low-Risk"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WN0003X"], ["definition", "Definition to come..."]]
[1m[35m (9.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Nephrology"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WN0300X"], ["definition", "Definition to come..."]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Neuroscience"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WN0800X"], ["definition", "Definition to come..."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Nutrition Support"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WN1003X"], ["definition", "Definition to come..."]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Pain Management"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP0000X"], ["definition", "Definition to come..."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Pediatrics"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP0200X"], ["definition", "Definition to come..."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Pediatric Oncology"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP0218X"], ["definition", "Definition to come..."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Psych/Mental Health, Child & Adolescent"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP0807X"], ["definition", "Definition to come..."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Psych/Mental Health"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP0808X"], ["definition", "Definition to come..."]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Psych/Mental Health, Adult"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP0809X"], ["definition", "Definition to come..."]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Perinatal"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP1700X"], ["definition", "Definition to come..."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Ambulatory Care"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP2201X"], ["definition", "Definition to come..."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Registered Nurse First Assistant"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WR0006X"], ["definition", "A perioperative registered nurse who works in collaboration with the surgeon and other health care team members to achieve optimal outcomes. The RNFA has acquired the necessary knowledge, judgment, and skills specific to the expanded role of RNFA clinical practice. Intraoperatively, the RNFA assists the surgeon."], ["notes", "Source: AORN Official Statement on RNFAs ratified by the AORN House of Delegates in 2004. [7/1/2006: new]"]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Rehabilitation"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WR0400X"], ["definition", "Definition to come..."]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Reproductive Endocrinology/Infertility"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WR1000X"], ["definition", "Definition to come..."]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Plastic Surgery"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WS0121X"], ["definition", "Definition to come..."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "School"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WS0200X"], ["definition", "Definition to come..."]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Urology"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WU0100X"], ["definition", "Definition to come..."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Wound Care"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WW0000X"], ["definition", "Definition to come..."]]
[1m[35m (5.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Women's Health Care, Ambulatory"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WW0101X"], ["definition", "Definition to come..."]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Obstetric, High-Risk"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX0002X"], ["definition", "Definition to come..."]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Obstetric, Inpatient"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX0003X"], ["definition", "Definition to come..."]]
[1m[35m (5.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Occupational Health"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX0106X"], ["definition", "Definition to come..."]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Oncology"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX0200X"], ["definition", "Definition to come..."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Otorhinolaryngology & Head-Neck"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX0601X"], ["definition", "Definition to come..."]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.1ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Orthopedic"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX0800X"], ["definition", "Definition to come..."]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Ophthalmic"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX1100X"], ["definition", "Definition to come..."]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Ostomy Care"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX1500X"], ["definition", "Definition to come..."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Licensed Practical Nurse"], ["depth", 2], ["parent_id", 106], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Licensed Practical Nurse"], ["parent_id", 106], ["depth", 2], ["taxonomy_code", "164W00000X"], ["definition", "An individual with post-high school vocational training and practical experience in the provision of nursing care at a level less than that required for certification as a Registered Nurse. Requirements for education, experience, licensure, and job responsibilities vary among the states."], ["notes", "Source: Rhea, Ott, and Shafritz, The Facts On File Dictionary of Health Care Management, New York: Facts On File Publications, 1988."]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Licensed Vocational Nurse"], ["depth", 2], ["parent_id", 106], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Licensed Vocational Nurse"], ["parent_id", 106], ["depth", 2], ["taxonomy_code", "164X00000X"], ["definition", "An individual with post-high school vocational training and practical experience in the provision of nursing care at a level less than that required for certification as a Registered Nurse. [An alternate term for licensed practical nurse arising from difference in occupational titles between states and post-high school training programs and institutions.] Requirements for education, experience, licensure, and job responsibilities vary among the states."], ["notes", "Source: Rhea, Ott, and Shafritz, The Facts On File Dictionary of Health Care Management, New York: Facts On File Publications, 1988."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Licensed Psychiatric Technician"], ["depth", 2], ["parent_id", 106], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Licensed Psychiatric Technician"], ["parent_id", 106], ["depth", 2], ["taxonomy_code", "167G00000X"], ["definition", "An individual licensed by the state board as a Psychiatric Technician based upon completion of a prescribed course of theory and clinical practice, with two thirds of the clinical practice time focused on mental and developmental disorders. The psychiatric technician practices under the direct supervision of a physician, psychologist, registered nurse or other professional to provide care to patients with mental disorders and developmental disabilities."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id"[0m [["name", "Other Service Providers"], ["depth", 1]]
[1m[35m (6.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Medical Genetics, Ph.D. Medical Genetics"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Medical Genetics, Ph.D. Medical Genetics"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "170100000X"], ["definition", "A medical geneticist works in association with a medical specialist, is affiliated with a clinical genetics program, and serves as a consultant to medical and dental specialists. "], ["notes", " A general certificate was first issued by ABMS in 1982. ACGME Accredited Residency Program Requirements: None."]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.1ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Genetic Counselor, MS"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Genetic Counselor, MS"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "170300000X"], ["definition", "A masters trained health care provider who collects and interprets genetic family histories; assesses the risk of disease occurrence or recurrence; identifies interventions to manage or ameliorate disease risk; educates about inheritance, testing, management, prevention, ethical issues, resources, and research; and counsels to promote informed choices and adaptation. Certification was established in 1993 by the American Board of Genetic Counseling and prior to that by the American Board of Medical Genetics. Requirements for experience, licensure, and job responsibilities vary among the states."], ["notes", "Source: National Society of Genetic Counselors [7/1/2005: new]"]]
[1m[35m (5.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Military Health Care Provider"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Military Health Care Provider"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "171000000X"], ["definition", "Active duty military health care providers not otherwise classified who need to be separately identified for operational, clinical, or administrative processes."], ["notes", "[7/1/2005: new]"]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Military Health Care Provider"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Independent Duty Corpsman"], ["parent_id", 169], ["depth", 3], ["taxonomy_code", "1710I1002X"], ["definition", "A Navy Independent Duty Corpsman (IDC) is an active duty Sailor who has successfully completed one of the Navy's specific IDC training programs. IDCs are formally trained and educated to perform primary medical care and minor surgical services in a variety of health care and non-health care settings worldwide under indirect physician supervision. IDCs provide care to Department of Defense operational forces and other supporting forces such as contractors and foreign nationals."], ["notes", "Source: Bureau of Medicine and Surgery, Department of the Navy [7/1/2005: new]"]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Military Health Care Provider"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Independent Duty Medical Technicians"], ["parent_id", 169], ["depth", 3], ["taxonomy_code", "1710I1003X"], ["definition", "An Independent Duty Medical Technician (IDMT) is specially trained and educated to perform primary medical care, minor surgical services, and treatment of dental disorders for active duty military members in a variety of health care and non-health care settings worldwide under direct and indirect physician supervision. An IDMT may take medical histories, perform physical exams, order lab tests and x-rays, prescribe medications, and give immunizations. IDMTs work under the direct supervision of a physician preceptor when at home station and indirectly when assigned to a Mobile Aid Station, Mobile Medical Unit, remote site, or otherwise deployed specifically as an IDMT. An IDMT may be an experienced Aerospace Medical Service Technician who meets special task qualifications and is recommended for training by the Aerospace Medical Service Functional Manager at their Medical Treatment Facility. IDMTs maintain certification as Nationally Registered Emergency Medical Technicians and as Immunization Back-up Technicians."], ["notes", "Source: Air Force Surgeon General Office [7/1/2005: new]"]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Acupuncturist"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Acupuncturist"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "171100000X"], ["definition", "An acupuncturist is a person who performs ancient therapy for alleviation of pain, anesthesia and treatment of some diseases. Acupuncturists use long, fine needles inserted into specific points in order to treat painful conditions or produce anesthesia."]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Case Manager/Care Coordinator"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Case Manager/Care Coordinator"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "171M00000X"], ["definition", "A person who provides case management services and assists an individual in gaining access to needed medical, social, educational, and/or other services. The person has the ability to provide an assessment and review of completed plan of care on a periodic basis. This person is also able to take collaborative action to coordinate the services with other providers and monitor the enrollee�s progress toward the cost-effective achievement of objectives specified in the plan of care. Credentials may vary from an experience in the fields of psychology, social work, rehabilitation, nursing or a closely related human service field, to a related Assoc of Arts Degree or to nursing credentials. Some states may require certification in case management."], ["notes", "Source: CMS State Medicaid Manual Section 4442.3 [7/1/2006: new]"]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Interpreter"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Interpreter"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "171R00000X"], ["definition", "An Interpreter is a person who translates oral communication between two or more people. This includes translating from one language to another or interpreting sign language. An interpreter is necessary for medical care when the patient does not speak the language of the health care provider or when the patient has a disability involving spoken language."], ["notes", "Source: National Medicaid EDI HIPAA NPI Sub Work Group [7/1/2006: new]"]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Contractor"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Contractor"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "171W00000X"], ["definition", "A person who contracts to supply certain materials or do certain work for a stipulated sum; esp., one whose business is contracting work in any of the building trades. For purposes of the taxonomy, a person who contracts to complete home repairs or modifications to accommodate a health condition (e.g. wheelchair ramp, kitchen counter lowering)."], ["notes", "Source: Websters New World Dictionary of the American Language, Second College Edition, William Collins + World Publishing Co., Inc., New York: 1974, p. 308"]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Contractor"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Home Modifications"], ["parent_id", 175], ["depth", 3], ["taxonomy_code", "171WH0202X"], ["definition", "Definition to come..."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Contractor"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Vehicle Modifications"], ["parent_id", 175], ["depth", 3], ["taxonomy_code", "171WV0202X"], ["definition", "A contractor who makes modifications to private vehicles to accommodate a health condition."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Driver"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Driver"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "172A00000X"], ["definition", "A person employed to operate a motor vehicle as a carrier of persons or property."]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Mechanotherapist"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Mechanotherapist"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "172M00000X"], ["definition", "A practitioner of mechanotherapy examines patients by verbal inquiry, examination of the musculoskeletal system by hand, and visual inspection and observation. In the treatment of patients, mechanotherapists employ the techniques of advised or supervised exercise; electrical neuromuscular stimulation; massage or manipulation; or air, water, heat, cold, sound, or infrared ray therapy."], ["notes", "Source: Summarized from Ohio Revised Code 4731.15 [1/1/2007: new]"]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Naprapath"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Naprapath"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "172P00000X"], ["definition", "Naprapathy means a branch of medicine that focuses on the evaluation and treatment of neuron-muscular conditions. Doctors of naprapathy are connective tissue specialists. Education and training are defined through individual states� licensing/certification requirements."], ["notes", "Source: National Uniform Claim Committee [1/1/2007: new]"]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Community Health Worker"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Community Health Worker"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "172V00000X"], ["definition", "Community health workers (CHW) are lay members of communities who work either for pay or as volunteers in association with the local health care system in both urban and rural environments and usually share ethnicity, language, socioeconomic status and life experiences with the community members they serve. They have been identified by many titles such as community health advisors, lay health advocates, \"promotores(as), outreach educators, community health representatives, peer health promoters, and peer health educators. CHWs offer interpretation and translation services, provide culturally appropriate health education and information, assist people in receiving the care they need, give informal counseling and guidance on health behaviors, advocate for individual and community health needs, and provide some direct services such as first aid and blood pressure screening. Some examples of these practitioners are Community Health Aides or Practitioners established under 25 USC �1616 (l) under HHS, Indian Health Service, Public Health Service."], ["notes", "Source: Health Resources and Services Administration, US Department of Health and Human Services � National Workforce Study on Community Health Workers, March, 2007. [7/1/2007: new] http://bhpr.hrsa.gov/healthworkforce/chw/"]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Legal Medicine"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Legal Medicine"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "173000000X"], ["definition", "The specialty areas of medicine concerned with matters of, and relations with, substantive law and legal institutions; such as the conduct of medical examinations at crime scenes, performance of autopsies, giving of expert medical testimony in judicial proceedings, medical treatment of inmates of penal institutions, the practice of trauma medicine in law enforcement settings, and other clinical practice and medical science applications in the fields of law, law enforcement, and corrections."], ["notes", "Source: Rhea, Ott, and Shafritz, The Facts On File Dictionary of Health Care Management, New York: Facts On File Publications, 1988."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Reflexologist"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Reflexologist"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "173C00000X"], ["definition", "Reflexologists perform a non-invasive complementary modality involving thumb and finger techniques to apply alternating pressure to the reflexes within the reflex maps of the body located on the feet, hands, and outer ears. Reflexologists apply pressure to specific areas (feet, hands, and ears) to promote a response from an area far removed from the tissue stimulated via the nervous system and acupuncture meridians. Reflexologists are recommended to complete a minimum of 200 hours of education, typically including anatomy & physiology, Reflexology theory, body systems, zones, meridians & relaxation response, ethics, business standards, and supervised practicum."], ["notes", "Source: National Uniform Claim Committee (based on the American Reflexology Certification Board definition of Reflexology), 2007 [1/1/2008: new] Additional Resources: Foot and hand reflexology is a scientific art based on the premise that there are zones and reflex areas in the feet and hands which correspond to all body parts. The physical act of applying specific pressures using thumb, finger and hand techniques result in stress reduction which causes a physiological change in the body. Reflexology is a non-invasive, complementary modality involving thumb and finger techniques to apply alternating pressure to reflexes shown on reflex maps of the body located on the feet, hands, and outer ears. American Reflexology Certification Board, www.arcb.net/definiti.htm; Reflexology Association of America, www.reflexology-usa.org/standards.html "]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Sleep Specialist, PhD"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sleep Specialist, PhD"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "173F00000X"], ["definition", "Sleep medicine is a clinical specialty with a focus on clinical problems that require accurate diagnosis and treatment. The knowledge base of sleep medicine is derived from many disciplines including neuroanatomy, neurophysiology, respiratory physiology, pharmacology, psychology, psychiatry, neurology, general internal medicine, pulmonary medicine, and pediatrics as well as others."], ["notes", "Source: National Uniform Claim Committee (based on American Board of Sleep Medicine), 2007 [1/1/2008: new] Additional resources: www.absm.org"]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Meals"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Meals"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "174200000X"], ["definition", "A public or privately owned facility providing meals to individuals traveling long distances or receiving prolonged outpatient medical services away from home."], ["notes", "Source: SD DSS Non-Emergency Medical Transportation program Transportation Services [7/1/2010: new]"]]
[1m[35m (4.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Specialist"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Specialist"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "174400000X"], ["definition", "An individual educated and trained in an applied knowledge discipline used in the performance of work at a level requiring knowledge and skills beyond or apart from that provided by a general education or liberal arts degree."], ["notes", "Source: Expanded from Webster�s II New Riverside University Dictionary, Boston: Riverside Publishing Company, 1974."]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Specialist"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Graphics Designer"], ["parent_id", 186], ["depth", 3], ["taxonomy_code", "1744G0900X"], ["definition", "Definition to come..."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Specialist"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Prosthetics Case Management"], ["parent_id", 186], ["depth", 3], ["taxonomy_code", "1744P3200X"], ["definition", "Definition to come..."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Specialist"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Research Study"], ["parent_id", 186], ["depth", 3], ["taxonomy_code", "1744R1102X"], ["definition", "Definition to come..."]]
[1m[35m (4.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Specialist"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Research Data Abstracter/Coder"], ["parent_id", 186], ["depth", 3], ["taxonomy_code", "1744R1103X"], ["definition", "Definition to come..."]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Health Educator"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Health Educator"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "174H00000X"], ["definition", "Health educators work in a variety of settings providing education to individuals or groups of individuals on healthy behaviors, wellness, and health-related topics with the goal of preventing diseases and health problems. Health educators generally require a bachelor�s degree and may receive additional training, such as through mentoring, internships, or volunteer work."], ["notes", "Source: National Uniform Claim Committee, 2009 [7/1/2009: definition added]"]]
[1m[35m (4.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Veterinarian"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Veterinarian"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "174M00000X"], ["definition", "A doctor of veterinary medicine, trained and authorized to practice veterinarian medicine and surgery."], ["notes", "Source: Dorland�s Illustrated Medical Dictionary. 28th edition. Philadelphia: W.B. Saunders Company, 1994, p. 1823"]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Veterinarian"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Medical Research"], ["parent_id", 192], ["depth", 3], ["taxonomy_code", "174MM1900X"], ["definition", "Definition to come..."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Lactation Consultant, Non-RN"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Lactation Consultant, Non-RN"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "174N00000X"], ["definition", "An individual trained to provide breastfeeding assistance services to both mothers and infants. Lactation Consultants are not required to be nurses and are trained through specific courses of education. The Lactation Consultant may have additional certification through a national or international organization."], ["notes", "Source: National Uniform Claim Committee [1/1/2011: new]"]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Clinical Ethicist"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical Ethicist"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "174V00000X"], ["definition", "A clinical ethicist has been trained in bioethics and ethics case consultation. The clinical ethicist addresses medical-ethical dilemmas arising in clinical practice, such as end-of-life care, refusal of treatment, and futility of care; assists patients and health care providers with medical decision-making; and provides ethics education for patients and families."], ["notes", "Source: National Uniform Claim Committee [1/1/2011: new]"]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Naturopath"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Naturopath"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "175F00000X"], ["definition", "Diagnoses, treats, and cares for patients, using system of practice that bases treatment of physiological functions and abnormal conditions on natural laws governing human body: Utilizes physiological, psychological, and mechanical methods, such as air, water, light, heat, earth, phototherapy, food and herb therapy, psychotherapy, electrotherapy, physiotherapy, minor and orificial surgery, mechanotherapy, naturopathic corrections and manipulation, and natural methods or modalities, together with natural medicines, natural processed foods, and herbs and nature's remedies. Excludes major surgery, therapeutic use of x ray and radium, and use of drugs, except those assimilable substances containing elements or compounds which are components of body tissues and are physiologically compatible to body processes for maintenance of life."], ["notes", "Source: The Federal Dictionary of Occupational Titles, U.S. Department of Labor, Washington, D.C., section #079, 101-014 [7/1/2007: definition changed, source added]"]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Homeopath"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Homeopath"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "175L00000X"], ["definition", "A provider who is educated and trained in a system of therapeutics in which diseases are treated by drugs which are capable of producing in healthy persons symptoms like those of the disease to be treated. Treatment requires administering a drug in minute doses."], ["notes", "Source: Dorland�s Illustrated Medical Dictionary. 26th edition. Philadelphia: W.B. Saunders Company, 1981."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Midwife, Lay"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Midwife, Lay"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "175M00000X"], ["definition", "A person qualified by experience and limited specialized training to provide obstetric and neo-natal care in the management of women having normal pregnancy, labor and childbirth. The lay midwife is licensed in some states."]]
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Peer Specialist"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Peer Specialist"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "175T00000X"], ["definition", "Individuals certified to perform peer support services through a training process defined by a government agency, such as the Department of Veterans Affairs or a state mental health department/certification/licensing authority."], ["notes", "Source: National Uniform Claim Committee [7/1/2014: new]"]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Midwife"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Midwife"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "176B00000X"], ["definition", "A Midwife is a trained professional with special expertise in supporting women to maintain a healthy pregnancy birth, offering expert individualized care, education, counseling, and support to a woman and her newborn throughout the childbearing cycle. A Midwife is a skilled and independent practitioner who has undergone formalized training. Midwives are not required to be nurses and may be trained via multiple routes of education (apprenticeship, workshop, formal classes, or programs, etc., usually a combination). The educational background requirements and licensing requirements vary by state. The Midwife may or may not be certified by a state or national organization."], ["notes", "Source: The National Uniform Claim Committee [7/1/2007: title changed, definition changed, source changed]"]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Funeral Director"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Funeral Director"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "176P00000X"], ["definition", "A person, usually an embalmer, whose business is to arrange for the burial or cremation of the dead and to assist at the funeral rites."], ["notes", "Source: Joint Commission on Accreditation of Healthcare Organizations, Lexikon: Dictionary of Health Care Terms, Organizations and Acronyms for the Era of Reform, Oakbrook Terrace, IL: 1994, p. 323"]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Lodging"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]
[1m[35m (0.0ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Lodging"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "177F00000X"], ["definition", "A public or privately owned facility providing overnight lodging to individuals traveling long distances or receiving prolonged outpatient medical services away from home."]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id"[0m [["name", "Pharmacy Service Providers"], ["depth", 1]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pharmacist"], ["depth", 2], ["parent_id", 203], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["taxonomy_code", "183500000X"], ["definition", "An individual licensed by the appropriate state regulatory agency to engage in the practice of pharmacy. The practice of pharmacy includes, but is not limited to, assessment, interpretation, evaluation, and implementation, initiation, monitoring or modification of medication and or medical orders; the compounding or dispensing of medication and or medical orders; participation in drug and device procurement, storage, and selection; drug administration; drug regimen reviews; drug or drug-related research; provision of patient education and the provision of those acts or services necessary to provide medication therapy management services in all areas of patient care."], ["notes", "Source: Adapted from National Association of Boards of Pharmacy Model State Pharmacy Act, Article 1, Section 104. [1/1/2006: definition modified, source modified]"]]
[1m[35m (6.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Critical Care"], ["parent_id", 204], ["depth", 3], ["taxonomy_code", "1835C0205X"], ["definition", "A licensed pharmacist who has demonstrated specialized knowledge and skill in the delivery of patient care services by pharmacists, as integral members of interprofessional teams, working to ensure the safe and effective use of medications in critically ill patients."], ["notes", "Source: Board of Pharmacy Specialties, www.bpsweb.org [1/1/2016: new]"]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "notes") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "General Practice"], ["parent_id", 204], ["depth", 3], ["taxonomy_code", "1835G0000X"], ["notes", "[1/1/2006: marked inactive, use value 183500000X]"]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Geriatric"], ["parent_id", 204], ["depth", 3], ["taxonomy_code", "1835G0303X"], ["definition", "A pharmacist who is certified in geriatric pharmacy practice is designated as a �Certified Geriatric Pharmacist� (CGP). To become certified, candidates are expected to be knowledgeable about principles of geriatric pharmacotherapy and the provision of pharmaceutical care to the elderly."], ["notes", "Source: Commission for Certification in Geriatric Pharmacy (www.ccgp.org) [7/1/2006: new]"]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Nuclear"], ["parent_id", 204], ["depth", 3], ["taxonomy_code", "1835N0905X"], ["definition", "A licensed pharmacist who has demonstrated specialized knowledge and skill in procurement, compounding, quality control testing, dispensing, distribution, and monitoring of radiopharmaceuticals."], ["notes", "Source: Specialty certification and recertification program administered by Board of Pharmaceutical Specialties, www.bpsweb.org [7/1/2006: modified title, added definition]"]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Nutrition Support"], ["parent_id", 204], ["depth", 3], ["taxonomy_code", "1835N1003X"], ["definition", "A licensed pharmacist who has demonstrated specialized knowledge and skill in maintenance and/or restoration of optimal nutritional status, designing and modifying treatment according to patient needs."], ["notes", "Source: Specialty certification and recertification program administered by Board of Pharmaceutical Specialties, www.bpsweb.org [7/1/2006: definition modified]"]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pharmacist Clinician (PhC)/ Clinical Pharmacy Specialist"], ["parent_id", 204], ["depth", 3], ["taxonomy_code", "1835P0018X"], ["definition", "Pharmacist Clinician/Clinical Pharmacy Specialist is a pharmacist with additional training and an expanded scope of practice that may include prescriptive authority, therapeutic management, and disease management."], ["notes", "Source: National Uniform Claim Committee, 2007 [1/1/2008: new]"]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatrics"], ["parent_id", 204], ["depth", 3], ["taxonomy_code", "1835P0200X"], ["definition", "A licensed pharmacist who has demonstrated specialized knowledge and skill in the delivery of patient care services by pharmacists that ensures the safe and effective use of medications for all children from neonates through adolescents."], ["notes", "Source: Board of Pharmacy Specialties, www.bpsweb.org [1/1/2016: new]"]]
[1m[35m (4.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pharmacotherapy"], ["parent_id", 204], ["depth", 3], ["taxonomy_code", "1835P1200X"], ["definition", "A licensed pharmacist who has demonstrated specialized knowledge and skill in optimizing pharmacotherapeutic care of patients, by developing, implementing, monitoring, and modifying complex treatment plans, providing advanced level education and consultation, and collaborating with other health professionals in the management of therapy."], ["notes", "Source: Specialty certification and recertification program administered by Board of Pharmaceutical Specialties, www.bpsweb.org [7/1/2006: modified definition]"]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Psychiatric"], ["parent_id", 204], ["depth", 3], ["taxonomy_code", "1835P1300X"], ["definition", "A licensed pharmacist who has demonstrated specialized knowledge and skill in optimizing care of patients with psychiatric illness by assessing and monitoring patients, recognizing drug-induced problems, and recommending appropriate treatment plans."], ["notes", "Source: Specialty certification and recertification program administered by Board of Pharmaceutical Specialties, www.bpsweb.org [7/1/2006: modified title, added definition]"]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.1ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Ambulatory Care"], ["parent_id", 204], ["depth", 3], ["taxonomy_code", "1835P2201X"], ["definition", "A licensed pharmacist who has demonstrated specialized knowledge and skill in the provision of integrated, accessible health care services by pharmacists and is accountable for addressing medication needs, developing sustained partnerships with patients, and practicing in the context of family and community."], ["notes", "Source: Board of Pharmacy Specialties, www.bpsweb.org [7/1/2015: new]"]]
[1m[35m (5.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.6ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Oncology"], ["parent_id", 204], ["depth", 3], ["taxonomy_code", "1835X0200X"], ["definition", "A licensed pharmacist who has demonstrated specialized knowledge and skill in developing, recommending, implementing, monitoring, and modifying pharmacotherapeutic plans to optimize outcomes in patients with malignant diseases."], ["notes", "Source: Specialty certification and recertification program administered by Board of Pharmaceutical Specialties, www.bpsweb.org [7/1/2006: new]"]]
[1m[35m (2.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pharmacy Technician"], ["depth", 2], ["parent_id", 203], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pharmacy Technician"], ["parent_id", 203], ["depth", 2], ["taxonomy_code", "183700000X"], ["definition", "A person who works under the direct supervision of a licensed pharmacist and performs many pharmacy-related functions that do not require the professional judgment of a pharmacist."], ["notes", "Source: Pharmacy Technician Certification Board, www.ptcb.org [1/1/2006: modified definition, modified source]"]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Group"], ["depth", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id"[0m [["name", "Group"], ["depth", 1]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Multi-Specialty"], ["depth", 2], ["parent_id", 217], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Multi-Specialty"], ["parent_id", 217], ["depth", 2], ["taxonomy_code", "193200000X"], ["definition", "A business group of one or more individual practitioners, who practice with different areas of specialization."], ["notes", "[7/1/2003: new]"]]
[1m[35m (5.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Group"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Single Specialty"], ["depth", 2], ["parent_id", 217], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Single Specialty"], ["parent_id", 217], ["depth", 2], ["taxonomy_code", "193400000X"], ["definition", "A business group of one or more individual practitioners, all of who practice with the same area of specialization."], ["notes", "[7/1/2003: new]"]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id"[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1]]
[1m[35m (5.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Independent Medical Examiner"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Independent Medical Examiner"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "202C00000X"], ["definition", "A special evaluator not involved with the medical care of the individual examinee that impartially evaluates the care being provided by other practitioners to clarify clinical, disability, liability or other case issues."], ["notes", "Source: American Board of Independent Medical Examiners [1/1/2007: new]"]]
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Phlebology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Phlebology"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "202K00000X"], ["definition", "Phlebology is the medical discipline that involves the diagnosis and treatment of venous disorders, including spider veins, varicose veins, chronic venous insufficiency, venous leg ulcers, congenital venous abnormalities, venous thromboembolism and other disorders of venous origin. A phlebologist has attained a minimum of 50 hours of CME units in phlebology-related courses, and is knowledgeable of and trained in a variety of diagnostic techniques including physical examination, venous imaging techniques such as duplex ultrasound, CT and MR, plethysmographic techniques and laboratory evaluation related to venous thromboembolism. The phlebologist is also trained in a variety of therapeutic interventions, which may include compression, sclerotherapy, cutaneous vascular laser, endovenous thermoablation procedures (laser and radiofrequency) endovenous chemical ablation, surgical procedures (e.g., ambulatory phlebectomy, venous ligation), vasoactive medications and the management of venous thromboembolism."], ["notes", "Source: American College of Phlebology 12/2006. [1/1/2007: new, 7/1/2009: definition reformatted] Additional Resources: Training Programs, Fellowships, and/or Preceptorships: Certification exam is being established by the American Board of Phlebology. ACGME Accredited Residency Program Requirements: None"]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Neuromusculoskeletal Medicine, Sports Medicine"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Neuromusculoskeletal Medicine, Sports Medicine"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "204C00000X"], ["definition", "Definition to come."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Neuromusculoskeletal Medicine & OMM"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Neuromusculoskeletal Medicine & OMM"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "204D00000X"], ["definition", "Definition to come."]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Oral & Maxillofacial Surgery"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Oral & Maxillofacial Surgery"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "204E00000X"], ["definition", "Oral and maxillofacial surgeons are trained to recognize and treat a wide spectrum of diseases, injuries and defects in the head, neck, face, jaws and the hard and soft tissues of the oral and maxillofacial region. They are also trained to administer anesthesia, and provide care in an office setting. They are trained to treat problems such as the extraction of wisdom teeth, misaligned jaws, tumors and cysts of the jaw and mouth, and to perform dental implant surgery."], ["notes", " Source: American College of Surgeons, 2013. [7/1/2013: definition added, source added, additional resources added] Additional Resources: American Board of Oral and Maxillofacial Surgery and American Association of Oral and Maxillofacial Surgeons While this is generally considered a specialty of dentistry, physicians can also be board certified as oral and maxillofacial surgeons through the American Board of Oral and Maxillofacial Surgery."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Transplant Surgery"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Transplant Surgery"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "204F00000X"], ["definition", "Definition to come."]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Electrodiagnostic Medicine"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Electrodiagnostic Medicine"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "204R00000X"], ["definition", "Electrodiagnostic medicine is the medical subspecialty that applies neurophysiologic techniques to diagnose, evaluate, and treat patients with impairments of the neurologic, neuromuscular, and/or muscular systems. Qualified physicians are trained in performing electrophysiological testing and interpretation of the test data. They require knowledge in anatomy, physiology, kinesiology, histology, and pathology of the brain, spinal cord, autonomic nerves, cranial nerves, peripheral nerves, neuromuscular junction, and muscles. They must know clinical features and treatment of diseases of the central, peripheral, and autonomic nervous systems, as well as those of neuromuscular junction and muscle. Physicians also require special knowledge about electric signal processing, including waveform analysis, electronics and instrumentation, stimulation and recording equipment, and statistics."], ["notes", "Source: American Association of Neuromuscular & Electrodiagnostic Medicine, 2011. www.aanem.org [1/1/2011: new] Additional Resources: American Board of Electrodiagnostic Medicine, 2011. www.abemexam.org"]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Allergy & Immunology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Allergy & Immunology"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "207K00000X"], ["definition", "An allergist-immunologist is trained in evaluation, physical and laboratory diagnosis, and management of disorders involving the immune system. Selected examples of such conditions include asthma, anaphylaxis, rhinitis, eczema, and adverse reactions to drugs, foods, and insect stings as well as immune deficiency diseases (both acquired and congenital), defects in host defense, and problems related to autoimmune disease, organ transplantation, or malignancies of the immune system."], ["notes", "Source: American Board of Medical Specialties, 2007, www.abms.org [7/1/2007: added definition, added source] Additional Resources: American Board of Allergy and Immunology, 2007. http://www.abai.org/ No subspecialty certificates in allergy and immunology are offered by the American Board of Allergy and Immunology (ABAI). The ABAI, however, does offer formal special pathways for physicians seeking dual certification in allergy/immunology and pediatric pulmonology; allergy/immunology and pediatric rheumatology; and allergy/immunology and adult rheumatology."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Allergy & Immunology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Allergy"], ["parent_id", 228], ["depth", 3], ["taxonomy_code", "207KA0200X"], ["definition", "Definition to come..."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Allergy & Immunology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Clinical & Laboratory Immunology"], ["parent_id", 228], ["depth", 3], ["taxonomy_code", "207KI0005X"], ["definition", "Definition to come..."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Anesthesiology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Anesthesiology"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "207L00000X"], ["definition", "An anesthesiologist is trained to provide pain relief and maintenance, or restoration, of a stable condition during and immediately following an operation or an obstetric or diagnostic procedure. The anesthesiologist assesses the risk of the patient undergoing surgery and optimizes the patient's condition prior to, during and after surgery. In addition to these management responsibilities, the anesthesiologist provides medical management and consultation in pain management and critical care medicine. Anesthesiologists diagnose and treat acute, long-standing and cancer pain problems; diagnose and treat patients with critical illnesses or severe injuries; direct resuscitation in the care of patients with cardiac or respiratory emergencies, including the need for artificial ventilation; and supervise post-anesthesia recovery."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Anesthesiology, 2007. http://www.theaba.org/; American Osteopathic Board of Anesthesiology, 2007, http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Anesthesiology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Anesthesiology."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Anesthesiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Addiction Medicine"], ["parent_id", 231], ["depth", 3], ["taxonomy_code", "207LA0401X"], ["definition", "An anesthesiologist who specializes in the diagnosis and treatment of addictions."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A Certification of Added Qualifications (CAQ) was, but is no longer issued by the American Osteopathic Board of Anesthesiology. "]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Anesthesiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Critical Care Medicine"], ["parent_id", 231], ["depth", 3], ["taxonomy_code", "207LC0200X"], ["definition", "An anesthesiologist, who specializes in critical care medicine diagnoses, treats and supports patients with multiple organ dysfunction. This specialist may have administrative responsibilities for intensive care units and may also facilitate and coordinate patient care among the primary physician, the critical care staff and other specialists."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Anesthesiology, 2007. http://www.theaba.org/; American Osteopathic Board of Anesthesiology, 2007, http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Anesthesiology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Anesthesiology."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Anesthesiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hospice and Palliative Medicine"], ["parent_id", 231], ["depth", 3], ["taxonomy_code", "207LH0002X"], ["definition", "An anesthesiologist with special knowledge and skills to prevent and relieve the suffering experienced by patients with life-limiting illnesses. This specialist works with an interdisciplinary hospice or palliative care team to maximize quality of life while addressing physical, psychological, social and spiritual needs of both patient and family throughout the course of the disease, through the dying process, and beyond for the family. This specialist has expertise in the assessment of patients with advanced disease; the relief of distressing symptoms; the coordination of interdisciplinary patient and family-centered care in diverse venues; the use of specialized care systems including hospice; the management of the imminently dying patient; and legal and ethical decision making in end-of-life care."], ["notes", "Source: American Academy of Hospice and Palliative Medicine [1/1/2007: new]"]]
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Anesthesiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pain Medicine"], ["parent_id", 231], ["depth", 3], ["taxonomy_code", "207LP2900X"], ["definition", "An anesthesiologist who provides a high level of care, either as a primary physician or consultant, for patients experiencing problems with acute, chronic and/or cancer pain in both hospital and ambulatory settings. Patient care needs are also coordinated with other specialists."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Anesthesiology, 2007. http://www.theaba.org/; American Osteopathic Board of Anesthesiology, 2007, http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Anesthesiology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Anesthesiology."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Anesthesiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Anesthesiology"], ["parent_id", 231], ["depth", 3], ["taxonomy_code", "207LP3000X"], ["definition", "An anesthesiologist who has had additional skill and experience in and is primarily concerned with the anesthesia, sedation, and pain management needs of infants and children. A pediatric anesthesiologist generally provides services including the evaluation of complex medical problems in infants and children when surgery is necessary, planning and care for children before and after surgery, pain control, anesthesia and sedation for any procedures out of the operating room such as MRI, CT scan, and radiation therapy."], ["notes", "Source: American Academy of Pediatrics [7/1/2006: new]"]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dermatology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Dermatology"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "207N00000X"], ["definition", "A dermatologist is trained to diagnose and treat pediatric and adult patients with benign and malignant disorders of the skin, mouth, external genitalia, hair and nails, as well as a number of sexually transmitted diseases. The dermatologist has had additional training and experience in the diagnosis and treatment of skin cancers, melanomas, moles and other tumors of the skin, the management of contact dermatitis and other allergic and nonallergic skin disorders, and in the recognition of the skin manifestations of systemic (including internal malignancy) and infectious diseases. Dermatologists have special training in dermatopathology and in the surgical techniques used in dermatology. They also have expertise in the management of cosmetic disorders of the skin such as hair loss and scars and the skin changes associated with aging."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source] Additional Resources: American Board of Dermatology, 2007. http://www.abderm.org/ Board certification is provided by the American Board of Dermatology. "]]
[1m[35m (4.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dermatology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "MOHS-Micrographic Surgery"], ["parent_id", 237], ["depth", 3], ["taxonomy_code", "207ND0101X"], ["definition", "The highly-trained surgeons that perform Mohs Micrographic Surgery are specialists both in dermatology and pathology. With their extensive knowledge of the skin and unique pathological skills, they are able to remove only diseased tissue, preserving healthy tissue and minimizing the cosmetic impact of the surgery. Mohs surgeons who belong to the American College of Mohs Surgery (ACMS) have completed a minimum of one year of fellowship training at one of the ACMS-approved training centers in the U.S."], ["notes", "Source: American College of Mohs Surgery, 2007 [1/1/2008: added definition, added source] Additional Resources: Additional Resources: http://www.mohscollege.org/; American Board of Dermatology, 2007. http://www.abderm.org/"]]
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dermatology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Dermatopathology"], ["parent_id", 237], ["depth", 3], ["taxonomy_code", "207ND0900X"], ["definition", "A dermatopathologist has the expertise to diagnose and monitor diseases of the skin including infectious, immunologic, degenerative and neoplastic diseases. This entails the examination and interpretation of specially prepared tissue sections, cellular scrapings and smears of skin lesions by means of routine and special (electron and fluorescent) microscopes."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Dermatology, 2007. http://www.abderm.org/; American Osteopathic Board of Dermatology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Dermatology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Dermatology."]]
[1m[35m (4.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dermatology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical & Laboratory Dermatological Immunology"], ["parent_id", 237], ["depth", 3], ["taxonomy_code", "207NI0002X"], ["definition", "A dermatologist who utilizes various specialized laboratory procedures to diagnose disorders characterized by defective responses of the body's immune system. Immunodermatologists also may provide consultation in the management of these disorders and administer specialized forms of therapy for these diseases."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source] Additional Resources: American Board of Dermatology, 2007. http://www.abderm.org/ Board certification is provided by the American Board of Dermatology. "]]
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dermatology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Dermatology"], ["parent_id", 237], ["depth", 3], ["taxonomy_code", "207NP0225X"], ["definition", "A pediatric dermatologist has, through additional special training, developed expertise in the treatment of specific skin disease categories with emphasis on those diseases which predominate in infants, children and adolescents."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: changed definition, added source] Additional Resources: American Board of Dermatology, 2007, http://www.abderm.org/ A subspecialty certificate was approved by ABMS in 2000. ACGME Accredited Residency Program Requirements: None."]]
[1m[35m (8.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Dermatology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Procedural Dermatology"], ["parent_id", 237], ["depth", 3], ["taxonomy_code", "207NS0135X"], ["definition", "Procedural Dermatology, a subspecialty of Dermatology, encompassing a wide variety of surgical procedures and methods to remove or modify skin tissue for health or cosmetic benefit. These methods include scalpel surgery, laser surgery, chemical surgery, cryosurgery (liquid nitrogen), electrosurgery, aspiration surgery, liposuction, injection of filler substances, and Mohs micrographic controlled surgery (a special technique for the removal of growths, especially skin cancers)."], ["notes", "Source: American Board of Dermatology, 2007 [1/1/2008: definition added, source added, title changed] Additional Resources: Some ABMS board certified dermatologists have completed a one-year ACGME approved fellowship in Procedural Dermatology, which has been offered since 2003. At this time the ABD does not offer subspecialty certification in Procedural Dermatology. "]]
[1m[35m (4.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Emergency Medicine"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Emergency Medicine"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "207P00000X"], ["definition", "An emergency physician focuses on the immediate decision making and action necessary to prevent death or any further disability both in the pre-hospital setting by directing emergency medical technicians and in the emergency department. The emergency physician provides immediate recognition, evaluation, care, stabilization and disposition of a generally diversified population of adult and pediatric patients in response to acute illness and injury."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: mofified source]
Additional Resources: American Board of Emergency Medicine, 2007. http://www.abem.org/public/; American Osteopathic Board of Emergency Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Emergency Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Emergency Medicine."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Emergency Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Emergency Medical Services"], ["parent_id", 243], ["depth", 3], ["taxonomy_code", "207PE0004X"], ["definition", "An emergency medicine physician who specializes in non-hospital based emergency medical services (e.g., disaster site, accident scene, transport vehicle, etc.) to provide pre-hospital assessment, treatment, and transport patients."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A Certification of Added Qualifications (CAQ) is issued by the American Osteopathic Board of Emergency Medicine."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Emergency Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Undersea and Hyperbaric Medicine"], ["parent_id", 243], ["depth", 3], ["taxonomy_code", "207PE0005X"], ["definition", "A specialist who treats decompression illness and diving accident cases and uses hyperbaric oxygen therapy to treat such conditions as carbon monoxide poisoning, gas gangrene, non-healing wounds, tissue damage from radiation and burns, and bone infections. This specialist also serves as a consultant to other physicians in all aspects of hyperbaric chamber operations, and assesses risks and applies appropriate standards to prevent disease and disability in divers and other persons working in altered atmospheric conditions."], ["notes", "Source: American Board of Emergency Medicine [7/1/2008: source added, additional resources added] Additional Resources: Additional Resources: www.abem.org & American Board of Preventive Medicine www.abprevmed.org"]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Emergency Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hospice and Palliative Medicine"], ["parent_id", 243], ["depth", 3], ["taxonomy_code", "207PH0002X"], ["definition", "An emergency medicine physician with special knowledge and skills to prevent and relieve the suffering experienced by patients with life-limiting illnesses. This specialist works with an interdisciplinary hospice or palliative care team to maximize quality of life while addressing physical, psychological, social and spiritual needs of both patient and family throughout the course of the disease, through the dying process, and beyond for the family. This specialist has expertise in the assessment of patients with advanced disease; the relief of distressing symptoms; the coordination of interdisciplinary patient and family-centered care in diverse venues; the use of specialized care systems including hospice; the management of the imminently dying patient; and legal and ethical decision making in end-of-life care."], ["notes", "Source: American Academy of Hospice and Palliative Medicine [1/1/2007: new]"]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.1ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Emergency Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Emergency Medicine"], ["parent_id", 243], ["depth", 3], ["taxonomy_code", "207PP0204X"], ["definition", "Pediatric Emergency Medicine is a clinical subspecialty that focuses on the care of the acutely ill or injured child in the setting of an emergency department."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source] Additional Resources: American Board of Emergency Medicine, 2007. http://www.abem.org/public/ Board certification is provided by the American Board of Emergency Medicine. Board certification for Medical Doctors (MDs) is provided by the American Board of Emergency Medicine. "]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Emergency Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sports Medicine"], ["parent_id", 243], ["depth", 3], ["taxonomy_code", "207PS0010X"], ["definition", "An emergency physician with special knowledge in sports medicine is responsible for continuous care in the field of sports medicine, not only for the enhancement of health and fitness, but also for the prevention and management of injury and illness. A sports medicine physician has knowledge and experience in the promotion of wellness and the role of exercise in promoting a healthy lifestyle. Knowledge of exercise physiology, biomechanics, nutrition, psychology, physical rehabilitation and epidemiology is essential to the practice of sports medicine."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Emergency Medicine, 2007. http://www.abem.org/public/. American Osteopathic Board of Emergency Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Emergency Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Emergency Medicine."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Emergency Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Medical Toxicology"], ["parent_id", 243], ["depth", 3], ["taxonomy_code", "207PT0002X"], ["definition", "Medical toxicologists are physicians who specialize in the prevention, evaluation, treatment and monitoring of injury and illness from exposures to drugs and chemicals, as well as biological and radiological agents. Medical toxicologists care for people in clinical, academic, governmental and public health settings, and provide poison control center leadership. Important areas of medical toxicology include acute drug poisoning, adverse drug events, drug abuse, addiction and withdrawal, chemicals and hazardous materials, terrorism preparedness, venomous bites and stings and environmental and workplace exposures."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Emergency Medicine, 2007. http://www.abem.org/public/. American Osteopathic Board of Emergency Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Emergency Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Emergency Medicine."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Family Medicine"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "207Q00000X"], ["definition", "Family Medicine is the medical specialty which is concerned with the total health care of the individual and the family. It is the specialty in breadth which integrates the biological, clinical, and behavioral sciences. The scope of family medicine is not limited by age, sex, organ system, or disease entity."], ["notes", "Source: American Board of Family Medicine [1/1/2007: changed title; 7/1/2007: added definition, added source]"]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Adolescent Medicine"], ["parent_id", 250], ["depth", 3], ["taxonomy_code", "207QA0000X"], ["definition", "A family medicine physician with multidisciplinary training in the unique physical, psychological and social characteristics of adolescents and their health care problems and needs."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Family Medicine, 2007. http://www.theabfm.org/. American Osteopathic Board of Family Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Family Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Family Medicine."]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Addiction Medicine"], ["parent_id", 250], ["depth", 3], ["taxonomy_code", "207QA0401X"], ["definition", "A family medicine physician who specializes in the diagnosis and treatment of addictions."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A Certification of Added Qualifications (CAQ) was, but is no longer issued by the American Osteopathic Board of Family Physicians."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Adult Medicine"], ["parent_id", 250], ["depth", 3], ["taxonomy_code", "207QA0505X"], ["definition", "Definition to come."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Obesity Medicine"], ["parent_id", 250], ["depth", 3], ["taxonomy_code", "207QB0002X"], ["definition", "A physician who specializes in the treatment of obesity demonstrates competency in and a thorough understanding of the treatment of obesity and the genetic, biologic, environmental, social, and behavioral factors that contribute to obesity. The obesity medicine physician employs therapeutic interventions including diet, physical activity, behavioral change, and pharmacotherapy. The obesity medicine physician utilizes a comprehensive approach, and may include additional resources such as dietitians, exercise physiologists, mental health professionals and bariatric surgeons as indicated to achieve optimal results. Additionally, the obesity medicine physician maintains competency in providing pre- peri- and post-surgical care of bariatric surgery patients, promotes the prevention of obesity, and advocates for those who suffer from obesity."], ["notes", "Source: American Board of Obesity Medicine [7/1/2015: title and definition modified] Additional Resource: American Society of Bariatric Physicians, www.asbp.org."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Geriatric Medicine"], ["parent_id", 250], ["depth", 3], ["taxonomy_code", "207QG0300X"], ["definition", "A family medicine physician with special knowledge of the aging process and special skills in the diagnostic, therapeutic, preventive and rehabilitative aspects of illness in the elderly. This specialist cares for geriatric patients in the patient's home, the office, long-term care settings such as nursing homes, and the hospital."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Family Medicine, 2007. http://wwwtheabfm.org/. American Osteopathic Board of Family Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Family Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Family Medicine."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hospice and Palliative Medicine"], ["parent_id", 250], ["depth", 3], ["taxonomy_code", "207QH0002X"], ["definition", "A family medicine physician with special knowledge and skills to prevent and relieve the suffering experienced by patients with life-limiting illnesses. This specialist works with an interdisciplinary hospice or palliative care team to maximize quality of life while addressing physical, psychological, social and spiritual needs of both patient and family throughout the course of the disease, through the dying process, and beyond for the family. This specialist has expertise in the assessment of patients with advanced disease; the relief of distressing symptoms; the coordination of interdisciplinary patient and family-centered care in diverse venues; the use of specialized care systems including hospice; the management of the imminently dying patient; and legal and ethical decision making in end-of-life care."], ["notes", "Source: American Academy of Hospice and Palliative Medicine [1/1/2007: new]"]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sports Medicine"], ["parent_id", 250], ["depth", 3], ["taxonomy_code", "207QS0010X"], ["definition", "A family medicine physician that is trained to be responsible for continuous care in the field of sports medicine, not only for the enhancement of health and fitness, but also for the prevention of injury and illness. A sports medicine physician must have knowledge and experience in the promotion of wellness and the prevention of injury. Knowledge about special areas of medicine such as exercise physiology, biomechanics, nutrition, psychology, physical rehabilitation, epidemiology, physical evaluation, injuries (treatment and prevention and referral practice) and the role of exercise in promoting a healthy lifestyle are essential to the practice of sports medicine. The sports medicine physician requires special education to provide the knowledge to improve the health care of the individual engaged in physical exercise (sports) whether as an individual or in team participation."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Family Medicine, 2007. http://www.theabfm.org/. American Osteopathic Board of Family Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Family Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Family Medicine."]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sleep Medicine"], ["parent_id", 250], ["depth", 3], ["taxonomy_code", "207QS1201X"], ["definition", "A Family Medicine Physician who practices Sleep Medicine is certified in the subspecialty of sleep medicine and specializes in the clinical assessment, physiologic testing, diagnosis, management and prevention of sleep and circadian rhythm disorders. Sleep specialists treat patients of any age and use multidisciplinary approaches. Disorders managed by sleep specialists include, but are not limited to, sleep related breathing disorders, insomnia, hypersomnias, circadian rhythm sleep disorders, parasomnias and sleep related movement disorders."], ["notes", "Source: American Academy of Sleep Medicine, 2008 [7/1/2008: new]"]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "207R00000X"], ["definition", "A physician who provides long-term, comprehensive care in the office and the hospital, managing both common and complex illness of adolescents, adults and the elderly. Internists are trained in the diagnosis and treatment of cancer, infections and diseases affecting the heart, blood, kidneys, joints and digestive, respiratory and vascular systems. They are also trained in the essentials of primary care internal medicine, which incorporates an understanding of disease prevention, wellness, substance abuse, mental health and effective treatment of common problems of the eyes, ears, skin, nervous system and reproductive organs."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Internal Medicine, 2007. http://www.abim.org/. American Osteopathic Board of Internal Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Internal Medicine."]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Adolescent Medicine"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RA0000X"], ["definition", "An internist who specializes in adolescent medicine is a multi-disciplinary healthcare specialist trained in the unique physical, psychological and social characteristics of adolescents, their healthcare problems and needs."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Internal Medicine, 2007. http://www.abim.org/. American Osteopathic Board of Internal Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Internal Medicine."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Advanced Heart Failure and Transplant Cardiology"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RA0001X"], ["definition", "Specialists in Advanced Heart Failure and Transplant Cardiology would participate in the inpatient and outpatient management of patients with advanced heart failure across the spectrum from consideration for high-risk cardiac surgery, cardiac transplantation, or mechanical circulatory support, to pre-and post-operative evaluation and management of patients with cardiac transplants and mechanical support devices, and end-of-life care for patients with end-stage heart failure."], ["notes", "Source: American Board of Internal Medicine, www.abim.org [7/1/2015: new]"]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Allergy & Immunology"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RA0201X"], ["definition", "An internist doctor of osteopathy that specializes in the treatment of allergy and immunologic disorders. A doctor of osteopathy that is board eligible/certified by the American Osteopathic Board of Internal Medicine can obtain a Certificate of Special Qualifications in the field of Allergy & Immunology."], ["notes", "Source: American Osteopathic Board of Internal Medicine, 2007. [7/1/2008: added definition, added source; 7/1/2011: modified source]
Additional Resources: http://www.osteopathic.org/certification"]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Addiction Medicine"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RA0401X"], ["definition", "An internist doctor of osteopathy that specializes in the treatment of addiction disorders. A doctor of osteopathy that is board eligible/certified by the American Osteopathic Board of Internal Medicine can obtain a Certificate of Added Qualifications in the field of Addiction Medicine."], ["notes", "Source: American Osteopathic Board of Internal Medicine, 2007. [7/1/2008: added definition, added source; 7/1/2011: modified source]
Additional Resources: http://www.osteopathic.org/certification"]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Obesity Medicine"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RB0002X"], ["definition", "A physician who specializes in the treatment of obesity demonstrates competency in and a thorough understanding of the treatment of obesity and the genetic, biologic, environmental, social, and behavioral factors that contribute to obesity. The obesity medicine physician employs therapeutic interventions including diet, physical activity, behavioral change, and pharmacotherapy. The obesity medicine physician utilizes a comprehensive approach, and may include additional resources such as dietitians, exercise physiologists, mental health professionals and bariatric surgeons as indicated to achieve optimal results. Additionally, the obesity medicine physician maintains competency in providing pre- peri- and post-surgical care of bariatric surgery patients, promotes the prevention of obesity, and advocates for those who suffer from obesity."], ["notes", "Source: American Board of Obesity Medicine [7/1/2015: title and definition modified] Additional Resource: American Society of Bariatric Physicians, www.asbp.org."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Cardiovascular Disease"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RC0000X"], ["definition", "An internist who specializes in diseases of the heart and blood vessels and manages complex cardiac conditions such as heart attacks and life-threatening, abnormal heartbeat rhythms."], ["notes", "Source: American Osteopathic Board of Internal Medicine, 2008 [7/1/2008: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Internal Medicine, http://www.abim.org/. American Osteopathic Board of Internal Medicine, https://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Internal Medicine."]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical Cardiac Electrophysiology"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RC0001X"], ["definition", "A field of special interest within the subspecialty of cardiovascular disease, specialty of Internal Medicine, which involves intricate technical procedures to evaluate heart rhythms and determine appropriate treatment for them."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Internal Medicine, 2007. http://www.abim.org/. American Osteopathic Board of Internal Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Internal Medicine."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.0ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Critical Care Medicine"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RC0200X"], ["definition", "An internist who diagnoses, treats and supports patients with multiple organ dysfunction. This specialist may have administrative responsibilities for intensive care units and may also facilitate and coordinate patient care among the primary physician, the critical care staff and other specialists."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Internal Medicine, 2007. http://www.abim.org/. American Osteopathic Board of Internal Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Internal Medicine."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Endocrinology, Diabetes & Metabolism"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RE0101X"], ["definition", "An internist who concentrates on disorders of the internal (endocrine) glands such as the thyroid and adrenal glands. This specialist also deals with disorders such as diabetes, metabolic and nutritional disorders, obesity, pituitary diseases and menstrual and sexual problems."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Internal Medicine, 2007. http://www.abim.org/. American Osteopathic Board of Internal Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Internal Medicine."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Gastroenterology"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RG0100X"], ["definition", "An internist who specializes in diagnosis and treatment of diseases of the digestive organs including the stomach, bowels, liver and gallbladder. This specialist treats conditions such as abdominal pain, ulcers, diarrhea, cancer and jaundice and performs complex diagnostic and therapeutic procedures using endoscopes to visualize internal organs."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Internal Medicine, 2007. http://www.abim.org/. American Osteopathic Board of Internal Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Internal Medicine."]]
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Geriatric Medicine"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RG0300X"], ["definition", "An internist who has special knowledge of the aging process and special skills in the diagnostic, therapeutic, preventive and rehabilitative aspects of illness in the elderly. This specialist cares for geriatric patients in the patient's home, the office, long-term care settings such as nursing homes and the hospital."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Internal Medicine, 2007. http://www.abim.org/. American Osteopathic Board of Internal Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Internal Medicine."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hematology"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RH0000X"], ["definition", "An internist with additional training who specializes in diseases of the blood, spleen and lymph. This specialist treats conditions such as anemia, clotting disorders, sickle cell disease, hemophilia, leukemia and lymphoma."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Internal Medicine, 2007. http://www.abim.org/. American Osteopathic Board of Internal Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Internal Medicine."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hospice and Palliative Medicine"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RH0002X"], ["definition", "An internal medicine physician with special knowledge and skills to prevent and relieve the suffering experienced by patients with life-limiting illnesses. This specialist works with an interdisciplinary hospice or palliative care team to maximize quality of life while addressing physical, psychological, social and spiritual needs of both patient and family throughout the course of the disease, through the dying process, and beyond for the family. This specialist has expertise in the assessment of patients with advanced disease; the relief of distressing symptoms; the coordination of interdisciplinary patient and family-centered care in diverse venues; the use of specialized care systems including hospice; the management of the imminently dying patient; and legal and ethical decision making in end-of-life care."], ["notes", "Source: American Academy of Hospice and Palliative Medicine [1/1/2007: new]"]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hematology & Oncology"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RH0003X"], ["definition", "An internist doctor of osteopathy that specializes in the treatment of the combination of hematology and oncology disorders. A doctor of osteopathy that is board eligible/certified by the American Osteopathic Board of Internal Medicine WAS able to obtain a Certificate of Special Qualifications in the field of Hematology and Oncology. The Certificate is NO longer offered."], ["notes", "Source: American Osteopathic Board of Internal Medicine, 2007. [7/1/2008: definiton added, source added; 7/1/2011: modified source]
Additional Resources: http://www.osteopathic.org/certification"]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hypertension Specialist"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RH0005X"], ["definition", "A Hypertension Specialist is a physician who concentrates on all aspects of the diagnosis and treatment of hypertension."], ["notes", "Source: American Society of Hypertension [7/1/2011: new] Additional Resources: The American Society of Hypertension Specialists Program offers an examination and designation for Hypertension Specialists. This subspecialty is not a Board certificate issued by either the American Board of Internal Medicine or the American Osteopathic Board of Internal Medicine."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical & Laboratory Immunology"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RI0001X"], ["definition", "An internal medicine physician who specializes in clinical and laboratory immunology disease management."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A certification was, but is no longer issued by the American Board of Internal Medicine. "]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hepatology"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RI0008X"], ["definition", "The discipline of Hepatology encompasses the structure, function, and diseases of the liver and biliary tract. The American Board of Internal Medicine considers Hepatology part of the subspecialty of gastroenterology. Physicians who identify themselves as Hepatologists usually, but not always, have been trained in gastrointestinal programs."], ["notes", "Training Programs, and/or Fellowships, Preceptorships: The American Association for the Study of Liver Diseases (AASLD) is the major professional society organized for physicians with an interest in Hepatology. A subcommittee of that organization has published guidelines for training programs in the 1992 November issue of Hepatology. Source: The American Board of Internal Medicine 9/1993 ACGME Accredited Residency Program Requirements: None "]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Interventional Cardiology"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RI0011X"], ["definition", "An area of medicine within the subspecialty of cardiology, which uses specialized imaging and other diagnostic techniques to evaluate blood flow and pressure in the coronary arteries and chambers of the heart and uses technical procedures and medications to treat abnormalities that impair the function of the cardiovascular system."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source] Additional Resources: American Board of Internal Medicine, 2007. http://www.abim.org/ Board Certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. ACGME Accredited Residency Program Requirements: 1 year of training plus a prerequisite of 3 years Internal Medicine, 3 years Cardiovascular Disease for a total of 7 years. ABMS Approved Subspecialty Certificate (Internal Medicine)"]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Infectious Disease"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RI0200X"], ["definition", "An internist who deals with infectious diseases of all types and in all organ systems. Conditions requiring selective use of antibiotics call for this special skill. This physician often diagnoses and treats AIDS patients and patients with fevers which have not been explained. Infectious disease specialists may also have expertise in preventive medicine and travel medicine."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Internal Medicine, 2007. http://www.abim.org/. American Osteopathic Board of Internal Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Internal Medicine."]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Magnetic Resonance Imaging (MRI)"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RM1200X"], ["definition", "Definition to come."]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Nephrology"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RN0300X"], ["definition", "An internist who treats disorders of the kidney, high blood pressure, fluid and mineral balance and dialysis of body wastes when the kidneys do not function. This specialist consults with surgeons about kidney transplantation."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Internal Medicine, 2007. http://www.abim.org/. American Osteopathic Board of Internal Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Internal Medicine."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pulmonary Disease"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RP1001X"], ["definition", "An internist who treats diseases of the lungs and airways. The pulmonologist diagnoses and treats cancer, pneumonia, pleurisy, asthma, occupational and environmental diseases, bronchitis, sleep disorders, emphysema and other complex disorders of the lungs."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Internal Medicine, 2007. http://www.abim.org/. American Osteopathic Board of Internal Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Internal Medicine."]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Rheumatology"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RR0500X"], ["definition", "An internist who treats diseases of joints, muscle, bones and tendons. This specialist diagnoses and treats arthritis, back pain, muscle strains, common athletic injuries and \"collagen\" diseases."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Internal Medicine, 2007. http://www.abim.org/. American Osteopathic Board of Internal Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Internal Medicine."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sports Medicine"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RS0010X"], ["definition", "An internist trained to be responsible for continuous care in the field of sports medicine, not only for the enhancement of health and fitness, but also for the prevention of injury and illness. A sports medicine physician must have knowledge and experience in the promotion of wellness and the prevention of injury. Knowledge about special areas of medicine such as exercise physiology, biomechanics, nutrition, psychology, physical rehabilitation, epidemiology, physical evaluation, injuries (treatment and prevention and referral practice) and the role of exercise in promoting a healthy lifestyle are essential to the practice of sports medicine. The sports medicine physician requires special education to provide the knowledge to improve the healthcare of the individual."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source; 7/1/2011: modified source]
Additional Resources: American Board of Internal Medicine, 2007. http://www.abim.org/. American Osteopathic Board of Internal Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Internal Medicine."]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sleep Medicine"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RS0012X"], ["definition", "An Internist who practices Sleep Medicine is certified in the subspecialty of sleep medicine and specializes in the clinical assessment, physiologic testing, diagnosis, management and prevention of sleep and circadian rhythm disorders. Sleep specialists treat patients of any age and use multidisciplinary approaches. Disorders managed by sleep specialists include, but are not limited to, sleep related breathing disorders, insomnia, hypersomnias, circadian rhythm sleep disorders, parasomnias and sleep related movement disorders."], ["notes", "Source: American Academy of Sleep Medicine [7/1/2006: new]"]]
[1m[35m (4.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Transplant Hepatology"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RT0003X"], ["definition", "An internist with special knowledge and the skill required of a gastroenterologist to care for patients prior to and following hepatic transplantation that spans all phases of liver transplantation. Selection of appropriate recipients requires assessment by a team having experience in evaluating the severity and prognosis of patients with liver disease."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: new] Additional Resources: American Board of Internal Medicine, 2007. http://www.abim.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Internal Medicine."]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Medical Oncology"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RX0202X"], ["definition", "An internist who specializes in the diagnosis and treatment of all types of cancer and other benign and malignant tumors. This specialist decides on and administers therapy for these malignancies as well as consults with surgeons and radiotherapists on other treatments for cancer."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source. 11/5/2007: corrected definition] "]]
[1m[35m (4.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Medical Genetics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "Medical Genetics"], ["parent_id", 220], ["depth", 2]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical Cytogenetic"], ["parent_id", 287], ["depth", 3], ["taxonomy_code", "207SC0300X"], ["definition", "A clinical cytogeneticist demonstrates competence in providing laboratory diagnostic and clinical interpretive services dealing with cellular components, particularly chromosomes, associated with heredity."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added] Additional Resources: American Board of Medical Genetics, 2007. http://www.abmg.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Medical Genetics. A general certificate was first issued by the ABMS in 1982. ACGME Accredited Residency Program Requirements: None."]]
[1m[35m (6.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Medical Genetics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical Genetics (M.D.)"], ["parent_id", 287], ["depth", 3], ["taxonomy_code", "207SG0201X"], ["definition", "A clinical geneticist demonstrates competence in providing comprehensive diagnostic, management and counseling services for genetic disorders."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added] Additional Resources: American Board of Medical Genetics, 2007. http://www.abmg.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Medical Genetics. "]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Medical Genetics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical Biochemical Genetics"], ["parent_id", 287], ["depth", 3], ["taxonomy_code", "207SG0202X"], ["definition", "A clinical biochemical geneticist demonstrates competence in performing and interpreting biochemical analyses relevant to the diagnosis and management of human genetic diseases and is a consultant regarding laboratory diagnosis of a broad range of inherited disorders."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added] Additional Resources: American Board of Medical Genetics, 2007. http://www.abmg.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Medical Genetics. "]]
[1m[35m (4.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Medical Genetics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical Molecular Genetics"], ["parent_id", 287], ["depth", 3], ["taxonomy_code", "207SG0203X"], ["definition", "A clinical molecular geneticist demonstrates competence in performing and interpreting molecular analyses relevant to the diagnosis and management of human genetic diseases and is a consultant regarding laboratory diagnosis of a broad range of inherited disorders."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added] Additional Resources: American Board of Medical Genetics, 2007. http://www.abmg.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Medical Genetics."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Medical Genetics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Ph.D. Medical Genetics"], ["parent_id", 287], ["depth", 3], ["taxonomy_code", "207SG0205X"], ["definition", "A medical geneticist works in association with a medical specialist, is affiliated with a clinical genetics program and serves as a consultant to medical and dental specialists."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added] Additional Resources: American Board of Medical Genetics, 2007. http://www.abmg.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Medical Genetics."]]
[1m[35m (4.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Medical Genetics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Molecular Genetic Pathology"], ["parent_id", 287], ["depth", 3], ["taxonomy_code", "207SM0001X"], ["definition", "A board certified subspecialty, the molecular genetic pathologist is expert in the principles, theory and technologies of molecular biology and molecular genetics. This expertise is used to make or confirm diagnoses of Mendelian genetic disorders, of human development, infectious diseases and malignancies and to assess the natural history of those disorders. A molecular genetic pathologist provides information about gene structure, function and alteration, and applies laboratory techniques for diagnosis, treatment and prognosis for individuals with related disorders."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added] Additional Resources: American Board of Medical Genetics, 2007. http://www.abmg.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Medical Genetics. A subspecialty certificate for MGG was approved by the ABMS in 1999. ACGME Accredited Residency Program Requirements: Proposal under development."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Neurological Surgery"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Neurological Surgery"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "207T00000X"], ["definition", "A neurological surgeon provides the operative and non-operative management (i.e., prevention, diagnosis, evaluation, treatment, critical care, and rehabilitation) of disorders of the central, peripheral, and autonomic nervous systems, including their supporting structures and vascular supply; the evaluation and treatment of pathological processes which modify function or activity of the nervous system; and the operative and non-operative management of pain. A neurological surgeon treats patients with disorders of the nervous system; disorders of the brain, meninges, skull, and their blood supply, including the extracranial carotid and vertebral arteries; disorders of the pituitary gland; disorders of the spinal cord, meninges, and vertebral column, including those which may require treatment by spinal fusion or instrumentation; and disorders of the cranial and spinal nerves throughout their distribution."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added] Additional Resources: American Board of Neurological Surgery, 2007. http://www.abns.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Neurological Surgery."]]
[1m[35m (4.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Nuclear Medicine"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Nuclear Medicine"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "207U00000X"], ["definition", "A nuclear medicine specialist employs the properties of radioactive atoms and molecules in the diagnosis and treatment of disease and in research. Radiation detection and imaging instrument systems are used to detect disease as it changes the function and metabolism of normal cells, tissues and organs. A wide variety of diseases can be found in this way, usually before the structure of the organ involved by the disease can be seen to be abnormal by any other techniques. Early detection of coronary artery disease (including acute heart attack), early cancer detection and evaluation of the effect of tumor treatment, diagnosis of infection and inflammation anywhere in the body and early detection of blood clot in the lungs are all possible with these techniques. Unique forms of radioactive molecules can attack and kill cancer cells (e.g., lymphoma, thyroid cancer) or can relieve the severe pain of cancer that has spread to bone"], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Nuclear Medicine, 2007. http://www.abnm.org/. A doctor of osteopathy was able to obtain a Certificate of Added Qualifications in the field of Nuclear Medicine. The Certificate is NO longer offered.
American Osteopathic Board of Nuclear Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Nuclear Medicine."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Nuclear Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Nuclear Cardiology"], ["parent_id", 295], ["depth", 3], ["taxonomy_code", "207UN0901X"], ["definition", "A nuclear medicine physician who specializes in nuclear cardiology."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A Certification of Added Qualifications (CAQ) was, but is no longer issued by the American Osteopathic Board of Nuclear Medicine."]]
[1m[35m (4.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Nuclear Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Nuclear Imaging & Therapy"], ["parent_id", 295], ["depth", 3], ["taxonomy_code", "207UN0902X"], ["definition", "A nuclear medicine physician who specializes in nuclear imaging and therapy."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A Certification of Added Qualifications (CAQ) was, but is no longer issued by the American Osteopathic Board of Nuclear Medicine."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Nuclear Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "In Vivo & In Vitro Nuclear Medicine"], ["parent_id", 295], ["depth", 3], ["taxonomy_code", "207UN0903X"], ["definition", "A nuclear medicine physician who specializes in in vivo and in vitro nuclear medicine."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A Certification of Added Qualifications (CAQ) was, but is no longer issued by the American Osteopathic Board of Nuclear Medicine."]]
[1m[35m (4.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Obstetrics & Gynecology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "207V00000X"], ["definition", "An obstetrician/gynecologist possesses special knowledge, skills and professional capability in the medical and surgical care of the female reproductive system and associated disorders. This physician serves as a consultant to other physicians and as a primary physician for women."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Obstetrics and Gynecology, 2007. http://www.abog.org/. American Osteopathic Board of Obstetrics and Gynecology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Obstetrics and Gynecology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Obstetrics and Gynecology."]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Obesity Medicine"], ["parent_id", 299], ["depth", 3], ["taxonomy_code", "207VB0002X"], ["definition", "A physician who specializes in the treatment of obesity demonstrates competency in and a thorough understanding of the treatment of obesity and the genetic, biologic, environmental, social, and behavioral factors that contribute to obesity. The obesity medicine physician employs therapeutic interventions including diet, physical activity, behavioral change, and pharmacotherapy. The obesity medicine physician utilizes a comprehensive approach, and may include additional resources such as dietitians, exercise physiologists, mental health professionals and bariatric surgeons as indicated to achieve optimal results. Additionally, the obesity medicine physician maintains competency in providing pre- peri- and post-surgical care of bariatric surgery patients, promotes the prevention of obesity, and advocates for those who suffer from obesity."], ["notes", "Source: American Board of Obesity Medicine [7/1/2015: title and definition modified] Additional Resource: American Society of Bariatric Physicians, www.asbp.org."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Critical Care Medicine"], ["parent_id", 299], ["depth", 3], ["taxonomy_code", "207VC0200X"], ["definition", "An obstetrician/gynecologist, who specializes in critical care medicine diagnoses, treats and supports female patients with multiple organ dysfunction. This specialist may have administrative responsibilities for intensive care units and may also facilitate and coordinate patient care among the primary physician, the critical care staff and other specialists."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Obstetrics and Gynecology, 2007. http://www.abog.org/. American Osteopathic Board of Obstetrics and Gynecology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Obstetrics and Gynecology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Obstetrics and Gynecology."]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Reproductive Endocrinology"], ["parent_id", 299], ["depth", 3], ["taxonomy_code", "207VE0102X"], ["definition", "An obstetrician/gynecologist who is capable of managing complex problems relating to reproductive endocrinology and infertility."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Obstetrics and Gynecology, 2007. http://www.abog.org/. American Osteopathic Board of Obstetrics and Gynecology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Obstetrics and Gynecology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Obstetrics and Gynecology."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Female Pelvic Medicine and Reconstructive Surgery"], ["parent_id", 299], ["depth", 3], ["taxonomy_code", "207VF0040X"], ["definition", "A subspecialist in Female Pelvic Medicine and Reconstructive Surgery is a physician in Urology or Obstetrics and Gynecology who, by virtue of education and training, is prepared to provide consultation and comprehensive management of women with complex benign pelvic conditions, lower urinary tract disorders, and pelvic floor dysfunction. Comprehensive management includes those diagnostic and therapeutic procedures necessary for the total care of the patient with these conditions and complications resulting from them."], ["notes", "Source: American Board of Medical Specialties, 2011. [1/1/2012: new] Resources: www.abms.org"]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Gynecology"], ["parent_id", 299], ["depth", 3], ["taxonomy_code", "207VG0400X"], ["definition", "Definition to come..."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hospice and Palliative Medicine"], ["parent_id", 299], ["depth", 3], ["taxonomy_code", "207VH0002X"], ["definition", "An obstetrician/gynecologist with special knowledge and skills to prevent and relieve the suffering experienced by patients with life-limiting illnesses. This specialist works with an interdisciplinary hospice or palliative care team to maximize quality of life while addressing physical, psychological, social and spiritual needs of both patient and family throughout the course of the disease, through the dying process, and beyond for the family. This specialist has expertise in the assessment of patients with advanced disease; the relief of distressing symptoms; the coordination of interdisciplinary patient and family-centered care in diverse venues; the use of specialized care systems including hospice; the management of the imminently dying patient; and legal and ethical decision making in end-of-life care."], ["notes", "Source: American Academy of Hospice and Palliative Medicine [1/1/2007: new]"]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Maternal & Fetal Medicine"], ["parent_id", 299], ["depth", 3], ["taxonomy_code", "207VM0101X"], ["definition", "An obstetrician/gynecologist who cares for, or provides consultation on, patients with complications of pregnancy. This specialist has advanced knowledge of the obstetrical, medical and surgical complications of pregnancy and their effect on both the mother and the fetus. The specialist also possesses expertise in the most current diagnostic and treatment modalities used in the care of patients with complicated pregnancies."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Obstetrics and Gynecology, 2007. http://www.abog.org/. American Osteopathic Board of Obstetrics and Gynecology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Obstetrics and Gynecology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Obstetrics and Gynecology."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Obstetrics"], ["parent_id", 299], ["depth", 3], ["taxonomy_code", "207VX0000X"], ["definition", "Definition to come..."]]
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Gynecologic Oncology"], ["parent_id", 299], ["depth", 3], ["taxonomy_code", "207VX0201X"], ["definition", "An obstetrician/gynecologist who provides consultation and comprehensive management of patients with gynecologic cancer, including those diagnostic and therapeutic procedures necessary for the total care of the patient with gynecologic cancer and resulting complications."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Obstetrics and Gynecology, 2007. http://www.abog.org/. American Osteopathic Board of Obstetrics and Gynecology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Obstetrics and Gynecology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Obstetrics and Gynecology."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Ophthalmology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Ophthalmology"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "207W00000X"], ["definition", "An ophthalmologist has the knowledge and professional skills needed to provide comprehensive eye and vision care. Ophthalmologists are medically trained to diagnose, monitor and medically or surgically treat all ocular and visual disorders. This includes problems affecting the eye and its component structures, the eyelids, the orbit and the visual pathways. In so doing, an ophthalmologist prescribes vision services, including glasses and contact lenses."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Ophthalmology, 2007. http://www.abop.org/. American Osteopathic Board of Ophthalmology and Otolaryngology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Ophthalmology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Ophthalmology and Otolaryngology."]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Ophthalmology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Ophthalmic Plastic and Reconstructive Surgery"], ["parent_id", 309], ["depth", 3], ["taxonomy_code", "207WX0200X"], ["definition", "A physician who specializes in oculofacial plastic and reconstructive surgery. This subspecialty combines orbital and periocular surgery with facial plastic surgery, and includes aesthetic and reconstructive surgery of the face, orbit, eyelid, and lacrimal system. Practitioners evaluate, diagnose and treat conditions involving the eyelids, brows, midface, orbits, lacrimal systems and surrounding and supporting structures of the face and neck."], ["notes", "Source: American Academy of Ophthalmology, 2015 [1/1/2016: new]"]]
[1m[35m (4.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Orthopaedic Surgery"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Orthopaedic Surgery"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "207X00000X"], ["definition", "An orthopaedic surgeon is trained in the preservation, investigation and restoration of the form and function of the extremities, spine and associated structures by medical, surgical and physical means. An orthopaedic surgeon is involved with the care of patients whose musculoskeletal problems include congenital deformities, trauma, infections, tumors, metabolic disturbances of the musculoskeletal system, deformities, injuries and degenerative diseases of the spine, hands, feet, knee, hip, shoulder and elbow in children and adults. An orthopaedic surgeon is also concerned with primary and secondary muscular problems and the effects of central or peripheral nervous system lesions of the musculoskeletal system."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Orthopaedic Surgery, 2007. http://www.abos.org/. American Osteopathic Board of Orthopaedic Surgery, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Orthopaedic Surgery. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Orthopaedic Surgery."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Orthopaedic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Orthopaedic Surgery"], ["parent_id", 311], ["depth", 3], ["taxonomy_code", "207XP3100X"], ["definition", "An orthopedic surgeon who has additional training and experience in diagnosing, treating and managing musculoskeletal problems in infants, children and adolescents. These may include limb and spine deformities (such as club foot, scoliosis); gait abnormalities (limping); bone and joint infections; broken bones."], ["notes", "Source: American Academy of Pediatrics [7/1/2006: new]"]]
[1m[35m (4.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Orthopaedic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hand Surgery"], ["parent_id", 311], ["depth", 3], ["taxonomy_code", "207XS0106X"], ["definition", "An orthopaedic surgeon trained in the investigation, preservation and restoration by medical, surgical and rehabilitative means of all structures of the upper extremity directly affecting the form and function of the hand and wrist."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Orthopaedic Surgery, 2007. http://www.abos.org/. American Osteopathic Board of Orthopaedic Surgery, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Orthopaedic Surgery. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Orthopaedic Surgery."]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Orthopaedic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Adult Reconstructive Orthopaedic Surgery"], ["parent_id", 311], ["depth", 3], ["taxonomy_code", "207XS0114X"], ["definition", "Recognized by several state medical boards as a fellowship subspecialty program of orthopaedic surgery, adult reconstructive orthopaedic surgeons deal with reconstructive procedures such as joint arthroplasty (i.e., hip and knee), osteotomy, arthroscopy, soft-tissue reconstruction, and a variety of other adult reconstructive surgical procedures. "], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added] Additional Resources: American Board of Orthopaedic Surgery, 2007. http://www.abos.org/. Separate board certification is not currently offered."]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Orthopaedic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Orthopaedic Surgery of the Spine"], ["parent_id", 311], ["depth", 3], ["taxonomy_code", "207XS0117X"], ["definition", "Recognized by several state medical boards as a fellowship subspecialty program of orthopaedic surgery, orthopaedic surgeons of the spine deal with the evaluation and nonoperative and operative treatment of the full spectrum of primary spinal disorders including trauma, degenerative, deformity, tumor, and reconstructive."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added] Additional Resources: American Board of Orthopaedic Surgery, 2007. http://www.abos.org/. Separate board certification is not currently offered."]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Orthopaedic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Foot and Ankle Surgery"], ["parent_id", 311], ["depth", 3], ["taxonomy_code", "207XX0004X"], ["definition", "Recognized by several state medical boards as a fellowship subspecialty program of orthopaedic surgery, foot and ankle surgeons deal with adult reconstructive foot and ankle surgery, adult foot and ankle trauma, sports medicine foot and ankle, and children's foot and ankle reconstructive surgery."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: title modified, definiton added, source added] Additional Resources: American Board of Orthopaedic Surgery, 2007. http://www.abos.org/. Separate board certification is not currently offered. ACGME Accredited Residency Program Requirements: 1 year of training with 5 years Orthopedic Surgery for a total of 6 years."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Orthopaedic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sports Medicine"], ["parent_id", 311], ["depth", 3], ["taxonomy_code", "207XX0005X"], ["definition", "An orthopaedic surgeon trained in sports medicine provides appropriate care for all structures of the musculoskeletal system directly affected by participation in sporting activity. This specialist is proficient in areas including conditioning, training and fitness, athletic performance and the impact of dietary supplements, pharmaceuticals, and nutrition on performance and health, coordination of care within the team setting utilizing other health care professionals, field evaluation and management, soft tissue biomechanics and injury healing and repair. Knowledge and understanding of the principles and techniques of rehabilitation, athletic equipment and orthotic devices enables the specialist to prevent and manage athletic injuries."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton changed, source changed] Additional Resources: American Board of Orthopaedic Surgery, 2007. http://www.abos.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Orthopaedic Surgery. ACGME Accredited Program Requirements: 1 year GME in the specialty + 5 years of Orthopaedic Surgery for a total of 6 years"]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Orthopaedic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Orthopaedic Trauma"], ["parent_id", 311], ["depth", 3], ["taxonomy_code", "207XX0801X"], ["definition", "Recognized by several state medical boards as a fellowship subspecialty program of orthopaedic surgery, orthopaedic trauma surgeons deal with the evaluation and management of acute orthopaedic injuries, evaluation and treatment of post-traumatic deformities and nonunions, acute and delayed reconstruction of pelvic and acetabular fractures, as well as osteotomy in the adult hip for treatment of hip arthritis."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added] Additional Resources: American Board of Orthopaedic Surgery, 2007. http://www.abos.org/. Separate board certification is not currently offered."]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Otolaryngology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Otolaryngology"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "207Y00000X"], ["definition", "An otolaryngologist-head and neck surgeon provides comprehensive medical and surgical care for patients with diseases and disorders that affect the ears, nose, throat, the respiratory and upper alimentary systems and related structures of the head and neck. An otolaryngologist diagnoses and provides medical and/or surgical therapy or prevention of diseases, allergies, neoplasms, deformities, disorders and/or injuries of the ears, nose, sinuses, throat, respiratory and upper alimentary systems, face, jaws and the other head and neck systems. Head and neck oncology, facial plastic and reconstructive surgery and the treatment of disorders of hearing and voice are fundamental areas of expertise."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Otolaryngology, 2007. http://www.aboto.org/. American Osteopathic Board of Ophthalmology and Otolaryngology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Otolaryngology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Ophthalmology and Otolaryngology."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Otolaryngology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Otolaryngology"], ["parent_id", 319], ["depth", 3], ["taxonomy_code", "207YP0228X"], ["definition", "A pediatric otolaryngologist has special expertise in the management of infants and children with disorders that include congenital and acquired conditions involving the aerodigestive tract, nose and paranasal sinuses, the ear and other areas of the head and neck. The pediatric otolaryngologist has special skills in the diagnosis, treatment, and management of childhood disorders of voice, speech, language and hearing."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added] Additional Resources: American Board of Otolaryngology, 2007. http://www.aboto.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Otolaryngology."]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Otolaryngology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sleep Medicine"], ["parent_id", 319], ["depth", 3], ["taxonomy_code", "207YS0012X"], ["definition", "An Otolaryngologist who practices Sleep Medicine is certified in the subspecialty of sleep medicine and specializes in the clinical assessment, physiologic testing, diagnosis, management and prevention of sleep and circadian rhythm disorders. Sleep specialists treat patients of any age and use multidisciplinary approaches. Disorders managed by sleep specialists include, but are not limited to, sleep related breathing disorders, insomnia, hypersomnias, circadian rhythm sleep disorders, parasomnias and sleep related movement disorders."], ["notes", "Source: American Academy of Sleep Medicine [7/1/2006: new]"]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Otolaryngology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Facial Plastic Surgery"], ["parent_id", 319], ["depth", 3], ["taxonomy_code", "207YS0123X"], ["definition", "An otolaryngologist who specializes in facial plastic surgery."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A General Certificate was, but is no longer issued by the American Osteopathic Board of Ophthalmology and Otolaryngology."]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Otolaryngology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Plastic Surgery within the Head & Neck"], ["parent_id", 319], ["depth", 3], ["taxonomy_code", "207YX0007X"], ["definition", "An otolaryngologist with additional training in plastic and reconstructive procedures within the head, face, neck and associated structures, including cutaneous head and neck oncology and reconstruction, management of maxillofacial trauma, soft tissue repair and neural surgery. The field is diverse and involves a wide age range of patients, from the newborn to the aged. While both cosmetic and reconstructive surgeries are practiced, there are many additional procedures which interface with them."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added] Additional Resources: American Board of Otolaryngology, 2007. http://www.aboto.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Otolaryngology. Board certification for Doctors of Osteopathy is currently provided in the subspecialty of Otolaryngology/Facial Plastic Surgery (see Taxonomy Code 207YX0905X)"]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Otolaryngology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Otolaryngic Allergy"], ["parent_id", 319], ["depth", 3], ["taxonomy_code", "207YX0602X"], ["definition", "An otolaryngologist who specializes in the diagnosis and treatment of otolaryngic allergies and other allergic diseases."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A Certification of Added Qualifications (CAQ) is issued by the American Osteopathic Board of Ophthalmology and Otolaryngology."]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Otolaryngology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Otology & Neurotology"], ["parent_id", 319], ["depth", 3], ["taxonomy_code", "207YX0901X"], ["definition", "An otolaryngologist who treats diseases of the ear and temporal bone, including disorders of hearing and balance. The additional training in otology and neurotology emphasizes the study of embryology, anatomy, physiology, epidemiology, pathophysiology, pathology, genetics, immunology, microbiology and the etiology of diseases of the ear and temporal bone."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added] Additional Resources: American Board of Otolaryngology, 2007. http://www.aboto.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Otolaryngology."]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Otolaryngology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Otolaryngology/Facial Plastic Surgery"], ["parent_id", 319], ["depth", 3], ["taxonomy_code", "207YX0905X"], ["definition", "An otolaryngologist who specializes in the diagnosis and surgical treatment of head and neck conditions."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A General Certificate is issued by the American Osteopathic Board of Ophthalmology and Otolaryngology."]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Blood Banking & Transfusion Medicine"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZB0001X"], ["definition", "A physician who specializes in blood banking/transfusion medicine is responsible for the maintenance of an adequate blood supply, blood donor and patient-recipient safety and appropriate blood utilization. Pre-transfusion compatibility testing and antibody testing assure that blood transfusions, when indicated, are as safe as possible. This physician directs the preparation and safe use of specially prepared blood components, including red blood cells, white blood cells, platelets and plasma constituents, and marrow or stem cells for transplantation."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pathology, 2007. http://www.abpath.org/. American Osteopathic Board of Pathology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pathology. Board certification for Doctors of Osteopathy (DOs) was provided by the American Osteopathic Board of Pathology. The Certification is NO longer provided."]]
[1m[35m (6.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical Pathology"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZC0006X"], ["definition", "A pathologist deals with the causes and nature of disease and contributes to diagnosis, prognosis and treatment through knowledge gained by the laboratory application of the biologic, chemical and physical sciences. A pathologist uses information gathered from the microscopic examination of tissue specimens, cells and body fluids, and from clinical laboratory tests on body fluids and secretions for the diagnosis, exclusion and monitoring of disease."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: new, 7/1/2009: definition reformatted] Additional Resources: American Board of Pathology, 2007. http://www.abpath.org/ This taxonomy code identifies the combined anatomic \"clinical pathology only\" route. Board Certification for Medical Doctors (MDs) is provided by the American Board of Pathology. To acknowledge the diverse activities in the practice of pathology and to accommodate the interests of individuals wanting to enter the field, the ABP offers primary certification through the following three routes: combined anatomic pathology and clinical pathology, anatomic pathology only and clinical pathology only. Primary certification in anatomic pathology or clinical pathology may be combined with some of the subspecialty certifications."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical Informatics"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZC0008X"], ["definition", "Physicians who practice Clinical Informatics collaborate with other health care and information technology professionals to analyze, design, implement and evaluate information and communication systems that enhance individual and population health outcomes, improve patient care, and strengthen the clinician-patient relationship. Clinical Informaticians use their knowledge of patient care combined with their understanding of informatics concepts, methods, and tools to: assess information and knowledge needs of health care professionals and patients; characterize, evaluate, and refine clinical processes; develop, implement, and refine clinical decision support systems; and lead or participate in the procurement, customization, development, implementation, management, evaluation, and continuous improvement of clinical information systems."], ["notes", "Source: The American Board of Preventive Medicine, 2013 [1/1/2014: new] Additional Resources: The American Board of Pathology, www.abpath.org"]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Cytopathology"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZC0500X"], ["definition", "A cytopathologist is an anatomic pathologist trained in the diagnosis of human disease by means of the study of cells obtained from body secretions and fluids, by scraping, washing, or sponging the surface of a lesion, or by the aspiration of a tumor mass or body organ with a fine needle. A major aspect of a cytopathologist�s practice is the interpretation of Papanicolaou-stained smears of cells from the female reproductive systems, the �Pap� test. However, the cytopathologist�s expertise is applied to the diagnosis of cells from all systems and areas of the body. He/she is a consultant to all medical specialists."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton changed, source added] Additional Resources: American Board of Pathology, 2007. http://www.abpath.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Pathology."]]
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Dermatopathology"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZD0900X"], ["definition", "A dermatopathologist is an expert in diagnosing and monitoring diseases of the skin including infectious, immunologic, degenerative, and neoplastic diseases. This entails the examination and interpretation of specially prepared tissue sections, cellular scrapings, and smears of skin lesions by means of light microscopy, electron microscopy, and fluorescence microscopy."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton changed, source added] Additional Resources: American Board of Pathology, 2007. http://www.abpath.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Pathology. A subspecialty certificate was first issued by the ABMS in 1974. ACGME Accredited Residency Program Requirements: None."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Forensic Pathology"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZF0201X"], ["definition", "A forensic pathologist is expert in investigating and evaluating cases of sudden, unexpected, suspicious and violent death as well as other specific classes of death defined by law. The forensic pathologist serves the public as coroner or medical examiner, or by performing medicolegal autopsies for such officials."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pathology, 2007. http://www.abpath.org/. American Osteopathic Board of Pathology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pathology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Pathology."]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hematology"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZH0000X"], ["definition", "A hematopathologist is expert in diseases that affect blood cells, blood clotting mechanisms, bone marrow and lymph nodes. This physician has the knowledge and technical skills essential for the laboratory diagnosis of anemias, leukemias, lymphomas, bleeding disorders and blood clotting disorders."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pathology, 2007. http://www.abpath.org/. American Osteopathic Board of Pathology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pathology. Board certification for Doctors of Osteopathy (DOs) was provided by the American Osteopathic Board of Pathology. The Certification is NO longer provided."]]
[1m[35m (2.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Immunopathology"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZI0100X"], ["definition", "A pathologist who specializes in the diagnosis of immunologic diseases."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A Certification of Added Qualifications (CAQ) was, but is no longer issued by the American Osteopathic Board of Pathology."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Medical Microbiology"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZM0300X"], ["definition", "A medical microbiologist is expert in the isolation and identification of microbial agents that cause infectious disease. Viruses, bacteria and fungi, as well as parasites, are identified and, where possible, tested for susceptibility to appropriate antimicrobial agents."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pathology, 2007. http://www.abpath.org/. American Osteopathic Board of Pathology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pathology. Board certification for Doctors of Osteopathy (DOs) was provided by the American Osteopathic Board of Pathology. The Certification is NO longer provided."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Neuropathology"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZN0500X"], ["definition", "A neuropathologist is expert in the diagnosis of diseases of the nervous system and skeletal muscles and functions as a consultant primarily to neurologists and neurosurgeons. The neuropathologist is knowledgeable in the infirmities of humans as they affect the nervous and neuromuscular systems, be they degenerative, infectious, metabolic, immunologic, neoplastic, vascular or physical in nature."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pathology, 2007. http://www.abpath.org/. American Osteopathic Board of Pathology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pathology. Board certification for Doctors of Osteopathy (DOs) was provided by the American Osteopathic Board of Pathology. The Certification is NO longer provided."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Molecular Genetic Pathology"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZP0007X"], ["definition", "A molecular genetic pathologist is expert in the principles, theory and technologies of molecular biology and molecular genetics. This expertise is used to make or confirm diagnoses of Mendelian genetic disorders, disorders of human development, infectious diseases and malignancies, and to assess the natural history of those disorders. A molecular genetic pathologist provides information about gene structure, function and alteration and applies laboratory techniques for diagnosis, treatment and prognosis for individuals with related disorders."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton changed, source changed] Additional Resources: American Board of Pathology, 2007. http://www.abpath.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Pathology. A subspecialty certificate for MGG was approved by the ABMS in 1999. ACGME Accredited Residency Program Requirements: Proposal under development."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Anatomic Pathology"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZP0101X"], ["definition", "A pathologist deals with the causes and nature of disease and contributes to diagnosis, prognosis and treatment through knowledge gained by the laboratory application of the biologic, chemical and physical sciences. A pathologist uses information gathered from the microscopic examination of tissue specimens, cells and body fluids, and from clinical laboratory tests on body fluids and secretions for the diagnosis, exclusion and monitoring of disease."], ["notes", "Source: American Board of Medical Specialties, 2007. [7/1/2007: definition added, source added, 7/1/2009: defintion reformatted; 7/1/2011: modified source]
Additional Resources: American Board of Pathology, 2007. http://www.abpath.org/. American Osteopathic Board of Pathology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pathology (note: this taxonomy code identifies the \"anatomic pathology only\" route). To acknowledge the diverse activities in the practice of pathology and to accommodate the interests of individuals wanting to enter the field, the ABP offers primary certification through the following three routes: combined anatomic pathology and clinical pathology, anatomic pathology only and clinical pathology only. Primary certification in anatomic pathology or clinical pathology may be combined with some of the subspecialty certifications."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Anatomic Pathology & Clinical Pathology"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZP0102X"], ["definition", "A pathologist deals with the causes and nature of disease and contributes to diagnosis, prognosis and treatment through knowledge gained by the laboratory application of the biologic, chemical and physical sciences. A pathologist uses information gathered from the microscopic examination of tissue specimens, cells and body fluids, and from clinical laboratory tests on body fluids and secretions for the diagnosis, exclusion and monitoring of disease."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added, 7/1/2009: definition reformatted] Additional Resources: American Board of Pathology, 2007. http://www.abpath.org/ This taxonomy code identifies the combined anatomic pathology & clinical pathology route. Board certification for Medical Doctors (MDs) is provided by the American Board of Pathology. To acknowledge the diverse activities in the practice of pathology and to accommodate the interests of individuals wanting to enter the field, the ABP offers primary certification through the following three routes: combined anatomic pathology and clinical pathology, anatomic pathology only and clinical pathology only. Primary certification in anatomic pathology or clinical pathology may be combined with some of the subspecialty certifications."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Chemical Pathology"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZP0104X"], ["definition", "A chemical pathologist has expertise in the biochemistry of the human body as it applies to the understanding of the cause and progress of disease. This physician functions as a clinical consultant in the diagnosis and treatment of human disease. Chemical pathology entails the application of biochemical data to the detection, confirmation or monitoring of disease."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pathology, 2007. http://www.abpath.org/. American Osteopathic Board of Pathology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pathology. Board certification for Doctors of Osteopathy (DOs) was provided by the American Osteopathic Board of Pathology. The Certification is NO longer provided."]]
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical Pathology/Laboratory Medicine"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZP0105X"], ["definition", "A pathologist deals with the causes and nature of disease and contributes to diagnosis, prognosis and treatment through knowledge gained by the laboratory application of the biologic, chemical and physical sciences. A pathologist uses information gathered from the microscopic examination of tissue specimens, cells and body fluids, and from clinical laboratory tests on body fluids and secretions for the diagnosis, exclusion and monitoring of disease."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pathology, 2007. http://www.abpath.org/. American Osteopathic Board of Pathology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pathology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Pathology."]]
[1m[35m (4.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Pathology"], ["parent_id", 327], ["depth", 3], ["taxonomy_code", "207ZP0213X"], ["definition", "A pediatric pathologist is expert in the laboratory diagnosis of diseases that occur during fetal growth, infancy and child development. The practice requires a strong foundation in general pathology and substantial understanding of normal growth and development, along with extensive knowledge of pediatric medicine."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definiton added, source added] Additional Resources: American Board of Pathology, 2007. http://www.abpath.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Pathology."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "208000000X"], ["definition", "A pediatrician is concerned with the physical, emotional and social health of children from birth to young adulthood. Care encompasses a broad spectrum of health services ranging from preventive healthcare to the diagnosis and treatment of acute and chronic diseases. A pediatrician deals with biological, social and environmental influences on the developing child, and with the impact of disease and dysfunction on development."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. American Osteopathic Board of Pediatrics, 2007. http://www.osteopathic.org/certificatio
Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Pediatrics."]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Adolescent Medicine"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080A0000X"], ["definition", "A pediatrician who specializes in adolescent medicine is a multi-disciplinary healthcare specialist trained in the unique physical, psychological and social characteristics of adolescents, their healthcare problems and needs."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. American Osteopathic Board of Pediatrics, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Pediatrics."]]
[1m[35m (3.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Obesity Medicine"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080B0002X"], ["definition", "A physician who specializes in the treatment of obesity demonstrates competency in and a thorough understanding of the treatment of obesity and the genetic, biologic, environmental, social, and behavioral factors that contribute to obesity. The obesity medicine physician employs therapeutic interventions including diet, physical activity, behavioral change, and pharmacotherapy. The obesity medicine physician utilizes a comprehensive approach, and may include additional resources such as dietitians, exercise physiologists, mental health professionals and bariatric surgeons as indicated to achieve optimal results. Additionally, the obesity medicine physician maintains competency in providing pre- peri- and post-surgical care of bariatric surgery patients, promotes the prevention of obesity, and advocates for those who suffer from obesity."], ["notes", "Source: American Board of Obesity Medicine [7/1/2015: new] Additional Resource: American Society of Bariatric Physicians, www.asbp.org."]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Child Abuse Pediatrics"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080C0008X"], ["definition", "A Child Abuse Pediatrician serves as a resource to children, families and communities by accurately diagnosing abuse; consulting with community agencies on child safety; providing expertise in courts of law; treating consequences of abuse and neglect; directing child abuse and neglect prevention programs and participating on multidisciplinary teams investigating; and managing child abuse cases. "], ["notes", "Source: American Board of Medical Specialties, 2009 [7/1/2009: definition added]"]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hospice and Palliative Medicine"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080H0002X"], ["definition", "A pediatrician with special knowledge and skills to prevent and relieve the suffering experienced by patients with life-limiting illnesses. This specialist works with an interdisciplinary hospice or palliative care team to maximize quality of life while addressing physical, psychological, social and spiritual needs of both patient and family throughout the course of the disease, through the dying process, and beyond for the family. This specialist has expertise in the assessment of patients with advanced disease; the relief of distressing symptoms; the coordination of interdisciplinary patient and family-centered care in diverse venues; the use of specialized care systems including hospice; the management of the imminently dying patient; and legal and ethical decision making in end-of-life care."], ["notes", "Source: American Academy of Hospice and Palliative Medicine [1/1/2007: new]"]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical & Laboratory Immunology"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080I0007X"], ["definition", "A pediatrician who specializes in clinical and laboratory immunology disease management."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A certification was, but is no longer issued by the American Board of Pediatrics."]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Neonatal-Perinatal Medicine"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080N0001X"], ["definition", "A pediatrician who is the principal care provider for sick newborn infants. Clinical expertise is used for direct patient care and for consulting with obstetrical colleagues to plan for the care of mothers who have high-risk pregnancies."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. American Osteopathic Board of Pediatrics, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Pediatrics."]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Developmental � Behavioral Pediatrics"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080P0006X"], ["definition", "A developmental-behavioral specialist is a pediatrician with special training and experience who aims to foster understanding and promotion of optimal development of children and families through research, education, clinical care and advocacy efforts. This physician assists in the prevention, diagnosis, and management of developmental difficulties and problematic behaviors in children and in the family dysfunctions that compromise children's development."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition changed, source changed, 3/26/2008: definition corrected] Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Neurodevelopmental Disabilities"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080P0008X"], ["definition", "A pediatrician who treats children having developmental delays or learning disorders including those associated with visual and hearing impairment, mental retardation, cerebral palsy, spina bifida, autism and other chronic neurologic conditions. This specialist provides medical consultation and education and assumes leadership in the interdisciplinary management of children with neurodevelopmental disorders. They may also focus on the early identification and diagnosis of neurodevelopmental disabilities in infants and young children as well as on changes that occur as the child with developmental disabilities grows."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition changed, source changed] Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics."]]
[1m[35m (4.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Allergy/Immunology"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080P0201X"], ["definition", "A pediatrician who specializes in the diagnosis and treatment of allergies, allergic reactions, and immunologic diseases in children."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: title modified, definition added, source added] Additional Resources: A Certification of Special Qualifications (CSQ) is issued by the American Osteopathic Board of Pediatrics."]]
[1m[35m (4.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Cardiology"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080P0202X"], ["definition", "A pediatric cardiologist provides comprehensive care to patients with cardiovascular problems. This specialist is skilled in selecting, performing and evaluating the structural and functional assessment of the heart and blood vessels, and the clinical evaluation of cardiovascular disease."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. American Osteopathic Board of Pediatrics, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics. Board certification for Doctors of Osteopathy (DOs) was provided by the American Osteopathic Board of Pediatrics. The Certification is no longer offered."]]
[1m[35m (3.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Critical Care Medicine"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080P0203X"], ["definition", "A pediatrician expert in advanced life support for children from the term or near-term neonate to the adolescent. This competence extends to the critical care management of life-threatening organ system failure from any cause in both medical and surgical patients and to the support of vital physiological functions. This specialist may have administrative responsibilities for intensive care units and also facilitates patient care among other specialists."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition changed, source added] Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics. ACGME Accredited Residency Program Requirements: 2 years of training with 3 years Pediatrics plus 1 year Pediatric Critical Care for certification for a total of 6 years. ABMS Approved Subspecialty Certificate (Pediatrics)"]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Emergency Medicine"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080P0204X"], ["definition", "A pediatrician who has special qualifications to manage emergencies in infants and children."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added] Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics."]]
[1m[35m (3.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Endocrinology"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080P0205X"], ["definition", "A pediatrician who provides expert care to infants, children and adolescents who have diseases that result from an abnormality in the endocrine glands (glands which secrete hormones). These diseases include diabetes mellitus, growth failure, unusual size for age, early or late pubertal development, birth defects, the genital region and disorders of the thyroid, the adrenal and pituitary glands."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. American Osteopathic Board of Pediatrics, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Pediatrics."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Gastroenterology"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080P0206X"], ["definition", "A pediatrician who specializes in the diagnosis and treatment of diseases of the digestive systems of infants, children and adolescents. This specialist treats conditions such as abdominal pain, ulcers, diarrhea, cancer and jaundice and performs complex diagnostic and therapeutic procedures using lighted scopes to see internal organs."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added] Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics."]]
[1m[35m (3.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Hematology-Oncology"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080P0207X"], ["definition", "A pediatrician trained in the combination of pediatrics, hematology and oncology to recognize and manage pediatric blood disorders and cancerous diseases."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. American Osteopathic Board of Pediatrics, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics. Board certification for Doctors of Osteopathy (DOs) was provided by the American Osteopathic Board of Pediatrics. The Certification is no longer offered."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Infectious Diseases"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080P0208X"], ["definition", "A pediatrician trained to care for children in the diagnosis, treatment and prevention of infectious diseases. This specialist can apply specific knowledge to affect a better outcome for pediatric infections with complicated courses, underlying diseases that predispose to unusual or severe infections, unclear diagnoses, uncommon diseases and complex or investigational treatments."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. American Osteopathic Board of Pediatrics, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics. Board certification for Doctors of Osteopathy (DOs) was provided by the American Osteopathic Board of Pediatrics. The Certification is no longer offered."]]
[1m[35m (4.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Nephrology"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080P0210X"], ["definition", "A pediatrician who deals with the normal and abnormal development and maturation of the kidney and urinary tract, the mechanisms by which the kidney can be damaged, the evaluation and treatment of renal diseases, fluid and electrolyte abnormalities, hypertension and renal replacement therapy."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. American Osteopathic Board of Pediatrics, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics. Board certification for Doctors of Osteopathy (DOs) was provided by the American Osteopathic Board of Pediatrics. The Certification is no longer offered."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Pulmonology"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080P0214X"], ["definition", "A pediatrician dedicated to the prevention and treatment of all respiratory diseases affecting infants, children and young adults. This specialist is knowledgeable about the growth and development of the lung, assessment of respiratory function in infants and children, and experienced in a variety of invasive and noninvasive diagnostic techniques."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. American Osteopathic Board of Pediatrics, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics. Board certification for Doctors of Osteopathy (DOs) was provided by the American Osteopathic Board of Pediatrics. The Certification is no longer offered."]]
[1m[35m (3.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Rheumatology"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080P0216X"], ["definition", "A pediatrician who treats diseases of joints, muscle, bones and tendons. A pediatric rheumatologist diagnoses and treats arthritis, back pain, muscle strains, common athletic injuries and \"collagen\" diseases."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added] Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics."]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sports Medicine"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080S0010X"], ["definition", "A pediatrician who is responsible for continuous care in the field of sports medicine, not only for the enhancement of health and fitness, but also for the prevention of injury and illness. A sports medicine physician must have knowledge and experience in the promotion of wellness and the prevention of injury. Knowledge about special areas of medicine such as exercise physiology, biomechanics, nutrition, psychology, physical rehabilitation, epidemiology, physical evaluation, injuries (treatment and prevention and referral practice) and the role of exercise in promoting a healthy lifestyle are essential to the practice of sports medicine. The sports medicine physician requires special education to provide the knowledge to improve the healthcare of the individual engaged in physical exercise (sports) whether as an individual or in team participation."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. American Osteopathic Board of Pediatrics, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Pediatrics."]]
[1m[35m (3.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sleep Medicine"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080S0012X"], ["definition", "A Pediatrician who practices Sleep Medicine is certified in the subspecialty of sleep medicine and specializes in the clinical assessment, physiologic testing, diagnosis, management and prevention of sleep and circadian rhythm disorders. Sleep specialists treat patients of any age and use multidisciplinary approaches. Disorders managed by sleep specialists include, but are not limited to, sleep related breathing disorders, insomnia, hypersomnias, circadian rhythm sleep disorders, parasomnias and sleep related movement disorders."], ["notes", "Source: American Academy of Sleep Medicine [7/1/2006: new]"]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Medical Toxicology"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080T0002X"], ["definition", "Medical toxicologists are physicians that specialize in the prevention, evaluation, treatment and monitoring of injury and illness from exposures to drugs and chemicals, as well as biological and radiological agents. Medical toxicologists care for people in clinical, academic, governmental and public health settings, and provide poison control center leadership. Important areas of medical toxicology include acute drug poisoning, adverse drug events, drug abuse, addiction and withdrawal, chemicals and hazardous materials, terrorism preparedness, venomous bites and stings, and environmental and workplace exposures."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition changed, source added] Additional Resources: American Board of Pediatrics, 2007. http://www.abp.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics. ACGME Accredited Residency Program Requirements: Medical Toxicology (EM) 2 years with 3-4 years Emergency Medicine for a total of 5-6 years; for Medical Toxicology (Preventive Medicine) 2 years with 3 years Preventive Medicine for a total of 5 years. Medical Toxicology (Pediatrics): None. ABMS Approved Subspecialty Certificates (Emergency Medicine) (Pediatrics) (Preventive Medicine)"]]
[1m[35m (3.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Transplant Hepatology"], ["parent_id", 344], ["depth", 3], ["taxonomy_code", "2080T0004X"], ["definition", "A pediatrician with expertise in transplant hepatology encompasses the special knowledge and skill required of pediatric gastroenterologists to care for patients prior to and following hepatic transplantation; it spans all phases of liver transplantation."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: new] Additional Resources; American Board of Pediatrics, 2007. http://www.abp.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Pediatrics."]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Physical Medicine & Rehabilitation"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Physical Medicine & Rehabilitation"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "208100000X"], ["definition", "Physical medicine and rehabilitation, also referred to as rehabilitation medicine, is the medical specialty concerned with diagnosing, evaluating, and treating patients with physical disabilities. These disabilities may arise from conditions affecting the musculoskeletal system such as neck and back pain, sports injuries, or other painful conditions affecting the limbs, such as carpal tunnel syndrome. Alternatively, the disabilities may result from neurological trauma or disease such as spinal cord injury, head injury or stroke. A physician certified in physical medicine and rehabilitation is often called a physiatrist. The primary goal of the physiatrist is to achieve maximal restoration of physical, psychological, social and vocational function through comprehensive rehabilitation. Pain management is often an important part of the role of the physiatrist. For diagnosis and evaluation, a physiatrist may include the techniques of electromyography to supplement the standard history, physical, x-ray and laboratory examinations. The physiatrist has expertise in the appropriate use of therapeutic exercise, prosthetics (artificial limbs), orthotics and mechanical and electrical devices."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Physical Medicine and Rehabilitation, 2007. http://www.abpmr.org/. American Osteopathic Board of Physical Medicine and Rehabilitation, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Physical Medicine and Rehabilitation. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Physical Medicine and Rehabilitation."]]
[1m[35m (3.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Physical Medicine & Rehabilitation"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hospice and Palliative Medicine"], ["parent_id", 368], ["depth", 3], ["taxonomy_code", "2081H0002X"], ["definition", "A physical medicine and rehabilitation physician with special knowledge and skills to prevent and relieve the suffering experienced by patients with life-limiting illnesses. This specialist works with an interdisciplinary hospice or palliative care team to maximize quality of life while addressing physical, psychological, social and spiritual needs of both patient and family throughout the course of the disease, through the dying process, and beyond for the family. This specialist has expertise in the assessment of patients with advanced disease; the relief of distressing symptoms; the coordination of interdisciplinary patient and family-centered care in diverse venues; the use of specialized care systems including hospice; the management of the imminently dying patient; and legal and ethical decision making in end-of-life care."], ["notes", "Source: American Academy of Hospice and Palliative Medicine [1/1/2007: new]"]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Physical Medicine & Rehabilitation"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Neuromuscular Medicine"], ["parent_id", 368], ["depth", 3], ["taxonomy_code", "2081N0008X"], ["definition", "A physician who specializes in neuromuscular medicine possesses specialized knowledge in the science, clinical evaluation and management of these disorders. This encompasses the knowledge of the pathology, diagnosis and treatment of these disorders at a level that is significantly beyond the training and knowledge expected of a general neurologist, child neurologist or physiatrist."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: new] Additional Resources: American Board of Physical Medicine and Rehabilitation, 2007. http://www.abpmr.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Physical Medicine and Rehabilitation. "]]
[1m[35m (3.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.1ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Physical Medicine & Rehabilitation"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Spinal Cord Injury Medicine"], ["parent_id", 368], ["depth", 3], ["taxonomy_code", "2081P0004X"], ["definition", "A physician who addresses the prevention, diagnosis, treatment and management of traumatic spinal cord injury and non-traumatic etiologies of spinal cord dysfunction by working in an interdisciplinary manner. Care is provided to patients of all ages on a lifelong basis and covers related medical, physical, psychological and vocational disabilities and complications. "], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition changed, source added] Additional Resources: American Board of Physical Medicine and Rehabilitation, 2007. http://www.abpmr.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Physical Medicine and Rehabilitation. ACGME Accredited Residency Program Requirements: 1 year of training with 3-5 years in relevant specialty for a total of 4-6 years. ABMS Approved Subspecialty Certificate: (Physical Medicine and Rehabilitation)"]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Physical Medicine & Rehabilitation"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Rehabilitation Medicine"], ["parent_id", 368], ["depth", 3], ["taxonomy_code", "2081P0010X"], ["definition", "A physiatrist who utilizes an interdisciplinary approach and addresses the prevention, diagnosis, treatment and management of congenital and childhood-onset physical impairments including related or secondary medical, physical, functional, psychosocial and vocational limitations or conditions, with an understanding of the life course of disability. This physician is trained in the identification of functional capabilities and selection of the best of rehabilitation intervention strategies, with an understanding of the continuum of care."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition changed, source added] Additional Resources: American Board of Physical Medicine and Rehabilitation, 2007. http://www.abpmr.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Physical Medicine and Rehabilitation. A subspecialty certificate for PRM was approved by the ABMS in 1999. ACGME Accredited Residency Program Requirements: Early discussions underway"]]
[1m[35m (3.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Physical Medicine & Rehabilitation"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Brain Injury Medicine"], ["parent_id", 368], ["depth", 3], ["taxonomy_code", "2081P0301X"], ["definition", "A Brain Injury Medicine physician specializes in disorders of brain function due to injury and disease. These disorders encompass a range of medical, physical, neurologic, cognitive, sensory, and behavioral disorders that result in psychosocial, educational, and vocational consequences."], ["notes", "Source: American Board of Physical Medicine and Rehabilitation, 2015 [1/1/2016: new]"]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Physical Medicine & Rehabilitation"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pain Medicine"], ["parent_id", 368], ["depth", 3], ["taxonomy_code", "2081P2900X"], ["definition", "A physician who provides a high level of care, either as a primary physician or consultant, for patients experiencing problems with acute, chronic or cancer pain in both hospital and ambulatory settings. Patient care needs may also be coordinated with other specialists. "], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition changed, source changed] Additional Resources: American Board of Physical Medicine and Rehabilitation, 2007. http://www.abpmr.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Physical Medicine and Rehabilitation. A subspecialty certificate was approved by the ABMS in 1999. ACGME Accredited Residency Program Requirements: Proposal under development."]]
[1m[35m (3.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Physical Medicine & Rehabilitation"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sports Medicine"], ["parent_id", 368], ["depth", 3], ["taxonomy_code", "2081S0010X"], ["definition", "A physician who specializes in Sports Medicine is responsible for continuous care related to the enhancement of health and fitness as well as the prevention of injury and illness. The specialist possesses knowledge and experience in the promotion of wellness and the prevention of injury from many areas of medicine such as exercise physiology, biomechanics, nutrition, psychology, physical rehabilitation, epidemiology, physical evaluation and injuries. It is the goal of a Sports Medicine specialist to improve the healthcare of the individual engaged in physical exercise."], ["notes", "Source: American Board of Medical Specialties, 2009. www.abms.org [7/1/2009: definition added]"]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Plastic Surgery"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Plastic Surgery"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "208200000X"], ["definition", "A plastic surgeon deals with the repair, reconstruction or replacement of physical defects of form or function involving the skin, musculoskeletal system, craniomaxillofacial structures, hand, extremities, breast and trunk and external genitalia or cosmetic enhancement of these areas of the body. Cosmetic surgery is an essential component of plastic surgery. The plastic surgeon uses cosmetic surgical principles to both improve overall appearance and to optimize the outcome of reconstructive procedures. The surgeon uses aesthetic surgical principles not only to improve undesirable qualities of normal structures but in all reconstructive procedures as well."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added] Additional Resources: American Board of Plastic Surgery, 2007. http://www.abplsurg.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Plastic Surgery."]]
[1m[35m (3.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Plastic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Plastic Surgery Within the Head and Neck"], ["parent_id", 376], ["depth", 3], ["taxonomy_code", "2082S0099X"], ["definition", "A plastic surgeon with additional training in plastic and reconstructive procedures within the head, face, neck and associated structures, including cutaneous head and neck oncology and reconstruction, management of maxillofacial trauma, soft tissue repair and neural surgery. The field is diverse and involves a wide age range of patients, from the newborn to the aged. While both cosmetic and reconstructive surgery is practiced, there are many additional procedures which interface with them."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition changed, source added] Additional Resources: American Board of Plastic Surgery, 2007. http://www.abplsurg.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Plastic Surgery. A subspecialty certificate was approved by the ABMS in 2000. ACGME Accredited Residency Program Requirements: None."]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Plastic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Surgery of the Hand"], ["parent_id", 376], ["depth", 3], ["taxonomy_code", "2082S0105X"], ["definition", "A plastic surgeon with additional training in the investigation, preservation, and restoration by medical, surgical and rehabilitative means of all structures of the upper extremity directly affecting the form and function of the hand and wrist."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added] Additional Resources: American Board of Plastic Surgery, 2007. http://www.abplsurg.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Plastic Surgery."]]
[1m[35m (3.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Aerospace Medicine"], ["parent_id", 379], ["depth", 3], ["taxonomy_code", "2083A0100X"], ["definition", "Aerospace medicine focuses on the clinical care, research, and operational support of the health, safety, and performance of crewmembers and passengers of air and space vehicles, together with the support personnel who assist operation of such vehicles. This population often works and lives in remote, isolated, extreme, or enclosed environments under conditions of physical and psychological stress. Practitioners strive for an optimal human-machine match in occupational settings rich with environmental hazards and engineering countermeasures."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Preventive Medicine, 2007. http://www.abprevmed.org/. American Osteopathic Board of Preventive Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Preventive Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Preventive Medicine."]]
[1m[35m (5.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Obesity Medicine"], ["parent_id", 379], ["depth", 3], ["taxonomy_code", "2083B0002X"], ["definition", "A physician who specializes in the treatment of obesity demonstrates competency in and a thorough understanding of the treatment of obesity and the genetic, biologic, environmental, social, and behavioral factors that contribute to obesity. The obesity medicine physician employs therapeutic interventions including diet, physical activity, behavioral change, and pharmacotherapy. The obesity medicine physician utilizes a comprehensive approach, and may include additional resources such as dietitians, exercise physiologists, mental health professionals and bariatric surgeons as indicated to achieve optimal results. Additionally, the obesity medicine physician maintains competency in providing pre- peri- and post-surgical care of bariatric surgery patients, promotes the prevention of obesity, and advocates for those who suffer from obesity."], ["notes", "Source: American Board of Obesity Medicine [7/1/2015: new] Additional Resource: American Society of Bariatric Physicians, www.asbp.org."]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical Informatics"], ["parent_id", 379], ["depth", 3], ["taxonomy_code", "2083C0008X"], ["definition", "Physicians who practice Clinical Informatics collaborate with other health care and information technology professionals to analyze, design, implement and evaluate information and communication systems that enhance individual and population health outcomes, improve patient care, and strengthen the clinician-patient relationship. Clinical Informaticians use their knowledge of patient care combined with their understanding of informatics concepts, methods, and tools to: assess information and knowledge needs of health care professionals and patients; characterize, evaluate, and refine clinical processes; develop, implement, and refine clinical decision support systems; and lead or participate in the procurement, customization, development, implementation, management, evaluation, and continuous improvement of clinical information systems."], ["notes", "Source: The American Board of Preventive Medicine, 2013 [1/1/2014: new] Additional Resources: The American Board of Preventive Medicine, www.theabpm.org"]]
[1m[35m (3.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Undersea and Hyperbaric Medicine"], ["parent_id", 379], ["depth", 3], ["taxonomy_code", "2083P0011X"], ["definition", "A specialist who treats decompression illness and diving accident cases and uses hyperbaric oxygen therapy to treat such conditions as carbon monoxide poisoning, gas gangrene, non-healing wounds, tissue damage from radiation and burns and bone infections. This specialist also serves as consultant to other physicians in all aspects of hyperbaric chamber operations and assesses risks and applies appropriate standards to prevent disease and disability in divers and other persons working in altered atmospheric conditions."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added] Additional Resources: American Board of Preventive Medicine, 2007. http://www.abprevmed.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Preventive Medicine."]]
[1m[35m (5.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Preventive Medicine/Occupational Environmental Medicine"], ["parent_id", 379], ["depth", 3], ["taxonomy_code", "2083P0500X"], ["definition", "A preventive medicine physician who specializes in preventive medicine/occupational-environmental medicine, which is focused on protecting the population from occupational and environmental conditions."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A General Certificate is issued by the American Osteopathic Board of Preventive Medicine."]]
[1m[35m (3.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Public Health & General Preventive Medicine"], ["parent_id", 379], ["depth", 3], ["taxonomy_code", "2083P0901X"], ["definition", "Public health and general preventive medicine focuses on promoting health, preventing disease, and managing the health of communities and defined populations. These practitioners combine population-based public health skills with knowledge of primary, secondary, and tertiary prevention-oriented clinical practice in a wide variety of settings."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Preventive Medicine, 2007. http://www.abprevmed.org/. American Osteopathic Board of Preventive Medicine, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Preventive Medicine. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Preventive Medicine."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sports Medicine"], ["parent_id", 379], ["depth", 3], ["taxonomy_code", "2083S0010X"], ["definition", "A preventive medicine physician who specializes in the diagnosis and treatment of sports related conditions and injuries."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A Certification of Added Qualifications (CAQ) is issued by the American Osteopathic Board of Preventive Medicine."]]
[1m[35m (3.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Medical Toxicology"], ["parent_id", 379], ["depth", 3], ["taxonomy_code", "2083T0002X"], ["definition", "Medical toxicologists are physicians who specialize in the prevention, evaluation, treatment and monitoring of injury and illness from exposures to drugs and chemicals, as well as biological and radiological agents. Medical toxicologists care for people in clinical, academic, governmental and public health settings, and provide poison control center leadership. Important areas of medical toxicology include acute drug poisoning, adverse drug events, drug abuse, addiction and withdrawal, chemicals and hazardous materials, terrorism preparedness, venomous bites and stings, and environmental and workplace exposures."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added] Additional Resources: American Board of Preventive Medicine, 2007. http://www.abprevmed.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Preventive Medicine."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Occupational Medicine"], ["parent_id", 379], ["depth", 3], ["taxonomy_code", "2083X0100X"], ["definition", "Occupational medicine focuses on the health of workers, including the ability to perform work; the physical, chemical, biological, and social environments of the workplace; and the health outcomes of environmental exposures. Practitioners in this field address the promotion of health in the work place, and the prevention and management of occupational and environmental injury, illness, and disability."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added] Additional Resources: American Board of Preventive Medicine, 2007. http://www.abprevmed.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Preventive Medicine."]]
[1m[35m (2.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2]]
[1m[35m (5.7ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Addiction Medicine"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084A0401X"], ["definition", "A doctor of osteopathy board eligible/certified in the field of Psychiatry by the American Osteopathic Board of Neurology and Psychiatry is able to obtain a Certificate of Added Qualifications in the field of Addiction Medicine"], ["notes", "Source: American Osteopathic Board of Neurology and Psychiatry, 2007 [1/1/2008: definition added, source added; 7/1/2011: modified source]
Additional Resources: http://www.osteopathic.org/certification"]]
[1m[35m (6.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Neurocritical Care"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084A2900X"], ["definition", "The medical subspecialty of Neurocritical Care is devoted to the comprehensive, multisystem care of the critically-ill neurological patient. Like other intensivists, the neurointensivist generally assumes the primary role for coordinating the care of his or her patients in the ICU, both the neurological and medical management of the patient. They may also provide consultative services for these patients as requested within the health system."], ["notes", "Source: Adapted from the United Council for Neurologic Subspecialties website definition at: http://www.ucns.org/go/subspecialty/neurocritical [7/1/2016: new] Additional Resources: Additional Resources: National Board for Certification of Orthopaedic Assistants"]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Obesity Medicine"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084B0002X"], ["definition", "A physician who specializes in the treatment of obesity demonstrates competency in and a thorough understanding of the treatment of obesity and the genetic, biologic, environmental, social, and behavioral factors that contribute to obesity. The obesity medicine physician employs therapeutic interventions including diet, physical activity, behavioral change, and pharmacotherapy. The obesity medicine physician utilizes a comprehensive approach, and may include additional resources such as dietitians, exercise physiologists, mental health professionals and bariatric surgeons as indicated to achieve optimal results. Additionally, the obesity medicine physician maintains competency in providing pre- peri- and post-surgical care of bariatric surgery patients, promotes the prevention of obesity, and advocates for those who suffer from obesity."], ["notes", "Source: American Board of Obesity Medicine [7/1/2015: title and definition modified] Additional Resource: American Society of Bariatric Physicians, www.asbp.org."]]
[1m[35m (3.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Behavioral Neurology & Neuropsychiatry"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084B0040X"], ["definition", "Behavioral Neurology & Neuropsychiatry is a medical subspecialty involving the diagnosis and treatment of neurologically based behavioral issues."], ["notes", "Source: National Uniform Claim Committee. [1/1/2012: new] Additional Resources: American Academy of Neurology, www.aan.com."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Diagnostic Neuroimaging"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084D0003X"], ["definition", "A licensed physician, who has completed a residency program in Neurology, and who has additional training, experience, and competence in the standards of performance and interpretation of Magnetic Resonance Imaging (MRI / MRA) of the head, spine, and peripheral nerves, and Computed Tomography (CT) of the head and spine. Physicians are trained in the administration of contrast media and the recognition and treatment of adverse reactions to contrast media. Neuroimaging training encompasses thorough knowledge of clinical neurology, neurophysiology, neuroanatomy, neurochemistry, neuropharmacology, and dynamics of cerebrospinal fluid circulation. Physicians possess special expertise in the technical aspects and clinical applications of each of the modalities and techniques of neuroimaging."], ["notes", "Source: American Academy of Neurology [1/1/2007: new]"]]
[1m[35m (3.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Forensic Psychiatry"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084F0202X"], ["definition", "Forensic Psychiatry is a subspecialty with psychiatric focus on interrelationships with civil, criminal and administrative law, evaluation and specialized treatment of individuals involved with the legal system, incarcerated in jails, prisons, and forensic psychiatry hospitals."], ["notes", "Source: The American Board of Psychiatry and Neurology, Inc. [1/1/2007: new definition]"]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hospice and Palliative Medicine"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084H0002X"], ["definition", "A psychiatrist or neurologist with special knowledge and skills to prevent and relieve the suffering experienced by patients with life-limiting illnesses. This specialist works with an interdisciplinary hospice or palliative care team to maximize quality of life while addressing physical, psychological, social and spiritual needs of both patient and family throughout the course of the disease, through the dying process, and beyond for the family. This specialist has expertise in the assessment of patients with advanced disease; the relief of distressing symptoms; the coordination of interdisciplinary patient and family-centered care in diverse venues; the use of specialized care systems including hospice; the management of the imminently dying patient; and legal and ethical decision making in end-of-life care."], ["notes", "Source: American Academy of Hospice and Palliative Medicine [1/1/2007: new]"]]
[1m[35m (3.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Neuromuscular Medicine"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084N0008X"], ["definition", "A neurologist or child neurologist who specializes in the diagnosis and management of disorders of nerve, muscle or neuromuscular junction, including amyotrophic lateral sclerosis, peripheral neuropathies (e.g., diabetic and immune mediated neuropathies), various muscular dystrophies, congenital and acquired myopathies, inflammatory myopathies (e.g., polymyositis, inclusion body myositis) and neuromuscular transmission disorders (e.g., myasthenia gravis, Lambert-Eaton myasthenic syndrome)."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: new] Additional Resources: American Board of Psychiatry and Neurology, 2007. http://www.abpn.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Psychiatry and Neurology"]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Neurology"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084N0400X"], ["definition", "A Neurologist specializes in the diagnosis and treatment of diseases or impaired function of the brain, spinal cord, peripheral nerves, muscles, autonomic nervous system, and blood vessels that relate to these structures."], ["notes", "Source: The American Board of Psychiatry and Neurology, Inc. [1/1/2007: new definition]"]]
[1m[35m (3.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Neurology with Special Qualifications in Child Neurology"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084N0402X"], ["definition", "A Child Neurologist specializes in neurology with special skills in diagnosis and treatment of neurologic disorders of the neonatal period, infancy, early childhood, and adolescence."], ["notes", "Source: The American Board of Psychiatry and Neurology, Inc. [1/1/2007: new definition]"]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (1.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical Neurophysiology"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084N0600X"], ["definition", "Clinical Neurophysiology is a subspecialty with psychiatric or neurologic expertise in the diagnosis and management of central, peripheral, and autonomic nervous system disorders using combined clinical evaluation and electrophysiologic testing such as electroencephalography (EEG), electromyography (EMG), and nerve conduction studies (NCS)."], ["notes", "Source: The American Board of Psychiatry and Neurology, Inc. [1/1/2007: new definition]"]]
[1m[35m (2.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Neurodevelopmental Disabilities"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084P0005X"], ["definition", "A pediatrician or neurologist who specializes in the diagnosis and management of chronic conditions that affect the developing and mature nervous system such as cerebral palsy, mental retardation and chronic behavioral syndromes, or neurologic conditions. "], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition changed, source added] Additional Resources: American Board of Psychiatry and Neurology, 2007. http://www.abpn.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Psychiatry and Neurology. A subspecialty certificate for NDN was approved by the ABMS in 1999. ACGME Accredited Residency Program Requirements: Ongoing early discussions regarding proposal."]]
[1m[35m (5.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (1.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Psychosomatic Medicine"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084P0015X"], ["definition", "Psychosomatic Medicine is subspecialty in the diagnosis and treatment of psychiatric disorders and symptoms in complex medically ill patients. This subspecialty includes treatment of patients with acute or chronic medical, neurological, obstetrical or surgical illness in which psychiatric illness is affecting their medical care and/or quality of life such as HIV infection, organ transplantation, heart disease, renal failure, cancer, stroke, traumatic brain injury, high-risk pregnancy and COPD, among others. Patients also may be those who have a psychiatric disorder that is the direct consequence of a primary medical condition, or a somatoform disorder or psychological factors affecting a general medical condition. Psychiatrists specializing in Psychosomatic Medicine provide consultation-liaison services in general medical hospitals, attend on medical psychiatry inpatient units, and provide collaborative care in primary care and other outpatient settings."], ["notes", "Source: The American Board of Psychiatry and Neurology, Inc. [1/1/2007: new]"]]
[1m[35m (3.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Brain Injury Medicine"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084P0301X"], ["definition", "A Brain Injury Medicine physician specializes in disorders of brain function due to injury and disease. These disorders encompass a range of medical, physical, neurologic, cognitive, sensory, and behavioral disorders that result in psychosocial, educational, and vocational consequences."], ["notes", "Source: American Board of Physical Medicine and Rehabilitation, 2015 [1/1/2016: new]"]]
[1m[35m (5.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (1.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Psychiatry"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084P0800X"], ["definition", "A Psychiatrist specializes in the prevention, diagnosis, and treatment of mental disorders, emotional disorders, psychotic disorders, mood disorders, anxiety disorders, substance-related disorders, sexual and gender identity disorders and adjustment disorders. Biologic, psychological, and social components of illnesses are explored and understood in treatment of the whole person. Tools used may include diagnostic laboratory tests, prescribed medications, evaluation and treatment of psychological and interpersonal problems with individuals and families, and intervention for coping with stress, crises, and other problems."], ["notes", "Source: The American Board of Psychiatry and Neurology, Inc. [1/1/2007: new definition]"]]
[1m[35m (3.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Addiction Psychiatry"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084P0802X"], ["definition", "Addiction Psychiatry is a subspecialty of psychiatry that focuses on evaluation and treatment of individuals with alcohol, drug, or other substance-related disorders, and of individuals with dual diagnosis of substance-related and other psychiatric disorders."], ["notes", "Source: The American Board of Psychiatry and Neurology, Inc. [1/1/2007: new definition]"]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Child & Adolescent Psychiatry"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084P0804X"], ["definition", "Child & Adolescent Psychiatry is a subspecialty of psychiatry with additional skills and training in the diagnosis and treatment of developmental, behavioral, emotional, and mental disorders of childhood and adolescence."], ["notes", "Source: The American Board of Psychiatry and Neurology, Inc. [1/1/2007: new definition]"]]
[1m[35m (3.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Geriatric Psychiatry"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084P0805X"], ["definition", "Geriatric Psychiatry is a subspecialty with psychiatric expertise in prevention, evaluation, diagnosis and treatment of mental and emotional disorders in the elderly, and improvement of psychiatric care for healthy and ill elderly patients."], ["notes", "Source: The American Board of Psychiatry and Neurology, Inc. [1/1/2007: new definition]"]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pain Medicine"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084P2900X"], ["definition", "A neurologist, child neurologists or psychiatrist who provides a high level of care, either as a primary physician or consultant, for patients experiencing problems with acute, chronic or cancer pain in both hospital and ambulatory settings. Patient care needs may also be coordinated with other specialists."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition changed, source added] Additional Resources: American Board of Psychiatry and Neurology, 2007. http://www.abpn.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Psychiatry and Neurology. A subspecialty certificate was approved by ABMS in 1998. ACGME Accredited Residency Program Requirements: None."]]
[1m[35m (3.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sports Medicine"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084S0010X"], ["definition", "A psychiatrist or neurologist who specializes in the diagnosis and treatment of sports related conditions and injuries."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A Certification of Added Qualifications (CAQ) was, but is no longer issued by the American Osteopathic Board of Neurology and Psychiatry."]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.7ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Sleep Medicine"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084S0012X"], ["definition", "A Psychiatrist or Neurologist who practices Sleep Medicine is certified in the subspecialty of sleep medicine and specializes in the clinical assessment, physiologic testing, diagnosis, management and prevention of sleep and circadian rhythm disorders. Sleep specialists treat patients of any age and use multidisciplinary approaches. Disorders managed by sleep specialists include, but are not limited to, sleep related breathing disorders, insomnia, hypersomnias, circadian rhythm sleep disorders, parasomnias and sleep related movement disorders."], ["notes", "Source: American Academy of Sleep Medicine [7/1/2006: new]"]]
[1m[35m (3.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Vascular Neurology"], ["parent_id", 389], ["depth", 3], ["taxonomy_code", "2084V0102X"], ["definition", "Vascular Neurology is a subspecialty in the evaluation, prevention, treatment and recovery from vascular diseases of the nervous system. This subspecialty includes the diagnosis and treatment of vascular events of arterial or venous origin from a large number of causes that affect the brain or spinal cord such as ischemic stroke, intracranial hemorrhage, spinal cord ischemia and spinal cord hemorrhage."], ["notes", "Source: The American Board of Psychiatry and Neurology, Inc. [1/1/2007: new definition]"]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.7ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "Radiology"], ["parent_id", 220], ["depth", 2]]
[1m[35m (3.4ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Body Imaging"], ["parent_id", 412], ["depth", 3], ["taxonomy_code", "2085B0100X"], ["definition", "A Radiology doctor of Osteopathy that specializes in Body Imaging."], ["notes", "Source: National Uniform Claim Committee, 2008 [7/1/2008: definiton added, source added] Additional Resources: The American Osteopathic Board of Radiology no longer offers a certificate in this specialty."]]
[1m[35m (7.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.6ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Diagnostic Neuroimaging"], ["parent_id", 412], ["depth", 3], ["taxonomy_code", "2085D0003X"], ["definition", "A licensed physician, who has completed a residency program in Neurology, and who has additional training, experience, and competence in the standards of performance and interpretation of Magnetic Resonance Imaging (MRI / MRA) of the head, spine, and peripheral nerves, and Computed Tomography (CT) of the head and spine. Physicians are trained in the administration of contrast media and the recognition and treatment of adverse reactions to contrast media. Neuroimaging training encompasses thorough knowledge of clinical neurology, neurophysiology, neuroanatomy, neurochemistry, neuropharmacology, and dynamics of cerebrospinal fluid circulation. Physicians possess special expertise in the technical aspects and clinical applications of each of the modalities and techniques of neuroimaging."], ["notes", "Source: American Academy of Neurology [1/1/2007: new]"]]
[1m[35m (3.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hospice and Palliative Medicine"], ["parent_id", 412], ["depth", 3], ["taxonomy_code", "2085H0002X"], ["definition", "A radiologist with special knowledge and skills to prevent and relieve the suffering experienced by patients with life-limiting illnesses. This specialist works with an interdisciplinary hospice or palliative care team to maximize quality of life while addressing physical, psychological, social and spiritual needs of both patient and family throughout the course of the disease, through the dying process, and beyond for the family. This specialist has expertise in the assessment of patients with advanced disease; the relief of distressing symptoms; the coordination of interdisciplinary patient and family-centered care in diverse venues; the use of specialized care systems including hospice; the management of the imminently dying patient; and legal and ethical decision making in end-of-life care."], ["notes", "Source: American Academy of Hospice and Palliative Medicine [1/1/2007: new]"]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.8ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Neuroradiology"], ["parent_id", 412], ["depth", 3], ["taxonomy_code", "2085N0700X"], ["definition", "A radiologist who diagnoses and treats diseases utilizing imaging procedures as they relate to the brain, spine and spinal cord, head, neck and organs of special sense in adults and children."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Radiology, 2007. http://www.theabr.org/. American Osteopathic Board of Radiology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Radiology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Radiology."]]
[1m[35m (3.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Nuclear Radiology"], ["parent_id", 412], ["depth", 3], ["taxonomy_code", "2085N0904X"], ["definition", "A radiologist who is involved in the analysis and imaging of radionuclides and radiolabeled substances in vitro and in vivo for diagnosis and the administration of radionuclides and radiolabeled substances for the treatment of disease."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Radiology, 2007. http://www.theabr.org/. American Osteopathic Board of Radiology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Radiology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Radiology."]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.8ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Radiology"], ["parent_id", 412], ["depth", 3], ["taxonomy_code", "2085P0229X"], ["definition", "A radiologist who is proficient in all forms of diagnostic imaging as it pertains to the treatment of diseases in the newborn, infant, child and adolescent. This specialist has knowledge of both imaging and interventional procedures related to the care and management of diseases of children. A pediatric radiologist must be highly knowledgeable of all organ systems as they relate to growth and development, congenital malformations, diseases peculiar to infants and children and diseases that begin in childhood but cause substantial residual impairment in adulthood."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Radiology, 2007. http://www.theabr.org/. American Osteopathic Board of Radiology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Radiology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Radiology."]]
[1m[35m (3.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Radiation Oncology"], ["parent_id", 412], ["depth", 3], ["taxonomy_code", "2085R0001X"], ["definition", "A radiologist who deals with the therapeutic applications of radiant energy and its modifiers and the study and management of disease, especially malignant tumors."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Osteopathic Board of Radiology, 2007. http://www.osteopathic.org/certification"]]
[1m[35m (5.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.8ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Diagnostic Radiology"], ["parent_id", 412], ["depth", 3], ["taxonomy_code", "2085R0202X"], ["definition", "A radiologist who utilizes x-ray, radionuclides, ultrasound and electromagnetic radiation to diagnose and treat disease."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Radiology, 2007. http://www.theabr.org/. American Osteopathic Board of Radiology, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Radiology. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Radiology."]]
[1m[35m (3.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Therapeutic Radiology"], ["parent_id", 412], ["depth", 3], ["taxonomy_code", "2085R0203X"], ["definition", "Definition to come..."]]
[1m[35m (4.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.6ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Vascular & Interventional Radiology"], ["parent_id", 412], ["depth", 3], ["taxonomy_code", "2085R0204X"], ["definition", "A radiologist who diagnoses and treats diseases by various radiologic imaging modalities. These include fluoroscopy, digital radiography, computed tomography, sonography and magnetic resonance imaging."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added] Additional Resources: American Board of Radiology, 2007. http://www.theabr.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Radiology."]]
[1m[35m (2.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Radiological Physics"], ["parent_id", 412], ["depth", 3], ["taxonomy_code", "2085R0205X"], ["definition", "A radiological physicist deals with the diagnostic and therapeutic applications of roentgen rays, gamma rays from sealed sources, ultrasonic radiation and radio-frequency radiation, as well as the equipment associated with their production and use, including radiation safety."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added] Additional Resources: American Board of Radiology, 2007. http://www.theabr.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Radiology."]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.6ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Diagnostic Ultrasound"], ["parent_id", 412], ["depth", 3], ["taxonomy_code", "2085U0001X"], ["definition", "A Radiology doctor of Osteopathy that specializes in Diagnostic Ultrasound."], ["notes", "Source: National Uniform Claim Committee, 2008 [7/1/2008: definiton added, source added] Additional Resources: The American Osteopathic Board of Radiology no longer offers a certificate in this specialty. [Note: In medical practice, Diagnostic Ultrasound is part of the scope of training and practice of a Diagnostic Radiologists � see Taxonomy Code 2085R0202X.]"]]
[1m[35m (2.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.1ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Surgery"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "208600000X"], ["definition", "A general surgeon has expertise related to the diagnosis - preoperative, operative and postoperative management - and management of complications of surgical conditions in the following areas: alimentary tract; abdomen; breast, skin and soft tissue; endocrine system; head and neck surgery; pediatric surgery; surgical critical care; surgical oncology; trauma and burns; and vascular surgery. General surgeons increasingly provide care through the use of minimally invasive and endoscopic techniques. Many general surgeons also possess expertise in transplantation surgery, plastic surgery and cardiothoracic surgery."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Surgery, 2007. http://www.absurgery.org/. American Osteopathic Board of Surgery, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Surgery. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Surgery."]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hospice and Palliative Medicine"], ["parent_id", 425], ["depth", 3], ["taxonomy_code", "2086H0002X"], ["definition", "A surgeon with special knowledge and skills to prevent and relieve the suffering experienced by patients with life-limiting illnesses. This specialist works with an interdisciplinary hospice or palliative care team to maximize quality of life while addressing physical, psychological, social and spiritual needs of both patient and family throughout the course of the disease, through the dying process, and beyond for the family. This specialist has expertise in the assessment of patients with advanced disease; the relief of distressing symptoms; the coordination of interdisciplinary patient and family-centered care in diverse venues; the use of specialized care systems including hospice; the management of the imminently dying patient; and legal and ethical decision making in end-of-life care."], ["notes", "Source: American Academy of Hospice and Palliative Medicine [1/1/2007: new]"]]
[1m[35m (2.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Surgical Critical Care"], ["parent_id", 425], ["depth", 3], ["taxonomy_code", "2086S0102X"], ["definition", "A surgeon with expertise in the management of the critically ill and postoperative patient, particularly the trauma victim, who specializes in critical care medicine diagnoses, treats and supports patients with multiple organ dysfunction. This specialist may have administrative responsibilities for intensive care units and may also facilitate and coordinate patient care among the primary physician, the critical care staff and other specialists."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Surgery, 2007. http://www.absurgery.org/. American Osteopathic Board of Surgery, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Surgery. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Surgery."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.6ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Surgery of the Hand"], ["parent_id", 425], ["depth", 3], ["taxonomy_code", "2086S0105X"], ["definition", "A surgeon with expertise in the investigation, preservation and restoration by medical, surgical and rehabilitative means, of all structures of the upper extremity directly affecting the form and function of the hand and wrist."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added] Additional Resources: American Board of Surgery, 2007. http://www.absurgery.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Surgery."]]
[1m[35m (44.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Surgery"], ["parent_id", 425], ["depth", 3], ["taxonomy_code", "2086S0120X"], ["definition", "A surgeon with expertise in the management of surgical conditions in premature and newborn infants, children and adolescents."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added] Additional Resources: American Board of Surgery, 2007. http://www.absurgery.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Surgery."]]
[1m[35m (29.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Plastic and Reconstructive Surgery"], ["parent_id", 425], ["depth", 3], ["taxonomy_code", "2086S0122X"], ["definition", "A surgeon who specializes in plastic and reconstructive surgery."], ["notes", "Source: National Uniform Claim Committee, 2009 [1/1/2010: definition added, source added] Additional Resources: A General Certificate is issued by the American Osteopathic Board of Surgery."]]
[1m[35m (31.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Trauma Surgery"], ["parent_id", 425], ["depth", 3], ["taxonomy_code", "2086S0127X"], ["definition", "Trauma surgery is a recognized subspecialty of general surgery. Trauma surgeons are physicians who have completed a five-year general surgery residency and usually continue with a one to two year fellowship in trauma and/or surgical critical care, typically leading to additional board certification in surgical critical care. There is no trauma surgery board certification at this point. To obtain board certification in surgical critical care, a fellowship in surgical critical care or anesthesiology critical care must be completed during or after general surgery residency."], ["notes", "Source: American Board of Surgery, 2007 [1/1/2008: definition added, source added] Additional Resources: http://www.absurgery.org/."]]
[1m[35m (37.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Vascular Surgery"], ["parent_id", 425], ["depth", 3], ["taxonomy_code", "2086S0129X"], ["definition", "A surgeon with expertise in the management of surgical disorders of the blood vessels, excluding the intracranial vessels or the heart."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added; 7/1/2011: modified source]
Additional Resources: American Board of Surgery, 2007. http://www.absurgery.org/. American Osteopathic Board of Surgery, 2007. http://www.osteopathic.org/certification
Board certification for Medical Doctors (MDs) is provided by the American Board of Surgery. Board certification for Doctors of Osteopathy (DOs) is provided by the American Osteopathic Board of Surgery."]]
[1m[35m (4.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Surgical Oncology"], ["parent_id", 425], ["depth", 3], ["taxonomy_code", "2086X0206X"], ["definition", "A surgical oncologist is a well-qualified surgeon who has obtained additional training and experience in the multidisciplinary approach to the prevention, diagnosis, treatment, and rehabilitation of cancer patients, and devotes a major portion of his or her professional practice to these activities and cancer research."], ["notes", "Source: Society of Surgical Oncology, 2007 [1/1/2008: definition added, source added, 7/1/2009: definiition reformatted] Additional Resources: http://www.surgonc.org/ ; American Board of Medical Specialties, 2007, www.abms.org ; American Board of Surgery, 2007, http://www.absurgery.org/ Surgical oncology is a recognized fellowship subspecialty program of surgery. Separate board certification is not currently offered."]]
[1m[35m (3.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Urology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Urology"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "208800000X"], ["definition", "A urologist manages benign and malignant medical and surgical disorders of the genitourinary system and the adrenal gland. This specialist has comprehensive knowledge of and skills in endoscopic, percutaneous and open surgery of congenital and acquired conditions of the urinary and reproductive systems and their contiguous structures."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added] Additional Resources: American Board of Urology, 2007. http://www.abu.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Urology."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Urology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Female Pelvic Medicine and Reconstructive Surgery"], ["parent_id", 434], ["depth", 3], ["taxonomy_code", "2088F0040X"], ["definition", "A subspecialist in Female Pelvic Medicine and Reconstructive Surgery is a physician in Urology or Obstetrics and Gynecology who, by virtue of education and training, is prepared to provide consultation and comprehensive management of women with complex benign pelvic conditions, lower urinary tract disorders, and pelvic floor dysfunction. Comprehensive management includes those diagnostic and therapeutic procedures necessary for the total care of the patient with these conditions and complications resulting from them."], ["notes", "Source: American Board of Medical Specialties, 2011. [1/1/2012: new] Resources: www.abms.org"]]
[1m[35m (4.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Urology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pediatric Urology"], ["parent_id", 434], ["depth", 3], ["taxonomy_code", "2088P0231X"], ["definition", "Surgeons who can diagnose, treat, and manage children�s urinary and genital problems. A pediatric urologist devotes a minimum of 50% of his or her practice to the urologic problems of infants, children, and adolescents. Pediatric urologists generally provide the following services: the evaluation and management of voiding disorders; vesicoureteral reflux, and urinary tract infections that require surgery; surgical reconstruction of the urinary tract (kidneys, ureters, and bladder) including genital abnormalities, hypospadias, and intersex conditions; surgery for groin conditions in childhood and adolescence (undescended testes, hydrocele/hernia, varicocele)."], ["notes", "Source: American Academy of Pediatrics [7/1/2006: new]"]]
[1m[35m (4.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.6ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Colon & Rectal Surgery"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Colon & Rectal Surgery"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "208C00000X"], ["definition", "A colon and rectal surgeon is trained to diagnose and treat various diseases of the intestinal tract, colon, rectum, anal canal and perianal area by medical and surgical means. This specialist also deals with other organs and tissues (such as the liver, urinary and female reproductive system) involved with primary intestinal disease."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: added definition, added source] Additional Resources: American Board of Colon and Rectal Surgery, 2007. http://www.abcrs.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Colon and Rectal Surgery. Colon and rectal surgeons have the expertise to diagnose and often manage anorectal conditions such as hemorrhoids, fissures (painful tears in the anal lining), abscesses and fistulae (infections located around the anus and rectum) in the office setting. They also treat problems of the intestine and colon, and perform endoscopic procedures to evaluate and treat problems such as cancer, polyps (precancerous growths) and inflammatory conditions. "]]
[1m[35m (4.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "General Practice"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "General Practice"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "208D00000X"], ["definition", "Definition to come..."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.7ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Thoracic Surgery (Cardiothoracic Vascular Surgery)"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Thoracic Surgery (Cardiothoracic Vascular Surgery)"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "208G00000X"], ["definition", "A thoracic surgeon provides the operative, perioperative and critical care of patients with pathologic conditions within the chest. Included is the surgical care of coronary artery disease, cancers of the lung, esophagus and chest wall, abnormalities of the trachea, abnormalities of the great vessels and heart valves, congenital anomalies, tumors of the mediastinum and diseases of the diaphragm. The management of the airway and injuries of the chest is within the scope of the specialty."], ["notes", "Source: American Board of Medical Specialties, 2007. www.abms.org [7/1/2007: definition added, source added] Additional Resources: American Board of Thoracic Surgery, 2007. http://www.abts.org/. Board certification for Medical Doctors (MDs) is provided by the American Board of Thoracic Surgery. Thoracic surgeons have the knowledge, experience and technical skills to accurately diagnose, operate upon safely, and effectively manage patients with thoracic diseases of the chest. This requires substantial knowledge of cardiorespiratory physiology and oncology, as well as capability in the use of heart assist devices, management of abnormal heart rhythms and drainage of the chest cavity, respiratory support systems, endoscopy and invasive and noninvasive diagnostic techniques. "]]
[1m[35m (3.4ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Hospitalist"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Hospitalist"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "208M00000X"], ["definition", "Hospitalists are physicians whose primary professional focus is the general medical care of hospitalized patients. Their activities include patient care, teaching, research, and leadership related to Hospital Medicine. The term 'hospitalist' refers to physicians whose practice emphasizes providing care for hospitalized patients."], ["notes", "Source: American Society of Hospital Medicine, 2007. http://www.hospitalmedicine.org/ [7/1/2009: definition aded] Additional Resources: Hospitalist is a recognized fellowship specialty program offered by many medical institutions. There is no board certification for the specialty at this point."]]
[1m[35m (5.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Clinical Pharmacology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical Pharmacology"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "208U00000X"], ["definition", "Clinical pharmacology encompasses the spectrum of activities related to the discovery, development, regulation, and utilization of safe and effective drugs."], ["notes", "Source: American Society for Clinical Pharmacology and Therapeutics, 2008 [7/1/2008: modified definition] Additional Resources: Clinical pharmacology is a recognized fellowship program for physicians, pharmacists, and post-doctoral researchers delivered through medical education institutions accredited by the American Board of Clinical Pharmacology. http://www.ascpt.org/; American Board of Clinical Pharmacology http://www.abcp.net/"]]
[1m[35m (4.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pain Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth") VALUES ($1, $2, $3) RETURNING "id"[0m [["name", "Pain Medicine"], ["parent_id", 220], ["depth", 2]]
[1m[35m (5.7ms)[0m [1m[35mCOMMIT[0m
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pain Medicine"], ["parent_id", 442], ["depth", 3], ["taxonomy_code", "208VP0000X"], ["definition", "Pain Medicine is a primary medical specialty based on a distinct body of knowledge and a well-defined scope of clinical practice that is founded on science, research and education. It is concerned with the study of pain, the prevention of pain, and the evaluation, treatment, and rehabilitation of persons in pain. A comprehensive evaluation incorporates the physical, psychological, cognitive and socio-cultural contributions to pain. The treatment protocol may include pharmacological, invasive, behavioral, cognitive, rehabilitative and complementary strategies provided in a concurrent focused and patient specific manner. The pain medicine physician often serves the patient as a frontline physician regarding their pain, but also may serve as a consultant to other physicians, direct an interdisciplinary/multidisciplinary treatment team, conduct research, or advocate for the patient�s pain care with public and private agencies. The Pain Medicine physician may work in variety of settings including office, clinic, hospital, university, or governmental/public agencies."], ["notes", "Source: American Academy of Pain Medicine The American Board of Pain Medicine provides Board Certification."]]
[1m[35m (5.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pain Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Interventional Pain Medicine"], ["parent_id", 442], ["depth", 3], ["taxonomy_code", "208VP0014X"], ["definition", "Interventional Pain Medicine is the discipline of medicine devoted to the diagnosis and treatment of pain and related disorders principally with the application of interventional techniques in managing subacute, chronic, persistent, and intractable pain, independently or in conjunction with other modalities of treatment."]]
[1m[35m (5.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (1.1ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Legal Medicine"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Legal Medicine"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "209800000X"], ["definition", "Legal Medicine is a special field of medicine that focuses on various aspects of medicine and law. Historically, the practice of legal medicine made contributions to medicine as a scientific instrument to solve criminal perplexities. Since World War II, the domain of legal medicine has broadened to include not only aspects of medical science to solve legal and criminal problems but aspects of law as it applies to medicine. Legal Medicine continues to grow as medicolegal issues like medical malpractice and liability, government regulation of health care, issues of tort reform, and moral and ethical complexities presented by technological advances become increasingly prominent. Many medical schools have implemented courses which supply medicolegal instruction for medical students, and many law schools now offer medicolegal courses. Also, dual degree programs in law and medicine have been created to assist physicians to bridge the gap between medicine and the law."], ["notes", "Source: American Board of Legal Medicine 08/1992 [7/1/2009: definition reformatted] Additional Resources: Training Programs, and/or Fellowships, Preceptorships: Certification available through the American Board of Legal Medicine. ACGME Accredited Residency Program Requirements: None."]]
[1m[35m (3.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id"[0m [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1]]
[1m[35m (6.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.5ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Assistant, Podiatric"], ["depth", 2], ["parent_id", 446], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Assistant, Podiatric"], ["parent_id", 446], ["depth", 2], ["taxonomy_code", "211D00000X"], ["definition", "An individual who assists a podiatrist in tasks, such as exposing and developing x-rays; taking and recording patient histories; assisting in biomechanical evaluations and negative castings; preparing and sterilizing instruments and equipment; providing the patient with postoperative instructions; applying surgical dressings; preparing the patient for treatment, padding, and strapping; and performing routine office procedures."], ["notes", "Source: (1) Lexikon: Dictionary of Health Care Terms, Organizations and Acronyms for the Era of Reform, The Joint Commission on Accreditation of Healthcare Organizations, Oakbrook Terrace, Illinois: 1994, p. 622."]]
[1m[35m (5.0ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Podiatrist"], ["depth", 2], ["parent_id", 446], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Podiatrist"], ["parent_id", 446], ["depth", 2], ["taxonomy_code", "213E00000X"], ["definition", "A podiatrist is a person qualified by a Doctor of Podiatric Medicine (D.P.M.) degree, licensed by the state, and practicing within the scope of that license. Podiatrists diagnose and treat foot diseases and deformities. They perform medical, surgical and other operative procedures, prescribe corrective devices and prescribe and administer drugs and physical therapy."]]
[1m[35m (5.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.8ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Podiatrist"], ["parent_id", 446], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "notes") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "General Practice"], ["parent_id", 448], ["depth", 3], ["taxonomy_code", "213EG0000X"], ["notes", "[7/1/2006: marked inactive, use value 213E00000X]"]]
[1m[35m (3.3ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Podiatrist"], ["parent_id", 446], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Public Medicine"], ["parent_id", 448], ["depth", 3], ["taxonomy_code", "213EP0504X"], ["definition", "Definition to come..."]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.8ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Podiatrist"], ["parent_id", 446], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.0ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.1ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Primary Podiatric Medicine"], ["parent_id", 448], ["depth", 3], ["taxonomy_code", "213EP1101X"], ["definition", "Definition to come..."]]
[1m[35m (1.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Podiatrist"], ["parent_id", 446], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Radiology"], ["parent_id", 448], ["depth", 3], ["taxonomy_code", "213ER0200X"], ["definition", "Definition to come..."]]
[1m[35m (5.9ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.8ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Podiatrist"], ["parent_id", 446], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Sports Medicine"], ["parent_id", 448], ["depth", 3], ["taxonomy_code", "213ES0000X"], ["definition", "Definition to come..."]]
[1m[35m (3.2ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Podiatrist"], ["parent_id", 446], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Foot & Ankle Surgery"], ["parent_id", 448], ["depth", 3], ["taxonomy_code", "213ES0103X"], ["definition", "Definition to come..."]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.7ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Podiatrist"], ["parent_id", 446], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id"[0m [["name", "Foot Surgery"], ["parent_id", 448], ["depth", 3], ["taxonomy_code", "213ES0131X"], ["definition", "Definition to come..."]]
[1m[35m (3.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id"[0m [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1]]
[1m[35m (6.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.7ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Art Therapist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Art Therapist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "221700000X"], ["definition", "(1) An individual who uses art to achieve the therapeutic goals of symptom relief, emotional integration, and recovery from or adjustment to illness or disability. (2) An art therapist uses a form of treatment that enables patients with mental or physical disabilities to use art as a way of expressing and dealing with feelings and inner conflicts. (3) An individual who uses arts modalities and creative processes during intentional intervention in therapeutic, rehabilitative, community, or educational settings to foster health, communication, and expression; promote the integration of physical, emotional, cognitive, and social functioning; enhance self-awareness; and facilitate change."], ["notes", "Source: (1) Lexikon: Dictionary of Health Care Terms, Organizations and Acronyms for the Era of Reform, The Joint Commission on Accreditation of Healthcare Organizations, Oakbrook Terrace, Illinois: 1994, p. 107. (2) Art Therapy Program, Marymount College, Tarrytown, NY (3) National Coalition of Arts"]]
[1m[35m (5.1ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Developmental Therapist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Developmental Therapist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "222Q00000X"], ["definition", "A Developmental Therapist is a person qualified by completion of an approved program in Developmental Therapy and where applicable credentialed by the state and practicing within the scope of the credential, or credentialed by completion of education experiences as approved by the state and practicing within the scope of that credential or, where state credentialing does not exist, certified by the Board of the Developmental Therapy Association. A developmental therapist evaluates children's global development in order to identify areas of developmental delay whether arising from physiological, neurological, or environmental factors, or a combination of factors; and designs, implements, and modifies therapeutic interventions for the child and the family to promote the child's acquisition of skills in a variety of developmental areas, including cognitive processes and social interaction in order to maximize functional independence and developmental homeostasis, and improve the quality of life at home and in the community; and provides consultation for the parents and other professionals working with the family on global development."], ["notes", "Source: The Illinois Developmental Therapists Association [1/1/2007: new]"]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.6ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Orthotist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Orthotist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "222Z00000X"], ["definition", "A health care professional who is specifically educated and trained to manage comprehensive orthotic patient care, including musculoskeletal and neuromuscular anomalies resulting from injuries or disease processes involving the lower extremity, upper extremity or spinal segment/s and positional deformation of the cranium. Orthotists assess specific patient needs, formulate an appropriate treatment plan, implement the treatment plan and provide follow-up care."], ["notes", "Source: American Board for Certification in Orthotics, Prosthetics, and Pedorthics, Inc. [7/1/2010: modified, 7/1/2013: modified] Additional Resources: American Board for Certification in Orthotics, Prosthetics and Pedorthics, Inc., www.abcop.org and Board of Certification/Accreditation, International, www.bocusa.org."]]
[1m[35m (3.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Mastectomy Fitter"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Mastectomy Fitter"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "224900000X"], ["definition", "An individual trained in the fitting and adjusting of breast prostheses and management of post-mastectomy prostheses services."], ["notes", "Source: National Uniform Claim Committee [7/1/2010: new] Additional Resources: American Board for Certification in Orthotics, Prosthetics and Pedorthics, Inc., www.abcop.org and Board of Certification/Accreditation, International, www.bocusa.org."]]
[1m[35m (5.6ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.9ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Pedorthist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.4ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Pedorthist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "224L00000X"], ["definition", "An individual who is trained in the management and treatment of conditions of the foot, ankle, and lower extremities requiring fitting, fabricating, and adjusting of pedorthic devices."], ["notes", "Source: National Uniform Claim Committee [7/1/2010: new] Additional Resources: American Board for Certification in Orthotics, Prosthetics and Pedorthics, Inc., www.abcop.org and Board of Certification/Accreditation, International, www.bocusa.org."]]
[1m[35m (3.8ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Prosthetist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Prosthetist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "224P00000X"], ["definition", "A health care professional who is specifically educated and trained to manage comprehensive prosthetic patient care for individuals who have sustained complete or partial limb loss or absence. Prosthetists assess specific patient needs, formulate an appropriate treatment plan, implement the treatment plan and provide follow-up care."], ["notes", "Source: American Board for Certification in Orthotics, Prosthetics, and Pedorthics, Inc. [7/1/2010: modified, 7/1/2013: modified] Additional Resources: American Board for Certification in Orthotics, Prosthetics and Pedorthics, Inc., www.abcop.org and Board of Certification/Accreditation, International, www.bocusa.org."]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.7ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Clinical Exercise Physiologist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Clinical Exercise Physiologist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "224Y00000X"], ["definition", "A Clinical Exercise Physiologist is a health care professional who is trained to work with patients with chronic disease where exercise training has been shown to be of therapeutic benefit, including but not limited to cardiovascular and pulmonary disease, and metabolic disorders."], ["notes", "Source: What is a Clinical Exercise Physiologist? Clinical Exercise Physiology Association (CEPA), CEPA Executive Board, 2008"]]
[1m[35m (3.7ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.3ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.2ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 AND "taxonomy_items"."parent_id" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Occupational Therapy Assistant"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Occupational Therapy Assistant"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "224Z00000X"], ["definition", "An occupational therapy assistant is a person who has graduated from an occupational therapy assistant program accredited by the Accreditation Council for Occupational Therapy Education (ACOTE) or predecessor organizations, has successfully completed a period of supervised fieldwork experience required by the accredited occupational therapy assistant program, has passed a nationally recognized entry-level examination for occupational therapy assistants, and fulfills state requirements for licensure, certification, or registration. An occupational therapy assistant provides interventions under the supervision of an occupational therapist which emphasize the therapeutic use of everyday life activities (i.e., occupations) with individuals or groups for the purpose of facilitating participation in roles and situations and in home, school, workplace, community and other settings. Occupational therapy services are provided for the purpose of promoting health and wellness and are provided to those who have or are at risk for developing an illness, injury, disease, disorder, condition, impairment, disability, activity limitation, or participation restriction. Occupational therapy assistants address the physical, cognitive, psychosocial, sensory, and other aspects of occupational performance in a variety of contexts to support engagement in everyday life activities that affect health, well-being, and quality of life."], ["notes", "Source: The Guide to Occupational Therapy Practice, 2nd edition. Bethesda: American Occupational Therapy Association, 2007. [7/1/2008: definition changed, source changed]"]]
[1m[35m (5.5ms)[0m [1m[35mCOMMIT[0m
[1m[36mTaxonomyItem Load (0.9ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3[0m [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]]
[1m[36mTaxonomyItem Load (0.4ms)[0m [1m[34mSELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4[0m [["name", "Occupational Therapy Assistant"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]
[1m[35m (0.1ms)[0m [1m[35mBEGIN[0m
[1m[35mSQL (0.3ms)[0m [1m[32mINSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["name", "Environmental Modification"], ["parent_id", 464], ["depth", 3], ["taxonomy_code", "224ZE0001X"], ["definition", "Occupational therapy assistants provide environmental modifications under the supervision of an occupational therapist. OTAs develop and implement an individualized occupational therapy environmental modification plan that reflects the relevant contexts of the client and relevant others and maximizes current and future occupational performance, safety, and participation of the client. Clients receive environmental modification recommendations and interventions that enable them to meet occupational performance and participation goals and that have adequate flexibility to accommodate for their future needs."], ["notes", "Source: The Guide to Occupational Therapy Practice, 2nd edition. Bethesda: American Occupational Therapy Association, 2007. [7/1/2008: new] Additional Resources: The American Occupational Therapy Association (AOTA) does offer voluntary specialty certification for an Environmental Modification Occupational Therapy Assistant if the applicant meets the following requirements: