Interactive Demo

This demonstration page allows you to test out the Web Services API by sending a request and viewing the JSON data returned. See the Reference Manual for a complete guide to the available services.

Request

https://api-v2.onetcenter.org/
GET parameters
? =
& =
& =
& =
& =
& =
& =
& =
& =
& =

Response

Send a request to see the response.
Loading...
The request could not be completed (). Please try again.
URL:
https://api-v2.onetcenter.org/online/occupations/15-1211.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 17,
   "next": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/details/tasks?start=11&end=17",
   "task": [
      {
         "id": "18090",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/related/tasks/18090",
         "title": "Translate nursing practice information between nurses and systems engineers, analysts, or designers, using object-oriented models or other techniques.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "18092",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/related/tasks/18092",
         "title": "Use informatics science to design or implement health information technology applications for resolution of clinical or health care administrative problems.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "18097",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/related/tasks/18097",
         "title": "Develop or implement policies or practices to ensure the privacy, confidentiality, or security of patient information.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "18094",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/related/tasks/18094",
         "title": "Analyze and interpret patient, nursing, or information systems data to improve nursing services.",
         "importance": 83,
         "category": "Core"
      },
      {
         "id": "18101",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/related/tasks/18101",
         "title": "Identify, collect, record, or analyze data relevant to the nursing care of patients.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "18096",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/related/tasks/18096",
         "title": "Apply knowledge of computer science, information science, nursing, and informatics theory to nursing practice, education, administration, or research, in collaboration with other health informatics specialists.",
         "importance": 80,
         "category": "Core"
      },
      {
         "id": "18093",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/related/tasks/18093",
         "title": "Develop, implement, or evaluate health information technology applications, tools, processes, or structures to assist nurses with data management.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "18088",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/related/tasks/18088",
         "title": "Design, develop, select, test, implement, and evaluate new or modified informatics solutions, data structures, and decision-support mechanisms to support patients, health care professionals, and their information management and human-computer and human-technology interactions within health care contexts.",
         "importance": 79,
         "category": "Core"
      },
      {
         "id": "18089",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/related/tasks/18089",
         "title": "Disseminate information about nursing informatics science and practice to the profession, other health care professions, nursing students, and the public.",
         "importance": 75,
         "category": "Core"
      },
      {
         "id": "18095",
         "related": "https://api-v2.onetcenter.org/online/occupations/15-1211.01/related/tasks/18095",
         "title": "Analyze computer and information technologies to determine applicability to nursing practice, education, administration, and research.",
         "importance": 73,
         "category": "Core"
      }
   ]
}