(88.2ms) CREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "test"], ["created_at", 2016-09-12 13:40:59 UTC], ["updated_at", 2016-09-12 13:40:59 UTC]]  (2.5ms) COMMIT  (0.1ms) BEGIN  (0.1ms) ROLLBACK  (0.0ms) BEGIN TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items"  (0.0ms) ROLLBACK  (131.5ms) DROP DATABASE IF EXISTS "provider_taxonomy_dummy_test"  (483.3ms) CREATE DATABASE "provider_taxonomy_dummy_test" ENCODING = 'utf8' SQL (0.1ms) CREATE EXTENSION IF NOT EXISTS "plpgsql"  (99.1ms) CREATE 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)  (32.0ms) CREATE INDEX "index_taxonomy_items_on_parent_id" ON "taxonomy_items" USING btree ("parent_id")  (57.6ms) CREATE TABLE "schema_migrations" ("version" character varying PRIMARY KEY)  (0.4ms) SELECT version FROM "schema_migrations"  (7.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160909180325')  (64.9ms) CREATE TABLE "ar_internal_metadata" ("key" character varying PRIMARY KEY, "value" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "key" [["key", "environment"], ["value", "test"], ["created_at", 2016-09-12 14:00:46 UTC], ["updated_at", 2016-09-12 14:00:46 UTC]]  (3.2ms) COMMIT ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = $1 LIMIT $2 [["key", :environment], ["LIMIT", 1]]  (0.1ms) BEGIN  (0.1ms) COMMIT ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items"  (0.1ms) ROLLBACK  (126.0ms) TRUNCATE taxonomy_items RESTART IDENTITY; TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Behavioral Health & Social Service Providers"], ["depth", 1]]  (9.9ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Counselor"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.9ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Counselor"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Addiction (Substance Use Disorder)"], ["parent_id", 2], ["depth", 3], ["taxonomy_code", "101YA0400X"], ["definition", "Definition to come..."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Counselor"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mental Health"], ["parent_id", 2], ["depth", 3], ["taxonomy_code", "101YM0800X"], ["definition", "Definition to come..."]]  (5.0ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Counselor"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pastoral"], ["parent_id", 2], ["depth", 3], ["taxonomy_code", "101YP1600X"], ["definition", "Definition to come..."]]  (5.6ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Counselor"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Professional"], ["parent_id", 2], ["depth", 3], ["taxonomy_code", "101YP2500X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Counselor"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "School"], ["parent_id", 2], ["depth", 3], ["taxonomy_code", "101YS0200X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Psychoanalyst"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Poetry Therapist"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Clinical Neuropsychologist"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Neuropsychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "notes") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clinical"], ["parent_id", 10], ["depth", 3], ["taxonomy_code", "103GC0700X"], ["notes", "[1/1/2007: marked inactive, use 103G00000X]"]]  (4.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Behavioral Analyst"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Psychologist"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.8ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Addiction (Substance Use Disorder)"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TA0400X"], ["definition", "Definition to come..."]]  (5.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adult Development & Aging"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TA0700X"], ["definition", "Definition to come..."]]  (4.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Cognitive & Behavioral"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TB0200X"], ["definition", "Definition to come..."], ["notes", "[1/1/2007: title modified]"]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clinical"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TC0700X"], ["definition", "Definition to come..."]]  (4.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Counseling"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TC1900X"], ["definition", "Definition to come..."]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Clinical Child & Adolescent"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TC2200X"], ["definition", "Definition to come..."], ["notes", "[1/1/2007: title modified]"]]  (4.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "notes") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Educational"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TE1000X"], ["notes", "[1/1/2007: marked inactive]"]]  (4.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Exercise & Sports"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TE1100X"], ["definition", "Definition to come..."]]  (4.7ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Family"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TF0000X"], ["definition", "Definition to come..."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Forensic"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TF0200X"], ["definition", "Definition to come..."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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] "]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "notes") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Men & Masculinity"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TM1700X"], ["notes", "[1/1/2007: marked inactive]"]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mental Retardation & Developmental Disabilities"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TM1800X"], ["definition", "Definition to come..."]]  (6.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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] "]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "notes") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Psychotherapy"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TP2700X"], ["notes", "[1/1/2007: marked inactive]"]]  (4.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Group Psychotherapy"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TP2701X"], ["definition", "Definition to come..."], ["notes", "[1/1/2007: modified title]"]]  (4.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rehabilitation"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TR0400X"], ["definition", "Definition to come..."]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "School"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TS0200X"], ["definition", "Definition to come..."]]  (4.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychologist"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "notes") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Women"], ["parent_id", 13], ["depth", 3], ["taxonomy_code", "103TW0100X"], ["notes", "[1/1/2007: marked inactive]"]]  (4.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Social Worker"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Social Worker"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Social Worker"], ["parent_id", 1], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "School"], ["parent_id", 35], ["depth", 3], ["taxonomy_code", "1041S0200X"], ["definition", "Definition to come..."]]  (4.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Assistant Behavior Analyst"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Marriage & Family Therapist"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["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."]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Behavioral Health & Social Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Behavior Technician"], ["depth", 2], ["parent_id", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Chiropractic Providers"], ["depth", 1]]  (5.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Chiropractor"], ["depth", 2], ["parent_id", 41], ["LIMIT", 1]]  (0.2ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["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."]]  (5.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Thermography"], ["parent_id", 42], ["depth", 3], ["taxonomy_code", "111NT0100X"], ["definition", "Definition to come..."]]  (4.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Chiropractic Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Chiropractor"], ["parent_id", 41], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Dental Providers"], ["depth", 1]]  (5.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Dentist"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (4.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (4.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (4.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (4.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (4.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dentist"], ["parent_id", 54], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["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."]]  (4.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Denturist"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Denturist"], ["parent_id", 54], ["depth", 2], ["taxonomy_code", "122400000X"], ["definition", "Definition to come."]]  (4.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Dental Hygienist"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Dental Therapist"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Advanced Practice Dental Therapist"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "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 [["name", "Oral Medicinist"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Dental Assistant"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (4.8ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dental Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Dental Laboratory Technician"], ["depth", 2], ["parent_id", 54], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Dietary & Nutritional Service Providers"], ["depth", 1]]  (5.7ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Dietary Manager"], ["depth", 2], ["parent_id", 74], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["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."]]  (5.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Nutritionist"], ["depth", 2], ["parent_id", 74], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nutritionist"], ["parent_id", 74], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nutrition, Education"], ["parent_id", 76], ["depth", 3], ["taxonomy_code", "133NN1002X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Dietitian, Registered"], ["depth", 2], ["parent_id", 74], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dietitian, Registered"], ["parent_id", 74], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nutrition, Pediatric"], ["parent_id", 78], ["depth", 3], ["taxonomy_code", "133VN1004X"], ["definition", "Definition to come..."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dietitian, Registered"], ["parent_id", 74], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nutrition, Renal"], ["parent_id", 78], ["depth", 3], ["taxonomy_code", "133VN1005X"], ["definition", "Definition to come..."]]  (4.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dietitian, Registered"], ["parent_id", 74], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nutrition, Metabolic"], ["parent_id", 78], ["depth", 3], ["taxonomy_code", "133VN1006X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Dietary & Nutritional Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Dietetic Technician, Registered"], ["depth", 2], ["parent_id", 74], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Emergency Medical Service Providers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Emergency Medical Service Providers"], ["depth", 1]]  (6.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Personal Emergency Response Attendant"], ["depth", 2], ["parent_id", 83], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["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."]]  (5.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Emergency Medical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Emergency Medical Technician, Paramedic"], ["depth", 2], ["parent_id", 83], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.6ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Emergency Medical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Emergency Medical Technician, Intermediate"], ["depth", 2], ["parent_id", 83], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.8ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Emergency Medical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Emergency Medical Technician, Basic"], ["depth", 2], ["parent_id", 83], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.7ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Eye and Vision Services Providers"], ["depth", 1]]  (4.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Optometrist"], ["depth", 2], ["parent_id", 88], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.6ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Optometrist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Optometrist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.8ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Optometrist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Optometrist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.0ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Optometrist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Optometrist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.9ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Technician/Technologist"], ["depth", 2], ["parent_id", 88], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["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."]]  (2.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.6ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ophthalmic"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FX1100X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ophthalmic Assistant"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FX1101X"], ["definition", "Definition to come..."]]  (3.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Optometric Assistant"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FX1201X"], ["definition", "Definition to come..."]]  (5.1ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Optometric Technician"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FX1202X"], ["definition", "Definition to come..."]]  (4.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ocularist"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FX1700X"], ["definition", "Definition to come..."]]  (4.9ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Optician"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FX1800X"], ["definition", "Definition to come..."]]  (4.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Eye and Vision Services Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician/Technologist"], ["parent_id", 88], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orthoptist"], ["parent_id", 96], ["depth", 3], ["taxonomy_code", "156FX1900X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Nursing Service Providers"], ["depth", 1]]  (5.2ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Registered Nurse"], ["depth", 2], ["parent_id", 106], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (6.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Addiction (Substance Use Disorder)"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WA0400X"], ["definition", "Definition to come..."]]  (4.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Administrator"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WA2000X"], ["definition", "Definition to come..."]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Critical Care Medicine"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WC0200X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Case Management"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WC0400X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "College Health"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WC1400X"], ["definition", "Definition to come..."]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Community Health"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WC1500X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Continuing Education/Staff Development"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WC1600X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Continence Care"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WC2100X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cardiac Rehabilitation"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WC3500X"], ["definition", "Definition to come..."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Diabetes Educator"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WD0400X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dialysis, Peritoneal"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WD1100X"], ["definition", "Definition to come..."]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.1ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emergency"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WE0003X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Enterostomal Therapy"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WE0900X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Flight"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WF0300X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "General Practice"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WG0000X"], ["definition", "Definition to come..."]]  (4.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.0ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gastroenterology"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WG0100X"], ["definition", "Definition to come..."]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gerontology"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WG0600X"], ["definition", "Definition to come..."]]  (4.8ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Home Health"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WH0200X"], ["definition", "Definition to come..."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hemodialysis"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WH0500X"], ["definition", "Definition to come..."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hospice"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WH1000X"], ["definition", "Definition to come..."]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Infusion Therapy"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WI0500X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Infection Control"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WI0600X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lactation Consultant"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WL0100X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Maternal Newborn"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WM0102X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Medical-Surgical"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WM0705X"], ["definition", "Definition to come..."]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.0ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nurse Massage Therapist (NMT)"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WM1400X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neonatal Intensive Care"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WN0002X"], ["definition", "Definition to come..."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neonatal, Low-Risk"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WN0003X"], ["definition", "Definition to come..."]]  (9.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nephrology"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WN0300X"], ["definition", "Definition to come..."]]  (5.5ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neuroscience"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WN0800X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nutrition Support"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WN1003X"], ["definition", "Definition to come..."]]  (4.9ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pain Management"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP0000X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pediatrics"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP0200X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pediatric Oncology"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP0218X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Psych/Mental Health, Child & Adolescent"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP0807X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Psych/Mental Health"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP0808X"], ["definition", "Definition to come..."]]  (4.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Psych/Mental Health, Adult"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP0809X"], ["definition", "Definition to come..."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Perinatal"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP1700X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ambulatory Care"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WP2201X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rehabilitation"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WR0400X"], ["definition", "Definition to come..."]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Reproductive Endocrinology/Infertility"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WR1000X"], ["definition", "Definition to come..."]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Plastic Surgery"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WS0121X"], ["definition", "Definition to come..."]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "School"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WS0200X"], ["definition", "Definition to come..."]]  (4.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Urology"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WU0100X"], ["definition", "Definition to come..."]]  (4.4ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Wound Care"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WW0000X"], ["definition", "Definition to come..."]]  (5.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Women's Health Care, Ambulatory"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WW0101X"], ["definition", "Definition to come..."]]  (5.0ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Obstetric, High-Risk"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX0002X"], ["definition", "Definition to come..."]]  (5.6ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Obstetric, Inpatient"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX0003X"], ["definition", "Definition to come..."]]  (5.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Occupational Health"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX0106X"], ["definition", "Definition to come..."]]  (4.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Oncology"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX0200X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Otorhinolaryngology & Head-Neck"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX0601X"], ["definition", "Definition to come..."]]  (4.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orthopedic"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX0800X"], ["definition", "Definition to come..."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ophthalmic"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX1100X"], ["definition", "Definition to come..."]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Registered Nurse"], ["parent_id", 106], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ostomy Care"], ["parent_id", 107], ["depth", 3], ["taxonomy_code", "163WX1500X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Licensed Practical Nurse"], ["depth", 2], ["parent_id", 106], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Licensed Vocational Nurse"], ["depth", 2], ["parent_id", 106], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Licensed Psychiatric Technician"], ["depth", 2], ["parent_id", 106], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["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."]]  (4.6ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Other Service Providers"], ["depth", 1]]  (6.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Medical Genetics, Ph.D. Medical Genetics"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.5ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "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 [["name", "Genetic Counselor, MS"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Military Health Care Provider"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Military Health Care Provider"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Military Health Care Provider"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Acupuncturist"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["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."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Case Manager/Care Coordinator"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Interpreter"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Contractor"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Contractor"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Home Modifications"], ["parent_id", 175], ["depth", 3], ["taxonomy_code", "171WH0202X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Contractor"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["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."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Driver"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["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."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Mechanotherapist"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Naprapath"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Community Health Worker"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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/"]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Legal Medicine"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Reflexologist"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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 "]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Sleep Specialist, PhD"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Meals"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Specialist"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.0ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Graphics Designer"], ["parent_id", 186], ["depth", 3], ["taxonomy_code", "1744G0900X"], ["definition", "Definition to come..."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Prosthetics Case Management"], ["parent_id", 186], ["depth", 3], ["taxonomy_code", "1744P3200X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Research Study"], ["parent_id", 186], ["depth", 3], ["taxonomy_code", "1744R1102X"], ["definition", "Definition to come..."]]  (4.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Research Data Abstracter/Coder"], ["parent_id", 186], ["depth", 3], ["taxonomy_code", "1744R1103X"], ["definition", "Definition to come..."]]  (4.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Health Educator"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Veterinarian"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Veterinarian"], ["parent_id", 166], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Medical Research"], ["parent_id", 192], ["depth", 3], ["taxonomy_code", "174MM1900X"], ["definition", "Definition to come..."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Lactation Consultant, Non-RN"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Clinical Ethicist"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Naturopath"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Homeopath"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Midwife, Lay"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["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."]]  (5.1ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Peer Specialist"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Midwife"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Funeral Director"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Lodging"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.0ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["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."]]  (5.6ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Pharmacy Service Providers"], ["depth", 1]]  (5.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Pharmacist"], ["depth", 2], ["parent_id", 203], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (6.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "notes") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "General Practice"], ["parent_id", 204], ["depth", 3], ["taxonomy_code", "1835G0000X"], ["notes", "[1/1/2006: marked inactive, use value 183500000X]"]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.4ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.4ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.7ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacist"], ["parent_id", 203], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (2.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Pharmacy Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Pharmacy Technician"], ["depth", 2], ["parent_id", 203], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.7ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Group"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Group"], ["depth", 1]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Multi-Specialty"], ["depth", 2], ["parent_id", 217], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Group"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Single Specialty"], ["depth", 2], ["parent_id", 217], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1]]  (5.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Independent Medical Examiner"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Phlebology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.6ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Neuromusculoskeletal Medicine, Sports Medicine"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neuromusculoskeletal Medicine, Sports Medicine"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "204C00000X"], ["definition", "Definition to come."]]  (4.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Neuromusculoskeletal Medicine & OMM"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neuromusculoskeletal Medicine & OMM"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "204D00000X"], ["definition", "Definition to come."]]  (5.0ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Oral & Maxillofacial Surgery"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Transplant Surgery"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Transplant Surgery"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "204F00000X"], ["definition", "Definition to come."]]  (5.0ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Electrodiagnostic Medicine"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (4.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Allergy & Immunology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Allergy & Immunology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Allergy"], ["parent_id", 228], ["depth", 3], ["taxonomy_code", "207KA0200X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Allergy & Immunology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clinical & Laboratory Immunology"], ["parent_id", 228], ["depth", 3], ["taxonomy_code", "207KI0005X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Anesthesiology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Anesthesiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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. "]]  (4.9ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Anesthesiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Anesthesiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Anesthesiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Anesthesiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.0ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Dermatology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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. "]]  (4.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dermatology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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/"]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dermatology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dermatology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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. "]]  (5.1ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dermatology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (8.8ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Dermatology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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. "]]  (4.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Emergency Medicine"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Emergency Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Emergency Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Emergency Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Emergency Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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. "]]  (5.5ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Emergency Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Emergency Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Family Medicine"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adult Medicine"], ["parent_id", 250], ["depth", 3], ["taxonomy_code", "207QA0505X"], ["definition", "Definition to come."]]  (5.4ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Family Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Internal Medicine"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.4ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.8ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.0ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.1ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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. "]]  (5.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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 "]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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)"]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Magnetic Resonance Imaging (MRI)"], ["parent_id", 259], ["depth", 3], ["taxonomy_code", "207RM1200X"], ["definition", "Definition to come."]]  (5.6ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.8ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Internal Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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] "]]  (4.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Medical Genetics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth") VALUES ($1, $2, $3) RETURNING "id" [["name", "Medical Genetics"], ["parent_id", 220], ["depth", 2]]  (4.5ms) COMMIT  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (6.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Medical Genetics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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. "]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Medical Genetics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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. "]]  (4.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Medical Genetics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.5ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Medical Genetics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Medical Genetics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Neurological Surgery"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Nuclear Medicine"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nuclear Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nuclear Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.4ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nuclear Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Obstetrics & Gynecology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.8ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.0ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gynecology"], ["parent_id", 299], ["depth", 3], ["taxonomy_code", "207VG0400X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.9ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Obstetrics"], ["parent_id", 299], ["depth", 3], ["taxonomy_code", "207VX0000X"], ["definition", "Definition to come..."]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Obstetrics & Gynecology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Ophthalmology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Ophthalmology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Orthopaedic Surgery"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Orthopaedic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Orthopaedic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Orthopaedic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Orthopaedic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Orthopaedic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Orthopaedic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Orthopaedic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Otolaryngology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Otolaryngology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Otolaryngology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Otolaryngology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Otolaryngology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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)"]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Otolaryngology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Otolaryngology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Otolaryngology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth") VALUES ($1, $2, $3) RETURNING "id" [["name", "Pathology"], ["parent_id", 220], ["depth", 2]]  (4.7ms) COMMIT  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (6.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.4ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.1ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.6ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (2.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Pediatrics"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.0ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.8ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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)"]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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)"]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pediatrics"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Physical Medicine & Rehabilitation"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Medicine & Rehabilitation"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Medicine & Rehabilitation"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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. "]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Medicine & Rehabilitation"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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)"]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Medicine & Rehabilitation"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (3.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Medicine & Rehabilitation"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Medicine & Rehabilitation"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Medicine & Rehabilitation"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Plastic Surgery"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Plastic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.6ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Plastic Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth") VALUES ($1, $2, $3) RETURNING "id" [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2]]  (5.5ms) COMMIT  (0.1ms) BEGIN SQL (0.8ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (3.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Preventive Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (2.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth") VALUES ($1, $2, $3) RETURNING "id" [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2]]  (5.7ms) COMMIT  (0.1ms) BEGIN SQL (0.6ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (6.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.6ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (3.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.9ms) COMMIT TaxonomyItem Load (1.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (2.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.7ms) COMMIT TaxonomyItem Load (1.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (3.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.7ms) COMMIT TaxonomyItem Load (1.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (3.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.4ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Psychiatry & Neurology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.4ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth") VALUES ($1, $2, $3) RETURNING "id" [["name", "Radiology"], ["parent_id", 220], ["depth", 2]]  (3.4ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (7.0ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (3.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.6ms) COMMIT TaxonomyItem Load (0.8ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.2ms) COMMIT TaxonomyItem Load (0.8ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.4ms) COMMIT TaxonomyItem Load (0.8ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Therapeutic Radiology"], ["parent_id", 412], ["depth", 3], ["taxonomy_code", "2085R0203X"], ["definition", "Definition to come..."]]  (4.9ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (2.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.2ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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.]"]]  (2.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "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 [["name", "Surgery"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (2.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (44.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (29.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (31.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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/."]]  (37.4ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (4.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Surgery"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.9ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Urology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Urology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (4.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Urology"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (4.7ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Colon & Rectal Surgery"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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. "]]  (4.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "General Practice"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "General Practice"], ["parent_id", 220], ["depth", 2], ["taxonomy_code", "208D00000X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Thoracic Surgery (Cardiothoracic Vascular Surgery)"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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. "]]  (3.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Hospitalist"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Clinical Pharmacology"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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/"]]  (4.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pain Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth") VALUES ($1, $2, $3) RETURNING "id" [["name", "Pain Medicine"], ["parent_id", 220], ["depth", 2]]  (5.7ms) COMMIT  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pain Medicine"], ["parent_id", 220], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["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."]]  (5.2ms) COMMIT TaxonomyItem Load (1.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Allopathic & Osteopathic Physicians"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Legal Medicine"], ["depth", 2], ["parent_id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1]]  (6.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "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 [["name", "Assistant, Podiatric"], ["depth", 2], ["parent_id", 446], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Podiatrist"], ["depth", 2], ["parent_id", 446], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["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."]]  (5.3ms) COMMIT TaxonomyItem Load (0.8ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Podiatrist"], ["parent_id", 446], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "notes") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "General Practice"], ["parent_id", 448], ["depth", 3], ["taxonomy_code", "213EG0000X"], ["notes", "[7/1/2006: marked inactive, use value 213E00000X]"]]  (3.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Podiatrist"], ["parent_id", 446], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Public Medicine"], ["parent_id", 448], ["depth", 3], ["taxonomy_code", "213EP0504X"], ["definition", "Definition to come..."]]  (5.6ms) COMMIT TaxonomyItem Load (0.8ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Podiatrist"], ["parent_id", 446], ["depth", 2], ["LIMIT", 1]]  (0.0ms) BEGIN SQL (0.1ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Primary Podiatric Medicine"], ["parent_id", 448], ["depth", 3], ["taxonomy_code", "213EP1101X"], ["definition", "Definition to come..."]]  (1.7ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Podiatrist"], ["parent_id", 446], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Radiology"], ["parent_id", 448], ["depth", 3], ["taxonomy_code", "213ER0200X"], ["definition", "Definition to come..."]]  (5.9ms) COMMIT TaxonomyItem Load (0.8ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Podiatrist"], ["parent_id", 446], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sports Medicine"], ["parent_id", 448], ["depth", 3], ["taxonomy_code", "213ES0000X"], ["definition", "Definition to come..."]]  (3.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Podiatrist"], ["parent_id", 446], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Foot & Ankle Surgery"], ["parent_id", 448], ["depth", 3], ["taxonomy_code", "213ES0103X"], ["definition", "Definition to come..."]]  (5.6ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Podiatric Medicine & Surgery Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Podiatrist"], ["parent_id", 446], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Foot Surgery"], ["parent_id", 448], ["depth", 3], ["taxonomy_code", "213ES0131X"], ["definition", "Definition to come..."]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1]]  (6.5ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "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 [["name", "Art Therapist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (5.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Developmental Therapist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Orthotist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Mastectomy Fitter"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.6ms) COMMIT TaxonomyItem Load (0.9ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Pedorthist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Prosthetist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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."]]  (5.5ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Clinical Exercise Physiologist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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"]]  (3.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Occupational Therapy Assistant"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.9ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapy Assistant"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["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: Fact Sheet: Home Modifications and OT, AOTA Website: Specialty Certifications"]]  (3.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapy Assistant"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Feeding, Eating & Swallowing"], ["parent_id", 464], ["depth", 3], ["taxonomy_code", "224ZF0002X"], ["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 a Feeding, Eating & Swallowing Occupational Therapy Assistant if the applicant meets the following requirements: AOTA Website: Specialty Certifications; AOTA Specialized Knowledge and Skills Paper: Feeding, Eating and Swallowing in Occupational Therapy Practice, 2007; AOTA Fact Sheets: OT: A Vital Role in Dysphagia Care"]]  (5.6ms) COMMIT TaxonomyItem Load (0.9ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapy Assistant"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Low Vision"], ["parent_id", 464], ["depth", 3], ["taxonomy_code", "224ZL0004X"], ["definition", "Occupational therapy assistants contribute to the completion of an individualized occupational therapy low-vision evaluation under the direction and supervision of the occupational therapist to identify factors that may facilitate, compensate for, or inhibit use of vision in occupational performance. Clients are engaged in the identification of strengths, limitations, and goals as they relate to low vision to optimize independence and participation in desired occupations. Occupational therapy assistants also contribute to the development and implementation of an individualized occupational therapy low-vision intervention plan in collaboration with the occupational therapist, client, and relevant others that reflects the client�s priorities for occupational performance."], ["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 a Low Vision Occupational Therapy Assistant if the applicant meets the following requirements: AOTA Fact Sheets: Low Vision; OT Services for Individuals with Visual Impairments"]]  (2.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapy Assistant"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Driving and Community Mobility"], ["parent_id", 464], ["depth", 3], ["taxonomy_code", "224ZR0403X"], ["definition", "Occupational therapy assistants contribute to the completion of an individualized occupational therapy driving and community mobility evaluation by administering delegated assessments and identifying findings that impact the client's occupational performance. Clients engage in the assessment and occupational profile process to customize the evaluation to their individual driving and community mobility needs. Occupational therapy assistants administer and continuously modify individualized in-vehicle and community mobility assessments within the naturalistic context of the community in response to the occupational performance and safety behaviors of the client. They also implement an individualized intervention plan, within the parameters established in collaboration with the occupational therapist that reflects the contexts of the client and meets his or her occupational performance and safety needs. Occupational therapy assistants address immediate and long-term implications of psychosocial issues related to compromised driving and community mobility throughout the occupational therapy process and makes recommendations to the occupational therapist for modification to service delivery."], ["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 a Driving & Community Mobility Occupational Therapy Assistant if the applicant meets the following requirements: AOTA Fact Sheets: Older Driver; AOTA Website: Specialty Certification"]]  (5.4ms) COMMIT TaxonomyItem Load (0.8ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Orthotic Fitter"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Orthotic Fitter"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "225000000X"], ["definition", "An individual trained in the management of fitting prefabricated orthoses."], ["notes", "Source: National Uniform Claim Committee [1/1/2011: title modified, definition modfied] Additional Resources: American Board for Certification in Orthotics, Prosthetics and Pedorthics, Inc., www.abcop.org and Board of Certification/Accreditation, International, www.bocusa.org."]]  (3.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Physical Therapist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Physical Therapist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "225100000X"], ["definition", "(1) Physical therapists are health care professionals who evaluate and treat people with health problems resulting from injury or disease. PT�s assess joint motion, muscle strength and endurance, function of heart and lungs, and performance of activities required in daily living, among other responsibilities. Treatment includes therapeutic exercises, cardiovascular endurance training, and training in activities of daily living. (2) A physical therapist is a person qualified by an accredited program in physical therapy, licensed by the state, and practicing within the scope of that license. Physical therapists treat disease, injury, or loss of a bodily part by physical means, such as the application of light, heat, cold, water, electricity, massage and exercise. They develop treatment plans based upon each patient�s strengths, weaknesses, range of motion and ability to function. (3) A health professional who specializes in physical therapy- the health care field concerned primarily with the treatment of disorders with physical agents and methods, such as massage, manipulation, therapeutic exercises, cold, heat (including short-wave, microwave, and ultrasonic diathermy), hydrotherapy, electric stimulation and light to assist in rehabilitating patients and in restoring normal function after an illness or injury."], ["notes", "Source: (1) APTA Guidelines for Physical Therapy Claims Review, American Physical Therapy Association. (3) Lexikon: Dictionary of Health Care Terms, Organizations and Acronyms for the Era of Reform, Joint Commission on Accreditation of Healthcare Organizations, Oakbrook Terrace, IL: 1994, p. 612"]]  (5.8ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cardiopulmonary"], ["parent_id", 470], ["depth", 3], ["taxonomy_code", "2251C2600X"], ["definition", "Definition to come..."]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ergonomics"], ["parent_id", 470], ["depth", 3], ["taxonomy_code", "2251E1200X"], ["definition", "Definition to come..."]]  (5.7ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Electrophysiology, Clinical"], ["parent_id", 470], ["depth", 3], ["taxonomy_code", "2251E1300X"], ["definition", "Definition to come..."]]  (2.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Geriatrics"], ["parent_id", 470], ["depth", 3], ["taxonomy_code", "2251G0304X"], ["definition", "Definition to come..."]]  (5.6ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hand"], ["parent_id", 470], ["depth", 3], ["taxonomy_code", "2251H1200X"], ["definition", "Definition to come..."]]  (3.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Human Factors"], ["parent_id", 470], ["depth", 3], ["taxonomy_code", "2251H1300X"], ["definition", "Definition to come..."]]  (5.6ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neurology"], ["parent_id", 470], ["depth", 3], ["taxonomy_code", "2251N0400X"], ["definition", "Definition to come..."]]  (3.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pediatrics"], ["parent_id", 470], ["depth", 3], ["taxonomy_code", "2251P0200X"], ["definition", "Definition to come..."]]  (5.8ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sports"], ["parent_id", 470], ["depth", 3], ["taxonomy_code", "2251S0007X"], ["definition", "Definition to come..."]]  (3.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physical Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Orthopedic"], ["parent_id", 470], ["depth", 3], ["taxonomy_code", "2251X0800X"], ["definition", "Definition to come..."]]  (5.5ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Physical Therapy Assistant"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Physical Therapy Assistant"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "225200000X"], ["definition", "(1)Physical therapist assistants are skilled health care providers who are graduates of a physical therapist assistant associate degree program accredited by an agency recognized by the Secretary of the U.S. Department of Education or Council on Postsecondary Accreditation, who assists the physical therapist in providing physical therapy. The supervising physical therapist is directly responsible for the actions of the physical therapist assistant. The PTA performs physical therapy procedures and related tasks that have been selected and delegated by the supervising physical therapist. Duties of the PTA include assisting the physical therapist in implementing treatment programs, training patients in exercised and activities of daily living, conducting treatments, and reporting to the physical therapist on the patient�s responses. In addition to direct patient care, the PTA may also perform such functions as patient transport, and clinic or equipment preparation and maintenance. Currently more than half of all states require PTAs to be licensed, registered or certified. (2) An individual who works under the supervision of a physical therapist to assist him or her in providing physical therapy services. A physical therapy assistant may, for instance, help patients follow an appropriate exercise program that will increase their strength, endurance, coordination, and range of motion and train patients to perform activities of daily life."], ["notes", "Source: (1) American Physical Therapy Association, P.O. Box 37257, Washington, D.C. 20013. (2) Lexikon: Dictionary of Health Care Terms, Organizations and Acronyms for the Era of Reform, Joint Commission on Accreditation of Healthcare Organizations, Oakbrook Terrace, IL: 1994, p. 612"]]  (2.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Rehabilitation Practitioner"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rehabilitation Practitioner"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "225400000X"], ["definition", "A health care practitioner who trains or retrains individuals disabled by disease or injury to help them attain their maximum functional capacity."]]  (5.8ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Specialist/Technologist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Specialist/Technologist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "225500000X"], ["definition", "General classification identifying individuals who are trained on a specific piece of equipment or technical procedure."]]  (3.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Athletic Trainer"], ["parent_id", 483], ["depth", 3], ["taxonomy_code", "2255A2300X"], ["definition", "Athletic trainers are allied health care professionals who work in consultation with or under the direction of physicians, and specialize in the prevention, assessment, treatment and rehabilitation of injuries and illnesses. Currently, the entry-level employment requirements are a bachelor�s degree with a major in athletic training from an accredited university or college. A majority of athletic trainers hold advanced degrees. National board certification is generally required as a condition of state licensure and employment. Most states regulate athletic trainers, and they practice within the scope of that license or regulation. Clinical practice includes emergency care, rehabilitation, reconditioning, therapeutic exercise, wellness programs, exercise physiology, kinesiology, biomechanics, nutrition, psychology and health care administration."], ["notes", "Source: National Athletic Trainers� Association (www.NATA.org) [1/1/2006: modified definition, modified source]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rehabilitation, Blind"], ["parent_id", 483], ["depth", 3], ["taxonomy_code", "2255R0406X"], ["definition", "Definition to come..."]]  (3.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Dance Therapist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Dance Therapist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "225600000X"], ["definition", "The dance therapist, sometimes called a movement therapist, focuses on rhythmic body movements as a medium of physical and psychological change. Dance therapy is practiced more often with mental health patients than with physically disabled patients. A master�s degree is required by the American Dance Therapy Association to award the credentials Dance Therapist Registered (DTR)."], ["notes", "Source: Joel A. DeLisa and Bruce M. Gans, Rehabilitation Medicine: Principles and Practice Second Edition, J.B. Lippincott Company, Philadelphia: 1993, p. 11"]]  (5.3ms) COMMIT TaxonomyItem Load (0.8ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Massage Therapist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Massage Therapist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "225700000X"], ["definition", "An individual trained in the manipulation of tissues (as by rubbing, stroking, kneading, or tapping) with the hand or an instrument for remedial or hygienic purposes."]]  (2.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Recreation Therapist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Recreation Therapist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "225800000X"], ["definition", "A recreation therapist uses recreational activities for intervention in some physical, social or emotional behavior to bring about a desired change in that behavior and promote the growth and development of the patient."], ["notes", "Source: Joel A. DeLisa and Bruce M. Gans, Rehabilitation Medicine: Principles and Practice Second Edition, J.B. Lippincott Company, Philadelphia: 1993, p. 7"]]  (5.1ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Music Therapist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Music Therapist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "225A00000X"], ["definition", "Music therapists use music interventions to assess clients' strengths and needs, develop goals, implement services, and evaluate and document progress for individuals of all ages. Music therapists facilitate changes in physical, cognitive, emotional, and/or psychosocial health."], ["notes", "Source: American Music Therapy Association"]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Pulmonary Function Technologist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pulmonary Function Technologist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "225B00000X"], ["definition", "An individual who is trained and qualified to perform pulmonary diagnostic tests. In the course of conducting these tests, the Pulmonary Function Technologist is able to setup, calibrate, maintain, and ensure the quality assurance of the pulmonary function testing equipment. In the laboratory, clinical or patient care setting the technologist instructs patients, elicits cooperation, performs procedures, monitors patient response, and evaluates patient performance. Tests results are calculated, compared with predicted normal ranges, and evaluated for reliability. The technologist collects clinical history data and evaluates the clinical implications of the test results."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Rehabilitation Counselor"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Rehabilitation Counselor"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "225C00000X"], ["definition", "An individual trained and educated in a systematic process of assisting persons with physical, mental, developmental, cognitive, and emotional disabilities to achieve their personal, career, and independent living goals assessment and appraisal, diagnosis and treatment planning, career (vocational) counseling, individual and group counseling interventions for adjustments to the medical and psychosocial impact of disability, case management, program evaluation and research, job analysis and placement counseling, and consultation on rehabilitation resources and technology. Certification generally requires a Master�s degree with specialized courses in rehabilitation processes and technology."], ["notes", "Sources: Commission on Rehabilitation Counselor Certification and Rhea, Ott, and Shafritz, The Facts On File Dictionary of Health Care Management, New York: Facts On File Publications, 1988."]]  (2.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Rehabilitation Counselor"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Assistive Technology Practitioner"], ["parent_id", 491], ["depth", 3], ["taxonomy_code", "225CA2400X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Rehabilitation Counselor"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Assistive Technology Supplier"], ["parent_id", 491], ["depth", 3], ["taxonomy_code", "225CA2500X"], ["definition", "Definition to come..."]]  (3.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Rehabilitation Counselor"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Orientation and Mobility Training Provider"], ["parent_id", 491], ["depth", 3], ["taxonomy_code", "225CX0006X"], ["definition", "Orientation and Mobility (O&M) specialists teach children and adults who have visual impairments the specific orientation skills used to find one's way in the environment and the mobility skills needed to travel safely and efficiently at home, school, work, and in the community. Instruction is usually provided one-on-one and can include skills such as how to use a long cane, the operation of low vision devices and electronic travel aids when appropriate, how to orient oneself to new environments, navigate public transportation systems, how to cross streets safely, and traveling by using hearing, remaining vision, and other senses. In addition, O&M Specialists help children to develop fundamental skills such as fine and gross motor skills, concept development and problem solving skills. Adult clients can also benefit from an O&M specialist evaluating their current use of travel-related skills, discussing their future goals, and helping them select a program of instruction that will allow them to reach their greatest travel potential."], ["notes", "Source: San Francisco State University Orientation and Mobility Program web site http://online.sfsu.edu/~mobility/ [7/1/2006: new]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Occupational Therapist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Occupational Therapist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "225X00000X"], ["definition", "An occupational therapist is a person who has graduated from an entry-level occupational therapy program accredited by the Accreditation Council for Occupational Therapy Education (ACOTE) or predecessor organizations, or approved by the World Federation of Occupational Therapists (WFOT), or an equivalent international occupational therapy education program; has successfully completed a period of supervised fieldwork experience required by the occupational therapy program; has passed a nationally recognized entry-level examination for occupational therapists, and fulfills state requirements for licensure, certification, or registration. An occupational therapist provides interventions based on evaluation and 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 therapists 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, added source]"]]  (2.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Environmental Modification"], ["parent_id", 495], ["depth", 3], ["taxonomy_code", "225XE0001X"], ["definition", "Occupational therapy practitioners are experts at identifying the cause of difficulties in performance of activities of daily living and instrumental activities of daily living. Occupational therapy practitioners evaluate the client, their environment, and their occupational performance in that environment, as well as make recommendations for products to improve the fit between the client, place, and activity. Occupational therapists can evaluate both the skills of the client and the environmental features that support or limit the performance of meaningful or necessary activities, thereby enhancing health, safety and well-being. Based on this assessment, they recommend modification and intervention strategies that improve the fit between the person and his or her environment."], ["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 Therapist if the applicant meets the following requirements: AOTA Fact Sheets: Home Modifications"]]  (5.5ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ergonomics"], ["parent_id", 495], ["depth", 3], ["taxonomy_code", "225XE1200X"], ["definition", "Definition to come..."]]  (3.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Feeding, Eating & Swallowing"], ["parent_id", 495], ["depth", 3], ["taxonomy_code", "225XF0002X"], ["definition", "Occupational therapists provide interventions to clients of all ages with feeding, eating and swallowing difficulties. Occupational therapists provide comprehensive rehabilitative, habilitative, and palliative dysphagia care, which includes collaborating with clients to provide individualized compensatory swallowing strategies, modified diet textures, adapted mealtime environments, enhanced feeding skills, preparatory exercises and positioning to clients, reinforcement of mealtime strategies to enhance and improve swallowing skills, and training to caregivers to enhance eating and feeding performance. Occupational therapists provide screening and in-depth clinical assessment which may include instrumental dysphagia assessments including videofluroscopy."], ["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 a Feeding, Eating & Swallowing Occupational Therapist if the applicant meets the following requirements: AOTA Specialized Knowledge and Skills Paper: Feeding, Eating and Swallowing in Occupational Therapy Practice, 2007; AOTA Fact Sheets: OT: A Vital Role in Dysphagia Care"]]  (5.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Gerontology"], ["parent_id", 495], ["depth", 3], ["taxonomy_code", "225XG0600X"], ["definition", "Occupational therapists work with older adults in virtually every setting: assisted living, wellness programs, hospitals, nursing homes, senior centers, clinics and in the home. Occupational therapists bring an understanding of the importance of participation and occupation for overall well-being to those who are experiencing disabling conditions related to aging. The primary overarching goal of occupational therapy services with this population is to maximize independence and participation, thereby enabling an older person to continue to live successfully in his or her chosen environment. Occupational therapists can help older adults by developing strategies to help or maintain safety and well-being, to assist with life transitions, and to compensate for challenges they experience in activities of daily living, instrumental activities of daily living, leisure participation, social participation, and productive activities."], ["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 board certification for a Gerontology Occupational Therapist if the applicant meets the following requirements: AOTA Fact Sheets: Senior Center and Assisted Living Facilities"]]  (3.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hand"], ["parent_id", 495], ["depth", 3], ["taxonomy_code", "225XH1200X"], ["definition", "Definition to come..."]]  (5.5ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.2ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Human Factors"], ["parent_id", 495], ["depth", 3], ["taxonomy_code", "225XH1300X"], ["definition", "Definition to come..."]]  (3.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Low Vision"], ["parent_id", 495], ["depth", 3], ["taxonomy_code", "225XL0004X"], ["definition", "Occupational therapists enable children and adults with visual impairment to engage in their chosen daily living activities safely and as independently as possible. This is accomplished by 1) teaching the person to use their remaining vision as efficiently as possible to complete activities; (2) modifying activities so that they can be completed with less vision; (3) training the person in use of adaptive equipment to compensate for vision loss, including high and low technology assistive devices; and (4) modifying the person�s environment."], ["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 a Low Vision Occupational Therapist if the applicant meets the following requirements: AOTA Fact Sheets: Low Vision; OT Services for Individuals with Visual Impairments"]]  (5.3ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Mental Health"], ["parent_id", 495], ["depth", 3], ["taxonomy_code", "225XM0800X"], ["definition", "Occupational therapists provide treatment for people recovering from a mental or physical illness to regain their independence and stability and to engage in normal daily occupations (work, home, family life, school, leisure). Occupational therapists provide particular emphasis on interventions that result in improved quality of life and decrease hospitalization."], ["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 board certification for a Mental Health Occupational Therapist if the applicant meets the following requirements: AOTA Fact Sheets: Partial Hospitalization Programs and Consumer"]]  (8.0ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neurorehabilitation"], ["parent_id", 495], ["depth", 3], ["taxonomy_code", "225XN1300X"], ["definition", "Definition to come..."]]  (7.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Physical Rehabilitation"], ["parent_id", 495], ["depth", 3], ["taxonomy_code", "225XP0019X"], ["definition", "Occupational therapists are experts at helping people lead as independent a life as possible. Occupational therapists bring an understanding of the physical and psychological implications of illness and injury and their effects on peoples' ability to perform the tasks of daily living. Occupational therapists provide interventions that can aide a person in completing ADL and IADL tasks, such as dressing, bathing, preparing meals, and driving. They also may fabricate custom orthotics to improve function, evaluate the environment for safety hazards and recommend adaptations to remove those hazards, help a person compensate for cognitive changes, and build a persons� physical endurance and strength. Occupational therapists' knowledge of adapting tasks and modifying the environment to compensate for functional limitations is used to increase the involvement of clients and to promote safety and success."], ["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 board certification for a Physical Rehabilitation Occupational Therapist if the applicant meets the following requirements: AOTA Consumer Tip Sheets: Stroke, Hip"]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Pediatrics"], ["parent_id", 495], ["depth", 3], ["taxonomy_code", "225XP0200X"], ["definition", "Occupational therapists provide services to infants, toddlers and children who have or who are at risk for developmental delays or disabilities. Occupational therapy is concerned with a child's ability to participate in daily life activities or \"occupations.\" Occupational therapists use their unique expertise to help children with social-emotional, physical, cognitive, communication, and adaptive behavioral challenges and to help children to be prepared for and perform important learning and school-related activities and to fulfill their rule as students. Through an understanding of the impact of disability, illness, and impairment on a child's development, plan, ability to learn new skills, and overall occupational performance, occupational therapists design interventions that promote healthy development, establish needed skills, and/or modify environments, all in support of participation in daily activities."], ["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 board certification for a Pediatric Occupational Therapist if the applicant meets the following requirements: AOTA Specialized Knowledge and Skills Paper: Occupational Therapy Practice in the Neonatal Intensive Care Unity (2006); AOTA Fact Sheets: Children and the Tsunami, OT for Children Birth to 3 Years of Age, OT's Role with Autism, OT in Educational Settings Under the Individuals with Disabilities Education Act, Transforming Caseload to Workload in School Based and Early Intervention OT Services, OT in Preschool Settings."]]  (3.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Occupational Therapist"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Driving and Community Mobility"], ["parent_id", 495], ["depth", 3], ["taxonomy_code", "225XR0403X"], ["definition", "Occupational therapists can optimize and prolong an older driver�s ability to drive safely and ease the transition to other forms of transportation if driving cessation becomes necessary. By identifying strengths as well as physical or cognitive challenges, occupational therapists can evaluate an individual�s overall ability to operate a vehicle safely and recommend assistive devices or behavioral changes to limit risks. Occupational therapy practitioners offer a continuum of services related to community mobility, from evaluation of driving performance, through counseling and support for lifestyle changes, to maintaining independence and quality of life."], ["notes", "Source: The Guide to Occupational Therapy Practice, 2nd edition. Bethesda: American Occupational Therapy Association, 2007. [7/1/2008: title changed, definition added, source added] Additional Resources: The American Occupational Therapy Association (AOTA) does offer voluntary specialty certification for a Driving & Community Mobility Occupational Therapist if the applicant meets the following requirements: AOTA Fact Sheets: Older Driver"]]  (5.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Recreational Therapist Assistant"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Recreational Therapist Assistant"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "226000000X"], ["definition", "Recreational Therapist Assistants work in support of or assistant to Recreational Therapists treating patients with disabilities, injuries, and illnesses. Recreational Therapist Assistants work in a variety of settings providing treatments using recreational activities, including games, sports, and crafts."], ["notes", "Source: National Uniform Claim Committee, 2015 [1/1/2016: new]"]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Kinesiotherapist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Kinesiotherapist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "226300000X"], ["definition", "A provider trained and educated in the applied science of medically prescribed therapeutic exercise, education and adapted physical activities designed to improve the quality of line and health of adults and children by developing physical fitness, increasing mobility and independence, and improving psychosocial behavior. The kinesiotherapist seeks a coach-player relationship in which he/she helps the patient/client reach the goal of becoming an independent, self-sustaining person. Kinesiotherapists, as compared with physical therapists, put more emphasis on geriatric care, reconditioning and fitness, and psychiatric care. A large percentage of kinesiotherapists practice in Veterans Administration hospitals."], ["notes", "Source: The Kinesiotherapy Association."]]  (5.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Respiratory Therapist, Certified"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Respiratory Therapist, Certified"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "227800000X"], ["definition", "A Certified Respiratory Therapist (CRT) is a an entry level therapist who has passed a standardized written examination administered by the National Board for Respiratory Care (NBRC). CRTs provide diagnostic testing, therapeutics, monitoring, rehabilitation, and education to patients with disorders of the cardiopulmonary system. They provide these respiratory care services in all health care facilities and in the home. A CRT is a graduate of an associate degree program approved by the Commission on Accreditation of Allied Health Educational Programs (CAAHEP) and where applicable, is licensed by the state and is practicing within the scope of the license."]]  (3.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Certified"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Critical Care"], ["parent_id", 510], ["depth", 3], ["taxonomy_code", "2278C0205X"], ["definition", "Respiratory emergencies are commonplace in the treatment of critical care patients. Included in the assessment measurements conducted by the respiratory therapist in the critical care settings are arterial blood gas puncture and analysis, intrarterial monitoring, bedside measurements of lung mechanics, hemodynamic monitoring, and inspired and expired gas measurements. This is coupled with the initiation and management of mechanical ventilation patients."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Certified"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emergency Care"], ["parent_id", 510], ["depth", 3], ["taxonomy_code", "2278E0002X"], ["definition", "The immediate availability of diagnostic and therapeutic cardiopulmonary services in the assessment and management of trauma victims, patients requiring airway management and others requiring emergency care."]]  (3.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Certified"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Educational"], ["parent_id", 510], ["depth", 3], ["taxonomy_code", "2278E1000X"], ["definition", "The focus of patient and family education activities is to promote knowledge of disease process, medical therapy, and self help. Respiratory therapists are uniquely qualified to provide this service in regard to cardiopulmonary diseases and injury."]]  (5.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Certified"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Geriatric Care"], ["parent_id", 510], ["depth", 3], ["taxonomy_code", "2278G0305X"], ["definition", "Care of older patients who have age and/or disease related decremental pulmonary changes. Diagnosis and treatment is very important for this group since chronic lung disease is the major cause of morbidity and mortality among them. Furthermore, as this segment of the population increases, life expectancy is being extended."]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Certified"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "General Care"], ["parent_id", 510], ["depth", 3], ["taxonomy_code", "2278G1100X"], ["definition", "This level of care includes diagnostics testing, therapeutics, monitoring, rehabilitation of patients with disorders of the cardiopulmonary system, as well as, education of the patient and family in regard to those disorders."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Certified"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Home Health"], ["parent_id", 510], ["depth", 3], ["taxonomy_code", "2278H0200X"], ["definition", "Home care fosters individual responsibility for self-management of chronic respiratory conditions. It includes individualized assessment based plans of care service developed to promote safe, proper, and sustained use of prescribed respiratory therapy medications, equipment, and techniques in the home."]]  (3.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Certified"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pulmonary Diagnostics"], ["parent_id", 510], ["depth", 3], ["taxonomy_code", "2278P1004X"], ["definition", "Included in the area of pulmonary diagnostics are the following; collection and analysis of physiological specimens, interpretation of physiological data, administration of tests of the cardiopulmonary system, and the conduct of both neurophysiological and sleep disorders studies."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Certified"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pulmonary Rehabilitation"], ["parent_id", 510], ["depth", 3], ["taxonomy_code", "2278P1005X"], ["definition", "The respiratory therapist can assist the chronic pulmonary patient in returning to an optimal role in society by providing an effective program. It includes bronchopulmonary drainage, exercise therapy, and patient education."]]  (3.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Certified"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pulmonary Function Technologist"], ["parent_id", 510], ["depth", 3], ["taxonomy_code", "2278P1006X"], ["definition", "An individual who is trained and qualified to perform pulmonary diagnostic tests. In the course of conducting these tests, the Pulmonary Function Technologist is able to setup, calibrate, maintain, and ensure the quality assurance of the pulmonary function testing equipment. In the laboratory, clinical or patient care setting the technologist instructs patients, elicits cooperation, performs procedures, monitors patient response, and evaluates patient performance. Tests results are calculated, compared with predicted normal ranges, and evaluated for reliability. The technologist collects clinical history data and evaluates the clinical implications of the test results."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Certified"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Palliative/Hospice"], ["parent_id", 510], ["depth", 3], ["taxonomy_code", "2278P3800X"], ["definition", "A coordinated plan of care to help dying patients and their families handle the burden of terminal care. Effective secretion management and relief of dyspnea are paramount in caring for patients with end-stage pulmonary disease."]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Certified"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neonatal/Pediatrics"], ["parent_id", 510], ["depth", 3], ["taxonomy_code", "2278P3900X"], ["definition", "The care and treatment of premature infants, newborns and children. This includes management of mechanical ventilation, assessment, diagnostics and generalized respiratory treatments."]]  (5.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Certified"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Patient Transport"], ["parent_id", 510], ["depth", 3], ["taxonomy_code", "2278P4000X"], ["definition", "Transport respiratory therapist provide patient assessment, initiation of treatment modalities and continued monitoring of patient status of the critically ill and injured patients with special attention to advanced airway and ventilator management. The transport respiratory therapist knowledge and experience with complex neonatal, pediatric and adult patient care issues provides them with an expertise to assist with any patient care issue in a variety of transport modes."]]  (3.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Certified"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "SNF/Subacute Care"], ["parent_id", 510], ["depth", 3], ["taxonomy_code", "2278S1500X"], ["definition", "Care of residents in a long-term care environment. Respiratory modalities delivered include those similar in the general care and critical care areas but provided to less critical patients."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Respiratory Therapist, Registered"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Respiratory Therapist, Registered"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "227900000X"], ["definition", "A Registered Respiratory Therapist (RRT) is an advanced therapist who has passed standardized written and clinical simulation examinations administered by the National Board for Respiratory Care (NBRC). In addition, to the certified therapist (CRT) entry level skills, RRTs have advanced education and training in patient assessment, in the development and modification of patient care plans, and in assuring the appropriate utilization of respiratory care resources. An RRT is a graduate of an associate or baccalaureate degree producing educational programs approved by the Commission on Accreditation of Allied Health Education Programs (CAAHEP) and where applicable, is licensed by the state and is practicing within the scope of that license."]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Registered"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Critical Care"], ["parent_id", 524], ["depth", 3], ["taxonomy_code", "2279C0205X"], ["definition", "Respiratory emergencies are commonplace in the treatment of critical care patients. Included in the assessment measurements conducted by the respiratory therapist in the critical care settings are arterial blood gas puncture and analysis, intrarterial monitoring, bedside measurements of lung mechanics, hemodynamic monitoring, and inspired and expired gas measurements. This is coupled with the initiation and management of mechanical ventilation patients."]]  (5.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Registered"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emergency Care"], ["parent_id", 524], ["depth", 3], ["taxonomy_code", "2279E0002X"], ["definition", "The immediate availability of diagnostic and therapeutic cardiopulmonary services in the assessment and management of trauma victims, patients requiring airway management and others requiring emergency care."]]  (3.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Registered"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Educational"], ["parent_id", 524], ["depth", 3], ["taxonomy_code", "2279E1000X"], ["definition", "The focus of patient and family education activities is to promote knowledge of disease process, medical therapy, and self help. Respiratory therapists are uniquely qualified to provide this service in regard to cardiopulmonary diseases and injury."]]  (5.7ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Registered"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Geriatric Care"], ["parent_id", 524], ["depth", 3], ["taxonomy_code", "2279G0305X"], ["definition", "Care of older patients who have age and/or disease related decremental pulmonary changes. Diagnosis and treatment is very important for this group since chronic lung disease is the major cause of morbidity and mortality among them. Furthermore, as this segment of the population increases, life expectancy is being extended."]]  (3.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Registered"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "General Care"], ["parent_id", 524], ["depth", 3], ["taxonomy_code", "2279G1100X"], ["definition", "This level of care includes diagnostics testing, therapeutics, monitoring, rehabilitation of patients with disorders of the cardiopulmonary system, as well as, education of the patient and family in regard to those disorders."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Registered"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Home Health"], ["parent_id", 524], ["depth", 3], ["taxonomy_code", "2279H0200X"], ["definition", "Home care fosters individual responsibility for self-management of chronic respiratory conditions. It includes individualized assessment based plans of care service developed to promote safe, proper, and sustained use of prescribed respiratory therapy medications, equipment, and techniques in the home."]]  (2.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Registered"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pulmonary Diagnostics"], ["parent_id", 524], ["depth", 3], ["taxonomy_code", "2279P1004X"], ["definition", "Included in the area of pulmonary diagnostics are the following; collection and analysis of physiological specimens, interpretation of physiological data, administration of tests of the cardiopulmonary system, and the conduct of both neurophysiological and sleep disorders studies."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Registered"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pulmonary Rehabilitation"], ["parent_id", 524], ["depth", 3], ["taxonomy_code", "2279P1005X"], ["definition", "The respiratory therapist can assist the chronic pulmonary patient in returning to an optimal role in society by providing an effective program. It includes bronchopulmonary drainage, exercise therapy, and patient education."]]  (2.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Registered"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pulmonary Function Technologist"], ["parent_id", 524], ["depth", 3], ["taxonomy_code", "2279P1006X"], ["definition", "An individual who is trained and qualified to perform pulmonary diagnostic tests. In the course of conducting these tests, the Pulmonary Function Technologist is able to setup, calibrate, maintain, and ensure the quality assurance of the pulmonary function testing equipment. In the laboratory, clinical or patient care setting the technologist instructs patients, elicits cooperation, performs procedures, monitors patient response, and evaluates patient performance. Tests results are calculated, compared with predicted normal ranges, and evaluated for reliability. The technologist collects clinical history data and evaluates the clinical implications of the test results."]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Registered"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Palliative/Hospice"], ["parent_id", 524], ["depth", 3], ["taxonomy_code", "2279P3800X"], ["definition", "A coordinated plan of care to help dying patients and their families handle the burden of terminal care. Effective secretion management and relief of dyspnea are paramount in caring for patients with end-stage pulmonary disease."]]  (3.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Registered"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neonatal/Pediatrics"], ["parent_id", 524], ["depth", 3], ["taxonomy_code", "2279P3900X"], ["definition", "The care and treatment of premature infants, newborns and children. This includes management of mechanical ventilation, assessment, diagnostics and generalized respiratory treatments."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Registered"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Patient Transport"], ["parent_id", 524], ["depth", 3], ["taxonomy_code", "2279P4000X"], ["definition", "Transport respiratory therapist provide patient assessment, initiation of treatment modalities and continued monitoring of patient status of the critically ill and injured patients with special attention to advanced airway and ventilator management. The transport respiratory therapist knowledge and experience with complex neonatal, pediatric and adult patient care issues provides them with an expertise to assist with any patient care issue in a variety of transport modes."]]  (3.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respiratory Therapist, Registered"], ["parent_id", 456], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "SNF/Subacute Care"], ["parent_id", 524], ["depth", 3], ["taxonomy_code", "2279S1500X"], ["definition", "Care of residents in a long-term care environment. Respiratory modalities delivered include those similar in the general care and critical care areas but provided to less critical patients."]]  (5.5ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Anaplastologist"], ["depth", 2], ["parent_id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Anaplastologist"], ["parent_id", 456], ["depth", 2], ["taxonomy_code", "229N00000X"], ["definition", "An anaplastologist is a professional who creates prostheses for the face and body. Patients treated include those missing anatomy due to cancer, traumatic injury, or birth differences. Generally, there are no state licensing requirements for anaplastologists. Certification specific to anaplastology is provided through the Board for Certified Clinical Anaplastology (BCCA) with a credential title of Certified Clinical Anaplastologist (CCA)."], ["notes", "Source: American Anaplastology Association, www.anaplastology.org. [7/1/2006: new]"]]  (3.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Speech, Language and Hearing Service Providers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Speech, Language and Hearing Service Providers"], ["depth", 1]]  (6.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Audiologist"], ["depth", 2], ["parent_id", 539], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Audiologist"], ["parent_id", 539], ["depth", 2], ["taxonomy_code", "231H00000X"], ["definition", "(1) A specialist in evaluation, habilitation and rehabilitation of those whose communication disorders center in whole or in part in hearing function. Audiologists are autonomous professionals who identify, assess, and manage disorders of the auditory, balance and other neural systems. Audiologists provide audiological (aural) rehabilitation to children and adults across the entire age span. Audiologists select, fit and dispense amplification systems such as hearing aids and related devices. (2) An audiologist is a person qualified by a master�s degree in audiology, licensed by the state, where applicable, and practicing within the scope of that license. Audiologists evaluate and treat patients with impaired hearing. They plan, direct and conduct rehabilitative programs with audiotry substitutional devises (hearing aids) and other therapy."], ["notes", "Source: (1) American Speech-Language-Hearing Association, (1996, Spring) Scope of practice in Audiology, p. 2"]]  (4.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Speech, Language and Hearing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Audiologist"], ["parent_id", 539], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Assistive Technology Practitioner"], ["parent_id", 540], ["depth", 3], ["taxonomy_code", "231HA2400X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Speech, Language and Hearing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Audiologist"], ["parent_id", 539], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Assistive Technology Supplier"], ["parent_id", 540], ["depth", 3], ["taxonomy_code", "231HA2500X"], ["definition", "Definition to come..."]]  (3.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Speech, Language and Hearing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Specialist/Technologist"], ["depth", 2], ["parent_id", 539], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Specialist/Technologist"], ["parent_id", 539], ["depth", 2], ["taxonomy_code", "235500000X"], ["definition", "General classification identifying individuals who are trained on a specific piece of equipment or technical procedure."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Speech, Language and Hearing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist"], ["parent_id", 539], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Audiology Assistant"], ["parent_id", 543], ["depth", 3], ["taxonomy_code", "2355A2700X"], ["definition", "Definition to come..."]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Speech, Language and Hearing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist"], ["parent_id", 539], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Speech-Language Assistant"], ["parent_id", 543], ["depth", 3], ["taxonomy_code", "2355S0801X"], ["definition", "Definition to come..."]]  (5.7ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Speech, Language and Hearing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Speech-Language Pathologist"], ["depth", 2], ["parent_id", 539], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Speech-Language Pathologist"], ["parent_id", 539], ["depth", 2], ["taxonomy_code", "235Z00000X"], ["definition", "The speech-language pathologist is the professional who engages in clinical services, prevention, advocacy, education, administration, and research in the areas of communication and swallowing across the life span from infancy through geriatrics. Speech-language pathologists address typical and atypical impairments and disorders related to communication and swallowing in the areas of speech sound production, resonance, voice, fluency, language (comprehension and expression), cognition, and feeding and swallowing."], ["notes", "\"Scope of Practice in Speech-Language Pathology\", American Speech-Language-Hearing Association, 2013."]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Speech, Language and Hearing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Audiologist-Hearing Aid Fitter"], ["depth", 2], ["parent_id", 539], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Audiologist-Hearing Aid Fitter"], ["parent_id", 539], ["depth", 2], ["taxonomy_code", "237600000X"], ["definition", "An audiologist/hearing aid fitter is the professional who specializes in evaluating and treating people with hearing loss, conducts a wide variety of tests to determine the exact nature of an individual�s hearing problem, presents a variety of treatment options to patients, dispenses and fits hearing aids, administers tests of balance to evaluate dizziness and provides hearing rehabilitation training. This classification should be used where individuals are licensed as \"audiologist-hearing aid fitters\" as opposed to states that license individuals as \"audiologists\"."], ["notes", "Source: American Academy of Audiology, 1735 N. Lynn St, Suite 950, Arlington VA 22209, (800)AAA-2336)"]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Speech, Language and Hearing Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Hearing Instrument Specialist"], ["depth", 2], ["parent_id", 539], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hearing Instrument Specialist"], ["parent_id", 539], ["depth", 2], ["taxonomy_code", "237700000X"], ["definition", "Individuals who test hearing for the selection, adaptation, fitting, adjusting, servicing, and sale of hearing aids. Hearing Instrument Specialist is a designation provided individuals who qualify by the National Hearing Aid Society"]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1]]  (6.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Perfusionist"], ["depth", 2], ["parent_id", 549], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Perfusionist"], ["parent_id", 549], ["depth", 2], ["taxonomy_code", "242T00000X"], ["definition", "A perfusionist operates extracorporeal circulation and autotransfusion equipment during any medical situation where it is necessary to support or temporarily replace the patient�s circulatory or respiratory function. The perfusionist is knowledgeable concerning the variety of equipment available to perform extracorporeal circulation functions and is responsible, in consultation with the physician, for selecting the appropriate equipment and techniques to be used."], ["notes", "Source: Health Professions Career and Education Directory, American Medical Association [1/1/2007: new]"]]  (4.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Radiology Practitioner Assistant"], ["depth", 2], ["parent_id", 549], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Radiology Practitioner Assistant"], ["parent_id", 549], ["depth", 2], ["taxonomy_code", "243U00000X"], ["definition", "A Radiology Practitioner Assistant (RPA) is a health professional certified as a registered radiographer with the American Registry of Radiologic Technologists (ARRT) and, in addition, is credentialed to provide primary radiology health care with radiologist supervision. Radiology Practitioner Assistants are qualified by graduation from an educational program recognized by the Board of Directors of athe Certification Board for Radiology Practitioner Assistants (CBRPA) and certified by the CBRPA. Within the Radiologist/RPA relationship, Radiology Practitioner Assistants exercise autonomy in decision making in the role of a primary caregiver with regard to patient assessment, patient management and in providing a broad range of radiology diagnostic and interventional services. The clinical role of the Radiology Practitioner Assistant includes primary and specialty care in radiology practice settings in rural and urban areas."], ["notes", "Source: Certification Board of Radiology Practitioner Assistants [7/1/2008: new] Additional Resources: www.cbrpa.org"]]  (5.1ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Spec/Tech, Pathology"], ["depth", 2], ["parent_id", 549], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Spec/Tech, Pathology"], ["parent_id", 549], ["depth", 2], ["taxonomy_code", "246Q00000X"], ["definition", "(1) An individual educated and trained in clinical chemistry, microbiology or other biological sciences; and in gathering data on the blood, tissues, and fluids in the human body. Tests and procedures performed or supervised center on major areas of hematology, microbiology, immunohematology, immunology, clinical chemistry and urinalysis. Education and certification requires the equivalent of an associate degree and alternative combinations of accredited training and experience. (2) A specially trained individual who works under the direction of a pathologist, other physician, or scientist, and performs specialized chemical, microscopic, and bacteriological tests of human blood, tissue, and fluids. Also known as medical technologists, they perform and supervise tests and procedures in clinical chemistry, immunology, serology, bacteriology, hematology, parasitology, mycology, urinalysis, and blood banking. The work requires the correlation of test results with other data, interpretation of test findings, and exercise of independent judgment. The minimum educational requirement (for one of several certification programs in medical technology) is a baccalaureate degree with appropriate science course requirements, plus a twelve-month, structured, AMA approved medical technology program and an examination; or a baccalaureate degree with appropriate science course requirements and experience."]]  (2.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Pathology"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Blood Banking"], ["parent_id", 552], ["depth", 3], ["taxonomy_code", "246QB0000X"], ["definition", "Definition to come..."]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Pathology"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chemistry"], ["parent_id", 552], ["depth", 3], ["taxonomy_code", "246QC1000X"], ["definition", "Definition to come..."]]  (2.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Pathology"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cytotechnology"], ["parent_id", 552], ["depth", 3], ["taxonomy_code", "246QC2700X"], ["definition", "Definition to come..."]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Pathology"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hematology"], ["parent_id", 552], ["depth", 3], ["taxonomy_code", "246QH0000X"], ["definition", "Definition to come..."]]  (9.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Pathology"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hemapheresis Practitioner"], ["parent_id", 552], ["depth", 3], ["taxonomy_code", "246QH0401X"], ["definition", "Definition to come..."]]  (3.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Pathology"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Histology"], ["parent_id", 552], ["depth", 3], ["taxonomy_code", "246QH0600X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Pathology"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Immunology"], ["parent_id", 552], ["depth", 3], ["taxonomy_code", "246QI0000X"], ["definition", "Definition to come..."]]  (3.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Pathology"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laboratory Management"], ["parent_id", 552], ["depth", 3], ["taxonomy_code", "246QL0900X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Pathology"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Laboratory Management, Diplomate"], ["parent_id", 552], ["depth", 3], ["taxonomy_code", "246QL0901X"], ["definition", "Definition to come..."]]  (3.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Pathology"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Medical Technologist"], ["parent_id", 552], ["depth", 3], ["taxonomy_code", "246QM0706X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Pathology"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Microbiology"], ["parent_id", 552], ["depth", 3], ["taxonomy_code", "246QM0900X"], ["definition", "Definition to come..."]]  (2.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Technician, Pathology"], ["depth", 2], ["parent_id", 549], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Technician, Pathology"], ["parent_id", 549], ["depth", 2], ["taxonomy_code", "246R00000X"], ["definition", "An individual with knowledge of specific techniques and instruments who performs all of the routine tests in a medical laboratory and who has the ability to discriminate between similar factors that directly affect procedures and results."]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician, Pathology"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Histology"], ["parent_id", 564], ["depth", 3], ["taxonomy_code", "246RH0600X"], ["definition", "Definition to come..."]]  (3.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician, Pathology"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Medical Laboratory"], ["parent_id", 564], ["depth", 3], ["taxonomy_code", "246RM2200X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician, Pathology"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Phlebotomy"], ["parent_id", 564], ["depth", 3], ["taxonomy_code", "246RP1900X"], ["definition", "Definition to come..."]]  (53.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Technician, Cardiology"], ["depth", 2], ["parent_id", 549], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Technician, Cardiology"], ["parent_id", 549], ["depth", 2], ["taxonomy_code", "246W00000X"], ["definition", "An individual who has knowledge of specific techniques, instruments, and equipment required in performing specific cardiovascular/peripheral vascular diagnostic procedures."]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Spec/Tech, Cardiovascular"], ["depth", 2], ["parent_id", 549], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Spec/Tech, Cardiovascular"], ["parent_id", 549], ["depth", 2], ["taxonomy_code", "246X00000X"], ["definition", "An allied health professional who performs diagnostic examinations at the request or direction of a physician in one or more of the following three areas: invasive cardiology, noninvasive cardiology, and noninvasive peripheral vascular study. Cardiovascular technologists are one type of allied health professional for which the Committee on Allied Health Education and Accreditation has accredited education programs"], ["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. 159."]]  (3.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Cardiovascular"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cardiovascular Invasive Specialist"], ["parent_id", 569], ["depth", 3], ["taxonomy_code", "246XC2901X"], ["definition", "Definition to come..."]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Cardiovascular"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vascular Specialist"], ["parent_id", 569], ["depth", 3], ["taxonomy_code", "246XC2903X"], ["definition", "Definition to come..."]]  (3.6ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Cardiovascular"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sonography"], ["parent_id", 569], ["depth", 3], ["taxonomy_code", "246XS1301X"], ["definition", "Definition to come..."]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Spec/Tech, Health Info"], ["depth", 2], ["parent_id", 549], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Spec/Tech, Health Info"], ["parent_id", 549], ["depth", 2], ["taxonomy_code", "246Y00000X"], ["definition", "An individual with a high school diploma, on-the-job experience and coding education from seminars or college classes who passes a national certification examination in either inpatient and outpatient facility services coding, or physician services coding."], ["notes", "Source: American Health Information Management Association, Chicago, IL, 1996."]]  (3.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Health Info"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Coding Specialist, Hospital Based"], ["parent_id", 573], ["depth", 3], ["taxonomy_code", "246YC3301X"], ["definition", "Definition to come..."]]  (4.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Health Info"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Coding Specialist, Physician Office Based"], ["parent_id", 573], ["depth", 3], ["taxonomy_code", "246YC3302X"], ["definition", "Definition to come..."]]  (3.5ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Spec/Tech, Health Info"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Registered Record Administrator"], ["parent_id", 573], ["depth", 3], ["taxonomy_code", "246YR1600X"], ["definition", "Definition to come..."]]  (4.7ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Specialist/Technologist, Other"], ["depth", 2], ["parent_id", 549], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Specialist/Technologist, Other"], ["parent_id", 549], ["depth", 2], ["taxonomy_code", "246Z00000X"], ["definition", "General classification identifying individuals trained on specific equipment and technical procedures in one of a collection of miscellaneous healthcare disciplines."]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Art, Medical"], ["parent_id", 577], ["depth", 3], ["taxonomy_code", "246ZA2600X"], ["definition", "Definition to come..."]]  (47.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Biomedical Engineering"], ["parent_id", 577], ["depth", 3], ["taxonomy_code", "246ZB0301X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Biomedical Photographer"], ["parent_id", 577], ["depth", 3], ["taxonomy_code", "246ZB0302X"], ["definition", "Definition to come..."]]  (3.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Biochemist"], ["parent_id", 577], ["depth", 3], ["taxonomy_code", "246ZB0500X"], ["definition", "Definition to come..."]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Biostatistician"], ["parent_id", 577], ["depth", 3], ["taxonomy_code", "246ZB0600X"], ["definition", "Definition to come..."]]  (3.4ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Surgical Assistant"], ["parent_id", 577], ["depth", 3], ["taxonomy_code", "246ZC0007X"], ["definition", "A surgical assistant is a skilled practitioner who has undergone formalized education and training as a surgical assistant. The surgical assistant performs surgical functions that include, but are not limited to: retracting, manipulating, suturing, clamping, cauterizing, litigating, and tying tissue; suctioning, irrigating and sponging; positioning the patient; closure of body planes and skin; and participating in hemostasis and volume replacement. Surgical assistants are certified and registered or licensed by the state, or, in states without licensure, certified as surgical assistants by completing appropriate education and training."], ["notes", "Source: Association of Surgical Assistants, 2014. [7/1/2014: title modified, definition modified] http://www.surgicalassistant.org/index.php/surgical-assisting Additional Resources: National Surgical Assistant Association, www.nsaa.net."]]  (4.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "EEG"], ["parent_id", 577], ["depth", 3], ["taxonomy_code", "246ZE0500X"], ["definition", "Definition to come..."]]  (3.6ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Electroneurodiagnostic"], ["parent_id", 577], ["depth", 3], ["taxonomy_code", "246ZE0600X"], ["definition", "Definition to come..."]]  (4.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Graphics Methods"], ["parent_id", 577], ["depth", 3], ["taxonomy_code", "246ZG0701X"], ["definition", "Definition to come..."]]  (3.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Geneticist, Medical (PhD)"], ["parent_id", 577], ["depth", 3], ["taxonomy_code", "246ZG1000X"], ["definition", "Definition to come..."]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Illustration, Medical"], ["parent_id", 577], ["depth", 3], ["taxonomy_code", "246ZI1000X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.0ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nephrology"], ["parent_id", 577], ["depth", 3], ["taxonomy_code", "246ZN0300X"], ["definition", "Definition to come..."]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Surgical Technologist"], ["parent_id", 577], ["depth", 3], ["taxonomy_code", "246ZS0410X"], ["definition", "Surgical technologists are allied health professionals, who are an integral part of the team of medical practitioners providing surgical care to patients. Surgical technologists work under the supervision of a surgeon to facilitate the safe and effective conduct of invasive surgical procedures, ensuring that the operating room environment is safe, that equipment functions properly, and that the operative procedure is conducted under conditions that maximize patient safety. Surgical technologists possess expertise in the theory and application of sterile and aseptic technique and combine the knowledge of human anatomy, surgical procedures, and implementation tools and technologies to facilitate a physician's performance of invasive therapeutic and diagnostic procedures."], ["notes", "Source: Association of Surgical Technologists, \"Job Description: Surgical Technologist,\" 2014. [7/1/2014: code modified, title modified, definition added]"]]  (3.8ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Specialist/Technologist, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Orthopedic Assistant"], ["parent_id", 577], ["depth", 3], ["taxonomy_code", "246ZX2200X"], ["definition", "An Orthopaedic Assistant is a person who has been trained to work as a physician extender in both clinical and surgical environments. An Orthopaedic Assistant assists with aspects of patient care as determined by the supervising surgeon including, but not limited to, obtaining patient history, assisting with examinations, injections, recording of office notes, and application/adjustment/removal of splints, casts, and other immobilization devices. Acting as a surgical first assistant for orthopaedic surgery cases includes providing aid in exposure, hemostasis, positioning of the patient, suturing and closure of body planes and skin, application of wound dressings or immobilization devices, and other technical functions that will help the surgeon carry out a safe operation with optimal results for the patient. An Orthopaedic Assistant may be licensed, registered, or certified depending on the state in which the individual practices."], ["notes", "Source: American Society of Orthopaedic Assistants (ASOA), 2014 [7/1/2014: new] Additional Resources: National Board for Certification of Orthopaedic Assistants"]]  (4.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Technician, Health Information"], ["depth", 2], ["parent_id", 549], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Technician, Health Information"], ["parent_id", 549], ["depth", 2], ["taxonomy_code", "247000000X"], ["definition", "Preferred term for an Accredited Record Technician who is an individual with an associate�s degree from an accredited college or independent study program who is skilled in analyzing health information and in examination of medical records for accuracy, reporting of patient data for reimbursement, and creation of disease registries for researchers."], ["notes", "Source: American Health Information Management Association, Chicago, IL, 1996."]]  (4.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician, Health Information"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Assistant Record Technician"], ["parent_id", 592], ["depth", 3], ["taxonomy_code", "2470A2800X"], ["definition", "Definition to come..."]]  (5.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Radiologic Technologist"], ["depth", 2], ["parent_id", 549], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Radiologic Technologist"], ["parent_id", 549], ["depth", 2], ["taxonomy_code", "247100000X"], ["definition", "An individual who is trained and qualified in the art and science of both ionizing and non-ionizing radiation for the purposes of diagnostic medical imaging, interventional procedures and therapeutic treatment."]]  (4.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiologic Technologist"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bone Densitometry"], ["parent_id", 594], ["depth", 3], ["taxonomy_code", "2471B0102X"], ["definition", "Definition to come."]]  (5.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiologic Technologist"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cardiovascular-Interventional Technology"], ["parent_id", 594], ["depth", 3], ["taxonomy_code", "2471C1101X"], ["definition", "Definition to come..."]]  (3.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiologic Technologist"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Cardiac-Interventional Technology"], ["parent_id", 594], ["depth", 3], ["taxonomy_code", "2471C1106X"], ["definition", "Definition to come."]]  (5.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiologic Technologist"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Computed Tomography"], ["parent_id", 594], ["depth", 3], ["taxonomy_code", "2471C3401X"], ["definition", "Definition to come..."]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiologic Technologist"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Radiography"], ["parent_id", 594], ["depth", 3], ["taxonomy_code", "2471C3402X"], ["definition", "Definition to come..."]]  (5.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiologic Technologist"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Magnetic Resonance Imaging"], ["parent_id", 594], ["depth", 3], ["taxonomy_code", "2471M1202X"], ["definition", "Definition to come..."]]  (3.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiologic Technologist"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mammography"], ["parent_id", 594], ["depth", 3], ["taxonomy_code", "2471M2300X"], ["definition", "Definition to come..."]]  (6.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiologic Technologist"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nuclear Medicine Technology"], ["parent_id", 594], ["depth", 3], ["taxonomy_code", "2471N0900X"], ["definition", "Definition to come."]]  (3.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiologic Technologist"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Quality Management"], ["parent_id", 594], ["depth", 3], ["taxonomy_code", "2471Q0001X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiologic Technologist"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Radiation Therapy"], ["parent_id", 594], ["depth", 3], ["taxonomy_code", "2471R0002X"], ["definition", "Definition to come..."]]  (3.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiologic Technologist"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sonography"], ["parent_id", 594], ["depth", 3], ["taxonomy_code", "2471S1302X"], ["definition", "Definition to come..."]]  (5.7ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiologic Technologist"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vascular Sonography"], ["parent_id", 594], ["depth", 3], ["taxonomy_code", "2471V0105X"], ["definition", "Definition to come."]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Radiologic Technologist"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Vascular-Interventional Technology"], ["parent_id", 594], ["depth", 3], ["taxonomy_code", "2471V0106X"], ["definition", "Definition to come."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Technician, Other"], ["depth", 2], ["parent_id", 549], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Technician, Other"], ["parent_id", 549], ["depth", 2], ["taxonomy_code", "247200000X"], ["definition", "A collective term for persons with specialized training in various narrow fields of expertise whose occupations require training and skills in specific technical processes and procedures; and where further classification is deemed unnecessary by the user."], ["notes", "Sources: Rhea, Ott, and Shafritz, The Facts On File Dictionary of Health Care Management, New York: Facts On File Publications, 1988; Dorland�s Illustrated Medical Dictionary, 26th Edition. Philadelphia: W.B. Saunders Company, 1981; and Webster�s II New Riverside University Dictionary. Boston: Riverside Publishing Company, 1984."]]  (3.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Biomedical Engineering"], ["parent_id", 608], ["depth", 3], ["taxonomy_code", "2472B0301X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Darkroom"], ["parent_id", 608], ["depth", 3], ["taxonomy_code", "2472D0500X"], ["definition", "Definition to come..."]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "EEG"], ["parent_id", 608], ["depth", 3], ["taxonomy_code", "2472E0500X"], ["definition", "Definition to come..."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Renal Dialysis"], ["parent_id", 608], ["depth", 3], ["taxonomy_code", "2472R0900X"], ["definition", "Definition to come..."]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician, Other"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Veterinary"], ["parent_id", 608], ["depth", 3], ["taxonomy_code", "2472V0600X"], ["definition", "Definition to come..."]]  (5.7ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Technologists, Technicians & Other Technical Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pathology"], ["parent_id", 549], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth") VALUES ($1, $2, $3) RETURNING "id" [["name", "Pathology"], ["parent_id", 549], ["depth", 2]]  (3.4ms) COMMIT  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Clinical Laboratory Director, Non-physician"], ["parent_id", 614], ["depth", 3], ["taxonomy_code", "247ZC0005X"], ["definition", "An individual who is state-licensed as a clinical laboratory director and meets the qualifications in the Clinical Laboratory Improvement Amendments of 1988 for non-physicians (non-MD/DO) as defined in the CFR 42 Part 493.1405."], ["notes", "Source: National Uniform Claim Committee [1/1/2007: new]"]]  (7.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Agencies"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Agencies"], ["depth", 1]]  (4.8ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Local Education Agency (LEA)"], ["depth", 2], ["parent_id", 616], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Local Education Agency (LEA)"], ["parent_id", 616], ["depth", 2], ["taxonomy_code", "251300000X"], ["definition", "The term local education agency means a public board of education or other public authority legally constituted within a State to either provide administrative control or direction of, or perform a service function for public schools serving individuals ages 0 � 21 in a state, city, county, township, school district, or other political subdivision including a combination of school districts or counties recognized in a State as an administrative agency for its public schools. An LEA may provide, or employ professional who provide, services to children included in the Individuals with Disabilities Education Act (IDEA), such services may include, but are not limited to, such medical services as physical, occupational, and speech therapy."], ["notes", "Source: Portions of IDEA Regulations Part B (34 CFR Part 300.18, Assistance to States for the Education of Children with Disabilities) [1/1/2006: new]"]]  (6.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Agencies"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Case Management"], ["depth", 2], ["parent_id", 616], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Case Management"], ["parent_id", 616], ["depth", 2], ["taxonomy_code", "251B00000X"], ["definition", "An organization that is responsible for providing case management services. The agency provides services which assist an individual in gaining access to needed medical, social, educational, and/or other services. Case management services may be used to locate, coordinate, and monitor necessary appropriate services. It may be used to encourage the use of cost-effective medical care by referrals to appropriate providers and to discourage over utilization of costly services. Case management may also serve to provide necessary coordination of non-medical services such as vocational rehabilitation, education, employment, when the services provided enable the individual to function at the highest level."], ["notes", "Source: CMS State Medicaid Manual Section 4442.3 [7/1/2006: definition modified]"]]  (3.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Agencies"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Day Training, Developmentally Disabled Services"], ["depth", 2], ["parent_id", 616], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Day Training, Developmentally Disabled Services"], ["parent_id", 616], ["depth", 2], ["taxonomy_code", "251C00000X"], ["definition", "These agencies are authorized to provide day habilitation services to developmentally disabled individuals who live in their homes. The function of day habilitation is to assist an individual to acquire and maintain those life skills that enable the individual to cope more effectively with the demands of independent living. Also to raise the level of the individual's physical, mental, social, and vocational functioning."]]  (5.8ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Agencies"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Home Health"], ["depth", 2], ["parent_id", 616], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Home Health"], ["parent_id", 616], ["depth", 2], ["taxonomy_code", "251E00000X"], ["definition", "A public agency or private organization, or a subdivision of such an agency or organization, that is primarily engaged in providing skilled nursing services and other therapeutic services, such as physical therapy, speech-language pathology services, or occupational therapy, medical social services, and home health aide services. It has policies established by a professional group associated with the agency or organization (including at least one physician and one registered nurse) to govern the services and provides for supervision of such services by a physician or a registered nurse; maintains clinical records on all patients; is licensed in accordance with State or local law or is approved by the State or local licensing agency as meeting the licensing standards, where applicable; and meets other conditions found by the Secretary of Health and Human Services to be necessary for health and safety."], ["notes", "Source: CFR42 Chapter IV Part 484, http://www.access.gpo.gov/nara/cfr/waisidx_99/42cfr484_99.html [7/1/2007: definition added, source added]"]]  (3.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Agencies"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Home Infusion"], ["depth", 2], ["parent_id", 616], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Home Infusion"], ["parent_id", 616], ["depth", 2], ["taxonomy_code", "251F00000X"], ["definition", "Definition to come..."]]  (5.6ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Agencies"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Hospice Care, Community Based"], ["depth", 2], ["parent_id", 616], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hospice Care, Community Based"], ["parent_id", 616], ["depth", 2], ["taxonomy_code", "251G00000X"], ["definition", "Definition to come..."]]  (3.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Agencies"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Nursing Care"], ["depth", 2], ["parent_id", 616], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Nursing Care"], ["parent_id", 616], ["depth", 2], ["taxonomy_code", "251J00000X"], ["definition", "A Nursing Care Agency is an entity that provides skilled nursing care through the services of a Registered Nurse (RN) or a Licensed Practical Nurse (LPN), by employees, contracted individuals, or via a registry, in a variety of settings. The agency may engage in providing private duty nursing and/or staffing services."], ["notes", "Source: National Uniform Claim Committee, 2008 [7/1/2008: modified definition]"]]  (5.6ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Agencies"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Public Health or Welfare"], ["depth", 2], ["parent_id", 616], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.4ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Public Health or Welfare"], ["parent_id", 616], ["depth", 2], ["taxonomy_code", "251K00000X"], ["definition", "Definition to come..."]]  (3.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Agencies"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Community/Behavioral Health"], ["depth", 2], ["parent_id", 616], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Community/Behavioral Health"], ["parent_id", 616], ["depth", 2], ["taxonomy_code", "251S00000X"], ["definition", "A private or public agency usually under local government jurisdiction, responsible for assuring the delivery of community based mental health, mental retardation, substance abuse and/or behavioral health services to individuals with those disabilities. Services may range from companion care, respite, transportation, community integration, crisis intervention and stabilization, supported employment, day support, prevocational services, residential support, therapeutic and supportive consultation, environmental modifications, intensive in-home therapy and day treatment, in addition to traditional mental health and behavioral treatment."], ["notes", "Source: National Medicaid EDI HIPAA NPI Sub Work Group [1/1/2007: modified definition]"]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Agencies"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "PACE Provider Organization"], ["depth", 2], ["parent_id", 616], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "PACE Provider Organization"], ["parent_id", 616], ["depth", 2], ["taxonomy_code", "251T00000X"], ["definition", "A PACE provider organization is a not-for-profit private or public entity that is primarily engaged in providing PACE services(unique capitated managed care benefits for the frail elderly which include comprehensive medical and social services). The following characteristics also apply to a PACE organization. It must: have a governing board that includes community representation; be able to provide complete PACE services regardless of frequency or duration of services; have a physical site to provide adult day services; have a defined service area; have safeguards against conflict of interest; have demonstrated fiscal soundness and have a formal Participant Bill of Rights."], ["notes", "Source: Centers for Medicare and Medicaid, PACE Fact Sheet http://www.cms.hhs.gov/PACE/Downloads/PACEFactSheet.pdf [7/1/2006: new]"]]  (3.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Agencies"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Voluntary or Charitable"], ["depth", 2], ["parent_id", 616], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Voluntary or Charitable"], ["parent_id", 616], ["depth", 2], ["taxonomy_code", "251V00000X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Agencies"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Supports Brokerage"], ["depth", 2], ["parent_id", 616], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Supports Brokerage"], ["parent_id", 616], ["depth", 2], ["taxonomy_code", "251X00000X"], ["definition", "A provider of service/function that assists participating individuals to make informed decisions about what will work best for them is consistent with their needs and reflects their individual circumstances. Serving as the agent of the individual, the service is available to assist in identifying immediate and long-term needs, developing options to meet those needs and accessing identified supports and services and may include assistance with recruiting, screening, hiring, and training in-home support providers. A family or person-centered planning approach is used. Supports Brokerage offers practical skills training to enable families and individuals to remain independent. Examples of skills training include providing information on recruiting and hiring personal care workers, managing personal care workers and providing information on effective communication and problem solving. The service/function provides sufficient information to assure that individuals understand the responsibilities involved with self-direction and assist in the development of an effective back-up and emergency plan. Plans may elect to fulfill the requirement of this service/function using a self-directed case manager or creating a distinct service. The Supports Brokerage documents the need for assistive services, planning for and documenting the use of excess funds and locating and maintaining services."], ["notes", "Source: CMS Independence Plus Waiver template. [7/1/2006: new]"]]  (3.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Agencies"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Early Intervention Provider Agency"], ["depth", 2], ["parent_id", 616], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Early Intervention Provider Agency"], ["parent_id", 616], ["depth", 2], ["taxonomy_code", "252Y00000X"], ["definition", "Early intervention services are an effective way to address the needs of infants and toddlers who have developmental delays or disabilities. The services are made available through a federal law known as the Individuals with Disabilities Education Act (IDEA). IDEA provides states and territories with specific requirements for providing early intervention services to infants and toddlers with special needs. In turn, each state and territory develops its own policies for carrying out IDEA and its requirements. Broadly speaking, early intervention services are special services for eligible infants and toddlers and their families. These services are designed to identify and meet children�s needs in five developmental areas. These areas are: physical development, cognitive development, communication, social or emotional development, and adaptive development."], ["notes", "Source: National Dissemination Center for Children with Disabilities [7/1/2007: new] http://www.nichcy.org/pubs/parent/pa2txt.htm"]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Agencies"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Foster Care Agency"], ["depth", 2], ["parent_id", 616], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Foster Care Agency"], ["parent_id", 616], ["depth", 2], ["taxonomy_code", "253J00000X"], ["definition", "A Foster Care Agency is an agency that provides foster care as defined in the Code of Federal Regulations (CFR) as \"24-hour substitute care for children outside their own homes.\" Foster care settings include, but are not limited to, nonrelative foster family homes, relative foster homes (whether payments are being made or not), group homes, emergency shelters, residential facilities, and pre-adoptive homes."], ["notes", "Source: Code Of Federal Regulations, Title 45, Volume 4, Part 1355, Section 57 [1/1/2008: new]"]]  (3.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Agencies"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "In Home Supportive Care"], ["depth", 2], ["parent_id", 616], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "In Home Supportive Care"], ["parent_id", 616], ["depth", 2], ["taxonomy_code", "253Z00000X"], ["definition", "An In Home Supportive Care Agency provides services in the patient�s home with the goal of enabling the patient to remain at home. The services provided may include personal care services such as hands-on assistance with activities of daily living (ADLs), e.g., eating, bathing, dressing, and bladder and bowel requirements; homemaker services and instrumental activities of daily living (IADLs), e.g., taking medications, shopping for groceries, laundry, housekeeping, and companionship; and/or supervision or cuing so that a person can perform tasks themselves."], ["notes", "Source: National Uniform Claim Committee, 2008 [7/1/2008: new]"]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Ambulatory Health Care Facilities"], ["depth", 1]]  (4.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Clinic/Center"], ["depth", 2], ["parent_id", 632], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["taxonomy_code", "261Q00000X"], ["definition", "A facility or distinct part of one used for the diagnosis and treatment of outpatients. \"Clinic/Center\" is irregularly defined, sometimes being limited to organizations serving specialized treatment requirements or distinct patient/client groups (e.g., radiology, poor, and public health)."]]  (6.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ambulatory Family Planning Facility"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QA0005X"], ["definition", "An abortion/family planning facility where services are provided at a fixed specific location. An Ambulatory Family Planning Facility does not provide overnight accommodations. The following procedures may be performed at an Ambulatory Family Planning Facility: abortions, laproscopy, hysterectomies, tubule ligation and other related procedures. Abortion is considered voluntary termination of pregnancy."]]  (2.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ambulatory Fertility Facility"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QA0006X"], ["definition", "A fertility facility, which may be licensed, registered, or certified in some states, that is not hospital-based, where services are provided at a fixed specific location. An Ambulatory Fertility Facility does not provide overnight accommodations. The following fertility procedures may be performed at an Ambulatory Fertility Facility: In Vitro Fertilization (IVF), Gamete Intrafallopian Transfer (GIFT), Embryo Transfer-Thaw (ET-T), Zygote Intrafallopian Transfer (ZIFT), Donor OOCYTE (DO) "]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adult Day Care"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QA0600X"], ["definition", "Definition to come..."]]  (3.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Amputee"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QA0900X"], ["definition", "An entity, facility, or distinct part of a facility providing counseling, fitting, custom design, prescriptive, and training services related to congenital or postoperative absence of all or part of a limb or limbs."], ["notes", "[7/1/2003: new]"]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.2ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ambulatory Surgical"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QA1903X"], ["definition", "Definition to come..."]]  (3.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Augmentative Communication"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QA3000X"], ["definition", "An entity, facility, or distinct part of a facility staffed by audiology and/or speech professionals with special training in the evaluation of a patient's potential for use of an augmentative communication device, determination of the most appropriate device, adjustment and maintenance of the device, and training the patient to use the device."], ["notes", "[7/1/2003: new]"]]  (5.0ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Birthing"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QB0400X"], ["definition", "A freestanding birth center is a health facility other than a hospital where childbirth is planned to occur away from the pregnant woman�s residence, and that provides prenatal, labor and delivery, and postpartum care, as well as other ambulatory services for women and newborns."], ["notes", "Source: Summarized from Social Security Act [42 U.S.C. �1396d(1)(3)(B)] [1/1/2013: added definition]"]]  (3.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Critical Access Hospital"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QC0050X"], ["definition", "An outpatient entity, facility, or distinct part of a facility within or affiliated with a Critical Access Hospital that provides access to primary care services for individuals in a small rural community and is Medicare certified."], ["notes", "[7/1/2003: new]"]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Community Health"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QC1500X"], ["definition", "Definition to come..."]]  (2.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Corporate Health"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QC1800X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dental"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QD0000X"], ["definition", "Definition to come..."]]  (3.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Developmental Disabilities"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QD1600X"], ["definition", "An entity, facility, or distinct part of a facility providing comprehensive, multidiscipline diagnostic, treatment, therapy, training, and counseling services to children with congenital disorders that precipitate developmental delays and in many instances mental deficiencies (e.g., Cerebral Palsy, metabolic disorders, Sturge-Weber Syndrome, etc.)."], ["notes", "[7/1/2003: new]"]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emergency Care"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QE0002X"], ["definition", "Definition to come..."]]  (3.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "End-Stage Renal Disease (ESRD) Treatment"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QE0700X"], ["definition", "Definition to come..."]]  (4.9ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Endoscopy"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QE0800X"], ["definition", "Definition to come..."]]  (3.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Family Planning, Non-Surgical"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QF0050X"], ["definition", "An entity, facility, or distinct part of a facility, or mobile unit providing non-surgical, family planning/reproductive services including physical examination, laboratory services such as PAP or pregnancy tests; pregnancy, pregnancy prevention/contraceptive, and nutritional counseling, and contraceptives or prescriptions for contraceptives."], ["notes", "[7/1/2003: new]"]]  (5.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Federally Qualified Health Center (FQHC)"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QF0400X"], ["definition", "Definition to come..."]]  (2.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Genetics"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QG0250X"], ["definition", "An entity, facility, or distinct part of a facility providing analysis of family history, genetic laboratory testing and analysis, diagnosis of genetic trait, prognosis and options. Laboratory studies may be outsourced."], ["notes", "[7/1/2003: new]"]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Health Service"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QH0100X"], ["definition", "Definition to come..."], ["notes", "[7/1/2006: modified title]"]]  (3.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Hearing and Speech"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QH0700X"], ["definition", "An entity, facility, or distinct part of a facility providing diagnostic, treatment, prescriptive, and therapy services related to congenital and acquired conditions and diseases that affect hearing capacity and speech ability."], ["notes", "[7/1/2003: new]"]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Infusion Therapy"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QI0500X"], ["definition", "Definition to come..."]]  (3.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Lithotripsy"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QL0400X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Mental Health (Including Community Mental Health Center)"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QM0801X"], ["definition", "Definition to come..."]]  (2.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Adult Mental Health"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QM0850X"], ["definition", "An entity, facility, or distinct part of a facility providing diagnostic, treatment, and prescriptive services related to mental and behavioral disorders in adults."], ["notes", "[7/1/2003: new]"]]  (5.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Adolescent and Children Mental Health"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QM0855X"], ["definition", "An entity, facility, or distinct part of a facility providing diagnostic, treatment, and prescriptive services related to mental and behavioral disorders in children and adolescents. Services may be provided to parents and family members of the patient in the form of conjoint, group, or individual therapy, and education and/or training."], ["notes", "[7/1/2003: new]"]]  (3.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Migrant Health"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QM1000X"], ["definition", "Definition to come..."]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Military/U.S. Coast Guard Outpatient"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QM1100X"], ["definition", "The Defense Health Program or U.S. Coast Guard funded �fixed� facilities or distinct parts of a facility, providing outpatient medical and dental services, primarily for Uniformed Services beneficiaries. A �fixed� facility is a non-temporary, non-deployed facility. It includes mobile specialty units such as Magnetic Resonance Imaging (MRI) units that may furnish services at the �fixed� facility. It includes, as examples, the institutional portion of outpatient encounters (except Ambulatory Procedure Visits), supplies issued (e.g., glasses, ostomy supplies, crutches), and radiology and laboratory studies. Does not include items issued directly to a patient from an outpatient pharmacy or patient transport."], ["notes", "Source: TRICARE Management Activity Uniform Business Office User�s Guide [1/1/2005: title modified, definition added; 7/1/2006 title modified, definition modified]"]]  (3.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Military and U.S. Coast Guard Ambulatory Procedure"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QM1101X"], ["definition", "That part of a �fixed� (non-temporary, non-deployed) DoD or Coast Guard entity furnishing surgical procedures requiring medically supervised recovery. Similar to a civilian ambulatory surgical center. May be in shared resources with a DoD or Coast Guard Clinic or a DoD Hospital. Does not include items issued directly to a patient from an outpatient pharmacy or patient transport. Includes initial �take home� pharmaceuticals."], ["notes", "Source: TRICARE Management Activity Uniform Business Office User�s Guide [1/1/2005: title modified, definition added; 7/1/2006 title modified, definition modified]"]]  (5.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Military Outpatient Operational (Transportable) Component"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QM1102X"], ["definition", "�Non-fixed� facilities or distinct parts of a �non-fixed� facility, providing outpatient medical and dental services, primarily intended for DoD active duty. The entity is funded with other than Defense Health Program funding. Non-DoD active duty may receive services from this entity. �Non-fixed� facilities are generally deployed DoD health care activities, not providing services on or in association with a DoD fort or base. �Non-fixed� facilities include outpatient services furnished onboard ships. �Non-fixed� facilities also include deployed clinics. Does not include items issued directly to a patient from an outpatient pharmacy or patient transport."], ["notes", "[1/1/2005: title modified, definition added]"]]  (2.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Military Ambulatory Procedure Visits Operational (Transportable)"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QM1103X"], ["definition", "�Non-fixed� facilities or distinct parts of a �non-fixed� facility, providing outpatient surgical procedures requiring medically supervised recovery. Does not include items issued directly to a patient from an outpatient pharmacy or patient transport. Includes initial �take home� pharmaceuticals."], ["notes", "[1/1/2005: new]"]]  (5.8ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Magnetic Resonance Imaging (MRI)"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QM1200X"], ["definition", "Definition to come..."]]  (3.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Multi-Specialty"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QM1300X"], ["definition", "Definition to come..."]]  (5.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Medical Specialty"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QM2500X"], ["definition", "An entity, facility, or distinct part of a facility providing diagnostic, treatment, and prescriptive services related to a specific area of medical specialization. Frequently used for Title V related Children's Specialty services or to meet specific public health needs (e.g., infectious diseases or breast and cervical cancer)."], ["notes", "[7/1/2003: new]"]]  (3.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Methadone Clinic"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QM2800X"], ["definition", "An entity, facility, or distinct part of a facility providing diagnostic, and replacement maintenance treatment services related to individuals with drug addiction."], ["notes", "[7/1/2003: new]"]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Medically Fragile Intants and Children Day Care"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QM3000X"], ["definition", "An entity, facility, or distinct part of a facility specially equipped and staffed to provide care for medically fragile children with varied and complex care needs (e.g., enteral or parental feeding, ostomy care, respiratory/ventilator care, medications and therapies, etc.)."], ["notes", "[7/1/2003: new]"]]  (3.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Public Health, Federal"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QP0904X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Public Health, State or Local"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QP0905X"], ["definition", "Definition to come..."]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Podiatric"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QP1100X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Physical Therapy"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QP2000X"], ["definition", "Definition to come..."]]  (2.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Primary Care"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QP2300X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Prison Health"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QP2400X"], ["definition", "Definition to come..."]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pain"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QP3300X"], ["definition", "Definition to come..."]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Radiology"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QR0200X"], ["definition", "Definition to come..."]]  (3.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Radiology, Mammography"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QR0206X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Radiology, Mobile Mammography"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QR0207X"], ["definition", "Definition to come..."]]  (3.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Radiology, Mobile"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QR0208X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rehabilitation"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QR0400X"], ["definition", "Definition to come..."]]  (3.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rehabilitation, Comprehensive Outpatient Rehabilitation Facility (CORF)"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QR0401X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rehabilitation, Cardiac Facilities"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QR0404X"], ["definition", "Definition to come..."]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rehabilitation, Substance Use Disorder"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QR0405X"], ["definition", "Definition to come..."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Recovery Care"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QR0800X"], ["definition", "Definition to come..."]]  (3.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Research"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QR1100X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rural Health"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QR1300X"], ["definition", "Definition to come..."]]  (3.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Oral and Maxillofacial Surgery"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QS0112X"], ["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"]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ophthalmologic Surgery"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QS0132X"], ["definition", "Definition to come..."]]  (3.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Student Health"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QS1000X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Sleep Disorder Diagnostic"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QS1200X"], ["definition", "Definition to come..."]]  (3.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Urgent Care"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QU0200X"], ["definition", "Definition to come..."]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "VA"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QV0200X"], ["definition", "Definition to come..."]]  (3.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Occupational Medicine"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QX0100X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Oncology"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QX0200X"], ["definition", "An entity, facility, or distinct part of a facility providing diagnostic, treatment and prescriptive services related to cancerous conditions. Services include chemotherapy infusions and monitoring of implanted chemotherapeutic agents."], ["notes", "[7/1/2003: new]"]]  (3.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Ambulatory Health Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinic/Center"], ["parent_id", 632], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Oncology, Radiation"], ["parent_id", 633], ["depth", 3], ["taxonomy_code", "261QX0203X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospital Units"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Hospital Units"], ["depth", 1]]  (4.7ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Epilepsy Unit"], ["depth", 2], ["parent_id", 696], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Epilepsy Unit"], ["parent_id", 696], ["depth", 2], ["taxonomy_code", "273100000X"], ["definition", "An Epilepsy Unit is a distinct unit of a hospital that provides services that may include observation, urgent care, diagnostic testing, treatment, and medication management for patients with seizure disorders."], ["notes", "Source: National Uniform Claim Committee [7/1/2007: new]"]]  (6.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospital Units"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Psychiatric Unit"], ["depth", 2], ["parent_id", 696], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Psychiatric Unit"], ["parent_id", 696], ["depth", 2], ["taxonomy_code", "273R00000X"], ["definition", "In general, a distinct unit of a hospital that provides acute or long-term care to emotionally disturbed patients, including patients admitted for diagnosis and those admitted for treatment of psychiatric problems on the basis of physicians� orders and approved nursing care plans. Long-term care may include intensive supervision to the chronically mentally ill, mentally disordered or other mentally incompetent persons; (2) For Medicare, a distinct part of a general acute care hospital admitting only patients whose admission to the unit is required for active treatment, whose treatment is of an intensity that can be provided only in an inpatient hospital setting, and whose condition is described by a psychiatric principal diagnosis contained in the Third Edition of the American Psychiatric Association Diagnostic and Statistical Manual or in Chapter 5 (Mental Disorders) of the International Classification of Diseases, Ninth Revision, Clinical Modification (ICD-9-CM). The unit must furnish, through the use of qualified personnel, psychological services, social work services, psychiatric nursing, occupational therapy, and recreational therapy. The unit must maintain medical records that permit determination of the degree and intensity of treatment provided to individuals who are furnished services in the unit; the unit must meet special staff requirements in that the unit must have adequate numbers of qualified professional and supportive staff to evaluate inpatients, formulate written, individualized, comprehensive treatment plans, provide active treatment measures and engage in discharge planning."], ["notes", "Source: (1) AHA Annual Survey p. A10 1996 AHA Guide; (2) Code of Federal Regulations #42, Section 412.27."]]  (3.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospital Units"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Rehabilitation Unit"], ["depth", 2], ["parent_id", 696], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Rehabilitation Unit"], ["parent_id", 696], ["depth", 2], ["taxonomy_code", "273Y00000X"], ["definition", "In general, a distinct unit of a general acute care hospital that provides care encompassing a comprehensive array of restoration services for the disabled and all support services necessary to help patients attain their maximum functional capacity. Source: AHA Annual Survey p. A10 1996 AHA Guide. For Medicare, a distinct part of a general acute care hospital providing inpatient rehabilitation services that meets the following requirements. Rehabilitation Units have in effect a preadmission screening procedure under which each prospective patient�s condition and medical history are reviewed to determine whether the patient is likely to benefit significantly from an intensive inpatient program or assessment; ensure that the patients receive close medical supervision and furnish, through the use of qualified personnel, rehabilitation nursing, physical therapy and occupational therapy, plus, as needed, speech therapy, social services or psychological services and orthotic and prosthetic services; have a plan of treatment for each inpatient that is established, reviewed, and revised as needed by a physician in consultation with other professional personnel who provide services to the patient; use a coordinated multidisciplinary team approach in the rehabilitation of each inpatient, as documented by periodic clinical entries made in the patient�s medical record to note the patient�s status in relationship to goal attainment , and that team conferences are held at least every two weeks to determine the appropriateness of treatment; have a director of rehabilitation who provides services to the unit and its inpatients for at least 20 hours a week, is a doctor of medicine or osteopathy, is licensed under State law to practice medicine or surgery, and has had, after completing a one-year hospital internship at least two years of training or experience in the medical management of inpatients requiring rehabilitation services."], ["notes", "Source: Code of Federal Regulations #42, Section 412.29."]]  (4.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospital Units"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Medicare Defined Swing Bed Unit"], ["depth", 2], ["parent_id", 696], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Medicare Defined Swing Bed Unit"], ["parent_id", 696], ["depth", 2], ["taxonomy_code", "275N00000X"], ["definition", "A unit of a hospital that has a Medicare provider agreement and has been granted approval from HCFA to provide post-hospital extended care services and be reimbursed as a swing-bed unit."], ["notes", "Source: Code of Federal Regulations #42, Section 482.66."]]  (3.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospital Units"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Rehabilitation, Substance Use Disorder Unit"], ["depth", 2], ["parent_id", 696], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Rehabilitation, Substance Use Disorder Unit"], ["parent_id", 696], ["depth", 2], ["taxonomy_code", "276400000X"], ["definition", "A distinct part of a hospital that provides medically monitored, interdisciplinary addiction-focused treatment to patients/clients who have psychoactive substance use disorders (commonly referred to as alcohol and drug abuse or substance abuse.)"], ["notes", "Source: Department of Defense Regulation 6010.8-R, Chapter 6."]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Hospitals"], ["depth", 1]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Chronic Disease Hospital"], ["depth", 2], ["parent_id", 702], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Chronic Disease Hospital"], ["parent_id", 702], ["depth", 2], ["taxonomy_code", "281P00000X"], ["definition", "(1) A hospital including a physical plant and personnel that provides multidisciplinary diagnosis and treatment for diseases that have one or more of the following characteristics: is permanent; leaves residual disability; is caused by nonreversible pathological alteration; requires special training of the patient for rehabilitation; and/or may be expected to require a long period of supervision or care. In addition, patients require the safety, security, and shelter of these specialized inpatient or partial hospitalization settings. (2) A hospital that provides medical and skilled nursing services to patients with long-term illnesses who are not in an acute phase but who require an intensity of services not available in nursing homes."], ["notes", "Source: (1) Expanded from Rhea, Ott, and Shafritz, The Facts On File Dictionary of Health Care Management, New York: Facts On File Publications, 1988."]]  (6.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Chronic Disease Hospital"], ["parent_id", 702], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Children"], ["parent_id", 703], ["depth", 3], ["taxonomy_code", "281PC2000X"], ["definition", "Definition to come..."]]  (3.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Long Term Care Hospital"], ["depth", 2], ["parent_id", 702], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Long Term Care Hospital"], ["parent_id", 702], ["depth", 2], ["taxonomy_code", "282E00000X"], ["definition", "Long-term care hospitals (LTCHs) furnish extended medical and rehabilitative care to individuals who are clinically complex and have multiple acute or chronic conditions."], ["notes", "Source: American Hospital Association [7/1/2006: new]"]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Religious Nonmedical Health Care Institution"], ["depth", 2], ["parent_id", 702], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Religious Nonmedical Health Care Institution"], ["parent_id", 702], ["depth", 2], ["taxonomy_code", "282J00000X"], ["definition", "Furnishes only nonmedical nursing items and services to patients who choose to rely solely upon a religious method of healing, and for whom the acceptance of medical services would be inconsistent with their religious beliefs. Furnishes nonmedical items and services exclusively through nonmedical nursing personnel who are experienced in caring for the physical needs of nonmedical patients. For example, caring for the physical needs such as assistance with activities of daily living; assistance in moving, positioning, and ambulation; nutritional needs; and comfort and support measures. Furnishes nonmedical items and services to inpatients on a 24-hour basis. Does not furnish, on the basis of religious beliefs, through its personnel or otherwise, medical items and services (including any medical screening, examination, diagnosis, prognosis, treatment, or the administration of drugs) for its patients."], ["notes", "Source: Centers for Medicare & Medicaid Services, http://www.cms.hhs.gov/CertificationandComplianc/19_RNHCIs.asp#TopOfPage [7/1/2006: new]"]]  (3.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "General Acute Care Hospital"], ["depth", 2], ["parent_id", 702], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "General Acute Care Hospital"], ["parent_id", 702], ["depth", 2], ["taxonomy_code", "282N00000X"], ["definition", "An acute general hospital is an institution whose primary function is to provide inpatient diagnostic and therapeutic services for a variety of medical conditions, both surgical and non-surgical, to a wide population group. The hospital treats patients in an acute phase of illness or injury, characterized by a single episode or a fairly short duration, from which the patient returns to his or her normal or previous level of activity."]]  (5.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "General Acute Care Hospital"], ["parent_id", 702], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Critical Access"], ["parent_id", 707], ["depth", 3], ["taxonomy_code", "282NC0060X"], ["definition", "Definition to come."], ["notes", "[7/1/2003: new]"]]  (3.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "General Acute Care Hospital"], ["parent_id", 702], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Children"], ["parent_id", 707], ["depth", 3], ["taxonomy_code", "282NC2000X"], ["definition", "Definition to come..."]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "General Acute Care Hospital"], ["parent_id", 702], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rural"], ["parent_id", 707], ["depth", 3], ["taxonomy_code", "282NR1301X"], ["definition", "Definition to come..."]]  (3.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "General Acute Care Hospital"], ["parent_id", 702], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Women"], ["parent_id", 707], ["depth", 3], ["taxonomy_code", "282NW0100X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Psychiatric Hospital"], ["depth", 2], ["parent_id", 702], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Psychiatric Hospital"], ["parent_id", 702], ["depth", 2], ["taxonomy_code", "283Q00000X"], ["definition", "An organization including a physical plant and personnel that provides multidisciplinary diagnostic and treatment mental health services to patients requiring the safety, security, and shelter of the inpatient or partial hospitalization settings."], ["notes", "Source: Expanded from Rhea, Ott, and Shafritz, The Facts On File Dictionary of Health Care Management, New York: Facts On File Publications, 1988."]]  (3.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Rehabilitation Hospital"], ["depth", 2], ["parent_id", 702], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Rehabilitation Hospital"], ["parent_id", 702], ["depth", 2], ["taxonomy_code", "283X00000X"], ["definition", "A hospital or facility that provides health-related, social and/or vocational services to disabled persons to help them attain their maximum functional capacity."], ["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"]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Rehabilitation Hospital"], ["parent_id", 702], ["depth", 2], ["LIMIT", 1]]  (0.2ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Children"], ["parent_id", 713], ["depth", 3], ["taxonomy_code", "283XC2000X"], ["definition", "Definition to come..."]]  (3.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Special Hospital"], ["depth", 2], ["parent_id", 702], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Special Hospital"], ["parent_id", 702], ["depth", 2], ["taxonomy_code", "284300000X"], ["definition", "A designation by the AHA of a hospital whose primary function of the institution is to provide diagnostic and treatment services for patients who have specified medical conditions, both surgical and nonsurgical."], ["notes", "Source: AHA Guide, Registration section, p. A5."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Military Hospital"], ["depth", 2], ["parent_id", 702], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Military Hospital"], ["parent_id", 702], ["depth", 2], ["taxonomy_code", "286500000X"], ["definition", "A health care facility operated by the Department of Defense."]]  (4.1ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Military Hospital"], ["parent_id", 702], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "notes") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Community Health"], ["parent_id", 716], ["depth", 3], ["taxonomy_code", "2865C1500X"], ["notes", "[1/1/2005: marked inactive]"]]  (5.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Military Hospital"], ["parent_id", 702], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Military General Acute Care Hospital"], ["parent_id", 716], ["depth", 3], ["taxonomy_code", "2865M2000X"], ["definition", "A Department of Defense (DoD) health care organization furnishing inpatient care 24 hours per day in �fixed� facilities, primarily for DoD beneficiaries. Entity is Defense Health Program (DHP) funded. A �fixed� facility is a non-temporary, non-deployed facility usually used for health care services. It includes mobile specialty units such as Magnetic Resonance Imaging (MRI) units that may furnish services at the �fixed� facility. It includes those services and institutional costs usually included in a Diagnosis Related Group as well as �pass-through� items."], ["notes", "[1/1/2005: title modified, definition added]"]]  (4.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Military Hospital"], ["parent_id", 702], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Military General Acute Care Hospital. Operational (Transportable)"], ["parent_id", 716], ["depth", 3], ["taxonomy_code", "2865X1600X"], ["definition", "A Department of Defense (DoD) health care organization furnishing inpatient care 24 hours per day in �non-fixed� or deployed facilities. Entity is not Defense Health Program funded. Services are primarily intended for DoD active duty though some services may be furnished for non-DoD active duty. �Non-fixed� facilities are generally deployed DoD health care activities, not providing services on or in association with a DoD fort or base. �Non-fixed� facilities include hospital ships."], ["notes", "[1/1/2005: title modified, definition added]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Hospitals"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Christian Science Sanitorium"], ["depth", 2], ["parent_id", 702], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Christian Science Sanitorium"], ["parent_id", 702], ["depth", 2], ["taxonomy_code", "287300000X"], ["definition", "Inactive, use 282J00000X"], ["notes", " [7/1/2009: marked inactive]"]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Laboratories"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Laboratories"], ["depth", 1]]  (6.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Military Clinical Medical Laboratory"], ["depth", 2], ["parent_id", 721], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Military Clinical Medical Laboratory"], ["parent_id", 721], ["depth", 2], ["taxonomy_code", "291900000X"], ["definition", "A Department of Defense (DoD) medical clinical reference laboratory not associated with a DoD Hospital or DoD Clinic. An example is the Armed Forces Institute of Pathology."], ["notes", "[1/1/2005: new]"]]  (5.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Laboratories"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Clinical Medical Laboratory"], ["depth", 2], ["parent_id", 721], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Clinical Medical Laboratory"], ["parent_id", 721], ["depth", 2], ["taxonomy_code", "291U00000X"], ["definition", "(1) A clinical laboratory is a facility for the biological, microbiological, serological, chemical, immunohematological, hematological, biophysical, cytological, pathological, or other examination of materials derived from the human body for the purpose of providing information for the diagnosis, prevention, or treatment of any disease or impairment of, human beings. These examinations also include procedures to determine, measure, or otherwise describe the presence or absence of various substances or organisms in the body. Facilities only collecting or preparing specimens (or both) or only serving as a mailing service and not performing testing are not considered clinical laboratories. (2) Any facility that examines materials from the human body for purposes of providing information for the diagnosis, prevention, or treatment of any disease or impairment of, or the assessment of, the health of human beings. Typical divisions of a clinical laboratory include hematology, cytology, bacteriology, histology, biochemistry, medical toxicology, and serology."], ["notes", "Source: (1) Code of Federal Regulations #42, Public Health, Section 493.2. (2) ) 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. 186."]]  (5.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Laboratories"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Dental Laboratory"], ["depth", 2], ["parent_id", 721], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Dental Laboratory"], ["parent_id", 721], ["depth", 2], ["taxonomy_code", "292200000X"], ["definition", "A commercial laboratory specializing in the construction of dental appliances that conform to a dentist�s specifications including the construction of dentures (complete or partial), orthodontic appliances, bridgework, crowns, and inlays."], ["notes", "Source: 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. 1245."]]  (4.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Laboratories"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Physiological Laboratory"], ["depth", 2], ["parent_id", 721], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Physiological Laboratory"], ["parent_id", 721], ["depth", 2], ["taxonomy_code", "293D00000X"], ["definition", "A laboratory that operates independently of a hospital and physician�s office to furnish physiological diagnostic services (e.g. EEG�s , EKG�s, scans, etc.). Facilities offering ONLY physiological services are not certified as independent laboratories. If an independent laboratory offers physiological services IN ADDITION to clinical laboratory services, they are surveyed only for compliance with the clinical laboratory regulations because there are no health and safety regulations for physiological services."], ["notes", "Source: Paraphrased from the Medicare Carrier Manual, Section 2070.5."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Managed Care Organizations"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Managed Care Organizations"], ["depth", 1]]  (5.0ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Exclusive Provider Organization"], ["depth", 2], ["parent_id", 726], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.6ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Exclusive Provider Organization"], ["parent_id", 726], ["depth", 2], ["taxonomy_code", "302F00000X"], ["definition", "(1) An EPO is a form of PPO, in which patients must visit a caregiver that is specified on its panel of providers (is a participating provider). If a visit to an outside(not participating) provider is made the EPO offers very limited or no coverage for the medical service; (2) While similar to a PPO in that an EPO allows patients to go outside the network for care, if they do so in an EPO, they are required to pay the entire cost of care. An EPO differs from an HMO in that EPO physicians do not receive capitation but instead are reimbursed only for actual services provided; (3) An organization identical to a preferred provider organization except that persons enrolled in the plan are eligible to receive benefits only when they use the services of the contracting providers. No benefits are available when non-contracting providers are used, except in certain emergency situations."], ["notes", "Source: (1) Medical Interface: Managed Care A thru Z- Managed Care Terms published by Medicom International, Bronxville, New York Telephone (914) 337-5023, p. 15; (2) \"Glossary of terms used in managed care\" Developed by the Managed Care Assembly (MCA) of Medical Group Management Association (MGMA), MGM Journal, September/October 1995, p. 58; (3) Rhea, Ott, and Shafritz, The Facts On File Dictionary of Health Care Management, New York: Facts On File Publications, 1988."]]  (5.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Managed Care Organizations"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Health Maintenance Organization"], ["depth", 2], ["parent_id", 726], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Health Maintenance Organization"], ["parent_id", 726], ["depth", 2], ["taxonomy_code", "302R00000X"], ["definition", "(1) A form of health insurance in which its members prepay a premium for the HMO�s health services which generally include inpatient and ambulatory care. For the patient, an HMO means reduced out-of-pocket costs (i.e. no deductible), no paperwork (i.e. insurance forms), and only a small copayment for each office visit to cover the paperwork handled by the HMO; (2) A organization of health care personnel and facilities that provides a comprehensive range of health services to an enrolled population for a fixed sum of money paid in advance for a specified period of time. These health services include a wide variety of medical treatments and consults, inpatient and outpatient hospitalization, home health service, ambulance service, and sometimes dental and pharmacy services. The HMO may be organized as a group model, an individual practice association (IPA), a network model or a staff model."], ["notes", "Source: (1) Medical Interface: Managed Care A thru Z- Managed Care Terms published by Medicom International, Bronxville, New York Telephone (914) 337-5023, p. 20; (2) \"Glossary of terms used in managed care\" Developed by the Managed Care Assembly (MCA) of Medical Group Management Association (MGMA), MGM Journal, September/October 1995, p. 58"]]  (4.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Managed Care Organizations"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Preferred Provider Organization"], ["depth", 2], ["parent_id", 726], ["LIMIT", 1]]  (0.0ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Preferred Provider Organization"], ["parent_id", 726], ["depth", 2], ["taxonomy_code", "305R00000X"], ["definition", "A group of physicians and/or hospitals who contract with an employer to provide services to their employees. In a PPO, the patient may got to the physician of his/her choice, even if that physician does not participate in the PPO, but the patient receives care at a lower benefit level."], ["notes", "Source: \"Glossary of terms used in managed care\" Developed by the Managed Care Assembly (MCA) of Medical Group Management Association (MGMA), MGM Journal, September/ October 1995, p. 62"]]  (6.1ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Managed Care Organizations"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Point of Service"], ["depth", 2], ["parent_id", 726], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Point of Service"], ["parent_id", 726], ["depth", 2], ["taxonomy_code", "305S00000X"], ["definition", "This product may also be called an open-ended HMO and offers a transition product incorporating features of both HMOs and PPOs. Beneficiaries are enrolled in an HMO but have the option to go outside the networks for an additional cost."], ["notes", "Source: \"Glossary of terms used in managed care\" Developed by the Managed Care Assembly (MCA) of Medical Group Management Association (MGMA), MGM Journal, September/October 1995, p. 62"]]  (4.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing & Custodial Care Facilities"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Nursing & Custodial Care Facilities"], ["depth", 1]]  (6.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Assisted Living Facility"], ["depth", 2], ["parent_id", 731], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Assisted Living Facility"], ["parent_id", 731], ["depth", 2], ["taxonomy_code", "310400000X"], ["definition", "A facility providing supportive services to individuals who can function independently in most areas of activity, but need assistance and/or monitoring to assure safety and well being."], ["notes", "[7/1/2003: new]"]]  (5.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing & Custodial Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Assisted Living Facility"], ["parent_id", 731], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Assisted Living, Mental Illness"], ["parent_id", 732], ["depth", 3], ["taxonomy_code", "3104A0625X"], ["definition", "A facility providing supportive services to individuals who can function independently in most areas of activity, but need special guidance, assistance and/or monitoring as the result of a psychiatric problem. This type of facility requires a staff with special training in mental health training and dealing with psychiatric emergencies."], ["notes", "[7/1/2003: new]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing & Custodial Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Assisted Living Facility"], ["parent_id", 731], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Assisted Living, Behavioral Disturbances"], ["parent_id", 732], ["depth", 3], ["taxonomy_code", "3104A0630X"], ["definition", "A facility providing supportive services to individuals who can function independently in most areas of activity, but exhibit abnormal behavioral responses and habits and therefore need special guidance, assistance and/or monitoring to assure safety and well being. This type of facility requires a staff with special training in dealing with and redirecting negative, violent or destructive behaviors."], ["notes", "[7/1/2003: new]"]]  (4.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing & Custodial Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Intermediate Care Facility, Mental Illness"], ["depth", 2], ["parent_id", 731], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Intermediate Care Facility, Mental Illness"], ["parent_id", 731], ["depth", 2], ["taxonomy_code", "310500000X"], ["definition", "A nursing facility that provides an intermediate level of nursing care to individuals whose functional abilities are significantly compromise by mental illness."], ["notes", "[7/1/2003: new]"]]  (5.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing & Custodial Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Alzheimer Center (Dementia Center)"], ["depth", 2], ["parent_id", 731], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Alzheimer Center (Dementia Center)"], ["parent_id", 731], ["depth", 2], ["taxonomy_code", "311500000X"], ["definition", "A freestanding facility or special care unit of a long term care facility focusing on patient care of individuals diagnosed with dementia or Alzheimer�s Disease or their related diseases. Six elements of the facility/unit set it apart from other (the rest of the) facilities(y): Admission of residents with dementia (including those with Alzheimer's disease); Staff who are specially selected, trained, and supervised; Activities that are specifically designed for the cognitively impaired; A marketing of a special care unit in brochures; A high level of family involvement; and A physical environment designed to keep residents safe and segregated from other populations."]]  (4.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing & Custodial Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Custodial Care Facility"], ["depth", 2], ["parent_id", 731], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Custodial Care Facility"], ["parent_id", 731], ["depth", 2], ["taxonomy_code", "311Z00000X"], ["definition", "A facility providing care that serves to assist an individual in the activities of daily living, such as assistance in walking, getting in and out of bed, bathing, dressing, feeding, and using the toilet, preparation of special diets, and supervision of medication that usually can be self-administered. Custodial care essentially is personal care that does not require the continuing attention of trained medical or paramedical personnel."], ["notes", "Source: Paraphrased from Section 3159 A3 of the Medicare Intermediary Manual."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing & Custodial Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Custodial Care Facility"], ["parent_id", 731], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Adult Care Home"], ["parent_id", 737], ["depth", 3], ["taxonomy_code", "311ZA0620X"], ["definition", "A custodial care facility providing supportive and personal care services to disabled and/or elderly individuals who cannot function independently in most areas of activity and need assistance and monitoring to enable them to remain in a home like environment."], ["notes", "[7/1/2003: new]"]]  (3.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing & Custodial Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Nursing Facility/Intermediate Care Facility"], ["depth", 2], ["parent_id", 731], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Nursing Facility/Intermediate Care Facility"], ["parent_id", 731], ["depth", 2], ["taxonomy_code", "313M00000X"], ["definition", "An institution (or a distinct part of an institution) which- (1) is primarily engaged in providing to residents- (A) skilled nursing care and related services for residents who require medical or nursing care, (B) rehabilitation services for the rehabilitation of injured, disabled, or sick persons, or, on a regular basis, health-related care and services to individuals who because of their mental or physical condition require care and services (above the level of room and board) which can be made available to them only through institutional facilities, and is not primarily for the care and treatment of mental diseases; (2) has in effect a transfer agreement with one or more hospitals."], ["notes", "Source: Paraphrased from Section 1919 (a) of the Social Security Act."]]  (5.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing & Custodial Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Skilled Nursing Facility"], ["depth", 2], ["parent_id", 731], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Skilled Nursing Facility"], ["parent_id", 731], ["depth", 2], ["taxonomy_code", "314000000X"], ["definition", "(1) A skilled nursing facility is a facility or distinct part of an institution whose primary function is to provide medical, continuous nursing, and other health and social services to patients who are not in an acute phase of illness requiring services in a hospital, but who require primary restorative or skilled nursing services on an inpatient basis above the level of intermediate or custodial care in order to reach a degree of body functioning to permit self care in essential daily living. It meets any licensing or certification standards et forth by the jurisdiction where it is located. A skilled nursing facility may be a freestanding facility or part of a hospital that has been certified by Medicare to admit patients requiring subacute care and rehabilitation; (2) Provides non-acute medical and skilled nursing care services, therapy and social services under the supervision of a licensed registered nurse on a 24-hour basis."], ["notes", "Source: (1) \"Glossary of terms used in managed care\" Developed by the Managed Care Assembly (MCA) of Medical Group Management Association (MGMA), MGM Journal, September/October 1995, p. 64; (2) AHA Guide, 1996 Annual Survey."]]  (3.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing & Custodial Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Skilled Nursing Facility"], ["parent_id", 731], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Nursing Care, Pediatric"], ["parent_id", 740], ["depth", 3], ["taxonomy_code", "3140N1450X"], ["definition", "A nursing care facility designed and staffed for the provision of nursing care and appropriate educational and habilitative/rehabilitative services to children with multiple, complex or profound disabilities that can not be cared for in a less restrictive environment."], ["notes", "[7/1/2003: new]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing & Custodial Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Hospice, Inpatient"], ["depth", 2], ["parent_id", 731], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Hospice, Inpatient"], ["parent_id", 731], ["depth", 2], ["taxonomy_code", "315D00000X"], ["definition", "A provider organization, or distinct part of the organization, which renders an interdisciplinary program providing palliative care, chiefly medical relief of pain and supporting services, which addresses the emotional, social, financial, and legal needs of terminally ill patients and their families where an institutional care environment is required for the patient."], ["notes", "Source: AHA Guide, American Hospital Association."]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing & Custodial Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Intermediate Care Facility, Mentally Retarded"], ["depth", 2], ["parent_id", 731], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Intermediate Care Facility, Mentally Retarded"], ["parent_id", 731], ["depth", 2], ["taxonomy_code", "315P00000X"], ["definition", "(1) A public institution for care of the mentally retarded or people with related conditions. (2) An institution giving active treatment to mentally retarded or developmentally disabled persons or persons with related conditions. The primary purpose of the institution is to provide health or rehabilitative services to such individuals."], ["notes", "Sources: (1) Lexikon: Dictionary of Health Care Terms, Organizations and Acronyms for the Era of Reform, Joint Commission on Accreditation of Healthcare Organizations, Oakbrook Terrace, IL: 1994, p. 403 (2) Paraphrased from Code of Federal Regulations #42, Public Health, Section 440.150(c)."]]  (5.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing & Custodial Care Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Christian Science Facility"], ["depth", 2], ["parent_id", 731], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Christian Science Facility"], ["parent_id", 731], ["depth", 2], ["taxonomy_code", "317400000X"], ["definition", "Inactive, use 282J00000X"], ["notes", " [7/1/2009: marked inactive]"]]  (3.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Residential Treatment Facilities"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Residential Treatment Facilities"], ["depth", 1]]  (6.6ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Residential Treatment Facility, Mental Retardation and/or Developmental Disabilities"], ["depth", 2], ["parent_id", 745], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Residential Treatment Facility, Mental Retardation and/or Developmental Disabilities"], ["parent_id", 745], ["depth", 2], ["taxonomy_code", "320600000X"], ["definition", "A residential facility that provides habilitation services and other care and treatment to adults or children diagnosed with developmental disabilities and/or mental retardation and are not able to live independently."], ["notes", "[7/1/2003: new]"]]  (5.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Residential Treatment Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "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 [["name", "Residential Treatment Facility, Physical Disabilities"], ["depth", 2], ["parent_id", 745], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Residential Treatment Facility, Physical Disabilities"], ["parent_id", 745], ["depth", 2], ["taxonomy_code", "320700000X"], ["definition", "A residential facility that provides habilitation services and other care and treatment to adults or children diagnosed with developmental disabilities and/or mental retardation and are not able to live independently."], ["notes", "[7/1/2003: new]"]]  (5.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Residential Treatment Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Community Based Residential Treatment Facility, Mental Illness"], ["depth", 2], ["parent_id", 745], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Community Based Residential Treatment Facility, Mental Illness"], ["parent_id", 745], ["depth", 2], ["taxonomy_code", "320800000X"], ["definition", "A home-like residential facility providing psychiatric treatment and psycho/social rehabilitative services to individuals diagnosed with mental illness."], ["notes", "[7/1/2003: new]"]]  (4.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Residential Treatment Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Community Based Residential Treatment, Mental Retardation and/or Developmental Disabilities"], ["depth", 2], ["parent_id", 745], ["LIMIT", 1]]  (0.0ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Community Based Residential Treatment, Mental Retardation and/or Developmental Disabilities"], ["parent_id", 745], ["depth", 2], ["taxonomy_code", "320900000X"], ["definition", "A home-like residential facility providing habilitation, support and monitoring services to individuals diagnosed with mental retardation and/or developmental disabilities."], ["notes", "[7/1/2003: new]"]]  (5.9ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Residential Treatment Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Residential Treatment Facility, Emotionally Disturbed Children"], ["depth", 2], ["parent_id", 745], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Residential Treatment Facility, Emotionally Disturbed Children"], ["parent_id", 745], ["depth", 2], ["taxonomy_code", "322D00000X"], ["definition", "A provider facility or distinct part of the organization which renders an interdisciplinary program of mental health treatment to individuals under 21 years of age who have persistent dysfunction in major life areas. The dysfunction is of an extent and pervasiveness that requires a protected and highly structured therapeutic environment. These organizations, or distinct part of organizations, exclude those that provide acute psychiatric care, partial hospitalization, group living, therapeutic schooling, primary diagnosis substance abuse disorder treatment, or primary diagnosis mental retardation or developmental disability treatment."], ["notes", "Source: U.S. Department of Defense Regulation 6010.8-R, Chapter 6."]]  (3.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Residential Treatment Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Psychiatric Residential Treatment Facility"], ["depth", 2], ["parent_id", 745], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Psychiatric Residential Treatment Facility"], ["parent_id", 745], ["depth", 2], ["taxonomy_code", "323P00000X"], ["definition", "A residential treatment facility (RTF) is a facility or distinct part of a facility that provides to children and adolescents, a total, twenty-four hour, therapeutically planned group living and learning situation where distinct and individualized psychotherapeutic interventions can take place. Residential treatment is a specific level of care to be differentiated from acute, intermediate, and long-term hospital care, when the least restrictive environment is maintained to allow for normalization of the patient�s surroundings. The RTF must be both physically and programmatically distinct if it is a part or subunit of a larger treatment program. An RTF is organized and professionally staffed to provide residential treatment of mental disorders to children and adolescents who have sufficient intellectual potential to respond to active treatment (that is, for whom it can reasonably be assumed that treatment of the mental disorder will result in an improved ability to function outside the RTF) for whom outpatient treatment, partial hospitalization or protected and structured environment is medically or psychologically necessary"], ["notes", "Source: Champus Policy manual, Volume II, p. 6010.47M dated 9/12/94. Revision: Definition title revised 7/1/03"]]  (5.5ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Residential Treatment Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Substance Abuse Rehabilitation Facility"], ["depth", 2], ["parent_id", 745], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Substance Abuse Rehabilitation Facility"], ["parent_id", 745], ["depth", 2], ["taxonomy_code", "324500000X"], ["definition", "A facility or distinct part of a facility that provides a 24 hr therapeutically planned living and rehabilitative intervention environment for the treatment of individuals with disorders in the abuse of drugs, alcohol, and other substances."], ["notes", "[7/1/2003: modified title, modified definition]"]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Residential Treatment Facilities"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Substance Abuse Rehabilitation Facility"], ["parent_id", 745], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Substance Abuse Treatment, Children"], ["parent_id", 752], ["depth", 3], ["taxonomy_code", "3245S0500X"], ["definition", "A facility or distinct part of a facility that provides a 24 hr therapeutically planned living and rehabilitative intervention environment for the treatment of children with disorders in the use of drugs, alcohol, and other substances. Medical and supportive counseling services and education services are included."], ["notes", "[7/1/2003: new]"]]  (5.6ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Suppliers"], ["depth", 1]]  (5.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Blood Bank"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Blood Bank"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "331L00000X"], ["definition", "An institution (organization or distinct part thereof) that performs, or is responsible for the performance of, the collection, processing, storage and/or issuance of human blood and blood components, intended for transfusion. The institution may also collect, process, and/or distribute human tissue, including bone marrow and peripheral blood progenitor cells, intended for transplantation."], ["notes", "Source: American Association of Blood Banks, Standards for Blood Banks and Tranfusion, 17th ed."]]  (6.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Military/U.S. Coast Guard Pharmacy"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Military/U.S. Coast Guard Pharmacy"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "332000000X"], ["definition", "A Department of Defense (DoD) or U.S. Coast Guard entity whose primary function is to store, prepare and dispense pharmaceuticals and other associated items to Uniformed Services beneficiaries. These pharmacies may be associated with a DoD or U.S. Coast Guard clinic, DoD Hospital or freestanding. Usually associated with outpatient services."], ["notes", "Source: TRICARE Management Activity Uniform Business Office User�s Guide [1/1/2005: new; 7/1/2006: modified title, modified definition]"]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Department of Veterans Affairs (VA) Pharmacy"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Department of Veterans Affairs (VA) Pharmacy"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "332100000X"], ["definition", "Department of Veterans Affairs (VA) Pharmacy means any place under VA jurisdiction where drugs are dispensed and Pharmaceutical Care is provided to enrolled Veterans, by licensed pharmacists. The Pharmacy is reviewed by JCAHO, utilizes the VA hospital�s DEA number, and has a designated NCPDP number. VA facility pharmacies include Inpatient (Institutional), Outpatient, Consolidated Mail Outpatient Pharmacies (CMOPs), Research, Addiction Treatment Centers, Long Term Care and Community Based Outpatient Clinics Pharmacies. The VHA Pharmacy Benefits Management � Strategic Healthcare Group has oversight for professional and practice activities of VA Pharmacies. Each pharmacy is under the direct supervision of a U.S. or U.S. territory licensed pharmacist, and has staffing to meet its designated scope of service."], ["notes", "Source: Pharmacy Benefits Management � Strategic Healthcare Group, Veterans Health Administration, Department of Veterans Affairs [1/1/2006: new]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Indian Health Service/Tribal/Urban Indian Health (I/T/U) Pharmacy"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Indian Health Service/Tribal/Urban Indian Health (I/T/U) Pharmacy"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "332800000X"], ["definition", "An Indian Health Service/Tribal/Urban Indian Health (I/T/U) Pharmacy means a pharmacy operated by the Indian Health Service, an Indian tribe or tribal organization, or an urban Indian organization, all of which are defined in Section 4 of the Indian Health Care Improvement Act, 25 U.S.C. 1603."], ["notes", "Source: The Medicare Prescription Drug, Improvement and Modernization Act of 2003 [1/1/2006: new]"]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Non-Pharmacy Dispensing Site"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Non-Pharmacy Dispensing Site"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "332900000X"], ["definition", "A site other than a pharmacy that dispenses medicinal preparations under the supervision of a physician to patients for self-administration. (e.g. physician offices, ER, Urgent Care Centers, Rural Health Facilities, etc.)"], ["notes", "Source: Developed by National Council for Prescription Drug Programs (NCPDP), National Home Infusion Association (NHIA), and Pharmacist Services Technical Advisory Coalition (PSTAC) [1/1/2006: new]"]]  (5.7ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Durable Medical Equipment & Medical Supplies"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Durable Medical Equipment & Medical Supplies"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "332B00000X"], ["definition", "A supplier of medical equipment such as respirators, wheelchairs, home dialysis systems, or monitoring systems, that are prescribed by a physician for a patient�s use in the home and that are usable for an extended period of time."]]  (3.8ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Durable Medical Equipment & Medical Supplies"], ["parent_id", 754], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Customized Equipment"], ["parent_id", 760], ["depth", 3], ["taxonomy_code", "332BC3200X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Durable Medical Equipment & Medical Supplies"], ["parent_id", 754], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Dialysis Equipment & Supplies"], ["parent_id", 760], ["depth", 3], ["taxonomy_code", "332BD1200X"], ["definition", "Definition to come..."]]  (3.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Durable Medical Equipment & Medical Supplies"], ["parent_id", 754], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Nursing Facility Supplies"], ["parent_id", 760], ["depth", 3], ["taxonomy_code", "332BN1400X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Durable Medical Equipment & Medical Supplies"], ["parent_id", 754], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Parenteral & Enteral Nutrition"], ["parent_id", 760], ["depth", 3], ["taxonomy_code", "332BP3500X"], ["definition", "Definition to come..."]]  (3.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Durable Medical Equipment & Medical Supplies"], ["parent_id", 754], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Oxygen Equipment & Supplies"], ["parent_id", 760], ["depth", 3], ["taxonomy_code", "332BX2000X"], ["definition", "Definition to come..."]]  (5.5ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Eye Bank"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eye Bank"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "332G00000X"], ["definition", "An eye bank procures and distributes eyes for transplant, education and research. To promote patient safety, donated eyes and donor medial histories are evaluated based on strict Eye Bank Association of America Medical Standards"]]  (4.1ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Eyewear Supplier (Equipment, not the service)"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Eyewear Supplier (Equipment, not the service)"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "332H00000X"], ["definition", "An organization that provides spectacles, contact lenses, and other vision enhancement devices prescribed by an optometrist or ophthalmologist."]]  (4.7ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Hearing Aid Equipment"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Hearing Aid Equipment"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "332S00000X"], ["definition", "The manufacture and/or sale of electronic hearing aids, their component parts, and related products and services on a national basis."]]  (4.1ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Home Delivered Meals"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Home Delivered Meals"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "332U00000X"], ["definition", "Home-delivered meals are those services or activities designed to prepare and deliver one or more meals a day to an individual's residence in order to prevent institutionalization, malnutrition, and feelings of isolation. Component services or activities may include the cost of personnel, equipment, and food; assessment of nutritional and dietary needs; nutritional education and counseling; socialization services; and information and referral."], ["notes", "Source: Code of Federal Regulations #45, Part 96, Appendix A, Uniform Definition of Services."]]  (4.8ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Emergency Response System Companies"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Emergency Response System Companies"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "333300000X"], ["definition", "A supplier of a personal emergency response system (PERS), which is an electronic device that enables a patient to receive emergency assistance when needed. The PERS is one of two different methodologies of notification: (1) where the patient summons emergency assistance themselves directly through the device or (2) emergency assistance is summoned through secure activation by the caretaker/guardian, which sends the device location to emergency responders."], ["notes", "Source: National Uniform Claim Committee, 2010 [7/1/2010: modified]"]]  (2.6ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Pharmacy"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Pharmacy"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "333600000X"], ["definition", "A facility used by pharmacists for the compounding and dispensing of medicinal preparations and other associated professional and administrative services. A pharmacy is a facility whose primary function is to store, prepare and legally dispense prescription drugs under the professional supervision of a licensed pharmacist. It meets any licensing or certification standards set forth by the jurisdiction where it is located."], ["notes", "Source: Developed by National Council for Prescription Drug Programs (NCPDP), National Home Infusion Association (NHIA), and Pharmacist Services Technical Advisory Coalition (PSTAC) [1/1/2006: added definition]"]]  (4.6ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacy"], ["parent_id", 754], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Clinic Pharmacy"], ["parent_id", 771], ["depth", 3], ["taxonomy_code", "3336C0002X"], ["definition", "A pharmacy in a clinic, emergency room or hospital (outpatient) that dispenses medications to patients for self-administration under the supervision of a pharmacist."], ["notes", "Source: Developed by National Council for Prescription Drug Programs (NCPDP), National Home Infusion Association (NHIA), and Pharmacist Services Technical Advisory Coalition (PSTAC) [1/1/2006: new]"]]  (4.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacy"], ["parent_id", 754], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Community/Retail Pharmacy"], ["parent_id", 771], ["depth", 3], ["taxonomy_code", "3336C0003X"], ["definition", "A pharmacy where pharmacists store, prepare, and dispense medicinal preparations and/or prescriptions for a local patient population in accordance with federal and state law; counsel patients and caregivers (sometimes independent of the dispensing process); administer vaccinations; and provide other professional services associated with pharmaceutical care such as health screenings, consultative services with other health care providers, collaborative practice, disease state management, and education classes."], ["notes", "Source: Developed by National Council for Prescription Drug Programs (NCPDP), National Home Infusion Association (NHIA), and Pharmacist Services Technical Advisory Coalition (PSTAC) [1/1/2006: new]"]]  (5.6ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacy"], ["parent_id", 754], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Compounding Pharmacy"], ["parent_id", 771], ["depth", 3], ["taxonomy_code", "3336C0004X"], ["definition", "A pharmacy that specializes in the preparation of components into a drug preparation as the result of a Practitioner�s Prescription Drug Order or initiative based on the Practitioner/Patient/Pharmacist relationship in the course of professional practice. A compounding pharmacy utilizes specialized equipment and specially designed facilities necessary to meet the legal and quality requirements of its scope of compounding practice."], ["notes", "Sources: NABP Model Practice Act, Appendix C - Good Compounding Practice, USP <795> and <797>, and Pharmacy Compounding Accreditation Board [7/1/2006: new]"]]  (4.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacy"], ["parent_id", 754], ["depth", 2], ["LIMIT", 1]]  (0.0ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Home Infusion Therapy Pharmacy"], ["parent_id", 771], ["depth", 3], ["taxonomy_code", "3336H0001X"], ["definition", "Pharmacy-based, decentralized patient care organization with expertise in USP 797-compliant sterile drug compounding that provides care to patients with acute or chronic conditions generally pertaining to parenteral administration of drugs, biologics and nutritional formulae administered through catheters and/or needles in home and alternate sites. Extensive professional pharmacy services, care coordination, infusion nursing services, supplies and equipment are provided to optimize efficacy and compliance."], ["notes", "Source: National Home Infusion Association [1/1/2006: new]"]]  (5.6ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacy"], ["parent_id", 754], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Institutional Pharmacy"], ["parent_id", 771], ["depth", 3], ["taxonomy_code", "3336I0012X"], ["definition", "A pharmacy in a hospital (inpatient) or institution used by pharmacists for the compounding and delivery of medicinal preparations to be administered to the patient by nursing or other authorized personnel. Institutional Pharmacies also counsel patients and caregivers; administer vaccinations; and provide other professional services associated with pharmaceutical care such as health screenings, consultative services with other health care providers, collaborative practice, disease state management, and education classes."], ["notes", "Source: Developed by National Council for Prescription Drug Programs (NCPDP), National Home Infusion Association (NHIA), and Pharmacist Services Technical Advisory Coalition (PSTAC) [1/1/2006: new]"]]  (4.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacy"], ["parent_id", 754], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Long Term Care Pharmacy"], ["parent_id", 771], ["depth", 3], ["taxonomy_code", "3336L0003X"], ["definition", "A pharmacy that dispenses medicinal preparations delivered to patients residing within an intermediate or skilled nursing facility, including intermediate care facilities for mentally retarded, hospice, assisted living facilities, group homes, and other forms of congregate living arrangements."], ["notes", "Source: Developed by National Council for Prescription Drug Programs (NCPDP), National Home Infusion Association (NHIA), and Pharmacist Services Technical Advisory Coalition (PSTAC) [1/1/2006: new]"]]  (5.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacy"], ["parent_id", 754], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Mail Order Pharmacy"], ["parent_id", 771], ["depth", 3], ["taxonomy_code", "3336M0002X"], ["definition", "A pharmacy where pharmacists compound or dispense prescriptions or other medications in accordance with federal and state law, using common carriers to deliver the medications to patient or their caregivers. Mail order pharmacies counsel patients and caregivers (sometimes independent of the dispensing process) through telephone or email contact and provide other professional services associated with pharmaceutical care appropriate to the setting. Mail order pharmacies are licensed as a Mail Order Pharmacy in the state where they are located and may also be licensed or registered as nonresident pharmacies in other states."], ["notes", "Source: Developed by National Council for Prescription Drug Programs (NCPDP), National Home Infusion Association (NHIA), and Pharmacist Services Technical Advisory Coalition (PSTAC) [1/1/2006: new]"]]  (4.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacy"], ["parent_id", 754], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Managed Care Organization Pharmacy"], ["parent_id", 771], ["depth", 3], ["taxonomy_code", "3336M0003X"], ["definition", "A pharmacy owned by a managed care organization (MCO) used by pharmacists for the compounding and dispensing of medicinal preparations to that MCO�s covered members only."], ["notes", "Source: Developed by National Council for Prescription Drug Programs (NCPDP), National Home Infusion Association (NHIA), and Pharmacist Services Technical Advisory Coalition (PSTAC) [1/1/2006: new]"]]  (5.1ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacy"], ["parent_id", 754], ["depth", 2], ["LIMIT", 1]]  (0.2ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Nuclear Pharmacy"], ["parent_id", 771], ["depth", 3], ["taxonomy_code", "3336N0007X"], ["definition", "A pharmacy dedicated to the compounding and dispensing of radioactive materials for use in nuclear imaging and nuclear medical procedures."], ["notes", "Source: Developed by National Council for Prescription Drug Programs (NCPDP), National Home Infusion Association (NHIA), and Pharmacist Services Technical Advisory Coalition (PSTAC) [1/1/2006: new]"]]  (3.6ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Pharmacy"], ["parent_id", 754], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Specialty Pharmacy"], ["parent_id", 771], ["depth", 3], ["taxonomy_code", "3336S0011X"], ["definition", "A pharmacy that dispenses generally low volume and high cost medicinal preparations to patients who are undergoing intensive therapies for illnesses that are generally chronic, complex and potentially life threatening. Often these therapies require specialized delivery and administration."], ["notes", "Source: Developed by National Council for Prescription Drug Programs (NCPDP), National Home Infusion Association (NHIA), and Pharmacist Services Technical Advisory Coalition (PSTAC) [1/1/2006: new]"]]  (5.2ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Prosthetic/Orthotic Supplier"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Prosthetic/Orthotic Supplier"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "335E00000X"], ["definition", "An organization that provides prosthetic and orthotic care which may include, but is not limited to, patient evaluation, prosthesis or orthosis design, fabrication, fitting and modification to treat limb loss for purposes of restoring physiological function and/or cosmesis or to treat a neuromusculoskeletal disorder or acquired condition."], ["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."]]  (4.1ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Medical Foods Supplier"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Medical Foods Supplier"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "335G00000X"], ["definition", "A supplier of special replacement foods for clients with errors of metabolism that prohibit them from eating a regular diet. Medical foods are lacking in the compounds which cause complications of the metabolic disorder, and are not generally available in grocery stores, health food stores, or pharmacies."], ["notes", "Source: The Children with Special Healthcare Needs (CSHCN) Services Program, a program of the Texas Department of State Health Services"]]  (5.3ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.5ms) SELECT "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 [["name", "Organ Procurement Organization"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Organ Procurement Organization"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "335U00000X"], ["definition", "A federally designated organization that works with hospital personnel in retrieval of organs for transplantation. The federal government designates an OPO�s service area and the hospitals with which an OPO is to establish working relationships."]]  (3.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Suppliers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Portable X-ray and/or Other Portable Diagnostic Imaging Supplier"], ["depth", 2], ["parent_id", 754], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Portable X-ray and/or Other Portable Diagnostic Imaging Supplier"], ["parent_id", 754], ["depth", 2], ["taxonomy_code", "335V00000X"], ["definition", "A supplier that provides one or more of the following portable services, including but not limited to, x-ray, electrocardiogram (EKG), long-term EKG (Holter Monitor), bone densitometry, sonography, and other imaging services in accordance with all state and federal requirements, under the general supervision of a qualified physician. All necessary resources are transported to the patient's location where the services are performed."], ["notes", "Source: National Uniform Claim Committee, 2015 [1/1/2016: title and definition modified]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Transportation Services"], ["depth", 1]]  (5.3ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Ambulance"], ["depth", 2], ["parent_id", 786], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Ambulance"], ["parent_id", 786], ["depth", 2], ["taxonomy_code", "341600000X"], ["definition", "An emergency vehicle used for transporting patients to a health care facility after injury or illness. Types of ambulances used in the United States include ground (surface) ambulance, rotor-wing (helicopter), and fixed-wing aircraft (airplane)."], ["notes", "Source: 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. 37."]]  (6.3ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Ambulance"], ["parent_id", 786], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Air Transport"], ["parent_id", 787], ["depth", 3], ["taxonomy_code", "3416A0800X"], ["definition", "Definition to come..."], ["notes", "[1/1/2005: title modified]"]]  (4.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Ambulance"], ["parent_id", 786], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Land Transport"], ["parent_id", 787], ["depth", 3], ["taxonomy_code", "3416L0300X"], ["definition", "Definition to come..."], ["notes", "[1/1/2005: title modified]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Ambulance"], ["parent_id", 786], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Water Transport"], ["parent_id", 787], ["depth", 3], ["taxonomy_code", "3416S0300X"], ["definition", "Definition to come..."], ["notes", "[1/1/2005: title modified]"]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Military/U.S. Coast Guard Transport"], ["depth", 2], ["parent_id", 786], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Military/U.S. Coast Guard Transport"], ["parent_id", 786], ["depth", 2], ["taxonomy_code", "341800000X"], ["definition", "Definition to come..."], ["notes", "[1/1/2005: new; 7/1/2006 title modified]"]]  (5.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Military/U.S. Coast Guard Transport"], ["parent_id", 786], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Military or U.S. Coast Guard Ambulance, Ground Transport"], ["parent_id", 791], ["depth", 3], ["taxonomy_code", "3418M1110X"], ["definition", "Vehicle and staff for patient emergency or non-emergency ground transport. Includes traditional ambulances as well as ambulance buses."], ["notes", "Source: TRICARE Management Activity Uniform Business Office User�s Guide [1/1/2005: new; 7/1/2006 modified title, added source]"]]  (3.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Military/U.S. Coast Guard Transport"], ["parent_id", 786], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Military or U.S. Coast Guard Ambulance, Air Transport"], ["parent_id", 791], ["depth", 3], ["taxonomy_code", "3418M1120X"], ["definition", "Vehicle and staff for patient emergency or non-emergency air transport."], ["notes", "Source: TRICARE Management Activity Uniform Business Office User�s Guide [1/1/2005: new; 7/1/2006 modified title, added source]"]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Military/U.S. Coast Guard Transport"], ["parent_id", 786], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Military or U.S. Coast Guard Ambulance, Water Transport"], ["parent_id", 791], ["depth", 3], ["taxonomy_code", "3418M1130X"], ["definition", "Vehicle and staff for patient emergency or non-emergency sea/water transport"], ["notes", "Source: TRICARE Management Activity Uniform Business Office User�s Guide [1/1/2005: new; 7/1/2006 modified title, added source]"]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Secured Medical Transport (VAN)"], ["depth", 2], ["parent_id", 786], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Secured Medical Transport (VAN)"], ["parent_id", 786], ["depth", 2], ["taxonomy_code", "343800000X"], ["definition", "A public or privately owned transportation service with vehicles, specially equipped to provide enhanced safety, security and passenger restraint, and staffed by one or more individuals trained to work with patients in crisis situations resulting from mental or emotional illness and/or substance abuse."]]  (5.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Non-emergency Medical Transport (VAN)"], ["depth", 2], ["parent_id", 786], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Non-emergency Medical Transport (VAN)"], ["parent_id", 786], ["depth", 2], ["taxonomy_code", "343900000X"], ["definition", "A land vehicle with a capacity to meet special height, clearance, access, and seating, for the conveyance of persons in non-emergency situations. The vehicle may or may not be required to meet local county or state regulations."]]  (4.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Taxi"], ["depth", 2], ["parent_id", 786], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Taxi"], ["parent_id", 786], ["depth", 2], ["taxonomy_code", "344600000X"], ["definition", "A land commercial vehicle used for the transporting of persons in non-emergency situations. The vehicle meets local, county or state regulations set forth by the jurisdictions where it is located."]]  (5.9ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Air Carrier"], ["depth", 2], ["parent_id", 786], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Air Carrier"], ["parent_id", 786], ["depth", 2], ["taxonomy_code", "344800000X"], ["definition", "An air company that the Federal Aviation Administration, the certificate-holding district office (CHDO), regional Flight Standards Division (RFSD) offices, and AFS-900 has verified that the company is capable of operating safely and that it complies with the regulations and standards prescribed by the Administrator."], ["notes", "Source: Federal Aviation Administration [1/1/2010: new] Additional Resources: www.faa.gov/about/initiatives/atos/air_carrier/intro_to_part121_cert/"]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Bus"], ["depth", 2], ["parent_id", 786], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Bus"], ["parent_id", 786], ["depth", 2], ["taxonomy_code", "347B00000X"], ["definition", "A public or private organization or business licensed to provide bus services."]]  (5.9ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Private Vehicle"], ["depth", 2], ["parent_id", 786], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Private Vehicle"], ["parent_id", 786], ["depth", 2], ["taxonomy_code", "347C00000X"], ["definition", "An individual paid to provide non-emergency transportation using their privately owned/leased vehicle."]]  (3.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Train"], ["depth", 2], ["parent_id", 786], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Train"], ["parent_id", 786], ["depth", 2], ["taxonomy_code", "347D00000X"], ["definition", "An organization or business licensed to provide passenger train service, including light rail, subway, and traditional services."]]  (5.6ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Transportation Services"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Transportation Broker"], ["depth", 2], ["parent_id", 786], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Transportation Broker"], ["parent_id", 786], ["depth", 2], ["taxonomy_code", "347E00000X"], ["definition", "A public or private organization or business contracted to arrange non-emergency medical transportation services, including appropriate ancillary services, e.g., lodging."]]  (3.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1]]  (6.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Physician Assistant"], ["depth", 2], ["parent_id", 803], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Physician Assistant"], ["parent_id", 803], ["depth", 2], ["taxonomy_code", "363A00000X"], ["definition", "A physician assistant is a person who has successfully completed an accredited education program for physician assistant, is licensed by the state and is practicing within the scope of that license. Physician assistants are formally trained to perform many of the routine, time-consuming tasks a physician can do. In some states, they may prescribe medications. They take medical histories, perform physical exams, order lab tests and x-rays, and give inoculations. Most states require that they work under the supervision of a physician."]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physician Assistant"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Medical"], ["parent_id", 804], ["depth", 3], ["taxonomy_code", "363AM0700X"], ["definition", "Definition to come..."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Physician Assistant"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Surgical Technologist"], ["parent_id", 804], ["depth", 3], ["taxonomy_code", "363AS0400X"], ["definition", "Definition to come..."]]  (3.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Nurse Practitioner"], ["depth", 2], ["parent_id", 803], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["taxonomy_code", "363L00000X"], ["definition", "(1) A registered nurse provider with a graduate degree in nursing prepared for advanced practice involving independent and interdependent decision making and direct accountability for clinical judgment across the health care continuum or in a certified specialty. (2) A registered nurse who has completed additional training beyond basic nursing education and who provides primary health care services in accordance with state nurse practice laws or statutes. Tasks performed by nurse practitioners vary with practice requirements mandated by geographic, political, economic, and social factors. Nurse practitioner specialists include, but are not limited to, family nurse practitioners, gerontological nurse practitioners, pediatric nurse practitioners, obstetric-gynecologic nurse practitioners, and school nurse practitioners."], ["notes", "Source: (1) American Nurses� Association, American Nurses Credentialing Center, 1996 Certification Catalogue. (2) ) 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. 549."]]  (5.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Acute Care"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LA2100X"], ["definition", "Definition to come..."]]  (3.9ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adult Health"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LA2200X"], ["definition", "Definition to come..."]]  (5.8ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Critical Care Medicine"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LC0200X"], ["definition", "Definition to come..."]]  (4.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Community Health"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LC1500X"], ["definition", "Definition to come..."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Family"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LF0000X"], ["definition", "Definition to come..."]]  (3.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gerontology"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LG0600X"], ["definition", "Definition to come..."]]  (5.5ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neonatal"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LN0000X"], ["definition", "Definition to come..."]]  (3.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neonatal, Critical Care"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LN0005X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pediatrics"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LP0200X"], ["definition", "Definition to come..."]]  (4.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pediatrics, Critical Care"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LP0222X"], ["definition", "Definition to come..."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Psych/Mental Health"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LP0808X"], ["definition", "Definition to come..."]]  (4.2ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Perinatal"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LP1700X"], ["definition", "Definition to come..."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Primary Care"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LP2300X"], ["definition", "Definition to come..."]]  (4.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "School"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LS0200X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Women's Health"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LW0102X"], ["definition", "Definition to come..."]]  (4.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Obstetrics & Gynecology"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LX0001X"], ["definition", "Definition to come..."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Nurse Practitioner"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Occupational Health"], ["parent_id", 807], ["depth", 3], ["taxonomy_code", "363LX0106X"], ["definition", "Definition to come..."]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Clinical Nurse Specialist"], ["depth", 2], ["parent_id", 803], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["taxonomy_code", "364S00000X"], ["definition", "A registered nurse who, through a graduate degree program in nursing, or through a formal post-basic education program or continuing education courses and clinical experience, is expert in a specialty area of nursing practice within one or more of the components of direct patient/client care, consultation, education, research and administration."], ["notes", "Sources: American Nurses Association, American Nurses Credentialing Center, 1996 Certification Catalogue and The Interagency Conference on Nursing Statistics."]]  (5.5ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Acute Care"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SA2100X"], ["definition", "Definition to come..."]]  (4.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Adult Health"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SA2200X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Critical Care Medicine"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SC0200X"], ["definition", "Definition to come..."]]  (4.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Community Health/Public Health"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SC1501X"], ["definition", "Definition to come..."]]  (5.2ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Chronic Care"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SC2300X"], ["definition", "Definition to come..."]]  (4.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Emergency"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SE0003X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Ethics"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SE1400X"], ["definition", "Definition to come..."]]  (4.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Family Health"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SF0001X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Gerontology"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SG0600X"], ["definition", "Definition to come..."]]  (4.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Home Health"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SH0200X"], ["definition", "Definition to come..."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Holistic"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SH1100X"], ["definition", "Definition to come..."]]  (45.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Informatics"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SI0800X"], ["definition", "Definition to come..."]]  (29.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Long-Term Care"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SL0600X"], ["definition", "Definition to come..."]]  (29.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Medical-Surgical"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SM0705X"], ["definition", "Definition to come..."]]  (37.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neonatal"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SN0000X"], ["definition", "Definition to come..."]]  (38.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Neuroscience"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SN0800X"], ["definition", "Definition to come..."]]  (5.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Pediatrics"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SP0200X"], ["definition", "Definition to come..."]]  (4.8ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Psych/Mental Health, Child & Adolescent"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SP0807X"], ["definition", "Definition to come..."]]  (4.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Psych/Mental Health"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SP0808X"], ["definition", "Definition to come..."]]  (5.3ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Psych/Mental Health, Adult"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SP0809X"], ["definition", "Definition to come..."]]  (4.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Psych/Mental Health, Child & Family"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SP0810X"], ["definition", "Definition to come..."]]  (5.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Psych/Mental Health, Chronically Ill"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SP0811X"], ["definition", "Definition to come..."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Psych/Mental Health, Community"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SP0812X"], ["definition", "Definition to come..."]]  (5.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Psych/Mental Health, Geropsychiatric"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SP0813X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Perinatal"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SP1700X"], ["definition", "Definition to come..."]]  (5.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Perioperative"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SP2800X"], ["definition", "Definition to come..."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Rehabilitation"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SR0400X"], ["definition", "Definition to come..."]]  (5.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "School"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SS0200X"], ["definition", "Definition to come..."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Transplantation"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364ST0500X"], ["definition", "Definition to come..."]]  (5.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Women's Health"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SW0102X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Occupational Health"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SX0106X"], ["definition", "Definition to come..."]]  (5.6ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Oncology"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SX0200X"], ["definition", "Definition to come..."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Clinical Nurse Specialist"], ["parent_id", 803], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Oncology, Pediatrics"], ["parent_id", 825], ["depth", 3], ["taxonomy_code", "364SX0204X"], ["definition", "Definition to come..."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Nurse Anesthetist, Certified Registered"], ["depth", 2], ["parent_id", 803], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Nurse Anesthetist, Certified Registered"], ["parent_id", 803], ["depth", 2], ["taxonomy_code", "367500000X"], ["definition", "(1) A licensed registered nurse with advanced specialty education in anesthesia who, in collaboration with appropriate health care professionals, provides preoperative, intraoperative, and postoperative care to patients and assists in management and resuscitation of critical patients in intensive care, coronary care, and emergency situations. Nurse anesthetists are certified following successful completion of credentials and state licensure review and a national examination directed by the Council on Certification of Nurse Anesthetists. (2) A registered nurse who is qualified by special training to administer anesthesia in collaboration with a physician or dentist and who can assist in the care of patients who are in critical condition."], ["notes", "Sources: (1) Council on Certification of Nurse Anesthetists, Park Ridge, IL, and Rhea, Ott, and Shafritz, The Facts On File Dictionary of Health Care Management, New York: Facts On File Publications, 1988. (2) 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. 548."]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Advanced Practice Midwife"], ["depth", 2], ["parent_id", 803], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Advanced Practice Midwife"], ["parent_id", 803], ["depth", 2], ["taxonomy_code", "367A00000X"], ["definition", "Midwifery practice as conducted by certified nurse-midwives (CNMs) and certified midwives (CMs) is the independent management of women's health care, focusing particularly on pregnancy, childbirth, the post partum period, care of the newborn, and the family planning and gynecologic needs of women. The CNM and CM practice within a health care system that provides for consultation, collaborative management, or referral, as indicated by the health status of the client. CNMs and CMs practice in accord with the Standards for the Practice of Midwifery, as defined by the American College of Nurse-Midwives (ACNM)."], ["notes", "Source: American College of Nurse-Midwives, 2008 [7/1/2008: title changed, defintion changed, source changed] Additional Resources: American College of Nurse-Midwives www.acnm.org. The American Midwifery Certification Board, Inc. [AMCB, formerly the ACNM Certification Council, Inc. (ACC)] opened its national certification exam to non-nurse graduates of midwifery education programs and issued the first certified midwife (CM) credential in 1997. Certified midwives are educated to meet the same high standards that certified nurse-midwives must meet. These are the standards that every state in the U.S. has recognized as the legal basis for nurse-midwifery practice. All education programs for CMs, like CNMs, award a post-baccalaureate certificate or higher degree. CMs take the same AMCB certification exam as CNMs and study side by side with nurse-midwifery students in some education programs. As an organization, ACNM supports efforts to legally recognize CMs as qualified midwifery practitioners granted the same rights and responsibilities as CNMs."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Anesthesiologist Assistant"], ["depth", 2], ["parent_id", 803], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Anesthesiologist Assistant"], ["parent_id", 803], ["depth", 2], ["taxonomy_code", "367H00000X"], ["definition", "An individual certified by the state to perform anesthesia services under the direct supervision of an anesthesiologist. Anesthesiologist Assistants are required to have a bachelor's degree with a premed curriculum prior to entering a two-year anesthesiology assistant program, which is focused upon the delivery and maintenance of anesthesia care as well as advanced patient monitoring techniques. An Anesthesiologist Assistant must work as a member of the anesthesia care team under the direction of a qualified Anesthesiologist."]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Related Providers"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Nursing Service Related Providers"], ["depth", 1]]  (6.4ms) COMMIT TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Chore Provider"], ["depth", 2], ["parent_id", 862], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Chore Provider"], ["parent_id", 862], ["depth", 2], ["taxonomy_code", "372500000X"], ["definition", "An individual who provides home maintenance services required to sustain a safe, sanitary living environment for individuals who because of age or disabilities is unable to perform the activities. These services include heavy household chores such as washing floors, windows, and walls; tacking down loose rugs and tiles; and moving heavy items of furniture in order to provide safe access and egress."], ["notes", "[7/1/2003: new]"]]  (5.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Related Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Adult Companion"], ["depth", 2], ["parent_id", 862], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Adult Companion"], ["parent_id", 862], ["depth", 2], ["taxonomy_code", "372600000X"], ["definition", "An individual who provides supervision, socialization, and non-medical care to a functionally impaired adult. Companions may assist or supervise the individual with such tasks as meal preparation, laundry and shopping, but do not perform these activities as discrete services. These services are provided in accordance with a therapeutic goal in the plan of care."], ["notes", "[7/1/2003: new]"]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Related Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Day Training/Habilitation Specialist"], ["depth", 2], ["parent_id", 862], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Day Training/Habilitation Specialist"], ["parent_id", 862], ["depth", 2], ["taxonomy_code", "373H00000X"], ["definition", "Individuals experienced or trained in working with developmentally disabled individuals who need assistance in acquiring and maintaining life skills that enable them to cope more effectively with the demands of independent living."]]  (4.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Related Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Technician"], ["depth", 2], ["parent_id", 862], ["LIMIT", 1]]  (0.0ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Technician"], ["parent_id", 862], ["depth", 2], ["taxonomy_code", "374700000X"], ["definition", "(1) A person with specialized training in a narrow field of expertise whose occupation requires training and is skilled in specific technical processes and procedures. (2) An individual having special skill or practical knowledge in an area, such as operation and maintenance of equipment or performance of laboratory procedures involving biochemical analyses. Special technical qualifications are normally required, though an increasing number or technicians also possess university degrees in science, and occasionally doctorate degrees. The distinction between technician and technologist in the health care field is not always clear."], ["notes", "Sources: (1) Rhea, Ott, and Shafritz, The Facts on File Dictionary of Health Care Management, New York: Facts on File Publications, 1988; Dorland�s Illustrated Medical Dictionary, 26th Edition, Philadelphia: W.B. Saunders Company, 1981 and Webster�s II New Riverside University Dictionary, Boston: Riverside Publishing Company, 1984. (2) ) 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. 776."]]  (5.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Related Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician"], ["parent_id", 862], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Attendant Care Provider"], ["parent_id", 866], ["depth", 3], ["taxonomy_code", "3747A0650X"], ["definition", "An individual who provides hands-on care, of both a supportive and health related nature, specific to the needs of a medically stable, physically handicapped individual. Supportive services are those that substitute for the absence, loss, diminution, or impairment of a physical or cognitive function. This service may include skilled or nursing care to the extent permitted by state law."], ["notes", "[7/1/2003: new]"]]  (4.5ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Related Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Technician"], ["parent_id", 862], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Personal Care Attendant"], ["parent_id", 866], ["depth", 3], ["taxonomy_code", "3747P1801X"], ["definition", "An individual who provides assistance with eating, bathing, dressing, personal hygiene, activities of daily living as specified in the plan of care. Services which are incidental to the care furnished, or essential to the health and welfare of the individual may also be provided. Personal care providers must meet state defined training and certification standards"], ["notes", "[7/1/2003: definition added]"]]  (5.6ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Related Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Doula"], ["depth", 2], ["parent_id", 862], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Doula"], ["parent_id", 862], ["depth", 2], ["taxonomy_code", "374J00000X"], ["definition", "Doulas work in a variety of settings and have been trained to provide physical, emotional, and informational support to a mother before, during, and just after birth and/or provide emotional and practical support to a mother during the postpartum period."], ["notes", "Source: National Uniform Claim Committee, 2009 [7/1/2009: definition added]"]]  (4.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Related Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Religious Nonmedical Practitioner"], ["depth", 2], ["parent_id", 862], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Religious Nonmedical Practitioner"], ["parent_id", 862], ["depth", 2], ["taxonomy_code", "374K00000X"], ["definition", "A religious nonmedical practitioner offers spiritually-based care. Services may be rendered in an office, home, or care facility or by phone, email, or written correspondence."], ["notes", "Source: National Uniform Claim Committee , 2009 [7/1/2009: definition added]"]]  (5.6ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Related Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "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 [["name", "Religious Nonmedical Nursing Personnel"], ["depth", 2], ["parent_id", 862], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Religious Nonmedical Nursing Personnel"], ["parent_id", 862], ["depth", 2], ["taxonomy_code", "374T00000X"], ["definition", "Religious nonmedical nursing personnel are experienced in caring for the physical needs of nonmedical patients. For example, caring for the physical needs such as assistance with activities of daily living; assistance with moving, positioning, and ambulation; nutritional needs; and comfort and support measures."], ["notes", "Source: Centers for Medicare & Medicaid Services [7/1/2009: title modified, definition modified] Additional Resources: www.cms.hhs.gov/CertificationandComplianc/19_RNHCIs.asp 2005 Code of Federal Regulations, Title 42, Chapter IV, Part 403, Subpart G, 403.702 Definitions and Terms"]]  (3.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Related Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Home Health Aide"], ["depth", 2], ["parent_id", 862], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Home Health Aide"], ["parent_id", 862], ["depth", 2], ["taxonomy_code", "374U00000X"], ["definition", "A person trained to assist public health nurses, home health nurses, and other health professionals in the bedside care of patients in their homes."], ["notes", "Source: Rhea, Ott, and Shafritz, The Facts On File Dictionary of Health Care Management, New York: Facts On File Publications, 1988."]]  (5.1ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Related Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Nursing Home Administrator"], ["depth", 2], ["parent_id", 862], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Nursing Home Administrator"], ["parent_id", 862], ["depth", 2], ["taxonomy_code", "376G00000X"], ["definition", "An individual, often licensed by the state, who is responsible for the management of a nursing home."], ["notes", "Source: Lexikon: Dictionary of Health Care Terms, Organizations, and Acronyms for the Era of Reform, Joint Commission on Accreditation of Healthcare Organizations, Oakbrook Terrace, IL, 1994, p. 552."]]  (4.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Related Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Homemaker"], ["depth", 2], ["parent_id", 862], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Homemaker"], ["parent_id", 862], ["depth", 2], ["taxonomy_code", "376J00000X"], ["definition", "An individual who provides general household activities such as meal preparation, laundry, and light housekeeping, when the individual regularly responsible for these activities is temporarily absent or unable to provide for himself. Homemakers must meet the state defined training standards."], ["notes", "[7/1/2003: definition added]"]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Nursing Service Related Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Nurse's Aide"], ["depth", 2], ["parent_id", 862], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Nurse's Aide"], ["parent_id", 862], ["depth", 2], ["taxonomy_code", "376K00000X"], ["definition", "(1) An unlicensed individual who is trained to function in an assistive role to the licensed nurse in the provision of patient/client activities as delegated by the nurse; (2) An individual trained (either on-the-job or through a formal course generally of less than one year) and experienced in performing patient or client-care nursing tasks that do not require the skills of a specialist, technician, or professional. Examples of tasks performed by nurses aides include changing clothes, diapers, and beds; assisting patients to perform exercises or personal hygiene tasks, and supporting communication or social interaction. Specific education and credentials are not required for this work."], ["notes", "Source: (1) American Nurses Association, Registered Professional Nurses and Unlicensed Personnel, 2nd ed., 1996; (2) Rhea, Ott, and Shafritz, The Facts On File Dictionary of Health Care Management, New York: Facts On File Publications, 1988."]]  (2.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respite Care Facility"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Respite Care Facility"], ["depth", 1]]  (6.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Respite Care"], ["depth", 2], ["parent_id", 876], ["LIMIT", 1]]  (0.2ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition") VALUES ($1, $2, $3, $4, $5) RETURNING "id" [["name", "Respite Care"], ["parent_id", 876], ["depth", 2], ["taxonomy_code", "385H00000X"], ["definition", "Definition to come."]]  (5.5ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respite Care Facility"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respite Care"], ["parent_id", 876], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Respite Care Camp"], ["parent_id", 877], ["depth", 3], ["taxonomy_code", "385HR2050X"], ["definition", "A camping facility that provides specialized respite care to individuals requiring enhanced services to enable them to remain in the community, (e.g., those with developmental delays, mental retardation, mental/behavioral disorders). The staff must have training in working with the target populations and dealing with emergency situations which might be related to or exacerbate the individual's condition."], ["notes", "[7/1/2003: new]"]]  (5.5ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respite Care Facility"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respite Care"], ["parent_id", 876], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Respite Care, Mental Illness, Child"], ["parent_id", 877], ["depth", 3], ["taxonomy_code", "385HR2055X"], ["definition", "A facility or distinct part of a facility that provides short term, residential care to children, diagnosed with mental illness, as respite for the regular caregivers."], ["notes", "[7/1/2003: new]"]]  (4.3ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respite Care Facility"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respite Care"], ["parent_id", 876], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Respite Care, Mental Retardation and/or Developmental Disabilities, Child"], ["parent_id", 877], ["depth", 3], ["taxonomy_code", "385HR2060X"], ["definition", "A facility or distinct part of a facility that provides short term, residential care to children, diagnosed with mental retardation and/or developmental disabilities as respite for the regular caregivers."], ["notes", "[7/1/2003: new]"]]  (5.4ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Respite Care Facility"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."parent_id" = $2 AND "taxonomy_items"."depth" = $3 ORDER BY "taxonomy_items"."id" ASC LIMIT $4 [["name", "Respite Care"], ["parent_id", 876], ["depth", 2], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Respite Care, Physical Disabilities, Child"], ["parent_id", 877], ["depth", 3], ["taxonomy_code", "385HR2065X"], ["definition", "A facility or distinct part of a facility that providers short term, residential care to children, diagnosed with complex or profound disabilities as respite for the regular caregivers."], ["notes", "[7/1/2003: new]"]]  (3.4ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Student, Health Care"], ["depth", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "depth") VALUES ($1, $2) RETURNING "id" [["name", "Student, Health Care"], ["depth", 1]]  (6.6ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "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 [["name", "Student in an Organized Health Care Education/Training Program"], ["depth", 2], ["parent_id", 882], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Student in an Organized Health Care Education/Training Program"], ["parent_id", 882], ["depth", 2], ["taxonomy_code", "390200000X"], ["definition", "An individual who is enrolled in an organized health care education/training program leading to a degree, certification, registration, and/or licensure to provide health care. "], ["notes", "[1/1/2005: new]"]]  (5.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 AND "taxonomy_items"."depth" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["name", "Other Service Providers"], ["depth", 1], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "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 [["name", "Prevention Professional"], ["depth", 2], ["parent_id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "parent_id", "depth", "taxonomy_code", "definition", "notes") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["name", "Prevention Professional"], ["parent_id", 166], ["depth", 2], ["taxonomy_code", "405300000X"], ["definition", "Prevention Professionals work in programs aimed to address specific patient needs, such as suicide prevention, violence prevention, alcohol avoidance, drug avoidance, and tobacco prevention. The goal of the program is to reduce the risk of relapse, injury, or re-injury of the patient. Prevention Professionals work in a variety of settings and provide appropriate case management, mediation, referral, and mentorship services. Individuals complete prevention professionals training for the population of patients with whom they work."], ["notes", "Source: National Uniform Claim Committee, 2015 [1/1/2016: new]"]]  (5.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Allopathic & Osteopathic Physicians"], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 220], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 220]]  (9.4ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Behavioral Health & Social Service Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 1]]  (13.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Chiropractic Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 41], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 41]]  (13.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Dental Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 54], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 54]]  (5.0ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Dietary & Nutritional Service Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 74], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 74]]  (6.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Emergency Medical Service Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 83], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 83]]  (4.7ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Eye and Vision Services Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 88], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 88]]  (6.1ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Nursing Service Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 106], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 106]]  (4.8ms) COMMIT TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Nursing Service Related Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 862], ["LIMIT", 1]]  (0.0ms) BEGIN SQL (0.2ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 862]]  (5.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Other Service Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 166]]  (4.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Pharmacy Service Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 203], ["LIMIT", 1]]  (0.0ms) BEGIN SQL (0.2ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 203]]  (6.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Physician Assistants & Advanced Practice Nursing Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 803], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 803]]  (4.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Podiatric Medicine & Surgery Service Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 446], ["LIMIT", 1]]  (0.0ms) BEGIN SQL (0.2ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 446]]  (5.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Respiratory, Developmental, Rehabilitative and Restorative Service Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 456], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 456]]  (4.7ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Speech, Language and Hearing Service Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 539], ["LIMIT", 1]]  (0.0ms) BEGIN SQL (0.2ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 539]]  (6.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Student, Health Care"], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 882], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 882]]  (4.8ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Technologists, Technicians & Other Technical Service Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 549], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "individual"], ["id", 549]]  (5.9ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Group"], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 217], ["LIMIT", 1]]  (0.2ms) BEGIN SQL (0.5ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "group"], ["id", 217]]  (3.2ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Agencies"], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 616], ["LIMIT", 1]]  (0.0ms) BEGIN SQL (0.2ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "institution"], ["id", 616]]  (5.8ms) COMMIT TaxonomyItem Load (0.6ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Ambulatory Health Care Facilities"], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 632], ["LIMIT", 1]]  (0.2ms) BEGIN SQL (0.5ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "institution"], ["id", 632]]  (3.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Hospital Units"], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 696], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "institution"], ["id", 696]]  (5.8ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Hospitals"], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 702], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.5ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "institution"], ["id", 702]]  (2.9ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Laboratories"], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 721], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "institution"], ["id", 721]]  (5.7ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Managed Care Organizations"], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 726], ["LIMIT", 1]]  (0.2ms) BEGIN SQL (0.5ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "institution"], ["id", 726]]  (3.0ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Nursing & Custodial Care Facilities"], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 731], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "institution"], ["id", 731]]  (5.6ms) COMMIT TaxonomyItem Load (0.7ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Other Service Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 166], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.5ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "institution"], ["id", 166]]  (3.1ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Residential Treatment Facilities"], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 745], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "institution"], ["id", 745]]  (5.7ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Respite Care Facility"], ["LIMIT", 1]] TaxonomyItem Load (0.2ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 876], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.5ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "institution"], ["id", 876]]  (3.3ms) COMMIT TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Transportation Services"], ["LIMIT", 1]] TaxonomyItem Load (0.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 786], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "institution"], ["id", 786]]  (5.3ms) COMMIT TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 AND "taxonomy_items"."name" = $2 ORDER BY "taxonomy_items"."id" ASC LIMIT $3 [["depth", 1], ["name", "Suppliers"], ["LIMIT", 1]] TaxonomyItem Load (0.3ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."id" = $1 LIMIT $2 [["id", 754], ["LIMIT", 1]]  (0.2ms) BEGIN SQL (0.5ms) UPDATE "taxonomy_items" SET "category" = $1 WHERE "taxonomy_items"."id" = $2 [["category", "supplier"], ["id", 754]]  (3.2ms) COMMIT TaxonomyItem Exists (0.4ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Community Mental Health Center"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Community Mental Health Center"], ["category", "institution"], ["sub_category", "non-hospital"]]  (8.7ms) COMMIT TaxonomyItem Exists (0.4ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Comprehensive Outpatient Rehabilitation Facility"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Comprehensive Outpatient Rehabilitation Facility"], ["category", "institution"], ["sub_category", "non-hospital"]]  (6.0ms) COMMIT TaxonomyItem Exists (0.4ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Critical Access Hospital"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Critical Access Hospital"], ["category", "institution"], ["sub_category", "non-hospital"]]  (5.4ms) COMMIT TaxonomyItem Exists (0.3ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "End-Stage Renal Disease Facility"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "End-Stage Renal Disease Facility"], ["category", "institution"], ["sub_category", "non-hospital"]]  (6.2ms) COMMIT TaxonomyItem Exists (0.5ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Federally Qualified Health Center"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.2ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Federally Qualified Health Center"], ["category", "institution"], ["sub_category", "non-hospital"]]  (5.3ms) COMMIT TaxonomyItem Exists (0.4ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Histocompatibility Laboratory"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Histocompatibility Laboratory"], ["category", "institution"], ["sub_category", "non-hospital"]]  (6.0ms) COMMIT TaxonomyItem Exists (0.7ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Home Health Agency"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Home Health Agency"], ["category", "institution"], ["sub_category", "non-hospital"]]  (5.0ms) COMMIT TaxonomyItem Exists (0.4ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Home Health Agency (Sub-unit)"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Home Health Agency (Sub-unit)"], ["category", "institution"], ["sub_category", "non-hospital"]]  (5.9ms) COMMIT TaxonomyItem Exists (0.7ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Hospice"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Hospice"], ["category", "institution"], ["sub_category", "non-hospital"]]  (5.2ms) COMMIT TaxonomyItem Exists (0.4ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Indian Health Services Facility"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Indian Health Services Facility"], ["category", "institution"], ["sub_category", "non-hospital"]]  (5.9ms) COMMIT TaxonomyItem Exists (0.5ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Organ Procurement Organization"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Organ Procurement Organization"], ["category", "institution"], ["sub_category", "non-hospital"]]  (5.4ms) COMMIT TaxonomyItem Exists (0.4ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Outpatient Physical Therapy/Occupational Therapy/ Speech Pathology Services"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Outpatient Physical Therapy/Occupational Therapy/ Speech Pathology Services"], ["category", "institution"], ["sub_category", "non-hospital"]]  (6.1ms) COMMIT TaxonomyItem Exists (0.7ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Religious Non-Medical Health Care Institution"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Religious Non-Medical Health Care Institution"], ["category", "institution"], ["sub_category", "non-hospital"]]  (5.1ms) COMMIT TaxonomyItem Exists (0.4ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Rural Health Clinic"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Rural Health Clinic"], ["category", "institution"], ["sub_category", "non-hospital"]]  (6.0ms) COMMIT TaxonomyItem Exists (0.5ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Skilled Nursing Facility"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Skilled Nursing Facility"], ["category", "institution"], ["sub_category", "non-hospital"]]  (5.3ms) COMMIT TaxonomyItem Exists (0.4ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Other"], ["sub_category", "non-hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Other"], ["category", "institution"], ["sub_category", "non-hospital"]]  (6.0ms) COMMIT TaxonomyItem Exists (0.4ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Hospital—General"], ["sub_category", "hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Hospital—General"], ["category", "institution"], ["sub_category", "hospital"]]  (5.3ms) COMMIT TaxonomyItem Exists (0.4ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Hospital—Acute Care"], ["sub_category", "hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Hospital—Acute Care"], ["category", "institution"], ["sub_category", "hospital"]]  (6.0ms) COMMIT TaxonomyItem Exists (0.5ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Hospital—Children’s (excluded from PPS)"], ["sub_category", "hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Hospital—Children’s (excluded from PPS)"], ["category", "institution"], ["sub_category", "hospital"]]  (5.3ms) COMMIT TaxonomyItem Exists (0.3ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Hospital—Long-Term (excluded from PPS)"], ["sub_category", "hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Hospital—Long-Term (excluded from PPS)"], ["category", "institution"], ["sub_category", "hospital"]]  (6.1ms) COMMIT TaxonomyItem Exists (0.6ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Hospital—Psychiatric (excluded from PPS)"], ["sub_category", "hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Hospital—Psychiatric (excluded from PPS)"], ["category", "institution"], ["sub_category", "hospital"]]  (5.2ms) COMMIT TaxonomyItem Exists (0.4ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Hospital—Rehabilitation (excluded from PPS)"], ["sub_category", "hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Hospital—Rehabilitation (excluded from PPS)"], ["category", "institution"], ["sub_category", "hospital"]]  (6.0ms) COMMIT TaxonomyItem Exists (0.5ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Hospital—Short-Term (General and Specialty)"], ["sub_category", "hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Hospital—Short-Term (General and Specialty)"], ["category", "institution"], ["sub_category", "hospital"]]  (5.1ms) COMMIT TaxonomyItem Exists (0.4ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Hospital—Swing-Bed approved"], ["sub_category", "hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Hospital—Swing-Bed approved"], ["category", "institution"], ["sub_category", "hospital"]]  (6.0ms) COMMIT TaxonomyItem Exists (0.7ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Hospital—Psychiatric Unit"], ["sub_category", "hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Hospital—Psychiatric Unit"], ["category", "institution"], ["sub_category", "hospital"]]  (4.9ms) COMMIT TaxonomyItem Exists (0.5ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Hospital—Rehabilitation Unit"], ["sub_category", "hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Hospital—Rehabilitation Unit"], ["category", "institution"], ["sub_category", "hospital"]]  (6.0ms) COMMIT TaxonomyItem Exists (0.7ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Hospital—Specialty Hospital (cardiac, orthopedic, or surgical)"], ["sub_category", "hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.3ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Hospital—Specialty Hospital (cardiac, orthopedic, or surgical)"], ["category", "institution"], ["sub_category", "hospital"]]  (4.9ms) COMMIT TaxonomyItem Exists (0.5ms) SELECT 1 AS one FROM "taxonomy_items" WHERE "taxonomy_items"."category" = $1 AND "taxonomy_items"."name" = $2 AND "taxonomy_items"."sub_category" = $3 LIMIT $4 [["category", "institution"], ["name", "Other"], ["sub_category", "hospital"], ["LIMIT", 1]]  (0.1ms) BEGIN SQL (0.2ms) INSERT INTO "taxonomy_items" ("name", "category", "sub_category") VALUES ($1, $2, $3) RETURNING "id" [["name", "Other"], ["category", "institution"], ["sub_category", "hospital"]]  (6.0ms) COMMIT ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN TaxonomyItem Load (1.1ms) SELECT "taxonomy_items".* FROM "taxonomy_items"  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items"  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items"  (0.1ms) ROLLBACK  (0.0ms) BEGIN  (0.5ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 1]]  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 1]]  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 2]]  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.5ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 1]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 2]]  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items"  (0.1ms) ROLLBACK  (0.0ms) BEGIN  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 1]]  (0.2ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 2]]  (0.2ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 3]]  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.5ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 1]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 2]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 3]]  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 1]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 2]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 3]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.5ms) SELECT COUNT(*) FROM "taxonomy_items"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.6ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 1]]  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 2]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 3]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE ("taxonomy_items"."category" IS NOT NULL)  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 1]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 2]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 3]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE ("taxonomy_items"."category" IS NOT NULL)  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 1]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 2]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 3]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE ("taxonomy_items"."category" IS NOT NULL)  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items"  (0.1ms) ROLLBACK  (0.0ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 1]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 2]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 3]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE ("taxonomy_items"."category" IS NOT NULL)  (0.1ms) ROLLBACK  (0.0ms) BEGIN TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 ORDER BY "taxonomy_items"."id" ASC LIMIT $2 [["name", "Dentist"], ["LIMIT", 1]]  (0.2ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 1]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 2]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 3]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE ("taxonomy_items"."category" IS NOT NULL)  (0.1ms) ROLLBACK  (0.1ms) BEGIN TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 ORDER BY "taxonomy_items"."id" ASC LIMIT $2 [["name", "Dentist"], ["LIMIT", 1]] TaxonomyItem Load (0.5ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 ORDER BY "taxonomy_items"."id" ASC LIMIT $2 [["name", "Dental Providers"], ["LIMIT", 1]]  (0.1ms) ROLLBACK ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items"  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.4ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 1]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 2]]  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE "taxonomy_items"."depth" = $1 [["depth", 3]]  (0.1ms) ROLLBACK  (0.1ms) BEGIN  (0.3ms) SELECT COUNT(*) FROM "taxonomy_items" WHERE ("taxonomy_items"."category" IS NOT NULL)  (0.1ms) ROLLBACK  (0.0ms) BEGIN TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 ORDER BY "taxonomy_items"."id" ASC LIMIT $2 [["name", "Dental Providers"], ["LIMIT", 1]] TaxonomyItem Load (0.4ms) SELECT "taxonomy_items".* FROM "taxonomy_items" WHERE "taxonomy_items"."name" = $1 ORDER BY "taxonomy_items"."id" ASC LIMIT $2 [["name", "Dentist"], ["LIMIT", 1]]  (0.1ms) ROLLBACK