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-1141.03/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 29,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "18327",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/related/tasks/18327",
         "title": "Evaluate patients' vital signs or laboratory data to determine emergency intervention needs.",
         "importance": 100,
         "category": "Core"
      },
      {
         "id": "18334",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/related/tasks/18334",
         "title": "Monitor patients for changes in status and indications of conditions such as sepsis or shock and institute appropriate interventions.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "18330",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/related/tasks/18330",
         "title": "Administer medications intravenously, by injection, orally, through gastric tubes, or by other methods.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "18333",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/related/tasks/18333",
         "title": "Monitor patients' fluid intake and output to detect emerging problems, such as fluid and electrolyte imbalances.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "18344",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/related/tasks/18344",
         "title": "Prioritize nursing care for assigned critically ill patients, based on assessment data or identified needs.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "18339",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/related/tasks/18339",
         "title": "Compile and analyze data obtained from monitoring or diagnostic tests.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "18340",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/related/tasks/18340",
         "title": "Conduct pulmonary assessments to identify abnormal respiratory patterns or breathing sounds that indicate problems.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "18335",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/related/tasks/18335",
         "title": "Assess patients' pain levels or sedation requirements.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "18337",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/related/tasks/18337",
         "title": "Collaborate with other health care professionals to develop and revise treatment plans, based on identified needs and assessment data.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "18341",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.03/related/tasks/18341",
         "title": "Document patients' medical histories and assessment findings.",
         "importance": 89,
         "category": "Core"
      }
   ]
}