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.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 26,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1141.01/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "18302",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.01/related/tasks/18302",
         "title": "Perform emergency medical procedures, such as basic cardiac life support (BLS), advanced cardiac life support (ACLS), and other condition-stabilizing interventions.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "18300",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.01/related/tasks/18300",
         "title": "Manage patients' pain relief and sedation by providing pharmacologic and non-pharmacologic interventions, monitoring patients' responses, and changing care plans accordingly.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "18308",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.01/related/tasks/18308",
         "title": "Document data related to patients' care, including assessment results, interventions, medications, patient responses, or treatment changes.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "18298",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.01/related/tasks/18298",
         "title": "Diagnose acute or chronic conditions that could result in rapid physiological deterioration or life-threatening instability.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "18316",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.01/related/tasks/18316",
         "title": "Administer blood and blood product transfusions or intravenous infusions, monitoring patients for adverse reactions.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "18303",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.01/related/tasks/18303",
         "title": "Assess urgent and emergent health conditions, using both physiologically and technologically derived data.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "18305",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.01/related/tasks/18305",
         "title": "Assess the impact of illnesses or injuries on patients' health, function, growth, development, nutrition, sleep, rest, quality of life, or family, social and educational relationships.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "18301",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.01/related/tasks/18301",
         "title": "Interpret information obtained from electrocardiograms (EKGs) or radiographs (x-rays).",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "18311",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.01/related/tasks/18311",
         "title": "Obtain specimens or samples for laboratory work.",
         "importance": 85,
         "category": "Core"
      },
      {
         "id": "18319",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1141.01/related/tasks/18319",
         "title": "Collaborate with patients to plan for future health care needs or to coordinate transitions and referrals.",
         "importance": 85,
         "category": "Core"
      }
   ]
}