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/29-1229.02/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 14,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/details/tasks?start=11&end=14",
   "task": [
      {
         "id": "17106",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/related/tasks/17106",
         "title": "Diagnose, treat, or provide continuous care to hospital inpatients.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "17102",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/related/tasks/17102",
         "title": "Prescribe medications or treatment regimens to hospital inpatients.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "17103",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/related/tasks/17103",
         "title": "Order or interpret the results of tests such as laboratory tests and radiographs (x-rays).",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "17107",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/related/tasks/17107",
         "title": "Admit patients for hospital stays.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "17105",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/related/tasks/17105",
         "title": "Conduct discharge planning and discharge patients.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "17099",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/related/tasks/17099",
         "title": "Write patient discharge summaries and send them to primary care physicians.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "17096",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/related/tasks/17096",
         "title": "Refer patients to medical specialists, social services, or other professionals as appropriate.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "17098",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/related/tasks/17098",
         "title": "Direct, coordinate, or supervise the patient care activities of nursing or support staff.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17104",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/related/tasks/17104",
         "title": "Attend inpatient consultations in areas of specialty.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "17108",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1229.02/related/tasks/17108",
         "title": "Communicate with patients' primary care physicians upon admission, when treatment plans change, or at discharge to maintain continuity and quality of care.",
         "importance": 84,
         "category": "Core"
      }
   ]
}