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-2099.08/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 13,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/details/tasks?start=11&end=13",
   "task": [
      {
         "id": "17668",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/related/tasks/17668",
         "title": "Coordinate communication between patients, family members, medical staff, administrative staff, or regulatory agencies.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "17670",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/related/tasks/17670",
         "title": "Interview patients or their representatives to identify problems relating to care.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17671",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/related/tasks/17671",
         "title": "Refer patients to appropriate health care services or resources.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "17678",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/related/tasks/17678",
         "title": "Maintain knowledge of community services and resources available to patients.",
         "importance": 81,
         "category": "Core"
      },
      {
         "id": "17667",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/related/tasks/17667",
         "title": "Explain policies, procedures, or services to patients using medical or administrative knowledge.",
         "importance": 77,
         "category": "Core"
      },
      {
         "id": "17669",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/related/tasks/17669",
         "title": "Investigate and direct patient inquiries or complaints to appropriate medical staff members and follow up to ensure satisfactory resolution.",
         "importance": 73,
         "category": "Core"
      },
      {
         "id": "17677",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/related/tasks/17677",
         "title": "Read current literature, talk with colleagues, continue education, or participate in professional organizations or conferences to keep abreast of developments in the field.",
         "importance": 68,
         "category": "Core"
      },
      {
         "id": "17674",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/related/tasks/17674",
         "title": "Develop and distribute newsletters, brochures, or other printed materials to share information with patients or medical staff.",
         "importance": 55,
         "category": "Core"
      },
      {
         "id": "17679",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/related/tasks/17679",
         "title": "Provide consultation or training to volunteers or staff on topics, such as guest relations, patients' rights, or medical issues.",
         "importance": 72,
         "category": "Supplemental"
      },
      {
         "id": "17672",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-2099.08/related/tasks/17672",
         "title": "Analyze patients' abilities to pay to determine charges on a sliding scale.",
         "importance": 69,
         "category": "Supplemental"
      }
   ]
}