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-2032.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 20,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "432",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/related/tasks/432",
         "title": "Observe screen during scan to ensure that image produced is satisfactory for diagnostic purposes, making adjustments to equipment as required.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "433",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/related/tasks/433",
         "title": "Observe and care for patients throughout examinations to ensure their safety and comfort.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "434",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/related/tasks/434",
         "title": "Provide sonogram and oral or written summary of technical findings to physician for use in medical diagnosis.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "436",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/related/tasks/436",
         "title": "Select appropriate equipment settings and adjust patient positions to obtain the best sites and angles.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "435",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/related/tasks/435",
         "title": "Operate ultrasound equipment to produce and record images of the motion, shape, and composition of blood, organs, tissues, or bodily masses, such as fluid accumulations.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "431",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/related/tasks/431",
         "title": "Decide which images to include, looking for differences between healthy and pathological areas.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "440",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/related/tasks/440",
         "title": "Prepare patient for exam by explaining procedure, transferring patient to ultrasound table, scrubbing skin and applying gel, and positioning patient properly.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "437",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/related/tasks/437",
         "title": "Determine whether scope of exam should be extended, based on findings.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "439",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/related/tasks/439",
         "title": "Obtain and record accurate patient history, including prior test results or information from physical examinations.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "443",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2032.00/related/tasks/443",
         "title": "Maintain records that include patient information, sonographs and interpretations, files of correspondence, publications and regulations, or quality assurance records, such as pathology, biopsy, or post-operative reports.",
         "importance": 90,
         "category": "Core"
      }
   ]
}