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-9092.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-9092.00/details/tasks?start=11&end=19",
   "task": [
      {
         "id": "17507",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9092.00/related/tasks/17507",
         "title": "Interpret laboratory results and communicate findings to patients or physicians.",
         "importance": 98,
         "category": "Core"
      },
      {
         "id": "17506",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9092.00/related/tasks/17506",
         "title": "Discuss testing options and the associated risks, benefits and limitations with patients and families to assist them in making informed decisions.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "17500",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9092.00/related/tasks/17500",
         "title": "Analyze genetic information to identify patients or families at risk for specific disorders or syndromes.",
         "importance": 96,
         "category": "Core"
      },
      {
         "id": "17504",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9092.00/related/tasks/17504",
         "title": "Provide counseling to patient and family members by providing information, education, or reassurance.",
         "importance": 94,
         "category": "Core"
      },
      {
         "id": "17511",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9092.00/related/tasks/17511",
         "title": "Write detailed consultation reports to provide information on complex genetic concepts to patients or referring physicians.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17502",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9092.00/related/tasks/17502",
         "title": "Provide genetic counseling in specified areas of clinical genetics, such as obstetrics, pediatrics, oncology and neurology.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17505",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9092.00/related/tasks/17505",
         "title": "Determine or coordinate treatment plans by requesting laboratory services, reviewing genetics or counseling literature, and considering histories or diagnostic data.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "17508",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9092.00/related/tasks/17508",
         "title": "Interview patients or review medical records to obtain comprehensive patient or family medical histories, and document findings.",
         "importance": 88,
         "category": "Core"
      },
      {
         "id": "17503",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9092.00/related/tasks/17503",
         "title": "Assess patients' psychological or emotional needs, such as those relating to stress, fear of test results, financial issues, and marital conflicts to make referral recommendations or assist patients in managing test outcomes.",
         "importance": 86,
         "category": "Core"
      },
      {
         "id": "17509",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9092.00/related/tasks/17509",
         "title": "Provide patients with information about the inheritance of conditions such as cardiovascular disease, Alzheimer's disease, diabetes, and various forms of cancer.",
         "importance": 86,
         "category": "Core"
      }
   ]
}