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-1216.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 19,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "7786",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/related/tasks/7786",
         "title": "Analyze records, reports, test results, or examination information to diagnose medical condition of patient.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "7785",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/related/tasks/7785",
         "title": "Treat internal disorders, such as hypertension, heart disease, diabetes, or problems of the lung, brain, kidney, or gastrointestinal tract.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "7787",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/related/tasks/7787",
         "title": "Prescribe or administer medication, therapy, and other specialized medical care to treat or prevent illness, disease, or injury.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "7789",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/related/tasks/7789",
         "title": "Manage and treat common health problems, such as infections, influenza or pneumonia, as well as serious, chronic, and complex illnesses, in adolescents, adults, and the elderly.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "7788",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/related/tasks/7788",
         "title": "Provide and manage long-term, comprehensive medical care, including diagnosis and nonsurgical treatment of diseases, for adult patients in an office or hospital.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "7793",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/related/tasks/7793",
         "title": "Explain procedures and discuss test results or prescribed treatments with patients.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "7794",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/related/tasks/7794",
         "title": "Advise patients and community members concerning diet, activity, hygiene, and disease prevention.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "7792",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/related/tasks/7792",
         "title": "Make diagnoses when different illnesses occur together or in situations where the diagnosis may be obscure.",
         "importance": 84,
         "category": "Core"
      },
      {
         "id": "7795",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/related/tasks/7795",
         "title": "Refer patient to medical specialist or other practitioner when necessary.",
         "importance": 82,
         "category": "Core"
      },
      {
         "id": "7790",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1216.00/related/tasks/7790",
         "title": "Monitor patients' conditions and progress and reevaluate treatments as necessary.",
         "importance": 82,
         "category": "Core"
      }
   ]
}