Popular Medical API for webapps bloodtest

   Published: 18 Feb 2024
API Access and Security

* All API requests must use HTTPS for secure communication.
* The API supports HTTP methods: GET, POST, PUT, and DELETE.
* Azure Storage uses TLS 1.2 for HTTPS endpoints, but supports TLS 1.0 and 1.1 for compatibility.
* Cross-origin resource sharing (CORS) is enabled for client-side web applications to interact with the API.
* Avoid exposing API credentials in client-side code.

HTTP Methods

* Use GET for retrieving data without sending data in the request body.
* Use POST for actions that require data in the request body (e.g., POST /api/DDxItems).
* JSON is the only supported data format for request and response bodies.

API Version and Availability

* The API is available at https://diagnosisapi.azurewebsites.net.
* The API uses Azure Storage, which supports TLS 1.0, 1.1, and 1.2 protocols.
* Requests and responses should be encoded in UTF-8.

Medical Information

* Routine Blood Work:
* Complete blood count (CBC) test screens white blood cells, red blood cells, hemoglobin, hematocrit, and platelets.
* Recommended Frequency:
* Annual blood test for most people.
* More frequent blood work (every 3-6 months) for individuals with pre-existing conditions.
* Benefits of Blood Work:
* Provides insight into muscle, heart, organ, and bone health.
* Allows healthcare providers to monitor potential concerns and identify changes over time.