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-9021.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 16,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/details/tasks?start=11&end=16",
   "task": [
      {
         "id": "22894",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/related/tasks/22894",
         "title": "Assign the patient to diagnosis-related groups (DRGs), using appropriate computer software."
      },
      {
         "id": "22895",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/related/tasks/22895",
         "title": "Compile medical care and census data for statistical reports on diseases treated, surgery performed, or use of hospital beds."
      },
      {
         "id": "22896",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/related/tasks/22896",
         "title": "Design databases to support healthcare applications, ensuring security, performance and reliability."
      },
      {
         "id": "22897",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/related/tasks/22897",
         "title": "Develop in-service educational materials."
      },
      {
         "id": "22898",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/related/tasks/22898",
         "title": "Evaluate and recommend upgrades or improvements to existing computerized healthcare systems."
      },
      {
         "id": "22899",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/related/tasks/22899",
         "title": "Facilitate and promote activities, such as lunches, seminars, or tours, to foster healthcare information privacy or security awareness within the organization."
      },
      {
         "id": "22900",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/related/tasks/22900",
         "title": "Identify, compile, abstract, and code patient data, using standard classification systems."
      },
      {
         "id": "22901",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/related/tasks/22901",
         "title": "Manage the department or supervise clerical workers, directing or controlling activities of personnel in the medical records department."
      },
      {
         "id": "22902",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/related/tasks/22902",
         "title": "Monitor changes in legislation and accreditation standards that affect information security or privacy in the computerized healthcare system."
      },
      {
         "id": "22903",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9021.00/related/tasks/22903",
         "title": "Plan, develop, maintain, or operate a variety of health record indexes or storage and retrieval systems to collect, classify, store, or analyze information."
      }
   ]
}