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-1224.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 30,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1224.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "17242",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1224.00/related/tasks/17242",
         "title": "Prepare comprehensive interpretive reports of findings.",
         "importance": 100,
         "category": "Core"
      },
      {
         "id": "17254",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1224.00/related/tasks/17254",
         "title": "Perform or interpret the outcomes of diagnostic imaging procedures including magnetic resonance imaging (MRI), computer tomography (CT), positron emission tomography (PET), nuclear cardiology treadmill studies, mammography, or ultrasound.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "17248",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1224.00/related/tasks/17248",
         "title": "Document the performance, interpretation, or outcomes of all procedures performed.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "17252",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1224.00/related/tasks/17252",
         "title": "Communicate examination results or diagnostic information to referring physicians, patients, or families.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "17243",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1224.00/related/tasks/17243",
         "title": "Obtain patients' histories from electronic records, patient interviews, dictated reports, or by communicating with referring clinicians.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "17239",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1224.00/related/tasks/17239",
         "title": "Review or transmit images and information using picture archiving or communications systems.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "17245",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1224.00/related/tasks/17245",
         "title": "Confer with medical professionals regarding image-based diagnoses.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "17241",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1224.00/related/tasks/17241",
         "title": "Recognize or treat complications during and after procedures, including blood pressure problems, pain, oversedation, or bleeding.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "17249",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1224.00/related/tasks/17249",
         "title": "Develop or monitor procedures to ensure adequate quality control of images.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17251",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1224.00/related/tasks/17251",
         "title": "Provide counseling to radiologic patients to explain the processes, risks, benefits, or alternative treatments.",
         "importance": 88,
         "category": "Core"
      }
   ]
}