Lab results
mediumFHIR · ObservationPatient-linked lab results. Emits FHIR Observation.
lab_results_v1PHI Gateway bundle required for full-data mode on this template. Schema-only mode (headers + ≤3 sample rows) is free and always available. Activate the bundle →
Fields
| Column | Type | Required | Hints |
|---|---|---|---|
| patient_id | string | yes | patient · patient_id · pid |
| loinc_code | string | yes | loinc |
| value | number | yes | wert · valeur · valor |
| unit | string | — | einheit · unité · unidad |
| taken_at | date | yes | entnahme · prélèvement · fecha |
Example data
15 rows, real LOINC codes, synthetic patient IDs. Fully synthetic — safe to share, commit, and run in CI.
Upload via the API
curl -X POST https://api.adaptivmapr.com/v1/uploads \ -H "Authorization: Bearer $ADAPTIVMAPR_API_KEY" \ -F "file=@lab_results_sample.csv" \ -F "template=lab_results_v1"
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "lab_results_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →