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-1171.00/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 27,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "18399",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/related/tasks/18399",
         "title": "Maintain complete and detailed records of patients' health care plans and prognoses.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "18389",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/related/tasks/18389",
         "title": "Develop treatment plans, based on scientific rationale, standards of care, and professional practice guidelines.",
         "importance": 97,
         "category": "Core"
      },
      {
         "id": "18393",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/related/tasks/18393",
         "title": "Provide patients with information needed to promote health, reduce risk factors, or prevent disease or disability.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "18382",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/related/tasks/18382",
         "title": "Analyze and interpret patients' histories, symptoms, physical findings, or diagnostic information to develop appropriate diagnoses.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "18385",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/related/tasks/18385",
         "title": "Diagnose or treat complex, unstable, comorbid, episodic, or emergency conditions in collaboration with other health care providers as necessary.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "18396",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/related/tasks/18396",
         "title": "Prescribe medication dosages, routes, and frequencies, based on such patient characteristics as age and gender.",
         "importance": 95,
         "category": "Core"
      },
      {
         "id": "18384",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/related/tasks/18384",
         "title": "Diagnose or treat chronic health care problems, such as high blood pressure and diabetes.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "18392",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/related/tasks/18392",
         "title": "Prescribe medications based on efficacy, safety, and cost as legally authorized.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "18394",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/related/tasks/18394",
         "title": "Recommend diagnostic or therapeutic interventions with attention to safety, cost, invasiveness, simplicity, acceptability, adherence, and efficacy.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "18388",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-1171.00/related/tasks/18388",
         "title": "Detect and respond to adverse drug reactions, with special attention to vulnerable populations such as infants, children, pregnant and lactating women, or older adults.",
         "importance": 93,
         "category": "Core"
      }
   ]
}