Baxter International · Example Payload

Device Observation Example

HealthcareMedical DevicesInfusion PumpsPatient MonitoringConnected HealthFortune 500

Device Observation Example is an example object payload from Baxter International, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_provenance@context@typedeviceIddeviceTypemanufacturermodelNumberserialNumberpatientIdobservationTimeinfusionDatastatusalarmsfhirReference

Example Payload

device-observation-example.json Raw ↑
{
  "_provenance": {
    "authored_by": "API Evangelist",
    "method": "generated",
    "generated": "2026-09-04",
    "note": "ILLUSTRATIVE ONLY - not a Baxter-published example. Baxter publishes no OpenAPI, no API reference and no example payloads; this document was authored by API Evangelist to exercise json-ld/baxter-context.jsonld. Every identifier, serial number, MRN and clinical value in it is invented. It is deliberately NOT wired to an apis.yml Examples pointer, because pointing at it would credit Baxter with publishing examples it has never published."
  },
  "@context": "../json-ld/baxter-context.jsonld",
  "@type": "DeviceObservation",
  "deviceId": "BXT-SIGMA-SPECTRUM-001234",
  "deviceType": "Infusion Pump",
  "manufacturer": {
    "@type": "schema:Organization",
    "schema:name": "Baxter International"
  },
  "modelNumber": "Sigma Spectrum 35700BAX",
  "serialNumber": "SPC-2024-001234",
  "patientId": "MRN-987654321",
  "observationTime": "2026-04-21T14:32:00Z",
  "infusionData": {
    "drugName": "Heparin Sodium",
    "concentration": "25000 units/500mL",
    "rate": 12.5,
    "unit": "mL/hr",
    "volumeInfused": 125.0,
    "volumeRemaining": 375.0,
    "programmedDose": 500,
    "doseUnit": "units/hr"
  },
  "status": "INFUSING",
  "alarms": [],
  "fhirReference": {
    "resourceType": "MedicationAdministration",
    "subject": "Patient/MRN-987654321",
    "medication": "Medication/heparin-sodium"
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/device-observation-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.