API reference
Explore the whole API
Everything is prefixed with https://medflo-pcc-vendor-api-eez5kqwsxa-uw.a.run.app/api/v1 and authenticated with a bearer token. Browse the live spec below, grab the OpenAPI document or the Postman collection, or read the curated per-resource pages with request/response examples.
OpenAPI 3.1 (JSON)
The machine-readable spec, served live by the API. Generate SDKs or import it anywhere.
Open openapi.jsonPostman collection
Every request pre-built with variables for your base URL, credentials, and tenant ids.
Download collectionLive OpenAPI explorer
Fetched directly from the running API, grouped by tag, with the required scope on each operation.
Per-resource guides
Hand-written pages for each FHIR-aligned resource, with parameters, example responses, and the exact scope each call needs.
An outward, read-only view of a resident's demographics and identifiers, mapped to FHIR Patient. Identifier values are returned masked exactly as the system of record returns them — the API never unmasks them.
A resident's payer coverage / policies, mapped to FHIR Coverage — for eligibility, clearinghouse, and HIE partners. Read-only; real-time eligibility (X12 270/271) is surfaced here as coverage status.
A resident's diagnoses / problem list, mapped to FHIR Condition. Codes are ICD-10-CM. Part of the read-only clinical resource set — clinical writes are never exposed on the integration API.
A resident's medication orders, mapped to FHIR MedicationRequest. The drug identity is a First DataBank (FDB) drug id surfaced in the coding system uri — never a PCC/internal drug id.
A resident's allergies, mapped to FHIR AllergyIntolerance. Read-only, part of the clinical resource set.
A resident's vitals, weights, and results, mapped to FHIR Observation. Blood pressure carries systolic/diastolic; single-value vitals carry the value and unit. Read-only.