Banner: Web API: Get Occupation Details

Web API: Get Occupation Details

Get Occupation Details

The 'Get Occupation Details' API enables developers to query and retrieve occupation details by O*NET code or exact O*NET occupation title. 

About this data

The Web API gives occupation details by entering an exact ONET title or code. The search matches occupations in the Occupational Information Network (O*NET) taxonomy, created by the Department of Labor for cross-agency use by federal, state and local government entities. Our Occupation Profile tool here demonstrates the comprehensive use of this API. For more information about the data sources, please see the tool's Help page, and also help information provided within each card in Occupation Profile. 

Response from this API includes extensive occupational data including: 

  • Occupational data from O*NET, including title, code, description, outlook, tasks, daily work activities, alternate titles, interests, related occupations, skills, knowledge, abilities, tools and technologies, and work values.
  • Wages, at national, state, and local levels, from BLS OEWS 
  • Info about a corresponding career video from CareerOneStop.org 
  • Employment projections at federal and state levels
  • Education and training data, and industry share of employment, from BLS Employment Projections program
  • Corresponding code and title in the SOC taxonomy
  • Link to corresponding page at BLS Occupational Outlook Handbook (OOH)
  • Links to State offices providing Labor Market Information (LMI)
  • Training programs

Resource URL

https://api.careeronestop.org/v1/occupation/{userId}/{keyword}/{location}

Example Code

using System;

using System.Net.Http;

using System.Net.Http.Headers;

using System.Threading.Tasks;

namespace CareerOneStopAPISample

{

    class Program

    {

        static void Main(string[] args)

        {

            CreateRequest().Wait();

        }

        private static async Task CreateRequest()

        {

    

            var uri = new UriBuilder(Uri.UriSchemeHttps, "api.careeronestop.org")

            {

                Path = "/v1/occupation/{userId}/{keyword}/{location}"

            };

            

            using (var http = new HttpClient())

            {

                http.DefaultRequestHeaders.Accept.Clear();

                http.DefaultRequestHeaders.Authorization = new AuthenticationHeaderValue("Bearer", "Your API Token");

                http.DefaultRequestHeaders.Accept.Add(new MediaTypeWithQualityHeaderValue("application/json"));

                var response = await http.GetAsync(uri.Uri).ConfigureAwait(false);

                if (response.IsSuccessStatde)

                {

                    var result = await response.Content.ReadAsStringAsync().ConfigureAwait(false);

                }

            }

        }

    }

}
import java.io.IOException;

import java.net.URI;

import java.net.URISyntaxException;

import org.apache.http.HttpEntity;

import org.apache.http.client.methods.CloseableHttpResponse;

import org.apache.http.client.methods.HttpGet;

import org.apache.http.client.utils.URIBuilder;

import org.apache.http.impl.client.CloseableHttpClient;

import org.apache.http.impl.client.HttpClients;

import org.apache.http.util.EntityUtils;

public class CareerOneStopAPISample {

    public static void main(String[] args) throws IOException, URISyntaxException {

    URI uri = new URIBuilder()

        .setScheme("https")

        .setHost("api.careeronestop.org")

        .setPath("/v1/occupation/{userId}/{keyword}/{location}")

        .build();

    CloseableHttpResponse response = null;

    HttpGet httpGet = null;

    try {

        CloseableHttpClient httpClient = HttpClients.createDefault();

        httpGet = new HttpGet(uri);

        httpGet.setHeader("Content-Type","application/json");

        httpGet.setHeader("Authorization", "Bearer Your API Token");

        response = httpClient.execute(httpGet);

        HttpEntity entity = response.getEntity();

        System.out.println(EntityUtils.toString(entity));

    } finally {

        if(httpGet != null) httpGet.releaseConnection();

        if(response != null) response.close();

    }

   }

}

Request Parameters

Refer to the following table for a list of the required and optional request parameters. All parameter names and values are case sensitive. Important: You must provide all required parameters. Submitting an empty request does not return all possible results; an empty request returns an error.

Parameter Name Value Required? Description
API Token
String
Yes
This value is the unique API Token provided to you during the CareerOneStop Web API registration process.
userId
String
Yes
This value is the unique UserID provided to you during the CareerOneStop Web API registration process.
keyword        
String
Yes
This value is the O*NET code or exact O*NET occupation title.
location        
String
Yes
This value accepts a city, state (Chicago, IL) or state (IL) or ZIP code (61299). For national data, use the numeral '0' or 'US'.
training
Boolean    
No
This value will be true or false. If true, the response will include educational attainment, and typical education for this occupation.
interest
Boolean
No This value will be true or false. If true, the response will include O*NET's interests about this occupation.
videos
Boolean
No This value will be true or false. If true, the response will include a link to the COS video associated with this occupation.

tasks    

Boolean
No This value will be true or false. If true, the response will include O*NET tasks for this occupation.
dwas
Boolean
No This value will be true or false. If true, the response will include detailed work activities of occupation.
wages
Boolean
No This value will be true or false. If true, the response will include projected wages for this occupation.
alternateOnetTitles
Boolean
No This value will be true or false. If true, the response will include four alternate titles for this occupation.
projectedEmployment
Boolean
No This value will be true or false. If true, the response will include projected employment for this occupation.
ooh
Boolean
No This value will be true or false. If true, the response will include a link to the BLS occupational outlook handbook for this occupation.
stateLMILinks
Boolean
No This value will be true or false. If true, the response will include State Labor Market information links.
relatedOnetTitles
Boolean
No This value will be true or false. If true, the response will include a list of related O*NET occupations.
skills
Boolean
No This value will be true or false. If true, the response will include O*NET skills for this occupation.
knowledge
Boolean
No This value will be true or false. If true, the response will include O*NET knowledge areas for this occupation.
ability
Boolean
No This value will be true or false. If true, the response will include O*NET abilities for this occupation.
trainingPrograms
Boolean
No This value will be true or false. If true, the response will include programs of study associated with this occupation, through the SOC-CIP cross-walk.
industryEmpPattern
Boolean
No This value will be true or false. If true, the response will include industry employment patterns, from DOL Employment Projections program, in other words, info about employment within industries. Default = false.
toolsAndTechnology
Boolean
No This value will be true or false. If true, the response will include tools and technology data for this occupation, from O*NET. Default = false.
workValues
Boolean
No This value will be true or false. If true, the response will include the top Work Value for this occupation from O*NET. Default = false.
enableMetaData
Boolean
No Coming Soon: Use this parameter to determine whether to include MetaData in the response. True - Include metadata (default). False - exclude metadata.

Response Structure

{
  "OccupationDetail": [
    {
      "OnetTitle": "Registered Nurses",
      "OnetCode": "29-1141.00",
      "OnetDescription": "Assess patient health problems and needs, develop and implement nursing care plans, and maintain medical records. Administer nursing care to ill, injured, convalescent, or disabled patients. May advise patients on health maintenance and disease prevention or provide case management. Licensing or registration required.",
      "Wages": {
        "NationalWagesList": [
          {
            "RateType": "Hourly",
            "Pct10": "30.64",
            "Pct25": "36.53",
            "Median": "41.38",
            "Pct75": "50.32",
            "Pct90": "63.79",
            "StFips": "00",
            "Area": "000000",
            "AreaName": "United States"
          },
          {
            "RateType": "Annual",
            "Pct10": "63720",
            "Pct25": "75990",
            "Median": "86070",
            "Pct75": "104670",
            "Pct90": "132680",
            "StFips": "00",
            "Area": "000000",
            "AreaName": "United States"
          }
        ],
        "StateWagesList": [
          {
            "RateType": "Hourly",
            "Pct10": "30.63",
            "Pct25": "36.68",
            "Median": "40.43",
            "Pct75": "47.66",
            "Pct90": "55.35",
            "StFips": "51",
            "Area": "000051",
            "AreaName": "Virginia"
          },
          {
            "RateType": "Annual",
            "Pct10": "63710",
            "Pct25": "76300",
            "Median": "84100",
            "Pct75": "99140",
            "Pct90": "115120",
            "StFips": "51",
            "Area": "000051",
            "AreaName": "Virginia"
          }
        ],
        "BLSAreaWagesList": [],
        "WageYear": "2023",
        "SocData": "Yes",
        "SocWageInfo": {
          "SocCode": "291141",
          "SocTitle": "Registered Nurses",
          "SocDescription": null
        }
      },
      "BrightOutlook": "Bright",
      "Green": "No",
      "COSVideoURL": "https://www.careeronestop.org/Videos/careeronestop-videos.aspx?videocode=29114100&op=y",
      "EducationTraining": {
        "EducationType": [
          {
            "EducationLevel": "Less than high school diploma",
            "Value": ".5"
          },
          {
            "EducationLevel": "High school diploma or equivalent",
            "Value": "1.1"
          },
          {
            "EducationLevel": "Some college, no degree",
            "Value": "4.1"
          },
          {
            "EducationLevel": "Associate's degree",
            "Value": "26.4"
          },
          {
            "EducationLevel": "Bachelor's degree",
            "Value": "53.8"
          },
          {
            "EducationLevel": "Master's degree",
            "Value": "11.5"
          },
          {
            "EducationLevel": "Doctoral or professional degree",
            "Value": "2.5"
          }
        ],
        "EducationCode": "3",
        "EducationTitle": "Bachelor's degree",
        "ExperienceCode": "3",
        "ExperienceTitle": "No work experience",
        "TrainingCode": "6",
        "TrainingTitle": "No on-the-job training",
        "OccupationTitle": "Registered Nurses",
        "MatOccupation": {
          "MatOccCode": "291141",
          "MatOccTitle": "Registered Nurses"
        }
      },
      "BrightOutlookCategory": "Rapid Growth; Numerous Job Openings",
      "Tasks": [
        {
          "TaskDescription": "Provide health care, first aid, immunizations, or assistance in convalescence or rehabilitation in locations such as schools, hospitals, or industry.",
          "TaskId": "1855",
          "DataValue": "4.56"
        },
        {
          "TaskDescription": "Provide health care, first aid, immunizations, or assistance in convalescence or rehabilitation in locations such as schools, hospitals, or industry.",
          "TaskId": "1855",
          "DataValue": "4.56"
        },
        {
          "TaskDescription": "Consult and coordinate with healthcare team members to assess, plan, implement, or evaluate patient care plans.",
          "TaskId": "1843",
          "DataValue": "4.48"
        },
        {
          "TaskDescription": "Direct or supervise less-skilled nursing or healthcare personnel or supervise a particular unit.",
          "TaskId": "1846",
          "DataValue": "4.46"
        },
        {
          "TaskDescription": "Instruct individuals, families, or other groups on topics such as health education, disease prevention, or childbirth and develop health improvement programs.",
          "TaskId": "1850",
          "DataValue": "4.35"
        },
        {
          "TaskDescription": "Instruct individuals, families, or other groups on topics such as health education, disease prevention, or childbirth and develop health improvement programs.",
          "TaskId": "1850",
          "DataValue": "4.35"
        },
        {
          "TaskDescription": "Modify patient treatment plans as indicated by patients' responses and conditions.",
          "TaskId": "1842",
          "DataValue": "4.34"
        },
        {
          "TaskDescription": "Conduct specified laboratory tests.",
          "TaskId": "1857",
          "DataValue": "4.31"
        },
        {
          "TaskDescription": "Assess the needs of individuals, families, or communities, including assessment of individuals' home or work environments, to identify potential health or safety problems.",
          "TaskId": "1849",
          "DataValue": "4.19"
        },
        {
          "TaskDescription": "Work with individuals, groups, or families to plan or implement programs designed to improve the overall health of communities.",
          "TaskId": "1865",
          "DataValue": "4.08"
        },
        {
          "TaskDescription": "Prepare patients for and assist with examinations or treatments.",
          "TaskId": "1847",
          "DataValue": "4.06"
        },
        {
          "TaskDescription": "Record patients' medical information and vital signs.",
          "TaskId": "1841",
          "DataValue": "4.74"
        },
        {
          "TaskDescription": "Administer medications to patients and monitor patients for reactions or side effects.",
          "TaskId": "20413",
          "DataValue": "4.7"
        },
        {
          "TaskDescription": "Administer medications to patients and monitor patients for reactions or side effects.",
          "TaskId": "20413",
          "DataValue": "4.7"
        },
        {
          "TaskDescription": "Maintain accurate, detailed reports and records.",
          "TaskId": "1839",
          "DataValue": "4.69"
        },
        {
          "TaskDescription": "Monitor, record, and report symptoms or changes in patients' conditions.",
          "TaskId": "1840",
          "DataValue": "4.61"
        },
        {
          "TaskDescription": "Monitor, record, and report symptoms or changes in patients' conditions.",
          "TaskId": "1840",
          "DataValue": "4.61"
        },
        {
          "TaskDescription": "Monitor, record, and report symptoms or changes in patients' conditions.",
          "TaskId": "1840",
          "DataValue": "4.61"
        },
        {
          "TaskDescription": "Prepare patients for and assist with examinations or treatments.",
          "TaskId": "1847",
          "DataValue": "4.06"
        },
        {
          "TaskDescription": "Perform administrative or managerial functions, such as taking responsibility for a unit's staff, budget, planning, or long-range goals.",
          "TaskId": "1861",
          "DataValue": "4.42"
        },
        {
          "TaskDescription": "Order, interpret, and evaluate diagnostic tests to identify and assess patient's condition.",
          "TaskId": "1844",
          "DataValue": "4.41"
        },
        {
          "TaskDescription": "Order, interpret, and evaluate diagnostic tests to identify and assess patient's condition.",
          "TaskId": "1844",
          "DataValue": "4.41"
        },
        {
          "TaskDescription": "Prescribe or recommend drugs, medical devices, or other forms of treatment, such as physical therapy, inhalation therapy, or related therapeutic procedures.",
          "TaskId": "1859",
          "DataValue": "4.4"
        },
        {
          "TaskDescription": "Prescribe or recommend drugs, medical devices, or other forms of treatment, such as physical therapy, inhalation therapy, or related therapeutic procedures.",
          "TaskId": "1859",
          "DataValue": "4.4"
        },
        {
          "TaskDescription": "Direct or coordinate infection control programs, advising or consulting with specified personnel about necessary precautions.",
          "TaskId": "1860",
          "DataValue": "4.38"
        },
        {
          "TaskDescription": "Direct or coordinate infection control programs, advising or consulting with specified personnel about necessary precautions.",
          "TaskId": "1860",
          "DataValue": "4.38"
        },
        {
          "TaskDescription": "Prepare rooms, sterile instruments, equipment, or supplies and ensure that stock of supplies is maintained.",
          "TaskId": "1851",
          "DataValue": "4.35"
        },
        {
          "TaskDescription": "Prepare rooms, sterile instruments, equipment, or supplies and ensure that stock of supplies is maintained.",
          "TaskId": "1851",
          "DataValue": "4.35"
        },
        {
          "TaskDescription": "Administer local, inhalation, intravenous, or other anesthetics.",
          "TaskId": "1854",
          "DataValue": "4.17"
        },
        {
          "TaskDescription": "Provide or arrange for training or instruction of auxiliary personnel or students.",
          "TaskId": "1862",
          "DataValue": "4.09"
        },
        {
          "TaskDescription": "Refer students or patients to specialized health resources or community agencies furnishing assistance.",
          "TaskId": "1863",
          "DataValue": "3.96"
        },
        {
          "TaskDescription": "Perform physical examinations, make tentative diagnoses, and treat patients en route to hospitals or at disaster site triage centers.",
          "TaskId": "1856",
          "DataValue": "3.95"
        },
        {
          "TaskDescription": "Perform physical examinations, make tentative diagnoses, and treat patients en route to hospitals or at disaster site triage centers.",
          "TaskId": "1856",
          "DataValue": "3.95"
        },
        {
          "TaskDescription": "Perform physical examinations, make tentative diagnoses, and treat patients en route to hospitals or at disaster site triage centers.",
          "TaskId": "1856",
          "DataValue": "3.95"
        },
        {
          "TaskDescription": "Consult with institutions or associations regarding issues or concerns relevant to the practice and profession of nursing.",
          "TaskId": "1864",
          "DataValue": "3.85"
        },
        {
          "TaskDescription": "Inform physician of patient's condition during anesthesia.",
          "TaskId": "1852",
          "DataValue": "3.49"
        },
        {
          "TaskDescription": "Engage in research activities related to nursing.",
          "TaskId": "1866",
          "DataValue": "3.42"
        }
      ],
      "Dwas": [
        {
          "DwaTitle": "Immunize patients.",
          "DwaId": "4.A.4.a.5.I03.D07",
          "DataValue": "4.56",
          "TaskId": "1855"
        },
        {
          "DwaTitle": "Treat acute illnesses, infections, or injuries.",
          "DwaId": "4.A.4.a.5.I12.D02",
          "DataValue": "4.56",
          "TaskId": "1855"
        },
        {
          "DwaTitle": "Collaborate with healthcare professionals to plan or provide treatment.",
          "DwaId": "4.A.4.a.2.I05.D05",
          "DataValue": "4.48",
          "TaskId": "1843"
        },
        {
          "DwaTitle": "Supervise patient care personnel.",
          "DwaId": "4.A.4.b.4.I01.D14",
          "DataValue": "4.46",
          "TaskId": "1846"
        },
        {
          "DwaTitle": "Design public or employee health programs.",
          "DwaId": "4.A.2.b.2.I17.D03",
          "DataValue": "4.35",
          "TaskId": "1850"
        },
        {
          "DwaTitle": "Communicate health and wellness information to the public.",
          "DwaId": "4.A.4.a.3.I02.D01",
          "DataValue": "4.35",
          "TaskId": "1850"
        },
        {
          "DwaTitle": "Evaluate patient outcomes to determine effectiveness of treatments.",
          "DwaId": "4.A.2.a.1.I06.D03",
          "DataValue": "4.34",
          "TaskId": "1842"
        },
        {
          "DwaTitle": "Test biological specimens to gather information about patient conditions.",
          "DwaId": "4.A.1.b.2.I01.D08",
          "DataValue": "4.31",
          "TaskId": "1857"
        },
        {
          "DwaTitle": "Assess patient work, living, or social environments.",
          "DwaId": "4.A.2.a.1.I01.D02",
          "DataValue": "4.19",
          "TaskId": "1849"
        },
        {
          "DwaTitle": "Design public or employee health programs.",
          "DwaId": "4.A.2.b.2.I17.D03",
          "DataValue": "4.08",
          "TaskId": "1865"
        },
        {
          "DwaTitle": "Assist healthcare practitioners during examinations or treatments.",
          "DwaId": "4.A.4.a.5.I11.D05",
          "DataValue": "4.06",
          "TaskId": "1847"
        },
        {
          "DwaTitle": "Record patient medical histories.",
          "DwaId": "4.A.3.b.6.I11.D04",
          "DataValue": "4.74",
          "TaskId": "1841"
        },
        {
          "DwaTitle": "Monitor patient conditions during treatments, procedures, or activities.",
          "DwaId": "4.A.1.a.2.I05.D07",
          "DataValue": "4.7",
          "TaskId": "20413"
        },
        {
          "DwaTitle": "Administer non-intravenous medications.",
          "DwaId": "4.A.4.a.5.I03.D06",
          "DataValue": "4.7",
          "TaskId": "20413"
        },
        {
          "DwaTitle": "Maintain medical facility records.",
          "DwaId": "4.A.3.b.6.I11.D02",
          "DataValue": "4.69",
          "TaskId": "1839"
        },
        {
          "DwaTitle": "Monitor patient conditions during treatments, procedures, or activities.",
          "DwaId": "4.A.1.a.2.I05.D07",
          "DataValue": "4.61",
          "TaskId": "1840"
        },
        {
          "DwaTitle": "Record patient medical histories.",
          "DwaId": "4.A.3.b.6.I11.D04",
          "DataValue": "4.61",
          "TaskId": "1840"
        },
        {
          "DwaTitle": "Inform medical professionals regarding patient conditions and care.",
          "DwaId": "4.A.4.a.2.I05.D01",
          "DataValue": "4.61",
          "TaskId": "1840"
        },
        {
          "DwaTitle": "Prepare patients physically for medical procedures.",
          "DwaId": "4.A.4.a.5.I11.D07",
          "DataValue": "4.06",
          "TaskId": "1847"
        },
        {
          "DwaTitle": "Manage healthcare operations.",
          "DwaId": "4.A.4.b.4.I12.D38",
          "DataValue": "4.42",
          "TaskId": "1861"
        },
        {
          "DwaTitle": "Analyze test data or images to inform diagnosis or treatment.",
          "DwaId": "4.A.2.a.4.I06.D03",
          "DataValue": "4.41",
          "TaskId": "1844"
        },
        {
          "DwaTitle": "Order medical diagnostic or clinical tests.",
          "DwaId": "4.A.4.c.3.I02.D01",
          "DataValue": "4.41",
          "TaskId": "1844"
        },
        {
          "DwaTitle": "Prescribe medications.",
          "DwaId": "4.A.4.c.3.I06.D03",
          "DataValue": "4.4",
          "TaskId": "1859"
        },
        {
          "DwaTitle": "Prescribe assistive medical devices or related treatments.",
          "DwaId": "4.A.4.c.3.I06.D04",
          "DataValue": "4.4",
          "TaskId": "1859"
        },
        {
          "DwaTitle": "Direct healthcare delivery programs.",
          "DwaId": "4.A.4.b.4.I12.D23",
          "DataValue": "4.38",
          "TaskId": "1860"
        },
        {
          "DwaTitle": "Advise medical personnel regarding healthcare issues.",
          "DwaId": "4.A.4.b.6.I06.D01",
          "DataValue": "4.38",
          "TaskId": "1860"
        },
        {
          "DwaTitle": "Prepare medical supplies or equipment for use.",
          "DwaId": "4.A.3.a.2.I11.D01",
          "DataValue": "4.35",
          "TaskId": "1851"
        },
        {
          "DwaTitle": "Maintain inventory of medical supplies or equipment.",
          "DwaId": "4.A.4.c.3.I01.D02",
          "DataValue": "4.35",
          "TaskId": "1851"
        },
        {
          "DwaTitle": "Administer anesthetics or sedatives to control pain.",
          "DwaId": "4.A.4.a.5.I03.D03",
          "DataValue": "4.17",
          "TaskId": "1854"
        },
        {
          "DwaTitle": "Train caregivers or other non-medical personnel.",
          "DwaId": "4.A.4.b.3.I06.D11",
          "DataValue": "4.09",
          "TaskId": "1862"
        },
        {
          "DwaTitle": "Refer patients to other healthcare practitioners or health resources.",
          "DwaId": "4.A.4.a.5.I01.D02",
          "DataValue": "3.96",
          "TaskId": "1863"
        },
        {
          "DwaTitle": "Examine patients to assess general physical condition.",
          "DwaId": "4.A.1.b.2.I09.D03",
          "DataValue": "3.95",
          "TaskId": "1856"
        },
        {
          "DwaTitle": "Diagnose medical conditions.",
          "DwaId": "4.A.2.b.1.I06.D02",
          "DataValue": "3.95",
          "TaskId": "1856"
        },
        {
          "DwaTitle": "Treat medical emergencies.",
          "DwaId": "4.A.4.a.5.I07.D03",
          "DataValue": "3.95",
          "TaskId": "1856"
        },
        {
          "DwaTitle": "Advise communities or institutions regarding health or safety issues.",
          "DwaId": "4.A.4.b.6.I06.D02",
          "DataValue": "3.85",
          "TaskId": "1864"
        },
        {
          "DwaTitle": "Inform medical professionals regarding patient conditions and care.",
          "DwaId": "4.A.4.a.2.I05.D01",
          "DataValue": "3.49",
          "TaskId": "1852"
        },
        {
          "DwaTitle": "Conduct research to increase knowledge about medical issues.",
          "DwaId": "4.A.1.a.1.I19.D01",
          "DataValue": "3.42",
          "TaskId": "1866"
        }
      ],
      "AlternateTitles": [
        "Certified Operating Room Nurse (CNOR)",
        "Charge Nurse",
        "Emergency Department RN (Emergency Department Registered Nurse)",
        "Oncology RN (Oncology Registered Nurse)",
        "Operating Room Registered Nurse (OR RN)",
        "Psychiatric RN (Psychiatric Registered Nurse)",
        "Relief Charge Nurse",
        "School Nurse",
        "Staff Nurse",
        "Staff RN (Staff Registered Nurse)"
      ],
      "StFips": "51",
      "Location": "VA",
      "Video": [
        {
          "VideoCode": "29-1141.00",
          "VideoTitle": "Registered Nurses",
          "VideoType": "mp4"
        }
      ],
      "InterestDataList": [
        {
          "ElementId": "1.B.1.g",
          "ElementName": "Social",
          "ElementDescription": "Helping, teaching, advising, assisting, or providing service to others.",
          "DataValue": "4",
          "Importance": null
        },
        {
          "ElementId": "1.B.1.h",
          "ElementName": "Investigative",
          "ElementDescription": "Studying and researching scientific subjects and human behavior.",
          "DataValue": "2",
          "Importance": null
        },
        {
          "ElementId": "1.B.1.i",
          "ElementName": "Conventional",
          "ElementDescription": "Following procedures and regulations to organize information or data, typically in a business setting.",
          "DataValue": "6",
          "Importance": null
        }
      ],
      "SocInfo": {
        "SocCode": "291141",
        "SocTitle": "Registered Nurses",
        "SocDescription": "Assess patient health problems and needs, develop and implement nursing care plans, and maintain medical records. Administer nursing care to ill, injured, convalescent, or disabled patients. May advise patients on health maintenance and disease prevention or provide case management. Licensing or registration required. Includes Clinical Nurse Specialists."
      },
      "Projections": {
        "EstimatedYear": "2023",
        "ProjectedYear": "2033",
        "OccupationTitle": "Registered Nurses",
        "Projections": [
          {
            "StateName": "Virginia",
            "Stfips": "51",
            "EstimatedEmployment": "70,190",
            "ProjectedEmployment": "73,240",
            "PerCentChange": "4",
            "ProjectedAnnualJobOpening": "4160",
            "EstimatedYear": "2022",
            "ProjectedYear": "2032"
          },
          {
            "StateName": "United States",
            "Stfips": "00",
            "EstimatedEmployment": "3,300,100",
            "ProjectedEmployment": "3,497,300",
            "PerCentChange": "6",
            "ProjectedAnnualJobOpening": "194500",
            "EstimatedYear": "2023",
            "ProjectedYear": "2033"
          }
        ],
        "IndustryOccEmplt": [
          {
            "Industry": "General medical and surgical hospitals; private",
            "Pctestocc": 46.5,
            "MatInCode": "62210P",
            "PercentChange": 4.1,
            "EstimatedEmployment": 1533200,
            "IagCode": "622",
            "NumberChanged": 63100,
            "ProjectEmployment": 1596300
          },
          {
            "Industry": "Offices of physicians",
            "Pctestocc": 6.9,
            "MatInCode": "621100",
            "PercentChange": 4.6,
            "EstimatedEmployment": 226100,
            "IagCode": "621",
            "NumberChanged": 10400,
            "ProjectEmployment": 236600
          },
          {
            "Industry": "Home healthcare services",
            "Pctestocc": 5.5,
            "MatInCode": "621600",
            "PercentChange": 20.6,
            "EstimatedEmployment": 182400,
            "IagCode": "621",
            "NumberChanged": 37600,
            "ProjectEmployment": 220000
          },
          {
            "Industry": "General medical and surgical hospitals; local",
            "Pctestocc": 5.4,
            "MatInCode": "62210L",
            "PercentChange": 2.4,
            "EstimatedEmployment": 177000,
            "IagCode": "622",
            "NumberChanged": 4200,
            "ProjectEmployment": 181200
          },
          {
            "Industry": "Nursing care facilities (skilled nursing facilities)",
            "Pctestocc": 3.9,
            "MatInCode": "623100",
            "PercentChange": -1.7,
            "EstimatedEmployment": 127700,
            "IagCode": "623",
            "NumberChanged": -2100,
            "ProjectEmployment": 125600
          },
          {
            "Industry": "Federal government, excluding postal service",
            "Pctestocc": 3.2,
            "MatInCode": "999100",
            "PercentChange": 0.1,
            "EstimatedEmployment": 106300,
            "IagCode": null,
            "NumberChanged": 100,
            "ProjectEmployment": 106400
          },
          {
            "Industry": "Temporary help services",
            "Pctestocc": 3,
            "MatInCode": "561320",
            "PercentChange": 8.5,
            "EstimatedEmployment": 99500,
            "IagCode": "561",
            "NumberChanged": 8500,
            "ProjectEmployment": 108000
          },
          {
            "Industry": "General medical and surgical hospitals; state",
            "Pctestocc": 2.5,
            "MatInCode": "62210S",
            "PercentChange": 3.5,
            "EstimatedEmployment": 82200,
            "IagCode": "622",
            "NumberChanged": 2900,
            "ProjectEmployment": 85100
          },
          {
            "Industry": "Specialty (except psychiatric and substance abuse) hospitals; private",
            "Pctestocc": 2.1,
            "MatInCode": "62230P",
            "PercentChange": 11.6,
            "EstimatedEmployment": 68100,
            "IagCode": "622",
            "NumberChanged": 7900,
            "ProjectEmployment": 76100
          }
        ]
      },
      "OOHs": {
        "Title": "Registered Nurses",
        "OOHUrl": "https://www.bls.gov/OOH/healthcare/registered-nurses.htm"
      },
      "StateResourcesLinks": {
        "StateWebResource": [
          {
            "Title": "Virginia Labor Market Information",
            "Url": "https://virginiaworks.com/",
            "Type": "State LMI Data",
            "StateName": "Virginia"
          },
          {
            "Title": "Virginia Occupational Wages",
            "Url": "https://virginiaworks.com/",
            "Type": "State Wage Data",
            "StateName": "Virginia"
          },
          {
            "Title": "Virginia Occupational Employment & Projections",
            "Url": "https://virginiaworks.com/",
            "Type": "State Employment Data",
            "StateName": "Virginia"
          }
        ]
      },
      "RelatedOnetTitles": {
        "29-1141.04": "Clinical Nurse Specialists",
        "29-1171.00": "Nurse Practitioners",
        "29-1141.01": "Acute Care Nurses",
        "29-1141.03": "Critical Care Nurses",
        "29-2061.00": "Licensed Practical and Licensed Vocational Nurses",
        "29-1161.00": "Nurse Midwives",
        "29-1141.02": "Advanced Practice Psychiatric Nurses",
        "31-1131.00": "Nursing Assistants",
        "29-1071.00": "Physician Assistants",
        "29-1151.00": "Nurse Anesthetists"
      },
      "SkillsDataList": [
        {
          "ElementId": "2.B.3.j",
          "ElementName": "Equipment Maintenance",
          "ElementDescription": "Planning and doing the basic maintenance on equipment.",
          "DataValue": "1",
          "Importance": "0"
        },
        {
          "ElementId": "2.B.3.l",
          "ElementName": "Repairing",
          "ElementDescription": "Repairing machines or systems using the right tools.",
          "DataValue": "1.12",
          "Importance": "3"
        },
        {
          "ElementId": "2.B.4.e",
          "ElementName": "Judgment and Decision Making",
          "ElementDescription": "Thinking about the pros and cons of different options and picking the best one.",
          "DataValue": "3.88",
          "Importance": "72"
        },
        {
          "ElementId": "2.B.4.h",
          "ElementName": "Systems Evaluation",
          "ElementDescription": "Measuring how well a system is working and how to improve it.",
          "DataValue": "3",
          "Importance": "50"
        },
        {
          "ElementId": "2.B.5.b",
          "ElementName": "Management of Financial Resources",
          "ElementDescription": "Making spending decisions and keeping track of what is spent.",
          "DataValue": "1.62",
          "Importance": "16"
        },
        {
          "ElementId": "2.B.5.d",
          "ElementName": "Management of Personnel Resources",
          "ElementDescription": "Selecting and managing the best workers for a job.",
          "DataValue": "2.62",
          "Importance": "41"
        },
        {
          "ElementId": "2.A.1.a",
          "ElementName": "Reading Comprehension",
          "ElementDescription": "Reading work-related information.",
          "DataValue": "3.88",
          "Importance": "72"
        },
        {
          "ElementId": "2.A.1.b",
          "ElementName": "Active Listening",
          "ElementDescription": "Listening to others, not interrupting, and asking good questions.",
          "DataValue": "4",
          "Importance": "75"
        },
        {
          "ElementId": "2.A.1.c",
          "ElementName": "Writing",
          "ElementDescription": "Writing things for co-workers or customers.",
          "DataValue": "3.75",
          "Importance": "69"
        },
        {
          "ElementId": "2.A.1.d",
          "ElementName": "Speaking",
          "ElementDescription": "Talking to others.",
          "DataValue": "4",
          "Importance": "75"
        },
        {
          "ElementId": "2.A.1.e",
          "ElementName": "Mathematics",
          "ElementDescription": "Using math to solve problems.",
          "DataValue": "2.88",
          "Importance": "47"
        },
        {
          "ElementId": "2.A.1.f",
          "ElementName": "Science",
          "ElementDescription": "Using scientific rules and strategies to solve problems.",
          "DataValue": "2.88",
          "Importance": "47"
        },
        {
          "ElementId": "2.A.2.a",
          "ElementName": "Critical Thinking",
          "ElementDescription": "Thinking about the pros and cons of different ways to solve a problem.",
          "DataValue": "4",
          "Importance": "75"
        },
        {
          "ElementId": "2.A.2.b",
          "ElementName": "Active Learning",
          "ElementDescription": "Figuring out how to use new ideas or things.",
          "DataValue": "3.5",
          "Importance": "63"
        },
        {
          "ElementId": "2.A.2.c",
          "ElementName": "Learning Strategies",
          "ElementDescription": "Using the best training or teaching strategies for learning new things.",
          "DataValue": "3.25",
          "Importance": "56"
        },
        {
          "ElementId": "2.A.2.d",
          "ElementName": "Monitoring",
          "ElementDescription": "Keeping track of how well people and/or groups are doing in order to make improvements.",
          "DataValue": "3.75",
          "Importance": "69"
        },
        {
          "ElementId": "2.B.1.a",
          "ElementName": "Social Perceptiveness",
          "ElementDescription": "Understanding people's reactions.",
          "DataValue": "4.12",
          "Importance": "78"
        },
        {
          "ElementId": "2.B.1.b",
          "ElementName": "Coordination",
          "ElementDescription": "Changing what is done based on other people's actions.",
          "DataValue": "4",
          "Importance": "75"
        },
        {
          "ElementId": "2.B.1.c",
          "ElementName": "Persuasion",
          "ElementDescription": "Talking people into changing their minds or their behavior.",
          "DataValue": "2.88",
          "Importance": "47"
        },
        {
          "ElementId": "2.B.1.d",
          "ElementName": "Negotiation",
          "ElementDescription": "Bringing people together to solve differences.",
          "DataValue": "2.75",
          "Importance": "44"
        },
        {
          "ElementId": "2.B.1.e",
          "ElementName": "Instructing",
          "ElementDescription": "Teaching people how to do something.",
          "DataValue": "3.25",
          "Importance": "56"
        },
        {
          "ElementId": "2.B.1.f",
          "ElementName": "Service Orientation",
          "ElementDescription": "Looking for ways to help people.",
          "DataValue": "4",
          "Importance": "75"
        },
        {
          "ElementId": "2.B.2.i",
          "ElementName": "Complex Problem Solving",
          "ElementDescription": "Noticing a problem and figuring out the best way to solve it.",
          "DataValue": "3.5",
          "Importance": "63"
        },
        {
          "ElementId": "2.B.3.a",
          "ElementName": "Operations Analysis",
          "ElementDescription": "Figuring out what a product or service needs to be able to do.",
          "DataValue": "2",
          "Importance": "25"
        },
        {
          "ElementId": "2.B.3.b",
          "ElementName": "Technology Design",
          "ElementDescription": "Making equipment and technology useful for customers.",
          "DataValue": "1.88",
          "Importance": "22"
        },
        {
          "ElementId": "2.B.3.c",
          "ElementName": "Equipment Selection",
          "ElementDescription": "Deciding what kind of tools and equipment are needed to do a job.",
          "DataValue": "1.88",
          "Importance": "22"
        },
        {
          "ElementId": "2.B.3.d",
          "ElementName": "Installation",
          "ElementDescription": "Installing equipment, machines, wiring, or computer programs.",
          "DataValue": "1",
          "Importance": "0"
        },
        {
          "ElementId": "2.B.3.e",
          "ElementName": "Programming",
          "ElementDescription": "Writing computer programs.",
          "DataValue": "1.62",
          "Importance": "16"
        },
        {
          "ElementId": "2.B.3.g",
          "ElementName": "Operations Monitoring",
          "ElementDescription": "Watching gauges, dials, or display screens to make sure a machine is working.",
          "DataValue": "3",
          "Importance": "50"
        },
        {
          "ElementId": "2.B.3.h",
          "ElementName": "Operation and Control",
          "ElementDescription": "Using equipment or systems.",
          "DataValue": "2.25",
          "Importance": "31"
        },
        {
          "ElementId": "2.B.3.k",
          "ElementName": "Troubleshooting",
          "ElementDescription": "Figuring out what is causing equipment, machines, wiring, or computer programs to not work.",
          "DataValue": "1.88",
          "Importance": "22"
        },
        {
          "ElementId": "2.B.3.m",
          "ElementName": "Quality Control Analysis",
          "ElementDescription": "Testing how well a product or service works.",
          "DataValue": "2.88",
          "Importance": "47"
        },
        {
          "ElementId": "2.B.4.g",
          "ElementName": "Systems Analysis",
          "ElementDescription": "Figuring out how a system should work and how changes in the future will affect it.",
          "DataValue": "3",
          "Importance": "50"
        },
        {
          "ElementId": "2.B.5.a",
          "ElementName": "Time Management",
          "ElementDescription": "Managing your time and the time of other people.",
          "DataValue": "3.12",
          "Importance": "53"
        },
        {
          "ElementId": "2.B.5.c",
          "ElementName": "Management of Material Resources",
          "ElementDescription": "Managing equipment and materials.",
          "DataValue": "1.88",
          "Importance": "22"
        }
      ],
      "KnowledgeDataList": [
        {
          "ElementId": "2.C.3.d",
          "ElementName": "Building and Construction",
          "ElementDescription": "Knowledge of materials, methods, and the tools involved in the construction or repair of houses, buildings, or other structures such as highways and roads.",
          "DataValue": "1.2",
          "Importance": "5"
        },
        {
          "ElementId": "2.C.4.a",
          "ElementName": "Mathematics",
          "ElementDescription": "Knowledge of arithmetic, algebra, geometry, calculus, statistics, and their applications.",
          "DataValue": "3.43",
          "Importance": "61"
        },
        {
          "ElementId": "2.C.4.c",
          "ElementName": "Chemistry",
          "ElementDescription": "Knowledge of the chemical composition, structure, and properties of substances and of the chemical processes and transformations that they undergo. This includes uses of chemicals and their interactions, danger signs, production techniques, and disposal methods.",
          "DataValue": "2.6",
          "Importance": "40"
        },
        {
          "ElementId": "2.C.4.e",
          "ElementName": "Psychology",
          "ElementDescription": "Knowledge of human behavior and performance; individual differences in ability, personality, and interests; learning and motivation; psychological research methods; and the assessment and treatment of behavioral and affective disorders.",
          "DataValue": "4.58",
          "Importance": "90"
        },
        {
          "ElementId": "2.C.4.f",
          "ElementName": "Sociology and Anthropology",
          "ElementDescription": "Knowledge of group behavior and dynamics, societal trends and influences, human migrations, ethnicity, cultures, and their history and origins.",
          "DataValue": "2.96",
          "Importance": "49"
        },
        {
          "ElementId": "2.C.4.g",
          "ElementName": "Geography",
          "ElementDescription": "Knowledge of principles and methods for describing the features of land, sea, and air masses, including their physical characteristics, locations, interrelationships, and distribution of plant, animal, and human life.",
          "DataValue": "1.21",
          "Importance": "5"
        },
        {
          "ElementId": "2.C.5.a",
          "ElementName": "Medicine and Dentistry",
          "ElementDescription": "Knowledge of the information and techniques needed to diagnose and treat human injuries, diseases, and deformities. This includes symptoms, treatment alternatives, drug properties and interactions, and preventive health-care measures.",
          "DataValue": "4.36",
          "Importance": "84"
        },
        {
          "ElementId": "2.C.5.b",
          "ElementName": "Therapy and Counseling",
          "ElementDescription": "Knowledge of principles, methods, and procedures for diagnosis, treatment, and rehabilitation of physical and mental dysfunctions, and for career counseling and guidance.",
          "DataValue": "3.43",
          "Importance": "61"
        },
        {
          "ElementId": "2.C.6",
          "ElementName": "Education and Training",
          "ElementDescription": "Knowledge of principles and methods for curriculum and training design, teaching and instruction for individuals and groups, and the measurement of training effects.",
          "DataValue": "3.2",
          "Importance": "55"
        },
        {
          "ElementId": "2.C.7.a",
          "ElementName": "English Language",
          "ElementDescription": "Knowledge of the structure and content of the English language including the meaning and spelling of words, rules of composition, and grammar.",
          "DataValue": "4.18",
          "Importance": "80"
        },
        {
          "ElementId": "2.C.7.b",
          "ElementName": "Foreign Language",
          "ElementDescription": "Knowledge of the structure and content of a foreign (non-English) language including the meaning and spelling of words, rules of composition and grammar, and pronunciation.",
          "DataValue": "1.83",
          "Importance": "21"
        },
        {
          "ElementId": "2.C.7.c",
          "ElementName": "Fine Arts",
          "ElementDescription": "Knowledge of the theory and techniques required to compose, produce, and perform works of music, dance, visual arts, drama, and sculpture.",
          "DataValue": "1.01",
          "Importance": "0"
        },
        {
          "ElementId": "2.C.7.d",
          "ElementName": "History and Archeology",
          "ElementDescription": "Knowledge of historical events and their causes, indicators, and effects on civilizations and cultures.",
          "DataValue": "1.44",
          "Importance": "11"
        },
        {
          "ElementId": "2.C.7.e",
          "ElementName": "Philosophy and Theology",
          "ElementDescription": "Knowledge of different philosophical systems and religions. This includes their basic principles, values, ethics, ways of thinking, customs, practices, and their impact on human culture.",
          "DataValue": "1.9",
          "Importance": "23"
        },
        {
          "ElementId": "2.C.8.a",
          "ElementName": "Public Safety and Security",
          "ElementDescription": "Knowledge of relevant equipment, policies, procedures, and strategies to promote effective local, state, or national security operations for the protection of people, data, property, and institutions.",
          "DataValue": "3.11",
          "Importance": "53"
        },
        {
          "ElementId": "2.C.8.b",
          "ElementName": "Law and Government",
          "ElementDescription": "Knowledge of laws, legal codes, court procedures, precedents, government regulations, executive orders, agency rules, and the democratic political process.",
          "DataValue": "2.4",
          "Importance": "35"
        },
        {
          "ElementId": "2.C.9.a",
          "ElementName": "Telecommunications",
          "ElementDescription": "Knowledge of transmission, broadcasting, switching, control, and operation of telecommunications systems.",
          "DataValue": "2.21",
          "Importance": "30"
        },
        {
          "ElementId": "2.C.9.b",
          "ElementName": "Communications and Media",
          "ElementDescription": "Knowledge of media production, communication, and dissemination techniques and methods. This includes alternative ways to inform and entertain via written, oral, and visual media.",
          "DataValue": "2.31",
          "Importance": "33"
        },
        {
          "ElementId": "2.C.10",
          "ElementName": "Transportation",
          "ElementDescription": "Knowledge of principles and methods for moving people or goods by air, rail, sea, or road, including the relative costs and benefits.",
          "DataValue": "1.71",
          "Importance": "18"
        },
        {
          "ElementId": "2.C.2.b",
          "ElementName": "Food Production",
          "ElementDescription": "Knowledge of techniques and equipment for planting, growing, and harvesting food products (both plant and animal) for consumption, including storage/handling techniques.",
          "DataValue": "1.5",
          "Importance": "13"
        },
        {
          "ElementId": "2.C.3.b",
          "ElementName": "Engineering and Technology",
          "ElementDescription": "Knowledge of the practical application of engineering science and technology. This includes applying principles, techniques, procedures, and equipment to the design and production of various goods and services.",
          "DataValue": "1.51",
          "Importance": "13"
        },
        {
          "ElementId": "2.C.1.a",
          "ElementName": "Administration and Management",
          "ElementDescription": "Knowledge of business and management principles involved in strategic planning, resource allocation, human resources modeling, leadership technique, production methods, and coordination of people and resources.",
          "DataValue": "3.29",
          "Importance": "57"
        },
        {
          "ElementId": "2.C.1.c",
          "ElementName": "Economics and Accounting",
          "ElementDescription": "Knowledge of economic and accounting principles and practices, the financial markets, banking, and the analysis and reporting of financial data.",
          "DataValue": "1.74",
          "Importance": "19"
        },
        {
          "ElementId": "2.C.1.e",
          "ElementName": "Customer and Personal Service",
          "ElementDescription": "Knowledge of principles and processes for providing customer and personal services. This includes customer needs assessment, meeting quality standards for services, and evaluation of customer satisfaction.",
          "DataValue": "4.4",
          "Importance": "85"
        },
        {
          "ElementId": "2.C.2.a",
          "ElementName": "Production and Processing",
          "ElementDescription": "Knowledge of raw materials, production processes, quality control, costs, and other techniques for maximizing the effective manufacture and distribution of goods.",
          "DataValue": "1.64",
          "Importance": "16"
        },
        {
          "ElementId": "2.C.1.b",
          "ElementName": "Administrative",
          "ElementDescription": "Knowledge of administrative and office procedures and systems such as word processing, managing files and records, stenography and transcription, designing forms, and workplace terminology.",
          "DataValue": "3.55",
          "Importance": "64"
        },
        {
          "ElementId": "2.C.1.d",
          "ElementName": "Sales and Marketing",
          "ElementDescription": "Knowledge of principles and methods for showing, promoting, and selling products or services. This includes marketing strategy and tactics, product demonstration, sales techniques, and sales control systems.",
          "DataValue": "1.89",
          "Importance": "22"
        },
        {
          "ElementId": "2.C.1.f",
          "ElementName": "Personnel and Human Resources",
          "ElementDescription": "Knowledge of principles and procedures for personnel recruitment, selection, training, compensation and benefits, labor relations and negotiation, and personnel information systems.",
          "DataValue": "2.48",
          "Importance": "37"
        },
        {
          "ElementId": "2.C.3.c",
          "ElementName": "Design",
          "ElementDescription": "Knowledge of design techniques, tools, and principles involved in production of precision technical plans, blueprints, drawings, and models.",
          "DataValue": "1.29",
          "Importance": "7"
        },
        {
          "ElementId": "2.C.3.e",
          "ElementName": "Mechanical",
          "ElementDescription": "Knowledge of machines and tools, including their designs, uses, repair, and maintenance.",
          "DataValue": "1.35",
          "Importance": "9"
        },
        {
          "ElementId": "2.C.4.b",
          "ElementName": "Physics",
          "ElementDescription": "Knowledge and prediction of physical principles, laws, their interrelationships, and applications to understanding fluid, material, and atmospheric dynamics, and mechanical, electrical, atomic and sub-atomic structures and processes.",
          "DataValue": "1.6",
          "Importance": "15"
        },
        {
          "ElementId": "2.C.4.d",
          "ElementName": "Biology",
          "ElementDescription": "Knowledge of plant and animal organisms, their tissues, cells, functions, interdependencies, and interactions with each other and the environment.",
          "DataValue": "3.02",
          "Importance": "51"
        },
        {
          "ElementId": "2.C.3.a",
          "ElementName": "Computers and Electronics",
          "ElementDescription": "Knowledge of circuit boards, processors, chips, electronic equipment, and computer hardware and software, including applications and programming.",
          "DataValue": "2.59",
          "Importance": "40"
        }
      ],
      "AbilityDataList": [
        {
          "ElementId": "1.A.1.a.2",
          "ElementName": "Written Comprehension",
          "ElementDescription": "Reading and understanding what is written.",
          "DataValue": "4",
          "Importance": "75"
        },
        {
          "ElementId": "1.A.1.a.4",
          "ElementName": "Written Expression",
          "ElementDescription": "Communicating by writing.",
          "DataValue": "3.75",
          "Importance": "69"
        },
        {
          "ElementId": "1.A.1.b.2",
          "ElementName": "Originality",
          "ElementDescription": "Creating new and original ideas.",
          "DataValue": "3",
          "Importance": "50"
        },
        {
          "ElementId": "1.A.1.b.4",
          "ElementName": "Deductive Reasoning",
          "ElementDescription": "Using rules to solve problems.",
          "DataValue": "4.12",
          "Importance": "78"
        },
        {
          "ElementId": "1.A.1.b.6",
          "ElementName": "Information Ordering",
          "ElementDescription": "Ordering or arranging things.",
          "DataValue": "3.88",
          "Importance": "72"
        },
        {
          "ElementId": "1.A.1.c.1",
          "ElementName": "Mathematical Reasoning",
          "ElementDescription": "Choosing the right type of math to solve a problem.",
          "DataValue": "3",
          "Importance": "50"
        },
        {
          "ElementId": "1.A.1.d.1",
          "ElementName": "Memorization",
          "ElementDescription": "Remembering words, numbers, pictures, or steps.",
          "DataValue": "3.12",
          "Importance": "53"
        },
        {
          "ElementId": "1.A.1.e.2",
          "ElementName": "Flexibility of Closure",
          "ElementDescription": "Seeing hidden patterns.",
          "DataValue": "3.25",
          "Importance": "56"
        },
        {
          "ElementId": "1.A.1.g.1",
          "ElementName": "Selective Attention",
          "ElementDescription": "Paying attention to something without being distracted.",
          "DataValue": "3.12",
          "Importance": "53"
        },
        {
          "ElementId": "1.A.2.a.1",
          "ElementName": "Arm-Hand Steadiness",
          "ElementDescription": "Keeping your arm or hand steady.",
          "DataValue": "3.12",
          "Importance": "53"
        },
        {
          "ElementId": "1.A.2.a.3",
          "ElementName": "Finger Dexterity",
          "ElementDescription": "Putting together small parts with your fingers.",
          "DataValue": "3.12",
          "Importance": "53"
        },
        {
          "ElementId": "1.A.2.b.3",
          "ElementName": "Response Orientation",
          "ElementDescription": "Quickly deciding if you should move your hand, foot, or other body part.",
          "DataValue": "2.12",
          "Importance": "28"
        },
        {
          "ElementId": "1.A.2.c.2",
          "ElementName": "Wrist-Finger Speed",
          "ElementDescription": "Making fast, simple, repeated movements of your fingers, hands, and wrists.",
          "DataValue": "2.25",
          "Importance": "31"
        },
        {
          "ElementId": "1.A.2.b.2",
          "ElementName": "Multilimb Coordination",
          "ElementDescription": "Using your arms and/or legs together while sitting, standing, or lying down.",
          "DataValue": "3",
          "Importance": "50"
        },
        {
          "ElementId": "1.A.2.c.1",
          "ElementName": "Reaction Time",
          "ElementDescription": "Quickly moving your hand, finger, or foot based on a sound, light, picture or other command.",
          "DataValue": "2.12",
          "Importance": "28"
        },
        {
          "ElementId": "1.A.4.a.6",
          "ElementName": "Depth Perception",
          "ElementDescription": "Deciding which thing is closer or farther away from you, or deciding how far away it is from you.",
          "DataValue": "2",
          "Importance": "25"
        },
        {
          "ElementId": "1.A.4.b.1",
          "ElementName": "Hearing Sensitivity",
          "ElementDescription": "Telling the difference between sounds.",
          "DataValue": "2.5",
          "Importance": "38"
        },
        {
          "ElementId": "1.A.4.b.3",
          "ElementName": "Sound Localization",
          "ElementDescription": "Noticing the direction that a sound came from.",
          "DataValue": "1.12",
          "Importance": "3"
        },
        {
          "ElementId": "1.A.4.b.5",
          "ElementName": "Speech Clarity",
          "ElementDescription": "Speaking clearly.",
          "DataValue": "3.88",
          "Importance": "72"
        },
        {
          "ElementId": "1.A.3.a.1",
          "ElementName": "Static Strength",
          "ElementDescription": "Lifting, pushing, pulling, or carrying.",
          "DataValue": "3",
          "Importance": "50"
        },
        {
          "ElementId": "1.A.3.a.2",
          "ElementName": "Explosive Strength",
          "ElementDescription": "Jumping, sprinting, or throwing something.",
          "DataValue": "1.75",
          "Importance": "19"
        },
        {
          "ElementId": "1.A.3.a.3",
          "ElementName": "Dynamic Strength",
          "ElementDescription": "Exercising for a long time without your muscles getting tired.",
          "DataValue": "2.12",
          "Importance": "28"
        },
        {
          "ElementId": "1.A.3.a.4",
          "ElementName": "Trunk Strength",
          "ElementDescription": "Using your lower back and stomach.",
          "DataValue": "3.12",
          "Importance": "53"
        },
        {
          "ElementId": "1.A.3.b.1",
          "ElementName": "Stamina",
          "ElementDescription": "Exercising for a long time without getting out of breath.",
          "DataValue": "2.88",
          "Importance": "47"
        },
        {
          "ElementId": "1.A.3.c.1",
          "ElementName": "Extent Flexibility",
          "ElementDescription": "Bending, stretching, twisting, or reaching with your body, arms, and/or legs.",
          "DataValue": "2.88",
          "Importance": "47"
        },
        {
          "ElementId": "1.A.3.c.3",
          "ElementName": "Gross Body Coordination",
          "ElementDescription": "Moving your arms, legs, and mid-section together while your whole body is moving.",
          "DataValue": "2",
          "Importance": "25"
        },
        {
          "ElementId": "1.A.4.a.1",
          "ElementName": "Near Vision",
          "ElementDescription": "Seeing details up close.",
          "DataValue": "3.88",
          "Importance": "72"
        },
        {
          "ElementId": "1.A.4.a.3",
          "ElementName": "Visual Color Discrimination",
          "ElementDescription": "Noticing the difference between colors, including shades and brightness.",
          "DataValue": "2.75",
          "Importance": "44"
        },
        {
          "ElementId": "1.A.4.a.5",
          "ElementName": "Peripheral Vision",
          "ElementDescription": "Seeing something to your side when your are looking ahead.",
          "DataValue": "1",
          "Importance": "0"
        },
        {
          "ElementId": "1.A.4.a.7",
          "ElementName": "Glare Sensitivity",
          "ElementDescription": "Seeing something even if there is a glare or very bright light.",
          "DataValue": "1",
          "Importance": "0"
        },
        {
          "ElementId": "1.A.4.b.2",
          "ElementName": "Auditory Attention",
          "ElementDescription": "Paying attention to one sound while there are other distracting sounds.",
          "DataValue": "2.88",
          "Importance": "47"
        },
        {
          "ElementId": "1.A.4.b.4",
          "ElementName": "Speech Recognition",
          "ElementDescription": "Recognizing spoken words.",
          "DataValue": "3.75",
          "Importance": "69"
        },
        {
          "ElementId": "1.A.1.a.1",
          "ElementName": "Oral Comprehension",
          "ElementDescription": "Listening and understanding what people say.",
          "DataValue": "4",
          "Importance": "75"
        },
        {
          "ElementId": "1.A.1.a.3",
          "ElementName": "Oral Expression",
          "ElementDescription": "Communicating by speaking.",
          "DataValue": "4",
          "Importance": "75"
        },
        {
          "ElementId": "1.A.1.b.1",
          "ElementName": "Fluency of Ideas",
          "ElementDescription": "Coming up with lots of ideas.",
          "DataValue": "3.12",
          "Importance": "53"
        },
        {
          "ElementId": "1.A.1.b.3",
          "ElementName": "Problem Sensitivity",
          "ElementDescription": "Noticing when problems happen.",
          "DataValue": "4.12",
          "Importance": "78"
        },
        {
          "ElementId": "1.A.1.b.5",
          "ElementName": "Inductive Reasoning",
          "ElementDescription": "Making general rules or coming up with answers from lots of detailed information.",
          "DataValue": "4",
          "Importance": "75"
        },
        {
          "ElementId": "1.A.1.b.7",
          "ElementName": "Category Flexibility",
          "ElementDescription": "Grouping things in different ways.",
          "DataValue": "3.38",
          "Importance": "60"
        },
        {
          "ElementId": "1.A.1.c.2",
          "ElementName": "Number Facility",
          "ElementDescription": "Adding, subtracting, multiplying, or dividing.",
          "DataValue": "3",
          "Importance": "50"
        },
        {
          "ElementId": "1.A.1.e.1",
          "ElementName": "Speed of Closure",
          "ElementDescription": "Quickly knowing what you are looking at.",
          "DataValue": "3.12",
          "Importance": "53"
        },
        {
          "ElementId": "1.A.1.e.3",
          "ElementName": "Perceptual Speed",
          "ElementDescription": "Quickly comparing groups of letters, numbers, pictures, or other things.",
          "DataValue": "3.12",
          "Importance": "53"
        },
        {
          "ElementId": "1.A.1.f.1",
          "ElementName": "Spatial Orientation",
          "ElementDescription": "Knowing where things are around you.",
          "DataValue": "1.5",
          "Importance": "13"
        },
        {
          "ElementId": "1.A.1.f.2",
          "ElementName": "Visualization",
          "ElementDescription": "Imagining how something will look after it is moved around or changed.",
          "DataValue": "3",
          "Importance": "50"
        },
        {
          "ElementId": "1.A.1.g.2",
          "ElementName": "Time Sharing",
          "ElementDescription": "Doing two or more things at the same time.",
          "DataValue": "3.12",
          "Importance": "53"
        },
        {
          "ElementId": "1.A.2.a.2",
          "ElementName": "Manual Dexterity",
          "ElementDescription": "Holding or moving items with your hands.",
          "DataValue": "3.12",
          "Importance": "53"
        },
        {
          "ElementId": "1.A.2.b.1",
          "ElementName": "Control Precision",
          "ElementDescription": "Quickly changing the controls of a machine, car, truck or boat.",
          "DataValue": "2.25",
          "Importance": "31"
        },
        {
          "ElementId": "1.A.2.b.4",
          "ElementName": "Rate Control",
          "ElementDescription": "Changing when and how fast you move based on how something else is moving.",
          "DataValue": "1.75",
          "Importance": "19"
        },
        {
          "ElementId": "1.A.2.c.3",
          "ElementName": "Speed of Limb Movement",
          "ElementDescription": "Quickly moving your arms and legs.",
          "DataValue": "2",
          "Importance": "25"
        },
        {
          "ElementId": "1.A.3.c.2",
          "ElementName": "Dynamic Flexibility",
          "ElementDescription": "Quickly and repeatedly bending, stretching, twisting, or reaching out with your body, arms, and/or legs.",
          "DataValue": "1.75",
          "Importance": "19"
        },
        {
          "ElementId": "1.A.3.c.4",
          "ElementName": "Gross Body Equilibrium",
          "ElementDescription": "Keeping your balance or staying upright.",
          "DataValue": "1.88",
          "Importance": "22"
        },
        {
          "ElementId": "1.A.4.a.2",
          "ElementName": "Far Vision",
          "ElementDescription": "Seeing details that are far away.",
          "DataValue": "3.12",
          "Importance": "53"
        },
        {
          "ElementId": "1.A.4.a.4",
          "ElementName": "Night Vision",
          "ElementDescription": "Seeing at night or under low light.",
          "DataValue": "1",
          "Importance": "0"
        }
      ],
      "TrainingPrograms": [
        "Adult Health Nurse/Nursing",
        "Clinical Nurse Leader",
        "Clinical Nurse Specialist",
        "Critical Care Nursing",
        "Emergency Room/Trauma Nursing",
        "Family Practice Nurse/Nursing",
        "Forensic Nursing",
        "Geriatric Nurse/Nursing",
        "Maternal/Child Health and Neonatal Nurse/Nursing",
        "Nursing Administration",
        "Nursing Practice",
        "Nursing Science",
        "Occupational and Environmental Health Nursing",
        "Palliative Care Nursing",
        "Pediatric Nurse/Nursing",
        "Perioperative/Operating Room and Surgical Nurse/Nursing",
        "Psychiatric/Mental Health Nurse/Nursing",
        "Public Health/Community Nurse/Nursing",
        "Registered Nursing, Nursing Administration, Nursing Research and Clinical Nursing, Other",
        "Registered Nursing/Registered Nurse",
        "Women's Health Nurse/Nursing"
      ],
      "ToolsAndTechOccupationDetails": {
        "OnetCode": null,
        "OnetTitle": null,
        "Tools": {
          "Categories": [
            {
              "Title": "Acute care fetal or maternal monitoring units",
              "Examples": [
                {
                  "Name": "Bilimeters",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Fetal monitors"
                },
                {
                  "Name": "Fetal scalp electrodes"
                }
              ]
            },
            {
              "Title": "Anesthesia nerve block kit or tray",
              "Examples": [
                {
                  "Name": "Epidural catheters",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Apnea monitors",
              "Examples": [
                {
                  "Name": "Apnea monitors",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Arm traction supplies",
              "Examples": [
                {
                  "Name": "Bucks traction equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Arterial blood gas monitors",
              "Examples": [
                {
                  "Name": "Arterial blood gas testing equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Arterial line catheters",
              "Examples": [
                {
                  "Name": "Arterial line catheters",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Audiometers",
              "Examples": [
                {
                  "Name": "Audiometers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Autotransfusion units",
              "Examples": [
                {
                  "Name": "Autotransfusion systems",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Benchtop centrifuges",
              "Examples": [
                {
                  "Name": "Centrifuges",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Binocular light compound microscopes",
              "Examples": [
                {
                  "Name": "Binocular light compound microscopes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Blood collection needles",
              "Examples": [
                {
                  "Name": "Blood collection needles",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Blood warming or transfusion systems",
              "Examples": [
                {
                  "Name": "Blood warming equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Canes",
              "Examples": [
                {
                  "Name": "Canes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Cardiac output CO monitoring units",
              "Examples": [
                {
                  "Name": "Cardiac monitor electrodes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Cardiac monitors"
                }
              ]
            },
            {
              "Title": "Cardiac pacemaker generators or cardiac resynchronization therapy pacemakers CRT-P",
              "Examples": [
                {
                  "Name": "Pacemakers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Cervical collars or neck braces",
              "Examples": [
                {
                  "Name": "Cervical collars",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Clinical hydraulic lifts",
              "Examples": [
                {
                  "Name": "Mechanical lift devices",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Clinical incubators or infant warmers",
              "Examples": [
                {
                  "Name": "Infant warmers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Isolettes"
                }
              ]
            },
            {
              "Title": "Clinical trapeze bars",
              "Examples": [
                {
                  "Name": "Overhead clinical trapezes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Colonoscopes",
              "Examples": [
                {
                  "Name": "Colonoscopy equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Colposcopes or vaginoscopes",
              "Examples": [
                {
                  "Name": "Colposcopes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Continuous passive motion CPM devices",
              "Examples": [
                {
                  "Name": "Continuous passive motion CPM machines",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Crutches",
              "Examples": [
                {
                  "Name": "Crutches",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Diagnostic or interventional vascular catheters for general use",
              "Examples": [
                {
                  "Name": "Angiocaths",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Pulmonary artery catheters"
                }
              ]
            },
            {
              "Title": "Electrocardiography EKG transmitters or telemetry devices",
              "Examples": [
                {
                  "Name": "Telemetry units",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Electrocardiography EKG units",
              "Examples": [
                {
                  "Name": "Electrocardiography EKG units",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Electronic blood pressure units",
              "Examples": [
                {
                  "Name": "Electronic blood pressure monitors",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Manual blood pressure monitors"
                }
              ]
            },
            {
              "Title": "Electronic encyclopedias",
              "Examples": [
                {
                  "Name": "Medical encyclopedias",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Electrosurgical or electrocautery equipment",
              "Examples": [
                {
                  "Name": "Electrosurgical devices",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Grounding pads"
                },
                {
                  "Name": "Loop electrosurgical excision procedure LEEP equipment"
                }
              ]
            },
            {
              "Title": "Endoscopic hemostatic balloons or needles or tubes or accessories",
              "Examples": [
                {
                  "Name": "Curved hemostats",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Hemostats"
                },
                {
                  "Name": "Straight hemostats"
                }
              ]
            },
            {
              "Title": "Endoscopic or surgical light sources",
              "Examples": [
                {
                  "Name": "Surgical lights",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Endotracheal tubes",
              "Examples": [
                {
                  "Name": "Endotracheal ET tubes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Enema kits",
              "Examples": [
                {
                  "Name": "Enema equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Enteral feeding administration sets",
              "Examples": [
                {
                  "Name": "Continuous enteral feeding equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Intermittent enteral feeding equipment"
                }
              ]
            },
            {
              "Title": "Enteral feeding infusion pump tubing sets",
              "Examples": [
                {
                  "Name": "Infusion pump enteral feeding tubes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Esophagogastroduodenoscopes or gastroduodenoscopes or gastroscopes",
              "Examples": [
                {
                  "Name": "Gastrointestinal GI endoscopes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Extremity restraints",
              "Examples": [
                {
                  "Name": "Limb restraints",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Eye charts or vision cards",
              "Examples": [
                {
                  "Name": "Snellen eye charts",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Flow sensors or regulators or components",
              "Examples": [
                {
                  "Name": "Oxygen flowmeters",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Oxygen regulators"
                }
              ]
            },
            {
              "Title": "Gait belts for rehabilitation or therapy",
              "Examples": [
                {
                  "Name": "Gait belts",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Gastric decompression tubes",
              "Examples": [
                {
                  "Name": "Levine tubes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Glucose monitors or meters",
              "Examples": [
                {
                  "Name": "Capillary glucose monitors",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Glucose testing equipment"
                }
              ]
            },
            {
              "Title": "Hand held dopplers",
              "Examples": [
                {
                  "Name": "Doppler pulse measurement devices",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Hand or finger traction supplies",
              "Examples": [
                {
                  "Name": "Skin traction equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Head or neck traction supplies",
              "Examples": [
                {
                  "Name": "Cervical traction equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Heating or drying equipment or accessories",
              "Examples": [
                {
                  "Name": "Swab dryers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Hemodialysis dialyzer reprocessing systems",
              "Examples": [
                {
                  "Name": "Photopheresis systems",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Holter or wearable EKG monitoring systems or accessories",
              "Examples": [
                {
                  "Name": "Computerized electrocardiography EKG and hemodynamic monitoring systems",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Hypodermic needle",
              "Examples": [
                {
                  "Name": "Intramuscular needles",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Subcutaneous hypodermic needles"
                }
              ]
            },
            {
              "Title": "Infusion pump kits",
              "Examples": [
                {
                  "Name": "Epidural pumps",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Insulin pumps"
                }
              ]
            },
            {
              "Title": "Intermittent positive pressure breathing IPPB machines",
              "Examples": [
                {
                  "Name": "Ventilators",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Intraaortic balloon pumps",
              "Examples": [
                {
                  "Name": "Intra-aortic balloon pumps IABP",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Intracranial pressure ICP monitoring units",
              "Examples": [
                {
                  "Name": "Intracranial pressure monitors",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Intravenous infusion pump analyzers or sensors",
              "Examples": [
                {
                  "Name": "Infusion control devices",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Intravenous or arterial extension tubing",
              "Examples": [
                {
                  "Name": "Intravenous IV tubing",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Intravenous or arterial tubing adapter or connector",
              "Examples": [
                {
                  "Name": "Heparin locks",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Peripheral intravenous IV locks"
                }
              ]
            },
            {
              "Title": "Intravenous syringe infusion pumps",
              "Examples": [
                {
                  "Name": "Intravenous syringe pumps",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Intravenous tubing with catheter administration kits",
              "Examples": [
                {
                  "Name": "Intravenous IV equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Intubation laryngoscopes",
              "Examples": [
                {
                  "Name": "Laryngoscope blades",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Intubation stylets",
              "Examples": [
                {
                  "Name": "Intubation stylets",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Lancets",
              "Examples": [
                {
                  "Name": "Heelstick blood sampling equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Lancets"
                }
              ]
            },
            {
              "Title": "Lap mayo trays or mayo stands for surgical use",
              "Examples": [
                {
                  "Name": "Mayo trays",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Laser printers",
              "Examples": [
                {
                  "Name": "Laser printers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Leg traction supplies",
              "Examples": [
                {
                  "Name": "Balanced suspension traction equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Russell's traction equipment"
                }
              ]
            },
            {
              "Title": "Lower extremity prosthetic devices",
              "Examples": [
                {
                  "Name": "Lower extremity prosthetic devices",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Manual resuscitators",
              "Examples": [
                {
                  "Name": "Manual resuscitation bags",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Manually operated oxygen supply resuscitators"
                }
              ]
            },
            {
              "Title": "Medical acoustic stethoscopes",
              "Examples": [
                {
                  "Name": "Mechanical stethoscopes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Medical gas cylinders or related devices",
              "Examples": [
                {
                  "Name": "Oxygen tanks",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Medical head hoods",
              "Examples": [
                {
                  "Name": "Oxyhoods",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Medical nasal cannulas",
              "Examples": [
                {
                  "Name": "Nasal cannulas",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Medical or surgical suction or vacuum appliances",
              "Examples": [
                {
                  "Name": "Nasal suctioning equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Oral suctioning equipment"
                },
                {
                  "Name": "Suction equipment"
                },
                {
                  "Name": "Tracheal suctioning equipment"
                }
              ]
            },
            {
              "Title": "Medical or surgical suction sets or kits",
              "Examples": [
                {
                  "Name": "Pleuravacs",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Medical oxygen masks or parts",
              "Examples": [
                {
                  "Name": "Non-rebreather masks",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Partial masks"
                },
                {
                  "Name": "Ventimasks"
                }
              ]
            },
            {
              "Title": "Medical syringes without needle",
              "Examples": [
                {
                  "Name": "Syringes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Medical tuning forks",
              "Examples": [
                {
                  "Name": "Medical tuning forks",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Medication or pill dispensers",
              "Examples": [
                {
                  "Name": "Automated medicine dispensing equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Mobile medical services automated external defibrillators AED or hard paddles",
              "Examples": [
                {
                  "Name": "Defibrillators",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Mobile medical services head immobilizers",
              "Examples": [
                {
                  "Name": "Head immobilizers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Mobile medical services spine boards",
              "Examples": [
                {
                  "Name": "Mobile medical services spine boards",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Mobile medical services torso immobilizers",
              "Examples": [
                {
                  "Name": "Torso immobilizers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Mobile resuscitator or aspirator kits",
              "Examples": [
                {
                  "Name": "One-way valve protective shields",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Multiparameter vital sign units",
              "Examples": [
                {
                  "Name": "Transport cardiac monitors",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Nasogastric tubes",
              "Examples": [
                {
                  "Name": "Nasogastric tubes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Nebulizers",
              "Examples": [
                {
                  "Name": "Nebulizers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Non invasive bi level machines",
              "Examples": [
                {
                  "Name": "Bilevel positive airway pressure BiPAP ventilators",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Non invasive continuous positive air pressure machines",
              "Examples": [
                {
                  "Name": "Continuous positive airway pressure CPAP ventilators",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Notebook computers",
              "Examples": [
                {
                  "Name": "Notebook computers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Ophthalmoscopes or otoscopes or scope sets",
              "Examples": [
                {
                  "Name": "Otoscopes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Orthopedic splint systems",
              "Examples": [
                {
                  "Name": "Splints",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Orthopedic traction hardware or weights",
              "Examples": [
                {
                  "Name": "Traction equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Oxygen therapy delivery system products",
              "Examples": [
                {
                  "Name": "Oxygen administration equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Patient bed or table scales for general use",
              "Examples": [
                {
                  "Name": "Bed scales",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Patient care beds for general use",
              "Examples": [
                {
                  "Name": "Hospital beds",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Patient controlled analgesia infusion pumps",
              "Examples": [
                {
                  "Name": "Patient controlled analgesia PCA pumps",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Patient lifts",
              "Examples": [
                {
                  "Name": "Patient lifters",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Patient motion sensors or alarms",
              "Examples": [
                {
                  "Name": "Infant security sensors",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Pelvis or back traction supplies",
              "Examples": [
                {
                  "Name": "Pelvic traction equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Perfusion oxygen or hematocrit saturation monitors",
              "Examples": [
                {
                  "Name": "Venous oxygen saturation SVO2 monitors",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Peripherally inserted central catheters PICC",
              "Examples": [
                {
                  "Name": "Double lumen catheters",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Peripheral angiocaths"
                },
                {
                  "Name": "Peripheral butterflys"
                },
                {
                  "Name": "Single lumen catheters"
                },
                {
                  "Name": "Triple lumen catheters"
                }
              ]
            },
            {
              "Title": "Personal computers",
              "Examples": [
                {
                  "Name": "Personal computers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Pocket personal computers PC"
                }
              ]
            },
            {
              "Title": "Phacoemulsification or extrusion or vitrectomy equipment for ophthalmic surgery",
              "Examples": [
                {
                  "Name": "Phaco apparatus",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Phaco consoles"
                }
              ]
            },
            {
              "Title": "Pulse oximeter units",
              "Examples": [
                {
                  "Name": "Pulse oximeters",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Radio frequency transmitters or receivers",
              "Examples": [
                {
                  "Name": "Telemedicine equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Reflex hammers or mallets",
              "Examples": [
                {
                  "Name": "Percussion hammers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Reflex hammers"
                }
              ]
            },
            {
              "Title": "Respiratory aspirator products",
              "Examples": [
                {
                  "Name": "Meconium aspirators",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Respiratory humidifiers or vaporizers",
              "Examples": [
                {
                  "Name": "T-pieces with aerosol",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Respiratory manometer kits",
              "Examples": [
                {
                  "Name": "Manometers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Restraint straps or buckles or supplies",
              "Examples": [
                {
                  "Name": "Leather restraints",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Restraint vests and jackets",
              "Examples": [
                {
                  "Name": "Vest restraints",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Sexual assault determination kits",
              "Examples": [
                {
                  "Name": "Rape kits",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Sigmoidoscopes",
              "Examples": [
                {
                  "Name": "Flexible sigmoidoscopes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Skin staple removers or kits",
              "Examples": [
                {
                  "Name": "Staple removers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Spill kits",
              "Examples": [
                {
                  "Name": "Chemotherapy spill kits",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Spirometers",
              "Examples": [
                {
                  "Name": "Incentive spirometers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Sputum collection apparatus or containers",
              "Examples": [
                {
                  "Name": "Lukens traps",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Steam autoclaves or sterilizers",
              "Examples": [
                {
                  "Name": "Autoclaves",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Flash sterilizers"
                }
              ]
            },
            {
              "Title": "Surgical clamps or clips or forceps",
              "Examples": [
                {
                  "Name": "Occlusion clamps",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Surgical clamps"
                }
              ]
            },
            {
              "Title": "Surgical drains or drain sets",
              "Examples": [
                {
                  "Name": "Hemovac drains",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Jackson-Pratt drains"
                }
              ]
            },
            {
              "Title": "Surgical drapes",
              "Examples": [
                {
                  "Name": "Surgical drapes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Surgical needle holders",
              "Examples": [
                {
                  "Name": "Suture needleholders",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Surgical retractors",
              "Examples": [
                {
                  "Name": "Retractors",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Surgical scalpels or knives or blades or trephines",
              "Examples": [
                {
                  "Name": "Scalpels",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Surgical suction machine or vacuum extractor or ultrasonic surgical aspirator",
              "Examples": [
                {
                  "Name": "Vacuum extractors",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Suture needles",
              "Examples": [
                {
                  "Name": "Suture needles",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Suture removal kits or trays or packs or sets",
              "Examples": [
                {
                  "Name": "Suture removal kits",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Tablet computers",
              "Examples": [
                {
                  "Name": "Tablet computers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Therapeutic heating or cooling blankets or drapes",
              "Examples": [
                {
                  "Name": "Cooling blankets",
                  "Hot_Technology": "",
                  "In_Demand": ""
                },
                {
                  "Name": "Hyper/hypothermia blankets"
                }
              ]
            },
            {
              "Title": "Therapeutic heating or cooling pads or compresses or packs",
              "Examples": [
                {
                  "Name": "Aqua K pads",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Tourniquets",
              "Examples": [
                {
                  "Name": "Tourniquets",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Tracheostomy accessories",
              "Examples": [
                {
                  "Name": "Tracheostomy collars",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Transcutaneous electric nerve stimulation units",
              "Examples": [
                {
                  "Name": "Transcutaneous electric nerve stimulation TENS equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Tuberculin syringes",
              "Examples": [
                {
                  "Name": "Tuberculosis TB skin test equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Ultraviolet UV lamps",
              "Examples": [
                {
                  "Name": "Phototherapy equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Umbilical catheters",
              "Examples": [
                {
                  "Name": "Umbilical catheters",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Upper extremity prosthetic devices",
              "Examples": [
                {
                  "Name": "Upper extremity prosthetic devices",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Urinalysis analyzers",
              "Examples": [
                {
                  "Name": "Urine analysis equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Urinalysis test strips",
              "Examples": [
                {
                  "Name": "Urinalysis test strips",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Urinary catheterization kits",
              "Examples": [
                {
                  "Name": "Urinary catheters",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Urological procedure trays or packs or kits",
              "Examples": [
                {
                  "Name": "Bladder irrigation equipment",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Vacuum blood collection tubes or containers",
              "Examples": [
                {
                  "Name": "Evacuated blood collection tubes",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Vaginal exam speculas",
              "Examples": [
                {
                  "Name": "Pelvic specula",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Vascular or compression apparel or support",
              "Examples": [
                {
                  "Name": "Anti-embolism elastic stockings",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Vascular sequential compression devices or tubing",
              "Examples": [
                {
                  "Name": "Sequential compression devices",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Ventilator accessories",
              "Examples": [
                {
                  "Name": "Bag-valve masks",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Ventricular assist devices",
              "Examples": [
                {
                  "Name": "Ventricular assist devices VAD",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Vision testing stereoscopes",
              "Examples": [
                {
                  "Name": "Titmus vision screeners",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            },
            {
              "Title": "Walkers or rollators",
              "Examples": [
                {
                  "Name": "Walkers",
                  "Hot_Technology": "",
                  "In_Demand": ""
                }
              ]
            }
          ]
        },
        "Technology": {
          "CategoryList": [
            {
              "Title": "Business intelligence and data analysis software",
              "Examples": [
                {
                  "Name": "Apache Spark",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Calendar and scheduling software",
              "Examples": [
                {
                  "Name": "Per-Se Technologies ORSOS One-Call",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Categorization or classification software",
              "Examples": [
                {
                  "Name": "Diagnostic and procedural coding software",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Cloud-based data access and sharing software",
              "Examples": [
                {
                  "Name": "Google Drive",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "Microsoft SharePoint",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Data base user interface and query software",
              "Examples": [
                {
                  "Name": "Data entry software",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "Database software",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "FileMaker Pro",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "Microsoft Access",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Electronic mail software",
              "Examples": [
                {
                  "Name": "IBM Notes",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "Microsoft Exchange",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "Microsoft Outlook",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Human resources software",
              "Examples": [
                {
                  "Name": "Human resource management software HRMS",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "Oracle Taleo",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Information retrieval or search software",
              "Examples": [
                {
                  "Name": "Drug guide software",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Medical software",
              "Examples": [
                {
                  "Name": "Allscripts Sunrise",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "Allscripts healthcare automation software",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "DoctorsPartner EMR",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "Electronic medical record EMR software",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "Epic Systems",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "HMS",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "Healthcare common procedure coding system HCPCS",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "Henry Schein Dentrix",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "MEDITECH software",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "Medical condition coding software",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "Medical procedure coding software",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "PCC EHR",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "PointClickCare healthcare software",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                },
                {
                  "Name": "Prognosis Innovation Healthcare ChartAccess",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                },
                {
                  "Name": "QuadraMed Affinity Healthcare Information System",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                },
                {
                  "Name": "Siemens SIENET Sky",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                },
                {
                  "Name": "eClinicalWorks EHR software",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Office suite software",
              "Examples": [
                {
                  "Name": "Microsoft Office software",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Operating system software",
              "Examples": [
                {
                  "Name": "Microsoft Windows",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Presentation software",
              "Examples": [
                {
                  "Name": "Microsoft PowerPoint",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Project management software",
              "Examples": [
                {
                  "Name": "Microsoft Project",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Spreadsheet software",
              "Examples": [
                {
                  "Name": "Microsoft Excel",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Time accounting software",
              "Examples": [
                {
                  "Name": "Kronos Workforce Timekeeper",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Video conferencing software",
              "Examples": [
                {
                  "Name": "FaceTime",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Video creation and editing software",
              "Examples": [
                {
                  "Name": "YouTube",
                  "Hot_Technology": "N",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Web page creation and editing software",
              "Examples": [
                {
                  "Name": "LinkedIn",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                }
              ]
            },
            {
              "Title": "Word processing software",
              "Examples": [
                {
                  "Name": "Google Docs",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                },
                {
                  "Name": "Microsoft Word",
                  "Hot_Technology": "Y",
                  "In_Demand": "N"
                }
              ]
            }
          ]
        }
      },
      "WorkValuesOccupationDetails": {
        "WorkValue": "Relationships",
        "Characteristics": [
          "Allow workers to provide service to others",
          "Provide a friendly, non-competitive work environment"
        ]
      }
    }
  ],
  "RecordCount": 1,
  "DidYouMean": "",
  "AutoCorrection": "",
  "MetaData": {
    "Publisher": "CareerOneStop publishes this API (www.careeronestop.org/Developers/WebAPI/web-api.aspx)",
    "Sponsor": "U.S. Department of Labor, Employment and Training Administration",
    "LastAccessDate": "2024-10-15T11:33:09",
    "CitationSuggested": "This data is delivered by an API from CareerOneStop, sponsored by U.S. Department of Labor, Employment and Training Administration. \nwww.careeronestop.org    \n",
    "DataSource": [
      {
        "DataName": "Wages by occupation",
        "DataSourceName": "U.S. Department of Labor, Bureau of Labor Statistics, Occupational Employment and Wage Statistics program",
        "DataSourceUrl": "https://www.bls.gov/oes/",
        "DataLastUpdate": "May 2024",
        "DataVintageOrVersion": "May 2023",
        "DataDescription": "The Occupational Employment and Wage Statistics (OEWS) program produces employment and wage estimates annually for over 800 occupations. These estimates are available for the nation as a whole, for individual states, and for metropolitan and nonmetropolitan areas; national occupational estimates for specific industries are also available.\n",
        "DataSourceCitation": "Salary data are from U.S. Department of Labor, Bureau of Labor Statistics, Occupational Employment and Wage Statistics (OEWS) program (www.bls.gov/oes/).\n"
      },
      {
        "DataName": "Education and training assignments",
        "DataSourceName": "U.S Department of Labor, Employment Projections, Education and Training Data, Education and training assignments by detailed occupation",
        "DataSourceUrl": "www.bls.gov/emp",
        "DataLastUpdate": "September 2024",
        "DataVintageOrVersion": "2023",
        "DataDescription": "BLS provides information about education and training requirements for hundreds of occupations. In the education and training system, each of the occupations for which the office publishes projections data is assigned separate categories for education, work experience, and on-the-job training. ",
        "DataSourceCitation": "Education assignments data (\"Typical education\") are from the U.S Department of Labor, Employment Projections, Education and Training Data, Education and training assignments by detailed occupation (https://www.bls.gov/emp/documentation/education-training-system.htm)."
      },
      {
        "DataName": "Occupation data",
        "DataSourceName": "O*NET at the U.S. Department of Labor, Employment and Training Administration (USDOL/ETA)",
        "DataSourceUrl": "www.onetcenter.org/database.html",
        "DataLastUpdate": "September 2023",
        "DataVintageOrVersion": "28.1",
        "DataDescription": "The O*NET database contains a rich set of variables that describe work and worker characteristics, including skill requirements. Developers and other customers are encouraged to incorporate the O*NET database within their products, services, and research. ",
        "DataSourceCitation": "Occupation data (titles, sample titles, descriptions, daily work activities, knowledge, skills, abilities, tasks, related occupations, technologies and tools, and work values) come from the O*NET 28.1 Database (https://www.onetcenter.org/database.html) by the U.S. Department of Labor, Employment and Training Administration (USDOL/ETA). Used under the CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/) license. O*NET® is a trademark of USDOL/ETA.  O*NET is also the source of occupation skill data used to identify career matches. "
      },
      {
        "DataName": "Occupation outlook",
        "DataSourceName": "O*NET at the U.S. Department of Labor, Employment and Training Administration (USDOL/ETA)",
        "DataSourceUrl": "www.onetonline.org/find/bright",
        "DataLastUpdate": "October 2023",
        "DataVintageOrVersion": "Downloaded from O*NET October 2023. Based on national employment projections for 2022-2032.",
        "DataDescription": "My Next Move provides career outlook designations that include Bright, Average, or Below Average. Bright Outlook occupations are expected to grow rapidly in the next several years, will have large numbers of job openings, or are new and emerging occupations. ",
        "DataSourceCitation": "Occupation outlook data come from O*NET Bright Outlook occupations (https://www.onetonline.org/find/bright) and My Next Move career outlook designations (https://www.onetcenter.org/bright/current/mnm_outlook.html). Note this information is only available at a national level, so even if you selected a state, you’ll see this information for the whole country."
      },
      {
        "DataName": "Career videos",
        "DataSourceName": "Career videos were developed by CareerOneStop.org",
        "DataSourceUrl": "https://www.careeronestop.org/Videos/CareerVideos/career-videos.aspx",
        "DataLastUpdate": "rolling",
        "DataVintageOrVersion": "rolling",
        "DataDescription": "Explore our collection of videos on hundreds of different careers. Career videos are organized into 16 clusters, or related types of work. Select a category to view a list of videos related to that cluster. Videos include career details such as tasks, work settings, education needed, and more.",
        "DataSourceCitation": "Career videos were developed by CareerOneStop (https://www.careeronestop.org/Videos/CareerVideos/career-videos.aspx). Video content is based on data from the USDOL’s Bureau of Labor Statistics website Occupational Outlook Handbook (https://bls.gov/ooh/home.htm) and O*NET OnLine (https://www.onetonline.org/), sponsored\nby the USDOL/ETA. The video creation platform, WOCHIT, was used to produce the career videos.\n"
      },
      {
        "DataName": "Educational attainment, typical education of current workers",
        "DataSourceName": "USDOL’s Bureau of Labor Statistics, Employment Projections program, Education and Training Data, ",
        "DataSourceUrl": "https://www.bls.gov/emp/documentation/education-training-system.htm",
        "DataLastUpdate": "September 2024",
        "DataVintageOrVersion": "2023",
        "DataDescription": "BLS provides information about education and training requirements for hundreds of occupations. Educational attainment data for each occupation show the level of education achieved by current workers.",
        "DataSourceCitation": "Education and attainment data (“Typical education”) are from the U.S. Department of Labor, Employment Projections, Education and Training Data, Educational attainment for workers 25 years and older by detailed occupation, (https://www.bls.gov/emp/documentation/education-training-system.htm)."
      }
    ]
  }
}
<OccupationProfile
xmlns:i="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://schemas.datacontract.org/2004/07/XPAND.CareerOneStop.WebApi.ViewModels">
<AutoCorrection/>
<DidYouMean/>
<MetaData
xmlns:d2p1="http://schemas.datacontract.org/2004/07/XPAND.CareerOneStop.WebApi.Core.MetaData">
<d2p1:CitationSuggested>This data is delivered by an API from CareerOneStop, sponsored by U.S. Department of Labor, Employment and Training Administration.

www.careeronestop.org

</d2p1:CitationSuggested>
<d2p1:DataSource>
<d2p1:MetaDataSource>
<d2p1:DataDescription>The Occupational Employment and Wage Statistics (OEWS) program produces employment and wage estimates annually for over 800 occupations. These estimates are available for the nation as a whole, for individual states, and for metropolitan and nonmetropolitan areas; national occupational estimates for specific industries are also available.

</d2p1:DataDescription>
<d2p1:DataLastUpdate>May 2024</d2p1:DataLastUpdate>
<d2p1:DataName>Wages by occupation</d2p1:DataName>
<d2p1:DataSourceCitation>Salary data are from U.S. Department of Labor, Bureau of Labor Statistics, Occupational Employment and Wage Statistics (OEWS) program (www.bls.gov/oes/).

</d2p1:DataSourceCitation>
<d2p1:DataSourceName>U.S. Department of Labor, Bureau of Labor Statistics, Occupational Employment and Wage Statistics program</d2p1:DataSourceName>
<d2p1:DataSourceUrl>https://www.bls.gov/oes/</d2p1:DataSourceUrl>
<d2p1:DataVintageOrVersion>May 2023</d2p1:DataVintageOrVersion>
</d2p1:MetaDataSource>
<d2p1:MetaDataSource>
<d2p1:DataDescription>BLS provides information about education and training requirements for hundreds of occupations. In the education and training system, each of the occupations for which the office publishes projections data is assigned separate categories for education, work experience, and on-the-job training. </d2p1:DataDescription>
<d2p1:DataLastUpdate>September 2024</d2p1:DataLastUpdate>
<d2p1:DataName>Education and training assignments</d2p1:DataName>
<d2p1:DataSourceCitation>Education assignments data ("Typical education") are from the U.S Department of Labor, Employment Projections, Education and Training Data, Education and training assignments by detailed occupation (https://www.bls.gov/emp/documentation/education-training-system.htm).</d2p1:DataSourceCitation>
<d2p1:DataSourceName>U.S Department of Labor, Employment Projections, Education and Training Data, Education and training assignments by detailed occupation</d2p1:DataSourceName>
<d2p1:DataSourceUrl>www.bls.gov/emp</d2p1:DataSourceUrl>
<d2p1:DataVintageOrVersion>2023</d2p1:DataVintageOrVersion>
</d2p1:MetaDataSource>
<d2p1:MetaDataSource>
<d2p1:DataDescription>The O*NET database contains a rich set of variables that describe work and worker characteristics, including skill requirements. Developers and other customers are encouraged to incorporate the O*NET database within their products, services, and research. </d2p1:DataDescription>
<d2p1:DataLastUpdate>September 2023</d2p1:DataLastUpdate>
<d2p1:DataName>Occupation data</d2p1:DataName>
<d2p1:DataSourceCitation>Occupation data (titles, sample titles, descriptions, daily work activities, knowledge, skills, abilities, tasks, related occupations, technologies and tools, and work values) come from the O*NET 28.1 Database (https://www.onetcenter.org/database.html) by the U.S. Department of Labor, Employment and Training Administration (USDOL/ETA). Used under the CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/) license. O*NET® is a trademark of USDOL/ETA. O*NET is also the source of occupation skill data used to identify career matches. </d2p1:DataSourceCitation>
<d2p1:DataSourceName>O*NET at the U.S. Department of Labor, Employment and Training Administration (USDOL/ETA)</d2p1:DataSourceName>
<d2p1:DataSourceUrl>www.onetcenter.org/database.html</d2p1:DataSourceUrl>
<d2p1:DataVintageOrVersion>28.1</d2p1:DataVintageOrVersion>
</d2p1:MetaDataSource>
<d2p1:MetaDataSource>
<d2p1:DataDescription>My Next Move provides career outlook designations that include Bright, Average, or Below Average. Bright Outlook occupations are expected to grow rapidly in the next several years, will have large numbers of job openings, or are new and emerging occupations. </d2p1:DataDescription>
<d2p1:DataLastUpdate>October 2023</d2p1:DataLastUpdate>
<d2p1:DataName>Occupation outlook</d2p1:DataName>
<d2p1:DataSourceCitation>Occupation outlook data come from O*NET Bright Outlook occupations (https://www.onetonline.org/find/bright) and My Next Move career outlook designations (https://www.onetcenter.org/bright/current/mnm_outlook.html). Note this information is only available at a national level, so even if you selected a state, you’ll see this information for the whole country.</d2p1:DataSourceCitation>
<d2p1:DataSourceName>O*NET at the U.S. Department of Labor, Employment and Training Administration (USDOL/ETA)</d2p1:DataSourceName>
<d2p1:DataSourceUrl>www.onetonline.org/find/bright</d2p1:DataSourceUrl>
<d2p1:DataVintageOrVersion>Downloaded from O*NET October 2023. Based on national employment projections for 2022-2032.</d2p1:DataVintageOrVersion>
</d2p1:MetaDataSource>
<d2p1:MetaDataSource>
<d2p1:DataDescription>Explore our collection of videos on hundreds of different careers. Career videos are organized into 16 clusters, or related types of work. Select a category to view a list of videos related to that cluster. Videos include career details such as tasks, work settings, education needed, and more.</d2p1:DataDescription>
<d2p1:DataLastUpdate>rolling</d2p1:DataLastUpdate>
<d2p1:DataName>Career videos</d2p1:DataName>
<d2p1:DataSourceCitation>Career videos were developed by CareerOneStop (https://www.careeronestop.org/Videos/CareerVideos/career-videos.aspx). Video content is based on data from the USDOL’s Bureau of Labor Statistics website Occupational Outlook Handbook (https://bls.gov/ooh/home.htm) and O*NET OnLine (https://www.onetonline.org/), sponsored

by the USDOL/ETA. The video creation platform, WOCHIT, was used to produce the career videos.

</d2p1:DataSourceCitation>
<d2p1:DataSourceName>Career videos were developed by CareerOneStop.org</d2p1:DataSourceName>
<d2p1:DataSourceUrl>https://www.careeronestop.org/Videos/CareerVideos/career-videos.aspx</d2p1:DataSourceUrl>
<d2p1:DataVintageOrVersion>rolling</d2p1:DataVintageOrVersion>
</d2p1:MetaDataSource>
<d2p1:MetaDataSource>
<d2p1:DataDescription>BLS provides information about education and training requirements for hundreds of occupations. Educational attainment data for each occupation show the level of education achieved by current workers.</d2p1:DataDescription>
<d2p1:DataLastUpdate>September 2024</d2p1:DataLastUpdate>
<d2p1:DataName>Educational attainment, typical education of current workers</d2p1:DataName>
<d2p1:DataSourceCitation>Education and attainment data (“Typical education”) are from the U.S. Department of Labor, Employment Projections, Education and Training Data, Educational attainment for workers 25 years and older by detailed occupation, (https://www.bls.gov/emp/documentation/education-training-system.htm).</d2p1:DataSourceCitation>
<d2p1:DataSourceName>USDOL’s Bureau of Labor Statistics, Employment Projections program, Education and Training Data, </d2p1:DataSourceName>
<d2p1:DataSourceUrl>https://www.bls.gov/emp/documentation/education-training-system.htm</d2p1:DataSourceUrl>
<d2p1:DataVintageOrVersion>2023</d2p1:DataVintageOrVersion>
</d2p1:MetaDataSource>
</d2p1:DataSource>
<d2p1:LastAccessDate>2024-09-25T14:37:29</d2p1:LastAccessDate>
<d2p1:Publisher>CareerOneStop publishes this API (www.careeronestop.org/Developers/WebAPI/web-api.aspx)</d2p1:Publisher>
<d2p1:Sponsor>U.S. Department of Labor, Employment and Training Administration</d2p1:Sponsor>
</MetaData>
<OccupationDetail>
<OccupationProfileDetail>
<AbilityDataList>
<DataValues>
<DataValue>3</DataValue>
<ElementDescription>Lifting, pushing, pulling, or carrying.</ElementDescription>
<ElementId>1.A.3.a.1</ElementId>
<ElementName>Static Strength</ElementName>
<Importance>50</Importance>
</DataValues>
<DataValues>
<DataValue>1.75</DataValue>
<ElementDescription>Jumping, sprinting, or throwing something.</ElementDescription>
<ElementId>1.A.3.a.2</ElementId>
<ElementName>Explosive Strength</ElementName>
<Importance>19</Importance>
</DataValues>
<DataValues>
<DataValue>2.88</DataValue>
<ElementDescription>Exercising for a long time without getting out of breath.</ElementDescription>
<ElementId>1.A.3.b.1</ElementId>
<ElementName>Stamina</ElementName>
<Importance>47</Importance>
</DataValues>
<DataValues>
<DataValue>2</DataValue>
<ElementDescription>Moving your arms, legs, and mid-section together while your whole body is moving.</ElementDescription>
<ElementId>1.A.3.c.3</ElementId>
<ElementName>Gross Body Coordination</ElementName>
<Importance>25</Importance>
</DataValues>
<DataValues>
<DataValue>3.12</DataValue>
<ElementDescription>Seeing details that are far away.</ElementDescription>
<ElementId>1.A.4.a.2</ElementId>
<ElementName>Far Vision</ElementName>
<Importance>53</Importance>
</DataValues>
<DataValues>
<DataValue>1</DataValue>
<ElementDescription>Seeing something to your side when your are looking ahead.</ElementDescription>
<ElementId>1.A.4.a.5</ElementId>
<ElementName>Peripheral Vision</ElementName>
<Importance>0</Importance>
</DataValues>
<DataValues>
<DataValue>2.12</DataValue>
<ElementDescription>Exercising for a long time without your muscles getting tired.</ElementDescription>
<ElementId>1.A.3.a.3</ElementId>
<ElementName>Dynamic Strength</ElementName>
<Importance>28</Importance>
</DataValues>
<DataValues>
<DataValue>2.88</DataValue>
<ElementDescription>Bending, stretching, twisting, or reaching with your body, arms, and/or legs.</ElementDescription>
<ElementId>1.A.3.c.1</ElementId>
<ElementName>Extent Flexibility</ElementName>
<Importance>47</Importance>
</DataValues>
<DataValues>
<DataValue>1.88</DataValue>
<ElementDescription>Keeping your balance or staying upright.</ElementDescription>
<ElementId>1.A.3.c.4</ElementId>
<ElementName>Gross Body Equilibrium</ElementName>
<Importance>22</Importance>
</DataValues>
<DataValues>
<DataValue>2.75</DataValue>
<ElementDescription>Noticing the difference between colors, including shades and brightness.</ElementDescription>
<ElementId>1.A.4.a.3</ElementId>
<ElementName>Visual Color Discrimination</ElementName>
<Importance>44</Importance>
</DataValues>
<DataValues>
<DataValue>2</DataValue>
<ElementDescription>Deciding which thing is closer or farther away from you, or deciding how far away it is from you.</ElementDescription>
<ElementId>1.A.4.a.6</ElementId>
<ElementName>Depth Perception</ElementName>
<Importance>25</Importance>
</DataValues>
<DataValues>
<DataValue>3.88</DataValue>
<ElementDescription>Speaking clearly.</ElementDescription>
<ElementId>1.A.4.b.5</ElementId>
<ElementName>Speech Clarity</ElementName>
<Importance>72</Importance>
</DataValues>
<DataValues>
<DataValue>4</DataValue>
<ElementDescription>Listening and understanding what people say.</ElementDescription>
<ElementId>1.A.1.a.1</ElementId>
<ElementName>Oral Comprehension</ElementName>
<Importance>75</Importance>
</DataValues>
<DataValues>
<DataValue>3.75</DataValue>
<ElementDescription>Communicating by writing.</ElementDescription>
<ElementId>1.A.1.a.4</ElementId>
<ElementName>Written Expression</ElementName>
<Importance>69</Importance>
</DataValues>
<DataValues>
<DataValue>4.12</DataValue>
<ElementDescription>Noticing when problems happen.</ElementDescription>
<ElementId>1.A.1.b.3</ElementId>
<ElementName>Problem Sensitivity</ElementName>
<Importance>78</Importance>
</DataValues>
<DataValues>
<DataValue>3.88</DataValue>
<ElementDescription>Ordering or arranging things.</ElementDescription>
<ElementId>1.A.1.b.6</ElementId>
<ElementName>Information Ordering</ElementName>
<Importance>72</Importance>
</DataValues>
<DataValues>
<DataValue>3</DataValue>
<ElementDescription>Adding, subtracting, multiplying, or dividing.</ElementDescription>
<ElementId>1.A.1.c.2</ElementId>
<ElementName>Number Facility</ElementName>
<Importance>50</Importance>
</DataValues>
<DataValues>
<DataValue>3.25</DataValue>
<ElementDescription>Seeing hidden patterns.</ElementDescription>
<ElementId>1.A.1.e.2</ElementId>
<ElementName>Flexibility of Closure</ElementName>
<Importance>56</Importance>
</DataValues>
<DataValues>
<DataValue>3.12</DataValue>
<ElementDescription>Keeping your arm or hand steady.</ElementDescription>
<ElementId>1.A.2.a.1</ElementId>
<ElementName>Arm-Hand Steadiness</ElementName>
<Importance>53</Importance>
</DataValues>
<DataValues>
<DataValue>2.25</DataValue>
<ElementDescription>Quickly changing the controls of a machine, car, truck or boat.</ElementDescription>
<ElementId>1.A.2.b.1</ElementId>
<ElementName>Control Precision</ElementName>
<Importance>31</Importance>
</DataValues>
<DataValues>
<DataValue>1.75</DataValue>
<ElementDescription>Changing when and how fast you move based on how something else is moving.</ElementDescription>
<ElementId>1.A.2.b.4</ElementId>
<ElementName>Rate Control</ElementName>
<Importance>19</Importance>
</DataValues>
<DataValues>
<DataValue>2</DataValue>
<ElementDescription>Quickly moving your arms and legs.</ElementDescription>
<ElementId>1.A.2.c.3</ElementId>
<ElementName>Speed of Limb Movement</ElementName>
<Importance>25</Importance>
</DataValues>
<DataValues>
<DataValue>4</DataValue>
<ElementDescription>Communicating by speaking.</ElementDescription>
<ElementId>1.A.1.a.3</ElementId>
<ElementName>Oral Expression</ElementName>
<Importance>75</Importance>
</DataValues>
<DataValues>
<DataValue>3</DataValue>
<ElementDescription>Creating new and original ideas.</ElementDescription>
<ElementId>1.A.1.b.2</ElementId>
<ElementName>Originality</ElementName>
<Importance>50</Importance>
</DataValues>
<DataValues>
<DataValue>4</DataValue>
<ElementDescription>Making general rules or coming up with answers from lots of detailed information.</ElementDescription>
<ElementId>1.A.1.b.5</ElementId>
<ElementName>Inductive Reasoning</ElementName>
<Importance>75</Importance>
</DataValues>
<DataValues>
<DataValue>3</DataValue>
<ElementDescription>Choosing the right type of math to solve a problem.</ElementDescription>
<ElementId>1.A.1.c.1</ElementId>
<ElementName>Mathematical Reasoning</ElementName>
<Importance>50</Importance>
</DataValues>
<DataValues>
<DataValue>3.12</DataValue>
<ElementDescription>Quickly knowing what you are looking at.</ElementDescription>
<ElementId>1.A.1.e.1</ElementId>
<ElementName>Speed of Closure</ElementName>
<Importance>53</Importance>
</DataValues>
<DataValues>
<DataValue>1.5</DataValue>
<ElementDescription>Knowing where things are around you.</ElementDescription>
<ElementId>1.A.1.f.1</ElementId>
<ElementName>Spatial Orientation</ElementName>
<Importance>13</Importance>
</DataValues>
<DataValues>
<DataValue>3</DataValue>
<ElementDescription>Imagining how something will look after it is moved around or changed.</ElementDescription>
<ElementId>1.A.1.f.2</ElementId>
<ElementName>Visualization</ElementName>
<Importance>50</Importance>
</DataValues>
<DataValues>
<DataValue>3.12</DataValue>
<ElementDescription>Doing two or more things at the same time.</ElementDescription>
<ElementId>1.A.1.g.2</ElementId>
<ElementName>Time Sharing</ElementName>
<Importance>53</Importance>
</DataValues>
<DataValues>
<DataValue>3.12</DataValue>
<ElementDescription>Putting together small parts with your fingers.</ElementDescription>
<ElementId>1.A.2.a.3</ElementId>
<ElementName>Finger Dexterity</ElementName>
<Importance>53</Importance>
</DataValues>
<DataValues>
<DataValue>2.12</DataValue>
<ElementDescription>Quickly deciding if you should move your hand, foot, or other body part.</ElementDescription>
<ElementId>1.A.2.b.3</ElementId>
<ElementName>Response Orientation</ElementName>
<Importance>28</Importance>
</DataValues>
<DataValues>
<DataValue>2.25</DataValue>
<ElementDescription>Making fast, simple, repeated movements of your fingers, hands, and wrists.</ElementDescription>
<ElementId>1.A.2.c.2</ElementId>
<ElementName>Wrist-Finger Speed</ElementName>
<Importance>31</Importance>
</DataValues>
<DataValues>
<DataValue>4</DataValue>
<ElementDescription>Reading and understanding what is written.</ElementDescription>
<ElementId>1.A.1.a.2</ElementId>
<ElementName>Written Comprehension</ElementName>
<Importance>75</Importance>
</DataValues>
<DataValues>
<DataValue>3.12</DataValue>
<ElementDescription>Coming up with lots of ideas.</ElementDescription>
<ElementId>1.A.1.b.1</ElementId>
<ElementName>Fluency of Ideas</ElementName>
<Importance>53</Importance>
</DataValues>
<DataValues>
<DataValue>4.12</DataValue>
<ElementDescription>Using rules to solve problems.</ElementDescription>
<ElementId>1.A.1.b.4</ElementId>
<ElementName>Deductive Reasoning</ElementName>
<Importance>78</Importance>
</DataValues>
<DataValues>
<DataValue>3.38</DataValue>
<ElementDescription>Grouping things in different ways.</ElementDescription>
<ElementId>1.A.1.b.7</ElementId>
<ElementName>Category Flexibility</ElementName>
<Importance>60</Importance>
</DataValues>
<DataValues>
<DataValue>3.12</DataValue>
<ElementDescription>Remembering words, numbers, pictures, or steps.</ElementDescription>
<ElementId>1.A.1.d.1</ElementId>
<ElementName>Memorization</ElementName>
<Importance>53</Importance>
</DataValues>
<DataValues>
<DataValue>3.12</DataValue>
<ElementDescription>Quickly comparing groups of letters, numbers, pictures, or other things.</ElementDescription>
<ElementId>1.A.1.e.3</ElementId>
<ElementName>Perceptual Speed</ElementName>
<Importance>53</Importance>
</DataValues>
<DataValues>
<DataValue>3.12</DataValue>
<ElementDescription>Paying attention to something without being distracted.</ElementDescription>
<ElementId>1.A.1.g.1</ElementId>
<ElementName>Selective Attention</ElementName>
<Importance>53</Importance>
</DataValues>
<DataValues>
<DataValue>3.12</DataValue>
<ElementDescription>Holding or moving items with your hands.</ElementDescription>
<ElementId>1.A.2.a.2</ElementId>
<ElementName>Manual Dexterity</ElementName>
<Importance>53</Importance>
</DataValues>
<DataValues>
<DataValue>3</DataValue>
<ElementDescription>Using your arms and/or legs together while sitting, standing, or lying down.</ElementDescription>
<ElementId>1.A.2.b.2</ElementId>
<ElementName>Multilimb Coordination</ElementName>
<Importance>50</Importance>
</DataValues>
<DataValues>
<DataValue>2.12</DataValue>
<ElementDescription>Quickly moving your hand, finger, or foot based on a sound, light, picture or other command.</ElementDescription>
<ElementId>1.A.2.c.1</ElementId>
<ElementName>Reaction Time</ElementName>
<Importance>28</Importance>
</DataValues>
<DataValues>
<DataValue>3.12</DataValue>
<ElementDescription>Using your lower back and stomach.</ElementDescription>
<ElementId>1.A.3.a.4</ElementId>
<ElementName>Trunk Strength</ElementName>
<Importance>53</Importance>
</DataValues>
<DataValues>
<DataValue>1.75</DataValue>
<ElementDescription>Quickly and repeatedly bending, stretching, twisting, or reaching out with your body, arms, and/or legs.</ElementDescription>
<ElementId>1.A.3.c.2</ElementId>
<ElementName>Dynamic Flexibility</ElementName>
<Importance>19</Importance>
</DataValues>
<DataValues>
<DataValue>3.88</DataValue>
<ElementDescription>Seeing details up close.</ElementDescription>
<ElementId>1.A.4.a.1</ElementId>
<ElementName>Near Vision</ElementName>
<Importance>72</Importance>
</DataValues>
<DataValues>
<DataValue>1</DataValue>
<ElementDescription>Seeing at night or under low light.</ElementDescription>
<ElementId>1.A.4.a.4</ElementId>
<ElementName>Night Vision</ElementName>
<Importance>0</Importance>
</DataValues>
<DataValues>
<DataValue>1</DataValue>
<ElementDescription>Seeing something even if there is a glare or very bright light.</ElementDescription>
<ElementId>1.A.4.a.7</ElementId>
<ElementName>Glare Sensitivity</ElementName>
<Importance>0</Importance>
</DataValues>
<DataValues>
<DataValue>1.12</DataValue>
<ElementDescription>Noticing the direction that a sound came from.</ElementDescription>
<ElementId>1.A.4.b.3</ElementId>
<ElementName>Sound Localization</ElementName>
<Importance>3</Importance>
</DataValues>
<DataValues>
<DataValue>2.5</DataValue>
<ElementDescription>Telling the difference between sounds.</ElementDescription>
<ElementId>1.A.4.b.1</ElementId>
<ElementName>Hearing Sensitivity</ElementName>
<Importance>38</Importance>
</DataValues>
<DataValues>
<DataValue>3.75</DataValue>
<ElementDescription>Recognizing spoken words.</ElementDescription>
<ElementId>1.A.4.b.4</ElementId>
<ElementName>Speech Recognition</ElementName>
<Importance>69</Importance>
</DataValues>
<DataValues>
<DataValue>2.88</DataValue>
<ElementDescription>Paying attention to one sound while there are other distracting sounds.</ElementDescription>
<ElementId>1.A.4.b.2</ElementId>
<ElementName>Auditory Attention</ElementName>
<Importance>47</Importance>
</DataValues>
</AbilityDataList>
<AlternateTitles
xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>Certified Operating Room Nurse (CNOR)</d4p1:string>
<d4p1:string>Charge Nurse</d4p1:string>
<d4p1:string>Emergency Department RN (Emergency Department Registered Nurse)</d4p1:string>
<d4p1:string>Oncology RN (Oncology Registered Nurse)</d4p1:string>
<d4p1:string>Operating Room Registered Nurse (OR RN)</d4p1:string>
<d4p1:string>Psychiatric RN (Psychiatric Registered Nurse)</d4p1:string>
<d4p1:string>Relief Charge Nurse</d4p1:string>
<d4p1:string>School Nurse</d4p1:string>
<d4p1:string>Staff Nurse</d4p1:string>
<d4p1:string>Staff RN (Staff Registered Nurse)</d4p1:string>
</AlternateTitles>
<BrightOutlook>Bright</BrightOutlook>
<BrightOutlookCategory>Rapid Growth; Numerous Job Openings</BrightOutlookCategory>
<COSVideoURL>https://www.careeronestop.org/Videos/careeronestop-videos.aspx?videocode=29114100&amp;op=y</COSVideoURL>
<Dwas>
<Dwa>
<DataValue>4.74</DataValue>
<DwaId>4.A.3.b.6.I11.D04</DwaId>
<DwaTitle>Record patient medical histories.</DwaTitle>
<TaskId>1841</TaskId>
</Dwa>
<Dwa>
<DataValue>4.7</DataValue>
<DwaId>4.A.1.a.2.I05.D07</DwaId>
<DwaTitle>Monitor patient conditions during treatments, procedures, or activities.</DwaTitle>
<TaskId>20413</TaskId>
</Dwa>
<Dwa>
<DataValue>4.7</DataValue>
<DwaId>4.A.4.a.5.I03.D06</DwaId>
<DwaTitle>Administer non-intravenous medications.</DwaTitle>
<TaskId>20413</TaskId>
</Dwa>
<Dwa>
<DataValue>4.69</DataValue>
<DwaId>4.A.3.b.6.I11.D02</DwaId>
<DwaTitle>Maintain medical facility records.</DwaTitle>
<TaskId>1839</TaskId>
</Dwa>
<Dwa>
<DataValue>4.61</DataValue>
<DwaId>4.A.1.a.2.I05.D07</DwaId>
<DwaTitle>Monitor patient conditions during treatments, procedures, or activities.</DwaTitle>
<TaskId>1840</TaskId>
</Dwa>
<Dwa>
<DataValue>4.61</DataValue>
<DwaId>4.A.3.b.6.I11.D04</DwaId>
<DwaTitle>Record patient medical histories.</DwaTitle>
<TaskId>1840</TaskId>
</Dwa>
<Dwa>
<DataValue>4.61</DataValue>
<DwaId>4.A.4.a.2.I05.D01</DwaId>
<DwaTitle>Inform medical professionals regarding patient conditions and care.</DwaTitle>
<TaskId>1840</TaskId>
</Dwa>
<Dwa>
<DataValue>4.56</DataValue>
<DwaId>4.A.4.a.5.I03.D07</DwaId>
<DwaTitle>Immunize patients.</DwaTitle>
<TaskId>1855</TaskId>
</Dwa>
<Dwa>
<DataValue>4.56</DataValue>
<DwaId>4.A.4.a.5.I12.D02</DwaId>
<DwaTitle>Treat acute illnesses, infections, or injuries.</DwaTitle>
<TaskId>1855</TaskId>
</Dwa>
<Dwa>
<DataValue>4.48</DataValue>
<DwaId>4.A.4.a.2.I05.D05</DwaId>
<DwaTitle>Collaborate with healthcare professionals to plan or provide treatment.</DwaTitle>
<TaskId>1843</TaskId>
</Dwa>
<Dwa>
<DataValue>4.46</DataValue>
<DwaId>4.A.4.b.4.I01.D14</DwaId>
<DwaTitle>Supervise patient care personnel.</DwaTitle>
<TaskId>1846</TaskId>
</Dwa>
<Dwa>
<DataValue>4.35</DataValue>
<DwaId>4.A.2.b.2.I17.D03</DwaId>
<DwaTitle>Design public or employee health programs.</DwaTitle>
<TaskId>1850</TaskId>
</Dwa>
<Dwa>
<DataValue>4.35</DataValue>
<DwaId>4.A.4.a.3.I02.D01</DwaId>
<DwaTitle>Communicate health and wellness information to the public.</DwaTitle>
<TaskId>1850</TaskId>
</Dwa>
<Dwa>
<DataValue>4.34</DataValue>
<DwaId>4.A.2.a.1.I06.D03</DwaId>
<DwaTitle>Evaluate patient outcomes to determine effectiveness of treatments.</DwaTitle>
<TaskId>1842</TaskId>
</Dwa>
<Dwa>
<DataValue>4.31</DataValue>
<DwaId>4.A.1.b.2.I01.D08</DwaId>
<DwaTitle>Test biological specimens to gather information about patient conditions.</DwaTitle>
<TaskId>1857</TaskId>
</Dwa>
<Dwa>
<DataValue>4.19</DataValue>
<DwaId>4.A.2.a.1.I01.D02</DwaId>
<DwaTitle>Assess patient work, living, or social environments.</DwaTitle>
<TaskId>1849</TaskId>
</Dwa>
<Dwa>
<DataValue>4.08</DataValue>
<DwaId>4.A.2.b.2.I17.D03</DwaId>
<DwaTitle>Design public or employee health programs.</DwaTitle>
<TaskId>1865</TaskId>
</Dwa>
<Dwa>
<DataValue>4.06</DataValue>
<DwaId>4.A.4.a.5.I11.D05</DwaId>
<DwaTitle>Assist healthcare practitioners during examinations or treatments.</DwaTitle>
<TaskId>1847</TaskId>
</Dwa>
<Dwa>
<DataValue>4.06</DataValue>
<DwaId>4.A.4.a.5.I11.D07</DwaId>
<DwaTitle>Prepare patients physically for medical procedures.</DwaTitle>
<TaskId>1847</TaskId>
</Dwa>
<Dwa>
<DataValue>4.42</DataValue>
<DwaId>4.A.4.b.4.I12.D38</DwaId>
<DwaTitle>Manage healthcare operations.</DwaTitle>
<TaskId>1861</TaskId>
</Dwa>
<Dwa>
<DataValue>4.41</DataValue>
<DwaId>4.A.2.a.4.I06.D03</DwaId>
<DwaTitle>Analyze test data or images to inform diagnosis or treatment.</DwaTitle>
<TaskId>1844</TaskId>
</Dwa>
<Dwa>
<DataValue>4.41</DataValue>
<DwaId>4.A.4.c.3.I02.D01</DwaId>
<DwaTitle>Order medical diagnostic or clinical tests.</DwaTitle>
<TaskId>1844</TaskId>
</Dwa>
<Dwa>
<DataValue>4.4</DataValue>
<DwaId>4.A.4.c.3.I06.D03</DwaId>
<DwaTitle>Prescribe medications.</DwaTitle>
<TaskId>1859</TaskId>
</Dwa>
<Dwa>
<DataValue>4.4</DataValue>
<DwaId>4.A.4.c.3.I06.D04</DwaId>
<DwaTitle>Prescribe assistive medical devices or related treatments.</DwaTitle>
<TaskId>1859</TaskId>
</Dwa>
<Dwa>
<DataValue>4.38</DataValue>
<DwaId>4.A.4.b.4.I12.D23</DwaId>
<DwaTitle>Direct healthcare delivery programs.</DwaTitle>
<TaskId>1860</TaskId>
</Dwa>
<Dwa>
<DataValue>4.38</DataValue>
<DwaId>4.A.4.b.6.I06.D01</DwaId>
<DwaTitle>Advise medical personnel regarding healthcare issues.</DwaTitle>
<TaskId>1860</TaskId>
</Dwa>
<Dwa>
<DataValue>4.35</DataValue>
<DwaId>4.A.3.a.2.I11.D01</DwaId>
<DwaTitle>Prepare medical supplies or equipment for use.</DwaTitle>
<TaskId>1851</TaskId>
</Dwa>
<Dwa>
<DataValue>4.35</DataValue>
<DwaId>4.A.4.c.3.I01.D02</DwaId>
<DwaTitle>Maintain inventory of medical supplies or equipment.</DwaTitle>
<TaskId>1851</TaskId>
</Dwa>
<Dwa>
<DataValue>4.17</DataValue>
<DwaId>4.A.4.a.5.I03.D03</DwaId>
<DwaTitle>Administer anesthetics or sedatives to control pain.</DwaTitle>
<TaskId>1854</TaskId>
</Dwa>
<Dwa>
<DataValue>4.09</DataValue>
<DwaId>4.A.4.b.3.I06.D11</DwaId>
<DwaTitle>Train caregivers or other non-medical personnel.</DwaTitle>
<TaskId>1862</TaskId>
</Dwa>
<Dwa>
<DataValue>3.96</DataValue>
<DwaId>4.A.4.a.5.I01.D02</DwaId>
<DwaTitle>Refer patients to other healthcare practitioners or health resources.</DwaTitle>
<TaskId>1863</TaskId>
</Dwa>
<Dwa>
<DataValue>3.95</DataValue>
<DwaId>4.A.1.b.2.I09.D03</DwaId>
<DwaTitle>Examine patients to assess general physical condition.</DwaTitle>
<TaskId>1856</TaskId>
</Dwa>
<Dwa>
<DataValue>3.95</DataValue>
<DwaId>4.A.2.b.1.I06.D02</DwaId>
<DwaTitle>Diagnose medical conditions.</DwaTitle>
<TaskId>1856</TaskId>
</Dwa>
<Dwa>
<DataValue>3.95</DataValue>
<DwaId>4.A.4.a.5.I07.D03</DwaId>
<DwaTitle>Treat medical emergencies.</DwaTitle>
<TaskId>1856</TaskId>
</Dwa>
<Dwa>
<DataValue>3.85</DataValue>
<DwaId>4.A.4.b.6.I06.D02</DwaId>
<DwaTitle>Advise communities or institutions regarding health or safety issues.</DwaTitle>
<TaskId>1864</TaskId>
</Dwa>
<Dwa>
<DataValue>3.49</DataValue>
<DwaId>4.A.4.a.2.I05.D01</DwaId>
<DwaTitle>Inform medical professionals regarding patient conditions and care.</DwaTitle>
<TaskId>1852</TaskId>
</Dwa>
<Dwa>
<DataValue>3.42</DataValue>
<DwaId>4.A.1.a.1.I19.D01</DwaId>
<DwaTitle>Conduct research to increase knowledge about medical issues.</DwaTitle>
<TaskId>1866</TaskId>
</Dwa>
</Dwas>
<EducationTraining>
<EducationCode>3</EducationCode>
<EducationTitle>Bachelor's degree</EducationTitle>
<EducationType>
<EducationType>
<EducationLevel>Less than high school diploma</EducationLevel>
<Value>.5</Value>
</EducationType>
<EducationType>
<EducationLevel>High school diploma or equivalent</EducationLevel>
<Value>1.1</Value>
</EducationType>
<EducationType>
<EducationLevel>Some college, no degree</EducationLevel>
<Value>4.1</Value>
</EducationType>
<EducationType>
<EducationLevel>Associate's degree</EducationLevel>
<Value>26.4</Value>
</EducationType>
<EducationType>
<EducationLevel>Bachelor's degree</EducationLevel>
<Value>53.8</Value>
</EducationType>
<EducationType>
<EducationLevel>Master's degree</EducationLevel>
<Value>11.5</Value>
</EducationType>
<EducationType>
<EducationLevel>Doctoral or professional degree</EducationLevel>
<Value>2.5</Value>
</EducationType>
</EducationType>
<ExperienceCode>3</ExperienceCode>
<ExperienceTitle>No work experience</ExperienceTitle>
<MatOccupation>
<MatOccCode>291141</MatOccCode>
<MatOccTitle>Registered Nurses</MatOccTitle>
</MatOccupation>
<OccupationTitle>Registered Nurses</OccupationTitle>
<TrainingCode>6</TrainingCode>
<TrainingTitle>No on-the-job training</TrainingTitle>
</EducationTraining>
<Green>No</Green>
<InterestDataList>
<DataValues>
<DataValue>4</DataValue>
<ElementDescription>Helping, teaching, advising, assisting, or providing service to others.</ElementDescription>
<ElementId>1.B.1.g</ElementId>
<ElementName>Social</ElementName>
<Importance i:nil="true"/>
</DataValues>
<DataValues>
<DataValue>2</DataValue>
<ElementDescription>Studying and researching scientific subjects and human behavior.</ElementDescription>
<ElementId>1.B.1.h</ElementId>
<ElementName>Investigative</ElementName>
<Importance i:nil="true"/>
</DataValues>
<DataValues>
<DataValue>6</DataValue>
<ElementDescription>Following procedures and regulations to organize information or data, typically in a business setting.</ElementDescription>
<ElementId>1.B.1.i</ElementId>
<ElementName>Conventional</ElementName>
<Importance i:nil="true"/>
</DataValues>
</InterestDataList>
<KnowledgeDataList>
<DataValues>
<DataValue>3.55</DataValue>
<ElementDescription>Knowledge of administrative and office procedures and systems such as word processing, managing files and records, stenography and transcription, designing forms, and workplace terminology.</ElementDescription>
<ElementId>2.C.1.b</ElementId>
<ElementName>Administrative</ElementName>
<Importance>64</Importance>
</DataValues>
<DataValues>
<DataValue>1.89</DataValue>
<ElementDescription>Knowledge of principles and methods for showing, promoting, and selling products or services. This includes marketing strategy and tactics, product demonstration, sales techniques, and sales control systems.</ElementDescription>
<ElementId>2.C.1.d</ElementId>
<ElementName>Sales and Marketing</ElementName>
<Importance>22</Importance>
</DataValues>
<DataValues>
<DataValue>2.48</DataValue>
<ElementDescription>Knowledge of principles and procedures for personnel recruitment, selection, training, compensation and benefits, labor relations and negotiation, and personnel information systems.</ElementDescription>
<ElementId>2.C.1.f</ElementId>
<ElementName>Personnel and Human Resources</ElementName>
<Importance>37</Importance>
</DataValues>
<DataValues>
<DataValue>3.29</DataValue>
<ElementDescription>Knowledge of business and management principles involved in strategic planning, resource allocation, human resources modeling, leadership technique, production methods, and coordination of people and resources.</ElementDescription>
<ElementId>2.C.1.a</ElementId>
<ElementName>Administration and Management</ElementName>
<Importance>57</Importance>
</DataValues>
<DataValues>
<DataValue>1.74</DataValue>
<ElementDescription>Knowledge of economic and accounting principles and practices, the financial markets, banking, and the analysis and reporting of financial data.</ElementDescription>
<ElementId>2.C.1.c</ElementId>
<ElementName>Economics and Accounting</ElementName>
<Importance>19</Importance>
</DataValues>
<DataValues>
<DataValue>1.64</DataValue>
<ElementDescription>Knowledge of raw materials, production processes, quality control, costs, and other techniques for maximizing the effective manufacture and distribution of goods.</ElementDescription>
<ElementId>2.C.2.a</ElementId>
<ElementName>Production and Processing</ElementName>
<Importance>16</Importance>
</DataValues>
<DataValues>
<DataValue>1.2</DataValue>
<ElementDescription>Knowledge of materials, methods, and the tools involved in the construction or repair of houses, buildings, or other structures such as highways and roads.</ElementDescription>
<ElementId>2.C.3.d</ElementId>
<ElementName>Building and Construction</ElementName>
<Importance>5</Importance>
</DataValues>
<DataValues>
<DataValue>3.43</DataValue>
<ElementDescription>Knowledge of arithmetic, algebra, geometry, calculus, statistics, and their applications.</ElementDescription>
<ElementId>2.C.4.a</ElementId>
<ElementName>Mathematics</ElementName>
<Importance>61</Importance>
</DataValues>
<DataValues>
<DataValue>2.6</DataValue>
<ElementDescription>Knowledge of the chemical composition, structure, and properties of substances and of the chemical processes and transformations that they undergo. This includes uses of chemicals and their interactions, danger signs, production techniques, and disposal methods.</ElementDescription>
<ElementId>2.C.4.c</ElementId>
<ElementName>Chemistry</ElementName>
<Importance>40</Importance>
</DataValues>
<DataValues>
<DataValue>4.58</DataValue>
<ElementDescription>Knowledge of human behavior and performance; individual differences in ability, personality, and interests; learning and motivation; psychological research methods; and the assessment and treatment of behavioral and affective disorders.</ElementDescription>
<ElementId>2.C.4.e</ElementId>
<ElementName>Psychology</ElementName>
<Importance>90</Importance>
</DataValues>
<DataValues>
<DataValue>1.21</DataValue>
<ElementDescription>Knowledge of principles and methods for describing the features of land, sea, and air masses, including their physical characteristics, locations, interrelationships, and distribution of plant, animal, and human life.</ElementDescription>
<ElementId>2.C.4.g</ElementId>
<ElementName>Geography</ElementName>
<Importance>5</Importance>
</DataValues>
<DataValues>
<DataValue>3.43</DataValue>
<ElementDescription>Knowledge of principles, methods, and procedures for diagnosis, treatment, and rehabilitation of physical and mental dysfunctions, and for career counseling and guidance.</ElementDescription>
<ElementId>2.C.5.b</ElementId>
<ElementName>Therapy and Counseling</ElementName>
<Importance>61</Importance>
</DataValues>
<DataValues>
<DataValue>4.18</DataValue>
<ElementDescription>Knowledge of the structure and content of the English language including the meaning and spelling of words, rules of composition, and grammar.</ElementDescription>
<ElementId>2.C.7.a</ElementId>
<ElementName>English Language</ElementName>
<Importance>80</Importance>
</DataValues>
<DataValues>
<DataValue>1.5</DataValue>
<ElementDescription>Knowledge of techniques and equipment for planting, growing, and harvesting food products (both plant and animal) for consumption, including storage/handling techniques.</ElementDescription>
<ElementId>2.C.2.b</ElementId>
<ElementName>Food Production</ElementName>
<Importance>13</Importance>
</DataValues>
<DataValues>
<DataValue>2.59</DataValue>
<ElementDescription>Knowledge of circuit boards, processors, chips, electronic equipment, and computer hardware and software, including applications and programming.</ElementDescription>
<ElementId>2.C.3.a</ElementId>
<ElementName>Computers and Electronics</ElementName>
<Importance>40</Importance>
</DataValues>
<DataValues>
<DataValue>1.51</DataValue>
<ElementDescription>Knowledge of the practical application of engineering science and technology. This includes applying principles, techniques, procedures, and equipment to the design and production of various goods and services.</ElementDescription>
<ElementId>2.C.3.b</ElementId>
<ElementName>Engineering and Technology</ElementName>
<Importance>13</Importance>
</DataValues>
<DataValues>
<DataValue>2.96</DataValue>
<ElementDescription>Knowledge of group behavior and dynamics, societal trends and influences, human migrations, ethnicity, cultures, and their history and origins.</ElementDescription>
<ElementId>2.C.4.f</ElementId>
<ElementName>Sociology and Anthropology</ElementName>
<Importance>49</Importance>
</DataValues>
<DataValues>
<DataValue>4.36</DataValue>
<ElementDescription>Knowledge of the information and techniques needed to diagnose and treat human injuries, diseases, and deformities. This includes symptoms, treatment alternatives, drug properties and interactions, and preventive health-care measures.</ElementDescription>
<ElementId>2.C.5.a</ElementId>
<ElementName>Medicine and Dentistry</ElementName>
<Importance>84</Importance>
</DataValues>
<DataValues>
<DataValue>3.2</DataValue>
<ElementDescription>Knowledge of principles and methods for curriculum and training design, teaching and instruction for individuals and groups, and the measurement of training effects.</ElementDescription>
<ElementId>2.C.6</ElementId>
<ElementName>Education and Training</ElementName>
<Importance>55</Importance>
</DataValues>
<DataValues>
<DataValue>1.83</DataValue>
<ElementDescription>Knowledge of the structure and content of a foreign (non-English) language including the meaning and spelling of words, rules of composition and grammar, and pronunciation.</ElementDescription>
<ElementId>2.C.7.b</ElementId>
<ElementName>Foreign Language</ElementName>
<Importance>21</Importance>
</DataValues>
<DataValues>
<DataValue>1.44</DataValue>
<ElementDescription>Knowledge of historical events and their causes, indicators, and effects on civilizations and cultures.</ElementDescription>
<ElementId>2.C.7.d</ElementId>
<ElementName>History and Archeology</ElementName>
<Importance>11</Importance>
</DataValues>
<DataValues>
<DataValue>3.11</DataValue>
<ElementDescription>Knowledge of relevant equipment, policies, procedures, and strategies to promote effective local, state, or national security operations for the protection of people, data, property, and institutions.</ElementDescription>
<ElementId>2.C.8.a</ElementId>
<ElementName>Public Safety and Security</ElementName>
<Importance>53</Importance>
</DataValues>
<DataValues>
<DataValue>1.71</DataValue>
<ElementDescription>Knowledge of principles and methods for moving people or goods by air, rail, sea, or road, including the relative costs and benefits.</ElementDescription>
<ElementId>2.C.10</ElementId>
<ElementName>Transportation</ElementName>
<Importance>18</Importance>
</DataValues>
<DataValues>
<DataValue>4.4</DataValue>
<ElementDescription>Knowledge of principles and processes for providing customer and personal services. This includes customer needs assessment, meeting quality standards for services, and evaluation of customer satisfaction.</ElementDescription>
<ElementId>2.C.1.e</ElementId>
<ElementName>Customer and Personal Service</ElementName>
<Importance>85</Importance>
</DataValues>
<DataValues>
<DataValue>1.01</DataValue>
<ElementDescription>Knowledge of the theory and techniques required to compose, produce, and perform works of music, dance, visual arts, drama, and sculpture.</ElementDescription>
<ElementId>2.C.7.c</ElementId>
<ElementName>Fine Arts</ElementName>
<Importance>0</Importance>
</DataValues>
<DataValues>
<DataValue>1.9</DataValue>
<ElementDescription>Knowledge of different philosophical systems and religions. This includes their basic principles, values, ethics, ways of thinking, customs, practices, and their impact on human culture.</ElementDescription>
<ElementId>2.C.7.e</ElementId>
<ElementName>Philosophy and Theology</ElementName>
<Importance>23</Importance>
</DataValues>
<DataValues>
<DataValue>2.4</DataValue>
<ElementDescription>Knowledge of laws, legal codes, court procedures, precedents, government regulations, executive orders, agency rules, and the democratic political process.</ElementDescription>
<ElementId>2.C.8.b</ElementId>
<ElementName>Law and Government</ElementName>
<Importance>35</Importance>
</DataValues>
<DataValues>
<DataValue>2.31</DataValue>
<ElementDescription>Knowledge of media production, communication, and dissemination techniques and methods. This includes alternative ways to inform and entertain via written, oral, and visual media.</ElementDescription>
<ElementId>2.C.9.b</ElementId>
<ElementName>Communications and Media</ElementName>
<Importance>33</Importance>
</DataValues>
<DataValues>
<DataValue>1.29</DataValue>
<ElementDescription>Knowledge of design techniques, tools, and principles involved in production of precision technical plans, blueprints, drawings, and models.</ElementDescription>
<ElementId>2.C.3.c</ElementId>
<ElementName>Design</ElementName>
<Importance>7</Importance>
</DataValues>
<DataValues>
<DataValue>1.35</DataValue>
<ElementDescription>Knowledge of machines and tools, including their designs, uses, repair, and maintenance.</ElementDescription>
<ElementId>2.C.3.e</ElementId>
<ElementName>Mechanical</ElementName>
<Importance>9</Importance>
</DataValues>
<DataValues>
<DataValue>1.6</DataValue>
<ElementDescription>Knowledge and prediction of physical principles, laws, their interrelationships, and applications to understanding fluid, material, and atmospheric dynamics, and mechanical, electrical, atomic and sub-atomic structures and processes.</ElementDescription>
<ElementId>2.C.4.b</ElementId>
<ElementName>Physics</ElementName>
<Importance>15</Importance>
</DataValues>
<DataValues>
<DataValue>3.02</DataValue>
<ElementDescription>Knowledge of plant and animal organisms, their tissues, cells, functions, interdependencies, and interactions with each other and the environment.</ElementDescription>
<ElementId>2.C.4.d</ElementId>
<ElementName>Biology</ElementName>
<Importance>51</Importance>
</DataValues>
<DataValues>
<DataValue>2.21</DataValue>
<ElementDescription>Knowledge of transmission, broadcasting, switching, control, and operation of telecommunications systems.</ElementDescription>
<ElementId>2.C.9.a</ElementId>
<ElementName>Telecommunications</ElementName>
<Importance>30</Importance>
</DataValues>
</KnowledgeDataList>
<Location>US</Location>
<OOHs>
<OOHUrl>https://www.bls.gov/OOH/healthcare/registered-nurses.htm</OOHUrl>
<Title>Registered Nurses</Title>
</OOHs>
<OnetCode>29-1141.00</OnetCode>
<OnetDescription>Assess patient health problems and needs, develop and implement nursing care plans, and maintain medical records. Administer nursing care to ill, injured, convalescent, or disabled patients. May advise patients on health maintenance and disease prevention or provide case management. Licensing or registration required.</OnetDescription>
<OnetTitle>Registered Nurses</OnetTitle>
<Projections>
<EstimatedYear>2023</EstimatedYear>
<IndustryOccEmplt>
<IndustryOccupationEmployment>
<EstimatedEmployment>1533200</EstimatedEmployment>
<IagCode>622</IagCode>
<Industry>General medical and surgical hospitals; private</Industry>
<MatInCode>62210P</MatInCode>
<NumberChanged>63100</NumberChanged>
<Pctestocc>46.5</Pctestocc>
<PercentChange>4.1</PercentChange>
<ProjectEmployment>1596300</ProjectEmployment>
</IndustryOccupationEmployment>
<IndustryOccupationEmployment>
<EstimatedEmployment>226100</EstimatedEmployment>
<IagCode>621</IagCode>
<Industry>Offices of physicians</Industry>
<MatInCode>621100</MatInCode>
<NumberChanged>10400</NumberChanged>
<Pctestocc>6.9</Pctestocc>
<PercentChange>4.6</PercentChange>
<ProjectEmployment>236600</ProjectEmployment>
</IndustryOccupationEmployment>
<IndustryOccupationEmployment>
<EstimatedEmployment>182400</EstimatedEmployment>
<IagCode>621</IagCode>
<Industry>Home healthcare services</Industry>
<MatInCode>621600</MatInCode>
<NumberChanged>37600</NumberChanged>
<Pctestocc>5.5</Pctestocc>
<PercentChange>20.6</PercentChange>
<ProjectEmployment>220000</ProjectEmployment>
</IndustryOccupationEmployment>
<IndustryOccupationEmployment>
<EstimatedEmployment>177000</EstimatedEmployment>
<IagCode>622</IagCode>
<Industry>General medical and surgical hospitals; local</Industry>
<MatInCode>62210L</MatInCode>
<NumberChanged>4200</NumberChanged>
<Pctestocc>5.4</Pctestocc>
<PercentChange>2.4</PercentChange>
<ProjectEmployment>181200</ProjectEmployment>
</IndustryOccupationEmployment>
<IndustryOccupationEmployment>
<EstimatedEmployment>127700</EstimatedEmployment>
<IagCode>623</IagCode>
<Industry>Nursing care facilities (skilled nursing facilities)</Industry>
<MatInCode>623100</MatInCode>
<NumberChanged>-2100</NumberChanged>
<Pctestocc>3.9</Pctestocc>
<PercentChange>-1.7</PercentChange>
<ProjectEmployment>125600</ProjectEmployment>
</IndustryOccupationEmployment>
<IndustryOccupationEmployment>
<EstimatedEmployment>106300</EstimatedEmployment>
<IagCode i:nil="true"/>
<Industry>Federal government, excluding postal service</Industry>
<MatInCode>999100</MatInCode>
<NumberChanged>100</NumberChanged>
<Pctestocc>3.2</Pctestocc>
<PercentChange>0.1</PercentChange>
<ProjectEmployment>106400</ProjectEmployment>
</IndustryOccupationEmployment>
<IndustryOccupationEmployment>
<EstimatedEmployment>99500</EstimatedEmployment>
<IagCode>561</IagCode>
<Industry>Temporary help services</Industry>
<MatInCode>561320</MatInCode>
<NumberChanged>8500</NumberChanged>
<Pctestocc>3</Pctestocc>
<PercentChange>8.5</PercentChange>
<ProjectEmployment>108000</ProjectEmployment>
</IndustryOccupationEmployment>
<IndustryOccupationEmployment>
<EstimatedEmployment>82200</EstimatedEmployment>
<IagCode>622</IagCode>
<Industry>General medical and surgical hospitals; state</Industry>
<MatInCode>62210S</MatInCode>
<NumberChanged>2900</NumberChanged>
<Pctestocc>2.5</Pctestocc>
<PercentChange>3.5</PercentChange>
<ProjectEmployment>85100</ProjectEmployment>
</IndustryOccupationEmployment>
<IndustryOccupationEmployment>
<EstimatedEmployment>68100</EstimatedEmployment>
<IagCode>622</IagCode>
<Industry>Specialty (except psychiatric and substance abuse) hospitals; private</Industry>
<MatInCode>62230P</MatInCode>
<NumberChanged>7900</NumberChanged>
<Pctestocc>2.1</Pctestocc>
<PercentChange>11.6</PercentChange>
<ProjectEmployment>76100</ProjectEmployment>
</IndustryOccupationEmployment>
</IndustryOccEmplt>
<OccupationTitle>Registered Nurses</OccupationTitle>
<ProjectedYear>2033</ProjectedYear>
<Projections>
<Projections>
<EstimatedEmployment>3,300,100</EstimatedEmployment>
<EstimatedYear>2023</EstimatedYear>
<PerCentChange>6</PerCentChange>
<ProjectedAnnualJobOpening>194500</ProjectedAnnualJobOpening>
<ProjectedEmployment>3,497,300</ProjectedEmployment>
<ProjectedYear>2033</ProjectedYear>
<StateName>United States</StateName>
<Stfips>00</Stfips>
</Projections>
</Projections>
</Projections>
<RelatedOnetTitles
xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic">
<d4p1:KeyValuePairOfstringstring>
<d4p1:key>29-1141.04</d4p1:key>
<d4p1:value>Clinical Nurse Specialists</d4p1:value>
</d4p1:KeyValuePairOfstringstring>
<d4p1:KeyValuePairOfstringstring>
<d4p1:key>29-1171.00</d4p1:key>
<d4p1:value>Nurse Practitioners</d4p1:value>
</d4p1:KeyValuePairOfstringstring>
<d4p1:KeyValuePairOfstringstring>
<d4p1:key>29-1141.01</d4p1:key>
<d4p1:value>Acute Care Nurses</d4p1:value>
</d4p1:KeyValuePairOfstringstring>
<d4p1:KeyValuePairOfstringstring>
<d4p1:key>29-1141.03</d4p1:key>
<d4p1:value>Critical Care Nurses</d4p1:value>
</d4p1:KeyValuePairOfstringstring>
<d4p1:KeyValuePairOfstringstring>
<d4p1:key>29-2061.00</d4p1:key>
<d4p1:value>Licensed Practical and Licensed Vocational Nurses</d4p1:value>
</d4p1:KeyValuePairOfstringstring>
<d4p1:KeyValuePairOfstringstring>
<d4p1:key>29-1161.00</d4p1:key>
<d4p1:value>Nurse Midwives</d4p1:value>
</d4p1:KeyValuePairOfstringstring>
<d4p1:KeyValuePairOfstringstring>
<d4p1:key>29-1141.02</d4p1:key>
<d4p1:value>Advanced Practice Psychiatric Nurses</d4p1:value>
</d4p1:KeyValuePairOfstringstring>
<d4p1:KeyValuePairOfstringstring>
<d4p1:key>31-1131.00</d4p1:key>
<d4p1:value>Nursing Assistants</d4p1:value>
</d4p1:KeyValuePairOfstringstring>
<d4p1:KeyValuePairOfstringstring>
<d4p1:key>29-1071.00</d4p1:key>
<d4p1:value>Physician Assistants</d4p1:value>
</d4p1:KeyValuePairOfstringstring>
<d4p1:KeyValuePairOfstringstring>
<d4p1:key>29-1151.00</d4p1:key>
<d4p1:value>Nurse Anesthetists</d4p1:value>
</d4p1:KeyValuePairOfstringstring>
</RelatedOnetTitles>
<SkillsDataList>
<DataValues>
<DataValue>3.75</DataValue>
<ElementDescription>Keeping track of how well people and/or groups are doing in order to make improvements.</ElementDescription>
<ElementId>2.A.2.d</ElementId>
<ElementName>Monitoring</ElementName>
<Importance>69</Importance>
</DataValues>
<DataValues>
<DataValue>4.12</DataValue>
<ElementDescription>Understanding people's reactions.</ElementDescription>
<ElementId>2.B.1.a</ElementId>
<ElementName>Social Perceptiveness</ElementName>
<Importance>78</Importance>
</DataValues>
<DataValues>
<DataValue>4</DataValue>
<ElementDescription>Changing what is done based on other people's actions.</ElementDescription>
<ElementId>2.B.1.b</ElementId>
<ElementName>Coordination</ElementName>
<Importance>75</Importance>
</DataValues>
<DataValues>
<DataValue>2.75</DataValue>
<ElementDescription>Bringing people together to solve differences.</ElementDescription>
<ElementId>2.B.1.d</ElementId>
<ElementName>Negotiation</ElementName>
<Importance>44</Importance>
</DataValues>
<DataValues>
<DataValue>3.25</DataValue>
<ElementDescription>Teaching people how to do something.</ElementDescription>
<ElementId>2.B.1.e</ElementId>
<ElementName>Instructing</ElementName>
<Importance>56</Importance>
</DataValues>
<DataValues>
<DataValue>4</DataValue>
<ElementDescription>Looking for ways to help people.</ElementDescription>
<ElementId>2.B.1.f</ElementId>
<ElementName>Service Orientation</ElementName>
<Importance>75</Importance>
</DataValues>
<DataValues>
<DataValue>3.5</DataValue>
<ElementDescription>Noticing a problem and figuring out the best way to solve it.</ElementDescription>
<ElementId>2.B.2.i</ElementId>
<ElementName>Complex Problem Solving</ElementName>
<Importance>63</Importance>
</DataValues>
<DataValues>
<DataValue>2</DataValue>
<ElementDescription>Figuring out what a product or service needs to be able to do.</ElementDescription>
<ElementId>2.B.3.a</ElementId>
<ElementName>Operations Analysis</ElementName>
<Importance>25</Importance>
</DataValues>
<DataValues>
<DataValue>3</DataValue>
<ElementDescription>Watching gauges, dials, or display screens to make sure a machine is working.</ElementDescription>
<ElementId>2.B.3.g</ElementId>
<ElementName>Operations Monitoring</ElementName>
<Importance>50</Importance>
</DataValues>
<DataValues>
<DataValue>2.25</DataValue>
<ElementDescription>Using equipment or systems.</ElementDescription>
<ElementId>2.B.3.h</ElementId>
<ElementName>Operation and Control</ElementName>
<Importance>31</Importance>
</DataValues>
<DataValues>
<DataValue>1</DataValue>
<ElementDescription>Planning and doing the basic maintenance on equipment.</ElementDescription>
<ElementId>2.B.3.j</ElementId>
<ElementName>Equipment Maintenance</ElementName>
<Importance>0</Importance>
</DataValues>
<DataValues>
<DataValue>1.88</DataValue>
<ElementDescription>Figuring out what is causing equipment, machines, wiring, or computer programs to not work.</ElementDescription>
<ElementId>2.B.3.k</ElementId>
<ElementName>Troubleshooting</ElementName>
<Importance>22</Importance>
</DataValues>
<DataValues>
<DataValue>2.88</DataValue>
<ElementDescription>Testing how well a product or service works.</ElementDescription>
<ElementId>2.B.3.m</ElementId>
<ElementName>Quality Control Analysis</ElementName>
<Importance>47</Importance>
</DataValues>
<DataValues>
<DataValue>3.88</DataValue>
<ElementDescription>Thinking about the pros and cons of different options and picking the best one.</ElementDescription>
<ElementId>2.B.4.e</ElementId>
<ElementName>Judgment and Decision Making</ElementName>
<Importance>72</Importance>
</DataValues>
<DataValues>
<DataValue>3</DataValue>
<ElementDescription>Figuring out how a system should work and how changes in the future will affect it.</ElementDescription>
<ElementId>2.B.4.g</ElementId>
<ElementName>Systems Analysis</ElementName>
<Importance>50</Importance>
</DataValues>
<DataValues>
<DataValue>3.88</DataValue>
<ElementDescription>Reading work-related information.</ElementDescription>
<ElementId>2.A.1.a</ElementId>
<ElementName>Reading Comprehension</ElementName>
<Importance>72</Importance>
</DataValues>
<DataValues>
<DataValue>4</DataValue>
<ElementDescription>Listening to others, not interrupting, and asking good questions.</ElementDescription>
<ElementId>2.A.1.b</ElementId>
<ElementName>Active Listening</ElementName>
<Importance>75</Importance>
</DataValues>
<DataValues>
<DataValue>3.75</DataValue>
<ElementDescription>Writing things for co-workers or customers.</ElementDescription>
<ElementId>2.A.1.c</ElementId>
<ElementName>Writing</ElementName>
<Importance>69</Importance>
</DataValues>
<DataValues>
<DataValue>4</DataValue>
<ElementDescription>Talking to others.</ElementDescription>
<ElementId>2.A.1.d</ElementId>
<ElementName>Speaking</ElementName>
<Importance>75</Importance>
</DataValues>
<DataValues>
<DataValue>2.88</DataValue>
<ElementDescription>Using math to solve problems.</ElementDescription>
<ElementId>2.A.1.e</ElementId>
<ElementName>Mathematics</ElementName>
<Importance>47</Importance>
</DataValues>
<DataValues>
<DataValue>2.88</DataValue>
<ElementDescription>Using scientific rules and strategies to solve problems.</ElementDescription>
<ElementId>2.A.1.f</ElementId>
<ElementName>Science</ElementName>
<Importance>47</Importance>
</DataValues>
<DataValues>
<DataValue>4</DataValue>
<ElementDescription>Thinking about the pros and cons of different ways to solve a problem.</ElementDescription>
<ElementId>2.A.2.a</ElementId>
<ElementName>Critical Thinking</ElementName>
<Importance>75</Importance>
</DataValues>
<DataValues>
<DataValue>3.5</DataValue>
<ElementDescription>Figuring out how to use new ideas or things.</ElementDescription>
<ElementId>2.A.2.b</ElementId>
<ElementName>Active Learning</ElementName>
<Importance>63</Importance>
</DataValues>
<DataValues>
<DataValue>3.25</DataValue>
<ElementDescription>Using the best training or teaching strategies for learning new things.</ElementDescription>
<ElementId>2.A.2.c</ElementId>
<ElementName>Learning Strategies</ElementName>
<Importance>56</Importance>
</DataValues>
<DataValues>
<DataValue>2.88</DataValue>
<ElementDescription>Talking people into changing their minds or their behavior.</ElementDescription>
<ElementId>2.B.1.c</ElementId>
<ElementName>Persuasion</ElementName>
<Importance>47</Importance>
</DataValues>
<DataValues>
<DataValue>1.88</DataValue>
<ElementDescription>Making equipment and technology useful for customers.</ElementDescription>
<ElementId>2.B.3.b</ElementId>
<ElementName>Technology Design</ElementName>
<Importance>22</Importance>
</DataValues>
<DataValues>
<DataValue>1.88</DataValue>
<ElementDescription>Deciding what kind of tools and equipment are needed to do a job.</ElementDescription>
<ElementId>2.B.3.c</ElementId>
<ElementName>Equipment Selection</ElementName>
<Importance>22</Importance>
</DataValues>
<DataValues>
<DataValue>1</DataValue>
<ElementDescription>Installing equipment, machines, wiring, or computer programs.</ElementDescription>
<ElementId>2.B.3.d</ElementId>
<ElementName>Installation</ElementName>
<Importance>0</Importance>
</DataValues>
<DataValues>
<DataValue>1.62</DataValue>
<ElementDescription>Writing computer programs.</ElementDescription>
<ElementId>2.B.3.e</ElementId>
<ElementName>Programming</ElementName>
<Importance>16</Importance>
</DataValues>
<DataValues>
<DataValue>1.12</DataValue>
<ElementDescription>Repairing machines or systems using the right tools.</ElementDescription>
<ElementId>2.B.3.l</ElementId>
<ElementName>Repairing</ElementName>
<Importance>3</Importance>
</DataValues>
<DataValues>
<DataValue>3</DataValue>
<ElementDescription>Measuring how well a system is working and how to improve it.</ElementDescription>
<ElementId>2.B.4.h</ElementId>
<ElementName>Systems Evaluation</ElementName>
<Importance>50</Importance>
</DataValues>
<DataValues>
<DataValue>3.12</DataValue>
<ElementDescription>Managing your time and the time of other people.</ElementDescription>
<ElementId>2.B.5.a</ElementId>
<ElementName>Time Management</ElementName>
<Importance>53</Importance>
</DataValues>
<DataValues>
<DataValue>1.62</DataValue>
<ElementDescription>Making spending decisions and keeping track of what is spent.</ElementDescription>
<ElementId>2.B.5.b</ElementId>
<ElementName>Management of Financial Resources</ElementName>
<Importance>16</Importance>
</DataValues>
<DataValues>
<DataValue>1.88</DataValue>
<ElementDescription>Managing equipment and materials.</ElementDescription>
<ElementId>2.B.5.c</ElementId>
<ElementName>Management of Material Resources</ElementName>
<Importance>22</Importance>
</DataValues>
<DataValues>
<DataValue>2.62</DataValue>
<ElementDescription>Selecting and managing the best workers for a job.</ElementDescription>
<ElementId>2.B.5.d</ElementId>
<ElementName>Management of Personnel Resources</ElementName>
<Importance>41</Importance>
</DataValues>
</SkillsDataList>
<SocInfo>
<SocCode>291141</SocCode>
<SocDescription>Assess patient health problems and needs, develop and implement nursing care plans, and maintain medical records. Administer nursing care to ill, injured, convalescent, or disabled patients. May advise patients on health maintenance and disease prevention or provide case management. Licensing or registration required. Includes Clinical Nurse Specialists.</SocDescription>
<SocTitle>Registered Nurses</SocTitle>
</SocInfo>
<StFips>00</StFips>
<StateResourcesLinks>
<StateWebResource i:nil="true"/>
</StateResourcesLinks>
<Tasks>
<Task>
<DataValue>4.74</DataValue>
<TaskDescription>Record patients' medical information and vital signs.</TaskDescription>
<TaskId>1841</TaskId>
</Task>
<Task>
<DataValue>4.7</DataValue>
<TaskDescription>Administer medications to patients and monitor patients for reactions or side effects.</TaskDescription>
<TaskId>20413</TaskId>
</Task>
<Task>
<DataValue>4.7</DataValue>
<TaskDescription>Administer medications to patients and monitor patients for reactions or side effects.</TaskDescription>
<TaskId>20413</TaskId>
</Task>
<Task>
<DataValue>4.69</DataValue>
<TaskDescription>Maintain accurate, detailed reports and records.</TaskDescription>
<TaskId>1839</TaskId>
</Task>
<Task>
<DataValue>4.61</DataValue>
<TaskDescription>Monitor, record, and report symptoms or changes in patients' conditions.</TaskDescription>
<TaskId>1840</TaskId>
</Task>
<Task>
<DataValue>4.61</DataValue>
<TaskDescription>Monitor, record, and report symptoms or changes in patients' conditions.</TaskDescription>
<TaskId>1840</TaskId>
</Task>
<Task>
<DataValue>4.61</DataValue>
<TaskDescription>Monitor, record, and report symptoms or changes in patients' conditions.</TaskDescription>
<TaskId>1840</TaskId>
</Task>
<Task>
<DataValue>4.56</DataValue>
<TaskDescription>Provide health care, first aid, immunizations, or assistance in convalescence or rehabilitation in locations such as schools, hospitals, or industry.</TaskDescription>
<TaskId>1855</TaskId>
</Task>
<Task>
<DataValue>4.56</DataValue>
<TaskDescription>Provide health care, first aid, immunizations, or assistance in convalescence or rehabilitation in locations such as schools, hospitals, or industry.</TaskDescription>
<TaskId>1855</TaskId>
</Task>
<Task>
<DataValue>4.48</DataValue>
<TaskDescription>Consult and coordinate with healthcare team members to assess, plan, implement, or evaluate patient care plans.</TaskDescription>
<TaskId>1843</TaskId>
</Task>
<Task>
<DataValue>4.46</DataValue>
<TaskDescription>Direct or supervise less-skilled nursing or healthcare personnel or supervise a particular unit.</TaskDescription>
<TaskId>1846</TaskId>
</Task>
<Task>
<DataValue>4.35</DataValue>
<TaskDescription>Instruct individuals, families, or other groups on topics such as health education, disease prevention, or childbirth and develop health improvement programs.</TaskDescription>
<TaskId>1850</TaskId>
</Task>
<Task>
<DataValue>4.35</DataValue>
<TaskDescription>Instruct individuals, families, or other groups on topics such as health education, disease prevention, or childbirth and develop health improvement programs.</TaskDescription>
<TaskId>1850</TaskId>
</Task>
<Task>
<DataValue>4.34</DataValue>
<TaskDescription>Modify patient treatment plans as indicated by patients' responses and conditions.</TaskDescription>
<TaskId>1842</TaskId>
</Task>
<Task>
<DataValue>4.31</DataValue>
<TaskDescription>Conduct specified laboratory tests.</TaskDescription>
<TaskId>1857</TaskId>
</Task>
<Task>
<DataValue>4.19</DataValue>
<TaskDescription>Assess the needs of individuals, families, or communities, including assessment of individuals' home or work environments, to identify potential health or safety problems.</TaskDescription>
<TaskId>1849</TaskId>
</Task>
<Task>
<DataValue>4.08</DataValue>
<TaskDescription>Work with individuals, groups, or families to plan or implement programs designed to improve the overall health of communities.</TaskDescription>
<TaskId>1865</TaskId>
</Task>
<Task>
<DataValue>4.06</DataValue>
<TaskDescription>Prepare patients for and assist with examinations or treatments.</TaskDescription>
<TaskId>1847</TaskId>
</Task>
<Task>
<DataValue>4.06</DataValue>
<TaskDescription>Prepare patients for and assist with examinations or treatments.</TaskDescription>
<TaskId>1847</TaskId>
</Task>
<Task>
<DataValue>4.42</DataValue>
<TaskDescription>Perform administrative or managerial functions, such as taking responsibility for a unit's staff, budget, planning, or long-range goals.</TaskDescription>
<TaskId>1861</TaskId>
</Task>
<Task>
<DataValue>4.41</DataValue>
<TaskDescription>Order, interpret, and evaluate diagnostic tests to identify and assess patient's condition.</TaskDescription>
<TaskId>1844</TaskId>
</Task>
<Task>
<DataValue>4.41</DataValue>
<TaskDescription>Order, interpret, and evaluate diagnostic tests to identify and assess patient's condition.</TaskDescription>
<TaskId>1844</TaskId>
</Task>
<Task>
<DataValue>4.4</DataValue>
<TaskDescription>Prescribe or recommend drugs, medical devices, or other forms of treatment, such as physical therapy, inhalation therapy, or related therapeutic procedures.</TaskDescription>
<TaskId>1859</TaskId>
</Task>
<Task>
<DataValue>4.4</DataValue>
<TaskDescription>Prescribe or recommend drugs, medical devices, or other forms of treatment, such as physical therapy, inhalation therapy, or related therapeutic procedures.</TaskDescription>
<TaskId>1859</TaskId>
</Task>
<Task>
<DataValue>4.38</DataValue>
<TaskDescription>Direct or coordinate infection control programs, advising or consulting with specified personnel about necessary precautions.</TaskDescription>
<TaskId>1860</TaskId>
</Task>
<Task>
<DataValue>4.38</DataValue>
<TaskDescription>Direct or coordinate infection control programs, advising or consulting with specified personnel about necessary precautions.</TaskDescription>
<TaskId>1860</TaskId>
</Task>
<Task>
<DataValue>4.35</DataValue>
<TaskDescription>Prepare rooms, sterile instruments, equipment, or supplies and ensure that stock of supplies is maintained.</TaskDescription>
<TaskId>1851</TaskId>
</Task>
<Task>
<DataValue>4.35</DataValue>
<TaskDescription>Prepare rooms, sterile instruments, equipment, or supplies and ensure that stock of supplies is maintained.</TaskDescription>
<TaskId>1851</TaskId>
</Task>
<Task>
<DataValue>4.17</DataValue>
<TaskDescription>Administer local, inhalation, intravenous, or other anesthetics.</TaskDescription>
<TaskId>1854</TaskId>
</Task>
<Task>
<DataValue>4.09</DataValue>
<TaskDescription>Provide or arrange for training or instruction of auxiliary personnel or students.</TaskDescription>
<TaskId>1862</TaskId>
</Task>
<Task>
<DataValue>3.96</DataValue>
<TaskDescription>Refer students or patients to specialized health resources or community agencies furnishing assistance.</TaskDescription>
<TaskId>1863</TaskId>
</Task>
<Task>
<DataValue>3.95</DataValue>
<TaskDescription>Perform physical examinations, make tentative diagnoses, and treat patients en route to hospitals or at disaster site triage centers.</TaskDescription>
<TaskId>1856</TaskId>
</Task>
<Task>
<DataValue>3.95</DataValue>
<TaskDescription>Perform physical examinations, make tentative diagnoses, and treat patients en route to hospitals or at disaster site triage centers.</TaskDescription>
<TaskId>1856</TaskId>
</Task>
<Task>
<DataValue>3.95</DataValue>
<TaskDescription>Perform physical examinations, make tentative diagnoses, and treat patients en route to hospitals or at disaster site triage centers.</TaskDescription>
<TaskId>1856</TaskId>
</Task>
<Task>
<DataValue>3.85</DataValue>
<TaskDescription>Consult with institutions or associations regarding issues or concerns relevant to the practice and profession of nursing.</TaskDescription>
<TaskId>1864</TaskId>
</Task>
<Task>
<DataValue>3.49</DataValue>
<TaskDescription>Inform physician of patient's condition during anesthesia.</TaskDescription>
<TaskId>1852</TaskId>
</Task>
<Task>
<DataValue>3.42</DataValue>
<TaskDescription>Engage in research activities related to nursing.</TaskDescription>
<TaskId>1866</TaskId>
</Task>
</Tasks>
<ToolsAndTechOccupationDetails>
<OnetCode i:nil="true"/>
<OnetTitle i:nil="true"/>
<Technology>
<CategoryList>
<Category>
<Examples>
<Example>
<Name>Apache Spark</Name>
</Example>
</Examples>
<Title>Business intelligence and data analysis software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Per-Se Technologies ORSOS One-Call</Name>
</Example>
</Examples>
<Title>Calendar and scheduling software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Diagnostic and procedural coding software</Name>
</Example>
</Examples>
<Title>Categorization or classification software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Google Drive</Name>
</Example>
<Example>
<Name>Microsoft SharePoint</Name>
</Example>
</Examples>
<Title>Cloud-based data access and sharing software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Data entry software</Name>
</Example>
<Example>
<Name>Database software</Name>
</Example>
<Example>
<Name>FileMaker Pro</Name>
</Example>
<Example>
<Name>Microsoft Access</Name>
</Example>
</Examples>
<Title>Data base user interface and query software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>IBM Notes</Name>
</Example>
<Example>
<Name>Microsoft Exchange</Name>
</Example>
<Example>
<Name>Microsoft Outlook</Name>
</Example>
</Examples>
<Title>Electronic mail software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Human resource management software HRMS</Name>
</Example>
<Example>
<Name>Oracle Taleo</Name>
</Example>
</Examples>
<Title>Human resources software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Drug guide software</Name>
</Example>
</Examples>
<Title>Information retrieval or search software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Allscripts Sunrise</Name>
</Example>
<Example>
<Name>Allscripts healthcare automation software</Name>
</Example>
<Example>
<Name>DoctorsPartner EMR</Name>
</Example>
<Example>
<Name>Electronic medical record EMR software</Name>
</Example>
<Example>
<Name>Epic Systems</Name>
</Example>
<Example>
<Name>HMS</Name>
</Example>
<Example>
<Name>Healthcare common procedure coding system HCPCS</Name>
</Example>
<Example>
<Name>Henry Schein Dentrix</Name>
</Example>
<Example>
<Name>MEDITECH software</Name>
</Example>
<Example>
<Name>Medical condition coding software</Name>
</Example>
<Example>
<Name>Medical procedure coding software</Name>
</Example>
<Example>
<Name>PCC EHR</Name>
</Example>
<Example>
<Name>PointClickCare healthcare software</Name>
</Example>
<Example>
<Name>Prognosis Innovation Healthcare ChartAccess</Name>
</Example>
<Example>
<Name>QuadraMed Affinity Healthcare Information System</Name>
</Example>
<Example>
<Name>Siemens SIENET Sky</Name>
</Example>
<Example>
<Name>eClinicalWorks EHR software</Name>
</Example>
</Examples>
<Title>Medical software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Microsoft Office software</Name>
</Example>
</Examples>
<Title>Office suite software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Microsoft Windows</Name>
</Example>
</Examples>
<Title>Operating system software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Microsoft PowerPoint</Name>
</Example>
</Examples>
<Title>Presentation software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Microsoft Project</Name>
</Example>
</Examples>
<Title>Project management software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Microsoft Excel</Name>
</Example>
</Examples>
<Title>Spreadsheet software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Kronos Workforce Timekeeper</Name>
</Example>
</Examples>
<Title>Time accounting software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>FaceTime</Name>
</Example>
</Examples>
<Title>Video conferencing software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>YouTube</Name>
</Example>
</Examples>
<Title>Video creation and editing software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>LinkedIn</Name>
</Example>
</Examples>
<Title>Web page creation and editing software</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Google Docs</Name>
</Example>
<Example>
<Name>Microsoft Word</Name>
</Example>
</Examples>
<Title>Word processing software</Title>
</Category>
</CategoryList>
</Technology>
<Tools>
<Categories>
<Category>
<Examples>
<Example>
<Name>Bilimeters</Name>
</Example>
<Example>
<Name>Fetal monitors</Name>
</Example>
<Example>
<Name>Fetal scalp electrodes</Name>
</Example>
</Examples>
<Title>Acute care fetal or maternal monitoring units</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Epidural catheters</Name>
</Example>
</Examples>
<Title>Anesthesia nerve block kit or tray</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Apnea monitors</Name>
</Example>
</Examples>
<Title>Apnea monitors</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Bucks traction equipment</Name>
</Example>
</Examples>
<Title>Arm traction supplies</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Arterial blood gas testing equipment</Name>
</Example>
</Examples>
<Title>Arterial blood gas monitors</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Arterial line catheters</Name>
</Example>
</Examples>
<Title>Arterial line catheters</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Audiometers</Name>
</Example>
</Examples>
<Title>Audiometers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Autotransfusion systems</Name>
</Example>
</Examples>
<Title>Autotransfusion units</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Centrifuges</Name>
</Example>
</Examples>
<Title>Benchtop centrifuges</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Binocular light compound microscopes</Name>
</Example>
</Examples>
<Title>Binocular light compound microscopes</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Blood collection needles</Name>
</Example>
</Examples>
<Title>Blood collection needles</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Blood warming equipment</Name>
</Example>
</Examples>
<Title>Blood warming or transfusion systems</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Canes</Name>
</Example>
</Examples>
<Title>Canes</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Cardiac monitor electrodes</Name>
</Example>
<Example>
<Name>Cardiac monitors</Name>
</Example>
</Examples>
<Title>Cardiac output CO monitoring units</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Pacemakers</Name>
</Example>
</Examples>
<Title>Cardiac pacemaker generators or cardiac resynchronization therapy pacemakers CRT-P</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Cervical collars</Name>
</Example>
</Examples>
<Title>Cervical collars or neck braces</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Mechanical lift devices</Name>
</Example>
</Examples>
<Title>Clinical hydraulic lifts</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Infant warmers</Name>
</Example>
<Example>
<Name>Isolettes</Name>
</Example>
</Examples>
<Title>Clinical incubators or infant warmers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Overhead clinical trapezes</Name>
</Example>
</Examples>
<Title>Clinical trapeze bars</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Colonoscopy equipment</Name>
</Example>
</Examples>
<Title>Colonoscopes</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Colposcopes</Name>
</Example>
</Examples>
<Title>Colposcopes or vaginoscopes</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Continuous passive motion CPM machines</Name>
</Example>
</Examples>
<Title>Continuous passive motion CPM devices</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Crutches</Name>
</Example>
</Examples>
<Title>Crutches</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Angiocaths</Name>
</Example>
<Example>
<Name>Pulmonary artery catheters</Name>
</Example>
</Examples>
<Title>Diagnostic or interventional vascular catheters for general use</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Telemetry units</Name>
</Example>
</Examples>
<Title>Electrocardiography EKG transmitters or telemetry devices</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Electrocardiography EKG units</Name>
</Example>
</Examples>
<Title>Electrocardiography EKG units</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Electronic blood pressure monitors</Name>
</Example>
<Example>
<Name>Manual blood pressure monitors</Name>
</Example>
</Examples>
<Title>Electronic blood pressure units</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Medical encyclopedias</Name>
</Example>
</Examples>
<Title>Electronic encyclopedias</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Electrosurgical devices</Name>
</Example>
<Example>
<Name>Grounding pads</Name>
</Example>
<Example>
<Name>Loop electrosurgical excision procedure LEEP equipment</Name>
</Example>
</Examples>
<Title>Electrosurgical or electrocautery equipment</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Curved hemostats</Name>
</Example>
<Example>
<Name>Hemostats</Name>
</Example>
<Example>
<Name>Straight hemostats</Name>
</Example>
</Examples>
<Title>Endoscopic hemostatic balloons or needles or tubes or accessories</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Surgical lights</Name>
</Example>
</Examples>
<Title>Endoscopic or surgical light sources</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Endotracheal ET tubes</Name>
</Example>
</Examples>
<Title>Endotracheal tubes</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Enema equipment</Name>
</Example>
</Examples>
<Title>Enema kits</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Continuous enteral feeding equipment</Name>
</Example>
<Example>
<Name>Intermittent enteral feeding equipment</Name>
</Example>
</Examples>
<Title>Enteral feeding administration sets</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Infusion pump enteral feeding tubes</Name>
</Example>
</Examples>
<Title>Enteral feeding infusion pump tubing sets</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Gastrointestinal GI endoscopes</Name>
</Example>
</Examples>
<Title>Esophagogastroduodenoscopes or gastroduodenoscopes or gastroscopes</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Limb restraints</Name>
</Example>
</Examples>
<Title>Extremity restraints</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Snellen eye charts</Name>
</Example>
</Examples>
<Title>Eye charts or vision cards</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Oxygen flowmeters</Name>
</Example>
<Example>
<Name>Oxygen regulators</Name>
</Example>
</Examples>
<Title>Flow sensors or regulators or components</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Gait belts</Name>
</Example>
</Examples>
<Title>Gait belts for rehabilitation or therapy</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Levine tubes</Name>
</Example>
</Examples>
<Title>Gastric decompression tubes</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Capillary glucose monitors</Name>
</Example>
<Example>
<Name>Glucose testing equipment</Name>
</Example>
</Examples>
<Title>Glucose monitors or meters</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Doppler pulse measurement devices</Name>
</Example>
</Examples>
<Title>Hand held dopplers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Skin traction equipment</Name>
</Example>
</Examples>
<Title>Hand or finger traction supplies</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Cervical traction equipment</Name>
</Example>
</Examples>
<Title>Head or neck traction supplies</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Swab dryers</Name>
</Example>
</Examples>
<Title>Heating or drying equipment or accessories</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Photopheresis systems</Name>
</Example>
</Examples>
<Title>Hemodialysis dialyzer reprocessing systems</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Computerized electrocardiography EKG and hemodynamic monitoring systems</Name>
</Example>
</Examples>
<Title>Holter or wearable EKG monitoring systems or accessories</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Intramuscular needles</Name>
</Example>
<Example>
<Name>Subcutaneous hypodermic needles</Name>
</Example>
</Examples>
<Title>Hypodermic needle</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Epidural pumps</Name>
</Example>
<Example>
<Name>Insulin pumps</Name>
</Example>
</Examples>
<Title>Infusion pump kits</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Ventilators</Name>
</Example>
</Examples>
<Title>Intermittent positive pressure breathing IPPB machines</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Intra-aortic balloon pumps IABP</Name>
</Example>
</Examples>
<Title>Intraaortic balloon pumps</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Intracranial pressure monitors</Name>
</Example>
</Examples>
<Title>Intracranial pressure ICP monitoring units</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Infusion control devices</Name>
</Example>
</Examples>
<Title>Intravenous infusion pump analyzers or sensors</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Intravenous IV tubing</Name>
</Example>
</Examples>
<Title>Intravenous or arterial extension tubing</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Heparin locks</Name>
</Example>
<Example>
<Name>Peripheral intravenous IV locks</Name>
</Example>
</Examples>
<Title>Intravenous or arterial tubing adapter or connector</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Intravenous syringe pumps</Name>
</Example>
</Examples>
<Title>Intravenous syringe infusion pumps</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Intravenous IV equipment</Name>
</Example>
</Examples>
<Title>Intravenous tubing with catheter administration kits</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Laryngoscope blades</Name>
</Example>
</Examples>
<Title>Intubation laryngoscopes</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Intubation stylets</Name>
</Example>
</Examples>
<Title>Intubation stylets</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Heelstick blood sampling equipment</Name>
</Example>
<Example>
<Name>Lancets</Name>
</Example>
</Examples>
<Title>Lancets</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Mayo trays</Name>
</Example>
</Examples>
<Title>Lap mayo trays or mayo stands for surgical use</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Laser printers</Name>
</Example>
</Examples>
<Title>Laser printers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Balanced suspension traction equipment</Name>
</Example>
<Example>
<Name>Russell's traction equipment</Name>
</Example>
</Examples>
<Title>Leg traction supplies</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Lower extremity prosthetic devices</Name>
</Example>
</Examples>
<Title>Lower extremity prosthetic devices</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Manual resuscitation bags</Name>
</Example>
<Example>
<Name>Manually operated oxygen supply resuscitators</Name>
</Example>
</Examples>
<Title>Manual resuscitators</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Mechanical stethoscopes</Name>
</Example>
</Examples>
<Title>Medical acoustic stethoscopes</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Oxygen tanks</Name>
</Example>
</Examples>
<Title>Medical gas cylinders or related devices</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Oxyhoods</Name>
</Example>
</Examples>
<Title>Medical head hoods</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Nasal cannulas</Name>
</Example>
</Examples>
<Title>Medical nasal cannulas</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Nasal suctioning equipment</Name>
</Example>
<Example>
<Name>Oral suctioning equipment</Name>
</Example>
<Example>
<Name>Suction equipment</Name>
</Example>
<Example>
<Name>Tracheal suctioning equipment</Name>
</Example>
</Examples>
<Title>Medical or surgical suction or vacuum appliances</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Pleuravacs</Name>
</Example>
</Examples>
<Title>Medical or surgical suction sets or kits</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Non-rebreather masks</Name>
</Example>
<Example>
<Name>Partial masks</Name>
</Example>
<Example>
<Name>Ventimasks</Name>
</Example>
</Examples>
<Title>Medical oxygen masks or parts</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Syringes</Name>
</Example>
</Examples>
<Title>Medical syringes without needle</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Medical tuning forks</Name>
</Example>
</Examples>
<Title>Medical tuning forks</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Automated medicine dispensing equipment</Name>
</Example>
</Examples>
<Title>Medication or pill dispensers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Defibrillators</Name>
</Example>
</Examples>
<Title>Mobile medical services automated external defibrillators AED or hard paddles</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Head immobilizers</Name>
</Example>
</Examples>
<Title>Mobile medical services head immobilizers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Mobile medical services spine boards</Name>
</Example>
</Examples>
<Title>Mobile medical services spine boards</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Torso immobilizers</Name>
</Example>
</Examples>
<Title>Mobile medical services torso immobilizers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>One-way valve protective shields</Name>
</Example>
</Examples>
<Title>Mobile resuscitator or aspirator kits</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Transport cardiac monitors</Name>
</Example>
</Examples>
<Title>Multiparameter vital sign units</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Nasogastric tubes</Name>
</Example>
</Examples>
<Title>Nasogastric tubes</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Nebulizers</Name>
</Example>
</Examples>
<Title>Nebulizers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Bilevel positive airway pressure BiPAP ventilators</Name>
</Example>
</Examples>
<Title>Non invasive bi level machines</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Continuous positive airway pressure CPAP ventilators</Name>
</Example>
</Examples>
<Title>Non invasive continuous positive air pressure machines</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Notebook computers</Name>
</Example>
</Examples>
<Title>Notebook computers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Otoscopes</Name>
</Example>
</Examples>
<Title>Ophthalmoscopes or otoscopes or scope sets</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Splints</Name>
</Example>
</Examples>
<Title>Orthopedic splint systems</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Traction equipment</Name>
</Example>
</Examples>
<Title>Orthopedic traction hardware or weights</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Oxygen administration equipment</Name>
</Example>
</Examples>
<Title>Oxygen therapy delivery system products</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Bed scales</Name>
</Example>
</Examples>
<Title>Patient bed or table scales for general use</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Hospital beds</Name>
</Example>
</Examples>
<Title>Patient care beds for general use</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Patient controlled analgesia PCA pumps</Name>
</Example>
</Examples>
<Title>Patient controlled analgesia infusion pumps</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Patient lifters</Name>
</Example>
</Examples>
<Title>Patient lifts</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Infant security sensors</Name>
</Example>
</Examples>
<Title>Patient motion sensors or alarms</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Pelvic traction equipment</Name>
</Example>
</Examples>
<Title>Pelvis or back traction supplies</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Venous oxygen saturation SVO2 monitors</Name>
</Example>
</Examples>
<Title>Perfusion oxygen or hematocrit saturation monitors</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Double lumen catheters</Name>
</Example>
<Example>
<Name>Peripheral angiocaths</Name>
</Example>
<Example>
<Name>Peripheral butterflys</Name>
</Example>
<Example>
<Name>Single lumen catheters</Name>
</Example>
<Example>
<Name>Triple lumen catheters</Name>
</Example>
</Examples>
<Title>Peripherally inserted central catheters PICC</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Personal computers</Name>
</Example>
<Example>
<Name>Pocket personal computers PC</Name>
</Example>
</Examples>
<Title>Personal computers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Phaco apparatus</Name>
</Example>
<Example>
<Name>Phaco consoles</Name>
</Example>
</Examples>
<Title>Phacoemulsification or extrusion or vitrectomy equipment for ophthalmic surgery</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Pulse oximeters</Name>
</Example>
</Examples>
<Title>Pulse oximeter units</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Telemedicine equipment</Name>
</Example>
</Examples>
<Title>Radio frequency transmitters or receivers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Percussion hammers</Name>
</Example>
<Example>
<Name>Reflex hammers</Name>
</Example>
</Examples>
<Title>Reflex hammers or mallets</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Meconium aspirators</Name>
</Example>
</Examples>
<Title>Respiratory aspirator products</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>T-pieces with aerosol</Name>
</Example>
</Examples>
<Title>Respiratory humidifiers or vaporizers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Manometers</Name>
</Example>
</Examples>
<Title>Respiratory manometer kits</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Leather restraints</Name>
</Example>
</Examples>
<Title>Restraint straps or buckles or supplies</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Vest restraints</Name>
</Example>
</Examples>
<Title>Restraint vests and jackets</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Rape kits</Name>
</Example>
</Examples>
<Title>Sexual assault determination kits</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Flexible sigmoidoscopes</Name>
</Example>
</Examples>
<Title>Sigmoidoscopes</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Staple removers</Name>
</Example>
</Examples>
<Title>Skin staple removers or kits</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Chemotherapy spill kits</Name>
</Example>
</Examples>
<Title>Spill kits</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Incentive spirometers</Name>
</Example>
</Examples>
<Title>Spirometers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Lukens traps</Name>
</Example>
</Examples>
<Title>Sputum collection apparatus or containers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Autoclaves</Name>
</Example>
<Example>
<Name>Flash sterilizers</Name>
</Example>
</Examples>
<Title>Steam autoclaves or sterilizers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Occlusion clamps</Name>
</Example>
<Example>
<Name>Surgical clamps</Name>
</Example>
</Examples>
<Title>Surgical clamps or clips or forceps</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Hemovac drains</Name>
</Example>
<Example>
<Name>Jackson-Pratt drains</Name>
</Example>
</Examples>
<Title>Surgical drains or drain sets</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Surgical drapes</Name>
</Example>
</Examples>
<Title>Surgical drapes</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Suture needleholders</Name>
</Example>
</Examples>
<Title>Surgical needle holders</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Retractors</Name>
</Example>
</Examples>
<Title>Surgical retractors</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Scalpels</Name>
</Example>
</Examples>
<Title>Surgical scalpels or knives or blades or trephines</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Vacuum extractors</Name>
</Example>
</Examples>
<Title>Surgical suction machine or vacuum extractor or ultrasonic surgical aspirator</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Suture needles</Name>
</Example>
</Examples>
<Title>Suture needles</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Suture removal kits</Name>
</Example>
</Examples>
<Title>Suture removal kits or trays or packs or sets</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Tablet computers</Name>
</Example>
</Examples>
<Title>Tablet computers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Cooling blankets</Name>
</Example>
<Example>
<Name>Hyper/hypothermia blankets</Name>
</Example>
</Examples>
<Title>Therapeutic heating or cooling blankets or drapes</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Aqua K pads</Name>
</Example>
</Examples>
<Title>Therapeutic heating or cooling pads or compresses or packs</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Tourniquets</Name>
</Example>
</Examples>
<Title>Tourniquets</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Tracheostomy collars</Name>
</Example>
</Examples>
<Title>Tracheostomy accessories</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Transcutaneous electric nerve stimulation TENS equipment</Name>
</Example>
</Examples>
<Title>Transcutaneous electric nerve stimulation units</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Tuberculosis TB skin test equipment</Name>
</Example>
</Examples>
<Title>Tuberculin syringes</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Phototherapy equipment</Name>
</Example>
</Examples>
<Title>Ultraviolet UV lamps</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Umbilical catheters</Name>
</Example>
</Examples>
<Title>Umbilical catheters</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Upper extremity prosthetic devices</Name>
</Example>
</Examples>
<Title>Upper extremity prosthetic devices</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Urine analysis equipment</Name>
</Example>
</Examples>
<Title>Urinalysis analyzers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Urinalysis test strips</Name>
</Example>
</Examples>
<Title>Urinalysis test strips</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Urinary catheters</Name>
</Example>
</Examples>
<Title>Urinary catheterization kits</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Bladder irrigation equipment</Name>
</Example>
</Examples>
<Title>Urological procedure trays or packs or kits</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Evacuated blood collection tubes</Name>
</Example>
</Examples>
<Title>Vacuum blood collection tubes or containers</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Pelvic specula</Name>
</Example>
</Examples>
<Title>Vaginal exam speculas</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Anti-embolism elastic stockings</Name>
</Example>
</Examples>
<Title>Vascular or compression apparel or support</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Sequential compression devices</Name>
</Example>
</Examples>
<Title>Vascular sequential compression devices or tubing</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Bag-valve masks</Name>
</Example>
</Examples>
<Title>Ventilator accessories</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Ventricular assist devices VAD</Name>
</Example>
</Examples>
<Title>Ventricular assist devices</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Titmus vision screeners</Name>
</Example>
</Examples>
<Title>Vision testing stereoscopes</Title>
</Category>
<Category>
<Examples>
<Example>
<Name>Walkers</Name>
</Example>
</Examples>
<Title>Walkers or rollators</Title>
</Category>
</Categories>
</Tools>
</ToolsAndTechOccupationDetails>
<TrainingPrograms
xmlns:d4p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d4p1:string>Adult Health Nurse/Nursing</d4p1:string>
<d4p1:string>Clinical Nurse Leader</d4p1:string>
<d4p1:string>Clinical Nurse Specialist</d4p1:string>
<d4p1:string>Critical Care Nursing</d4p1:string>
<d4p1:string>Emergency Room/Trauma Nursing</d4p1:string>
<d4p1:string>Family Practice Nurse/Nursing</d4p1:string>
<d4p1:string>Forensic Nursing</d4p1:string>
<d4p1:string>Geriatric Nurse/Nursing</d4p1:string>
<d4p1:string>Maternal/Child Health and Neonatal Nurse/Nursing</d4p1:string>
<d4p1:string>Nursing Administration</d4p1:string>
<d4p1:string>Nursing Practice</d4p1:string>
<d4p1:string>Nursing Science</d4p1:string>
<d4p1:string>Occupational and Environmental Health Nursing</d4p1:string>
<d4p1:string>Palliative Care Nursing</d4p1:string>
<d4p1:string>Pediatric Nurse/Nursing</d4p1:string>
<d4p1:string>Perioperative/Operating Room and Surgical Nurse/Nursing</d4p1:string>
<d4p1:string>Psychiatric/Mental Health Nurse/Nursing</d4p1:string>
<d4p1:string>Public Health/Community Nurse/Nursing</d4p1:string>
<d4p1:string>Registered Nursing, Nursing Administration, Nursing Research and Clinical Nursing, Other</d4p1:string>
<d4p1:string>Registered Nursing/Registered Nurse</d4p1:string>
<d4p1:string>Women's Health Nurse/Nursing</d4p1:string>
</TrainingPrograms>
<Video>
<Video>
<VideoCode>29-1141.00</VideoCode>
<VideoTitle>Registered Nurses</VideoTitle>
<VideoType>mp4</VideoType>
</Video>
</Video>
<Wages>
<BLSAreaWagesList/>
<NationalWagesList>
<WageDetails>
<Area>000000</Area>
<AreaName>United States</AreaName>
<Median>41.38</Median>
<Pct10>30.64</Pct10>
<Pct25>36.53</Pct25>
<Pct75>50.32</Pct75>
<Pct90>63.79</Pct90>
<RateType>Hourly</RateType>
<StFips>00</StFips>
</WageDetails>
<WageDetails>
<Area>000000</Area>
<AreaName>United States</AreaName>
<Median>86070</Median>
<Pct10>63720</Pct10>
<Pct25>75990</Pct25>
<Pct75>104670</Pct75>
<Pct90>132680</Pct90>
<RateType>Annual</RateType>
<StFips>00</StFips>
</WageDetails>
</NationalWagesList>
<SocData>Yes</SocData>
<SocWageInfo>
<SocCode>291141</SocCode>
<SocDescription i:nil="true"/>
<SocTitle>Registered Nurses</SocTitle>
</SocWageInfo>
<StateWagesList/>
<WageYear>2023</WageYear>
</Wages>
<WorkValuesOccupationDetails>
<Characteristics
xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d5p1:string>Allow workers to provide service to others</d5p1:string>
<d5p1:string>Provide a friendly, non-competitive work environment</d5p1:string>
</Characteristics>
<WorkValue>Relationships</WorkValue>
</WorkValuesOccupationDetails>
</OccupationProfileDetail>
</OccupationDetail>
<RecordCount>1</RecordCount>

</OccupationProfile>

Response Parameters

Name
Description
Type
Parent
OccupationDetail
Occupation Detail
Object
Empty Cell
OnetTitle
O*Net Title
String
OccupationDetail
OnetCode
O*Net Code
String
OccupationDetail
OnetDescription
O*Net Description
String
OccupationDetail
Wages
Wages, from BLS OEWS. Please note: When wage data is displayed, '100+' indicates the hourly wage is equal to or greater than $115.00, while '239,200+' indicates an annual salary equal to or greater than $239,200.
Object
OccupationDetail
NationalWagesList
National Wages List
Object
Wages
RateType
Hourly or Annual
String
NationalWagesList
Pct10
Wages at 10th percentile
String
NationalWagesList
Pct25
Wages at 25th percentile
String
NationalWagesList
Median
Median Wages
String
NationalWagesList
Pct75
Wages at 75th percentile
String
NationalWagesList
Pct90
Wages at 90th percentile
String
NationalWagesList
StFips
Code for the nation (always '00')
String
NationalWagesList
Area
BLS-defined area
String
NationalWagesList
AreaName
BLS-defined area name
String
NationalWagesList
StateWagesList
State Wages List
Object
Wages
RateType
Rate Type
String
StateWagesList
Pct10
Wages at 10th percentile
String
StateWagesList
Pct25
Wages at 25th percentile
String
StateWagesList
Median
Median Wages
String
StateWagesList
Pct75
Wages at 75th percentile
String
StateWagesList
Pct90
Wages at 90th percentile
String
StateWagesList
StFips
State Code
String
StateWagesList
Area
Area
String
StateWagesList
AreaName
Area Name
String
StateWagesList
BLSAreaWagesList
Bureau of Labor Statistics Area Wages List
Oject
Wages
RateType
Rate Type
String
BLSAreaWagesList
Pct10
Wages at 10th percentile
String
BLSAreaWagesList
Pct25
Wages at 25th percentile
String
BLSAreaWagesList
Median
Median Wages
String
BLSAreaWagesList
Pct75
Wages at 75th percentile
String
BLSAreaWagesList
Pct90
Wages at 90th percentile
String
BLSAreaWagesList
StFips
Code for this area
String
BLSAreaWagesList
Area
Area
String
BLSAreaWagesList
AreaName
Area Name
String
BLSAreaWagesList
WageYear
Wage year
String
Wages
SocData
Values are Yes and No. Always 'yes' for now.
String
Wages
SocWageInfo
The occupation for the wage info provided. Wages are provided by OEWS, which provides wages for SOC occupations. If the occupation in the request was a detail level O*NET occupation, then the wages given might not exactly correspond to that O*NET occupation, but instead are for the SOC group as a whole. In a few cases, OEWS provides wages at one level less specific than SOC. See OEWS for details.
Object
OccupationDetail
SocCode
SOC Code (or OEWS code)
String
SocWageInfo
SocTitle
SOC Title (or OEWS title)
String
SocWageInfo
SocDescription
SOC Description; not currently populated
String
SocWageInfo
BrightOutlook
Data from O*NET
String
OccupationDetail
Green
No longer supported
String
OccupationDetail
COSVideoURL
URL for the best-matching career video on CareerOneStop
String
OccupationDetail
EducationTraining
Education Training from the United States Department of Labor, Bureau of Labor Statistics, Employment Projections Program. For more information, https://www.bls.gov/emp/documentation/education-training-system.htm. All the data in this object are for the relevant SOC-level occupation, not O*NET level.
Object
OccupationDetail
EducationType
Among incumbent workers in this (SOC) occupation, distribution of workers at various education levels. This data is "Educational attainment for workers 25 years and older by detailed occupation".
Object
EducationTraining
EducationLevel
Education Level
String
EducationType
Value
Percent of workers currently in this occupation who have attained this level of education.
String
EducationType
EducationCode
For entry, how much education is required? Parameters "EducationCode" and "EducationTitle" answer this question.
Values:
1- Doctoral or professional degree
2- Master's degree
3- Bachelor's degree
4- Associate's degree
5- Postsecondary non-degree award
6- Some college, no degree
7- High school diploma or equivalent
9- No formal education credential

This data is "Education and training assignments by detailed occupation"

String
EducationTraining
EducationTitle
For entry to this (SOC) occupation, how much education is required? See above.
String
EducationTraining
ExperienceCode
For entry, how much experience is required? Parameters "ExperienceCode" and "ExperienceTitle" answer this question.
Values:
1- 5 years or more
2-Less than 5 years
3- None

This data is "Education and Training assignments by detailed occupation."
String
EducationTraining
ExperienceTitle
For entry to this (SOC) occupation, how much experience is required? See ExperienceCode above.
String
EducationTraining
TrainingCode
For entry, how much on-the-job training is required? Paramenters "TrainingCode" and "TrainingTitle" answer this question.
Values for 'TrainingCode', then corresponding 'TrainingTitle':
1- Internship/residency
2- Apprenticeship
3- Long-term on-the-job training / More than 1 year on-the-job training
4- Moderate-term on-the-job training / 1-12 months on-the-job training
5- Short-term on-the-job training / Less than 1 month on-the-job training
6- None / No on-the-job training

This data is "Education and training assignments by detailed occupation".
String
EducationTraining
TrainingTitle
For entry to this (SOC) occupation, how much training is required? See TrainingCode above.
String
EducationTraining
OccupationTitle
Title for the corresponding occupation in the BLS EMP taxonomy.
String
EducationTraining
MatOccupation
Occupation for this education and training data, from the BLS Employment Projections program. In some years, the "matrix" (occupation taxonomy) used for this data is sometimes slightly different from SOC. For more info, see the "occupational employment directory" here. (https://www.bls.gov/emp/documentation/crosswalks.htm)
Object
EducationTraining
MatOccCode
Occupation code for the corresponding occupation 
String
MatOccupation
MatOccTitle
Title for the corresponding occupation 
String
MatOccupation
BrightOutlookCategory
Bright Outlook Category
String
OccupationDetail
Tasks
O*NET data
Object
OccupationDetail
TaskDescription
Task Description
String
Tasks
TaskId
Task Id
String
Tasks
DataValue
Data Value
String
Tasks
DWAs
Daily Work Activities from O*NET
Object
OccupationDetail
DWATitle
Daily Work Activities Title
String
DWAs
DWAId
Daily Work Activities ID
String
DWAs
DataValue
Daily work Activities Value
String
DWAs
TaskId
Task Id
String
DWAs
AlternateTitles
Four common alternate occupation titles from O*NET
List of strings
OccupationDetail
StFips
Two digit number representing the state, territory, etc, using the FIPS system
String
OccupationDetail
Location
Location in the request
String
OccupationDetail
Video
This object has information about the best video for this occupation, among the videos available. There is not a one-to-one correspondence between O*NET occupations and corresponding videos.
List
OccupationDetail
VideoCode
Video Code
String
Video
VideoTitle
Video Title
String
Video
VideoTyp
Video Type
String
Video
InterestDataList
O*NET scores and data around Holland codes (RIASEC system) for this occupation
Object
OccupationDetail
ElementID
Element ID
String
InterestDataList
ElementName
Element Name
String
InterestDataList
Element Description
Element Description
String
InterestDataList
DataValue
Data Value
String
InterestData List
Importance
Importance
String
InterestDataList
SocInfo
SOC info, corresponding to this O*NET occupation
Object
Occupation Detail
SocCode
SOC Code
String
SocInfo
SocTitle
SOC Title
String
SocInfo
Soc Description
SOC Description
String
SocInfo
Projections
Employment level projections
Object
OccupationDetail
EstimatedYear
Estimated year for national projections
String
Projections
ProjectedYear
Projected year for national projections
String
Projections
OccupationTitle
National employment projections are provided for SOC occupations, not O*NET. However, in some years, the occupation taxonomy used for projections is slightly different from SOC. For more info, see the "Occupational employment directory" here. (https://www.bls.gov/emp/documentation/crosswalks.htm)
String
Projections
Projections
Projections
List
Projections
StateName
State Name
String
Projections.projections
StFips
State FIPS Code
String
Projections.projections
Estimated Employment
Estimated Employment
String
Projections.projections
Projected Employment
Projected Employment
String
Projections.projections
PerCentChange
Percent Change
String
Projections.projections
ProjectedAnnual JobOpening
Projected Annual Job Opening
String
Projections.projections
EstimatedYear
Estimated year for the projections in this object; sometimes state projections cover a different 10-year period than national projections
String
Projections.projections
ProjectedYear
Projected Year for the projections in this object; sometimes state projections cover a different 10-year period than national projections
String
Projections.projections
IndustryOcc Emplt


Projections
Industry
Industry (from BLS Employment Projections program)
String
IndustryOcc Emplt
Pctestocc
Percent of this occupation working in this industry
String
IndustryOcc Emplt
MatInCode
Code for the industry from BLS Employment Projections program
String
IndustryOcc Emplt
PercentChange
Percent change
String
IndustryOcc Emplt
Estimated Employment
Estimated employment (number of people estimated to be employed)
String
IndustryOcc Emplt
IagCode
Code for the corresponding industry available at BLS' Industries at a Glance, https://www.bls.gov/iag
String
IndustryOcc Emplt
NumberChanged
Number changed
String
IndustryOcc Emplt
Project Employment
Projecteded employment (number of people employed)
String
IndustryOcc Emplt
OOHs
Links to relevant BLS Occupational Outlook Handbooks
String
Occupation Detail
Title
Title
String
OOHs
OOHUrl
Occupation Outlook Handbook URL
String
OOHs
StateResources Links
Links to websites within the state where labor market information may be available
Object
Occupation Detail
StateWeb Resource
State Web Resource
List
StateResources Links
Title
Title
String
StateWeb Resource
Url
State Labor Market Information URL
String
StateWeb Resource
Type
Type
String
StateWeb Resource
StateName
State Name
String
StateWebResource
RelatedOnet Titles
O*NET data
Object
Occupation Detail
Key
Key
String
RelatedOnet Titles
Value
Value
String
RelatedOnet Titles
SkillsDataList
O*NET data
Object
Occupation Detail
ElementID
Element ID
String
SkillsData List
ElementName
Element Name
String
SkillsData List
Element Description
Element Description
String
SkillsDataList
DataValue
Data Value
String
SkillsDataList
Importance
Importanc
String
SkillsDataList
Knowledge DataList
O*NET data
Object
OccupationDetail
ElementID
Element ID
String
KnowledgeData List
ElementName
Element Name
String
KnowledgeData List
Element Description
Element Description
String
KnowledgeData List
DataValue
Data Value
String
KnowledgeData List
Importance
Importance
String
KnowledgeData List
AbilityDataList
O*NET data
String
Occupation Detail
ElementID
Element ID
String
AbilityData List
ElementName
Element Name
String
AbilityData List
Element Description
Element Description
String
AbilityDataList
DataValue
Data Value
String
AbilityData List
Importance
Importance
String
AbilityData List
TrainingPrograms
Training programs that prepare a student for this occupation, using the "CIP" taxonomy
List of strings
Occupation Detail
ToolsandTech OccupationDetails
Tools and Technology from O*NET for this occupation
List
Occupation Detail
OnetCode
O*NET Code
String
ToolsAndTechnology Details
OnetTitle
O*NET Title
String
ToolsAnd TechnologyDetails
Tools
List of tools
List
ToolsAnd TechnologyDetails
Categories
Categories
List
Tools
Title
Title
String
Categories
Examples
Examples
String
Categories
Name
Name
String
Examples
Technology
List of technologies
String
ToolsAnd TechnologyDetails
CategoryList
CategoryList
String
Technology
Title
Title
String
CategoryList
Examples
Examples
String
CetegoryList
Name
Name
String
Examples
WorkValues OccupationDetails
Top work value from O*NET for this occupation (just one)
String
OccupationDetail
Workvalue
Work value (text)
String
Workvalues OccupationDetails
Characteristics
Characteristics
String
Workvalues OccupationDetails
RecordCount
Record Count
Integer
Empty Cell
DidYouMean
Did You Mean
String
Empty Cell
AutoCorrection
Auto Correction
String
Empty Cell
MetaData
Information about the source of the API
Object
 
Publisher
Publisher of the API
String
MetaData
Sponsor
Sponsor of the API
String
MetaData
LastAccessDate
When the API was run, using UTC (ISO 8601) format
String
MetaData
CitationSuggested
If you use this data, CareerOneStop suggests you use this citation.
String
MetaData
DataSource
The data source object(s)
List of Objects
MetaData
DataName
Name of data
String            
DataSource
DataSourceName
Name of data source
String
DataSource
DataSourceUrl
URL of data source
String
DataSource
DataLastUpdate
Data when CareerOneStop last updated this data
String
DataSource
DataVintageOrVersion
Version or vintage of the data
String
DataSource
DataDescription
Description of the data
String
DataSource
DataSourceCitation
Suggested citation for this data source
String
DataSource

Errors

Error/Status Code Description
 200
OK / Success. The request went through successfully and there is a response body.
 400
Bad Request (Request was invalid or missing parameters)
 401    
Unauthorized. This error occurs specifically when authentication is required and has failed or has not yet been provided correctly. (ex: Invalid API Token)
 404
This error will be shown in two scenarios 1) Not found - (An error occurred) and 2) Not found - (No data available)
 500
Internal Server Error. This error will occur when there is something critically wrong in the API call.