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-9099.01/details/tasks
Status:
200 OK
Content-Type:
application/json
{
   "start": 1,
   "end": 10,
   "total": 36,
   "next": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/details/tasks?start=11&end=20",
   "task": [
      {
         "id": "17466",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/related/tasks/17466",
         "title": "Monitor maternal condition during labor by checking vital signs, monitoring uterine contractions, or performing physical examinations.",
         "importance": 93,
         "category": "Core"
      },
      {
         "id": "17479",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/related/tasks/17479",
         "title": "Identify tubal and ectopic pregnancies and refer patients for treatments.",
         "importance": 92,
         "category": "Core"
      },
      {
         "id": "17486",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/related/tasks/17486",
         "title": "Provide necessary medical care for infants at birth, including emergency care such as resuscitation.",
         "importance": 91,
         "category": "Core"
      },
      {
         "id": "17472",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/related/tasks/17472",
         "title": "Conduct ongoing prenatal health assessments, tracking changes in physical and emotional health.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17481",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/related/tasks/17481",
         "title": "Monitor fetal growth and well-being through heartbeat detection, body measurement, and palpation.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17474",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/related/tasks/17474",
         "title": "Establish and follow emergency or contingency plans for mothers and newborns.",
         "importance": 90,
         "category": "Core"
      },
      {
         "id": "17478",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/related/tasks/17478",
         "title": "Identify, monitor, or treat pregnancy-related problems such as hypertension, gestational diabetes, pre-term labor, or retarded fetal growth.",
         "importance": 89,
         "category": "Core"
      },
      {
         "id": "17483",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/related/tasks/17483",
         "title": "Obtain complete health and medical histories from patients including medical, surgical, reproductive, or mental health histories.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "17476",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/related/tasks/17476",
         "title": "Evaluate patients' laboratory and medical records, requesting assistance from other practitioners when necessary.",
         "importance": 87,
         "category": "Core"
      },
      {
         "id": "17482",
         "related": "https://api-v2.onetcenter.org/online/occupations/29-9099.01/related/tasks/17482",
         "title": "Maintain documentation of all patients' contacts, reviewing and updating records as necessary.",
         "importance": 86,
         "category": "Core"
      }
   ]
}