Lab results

mediumFHIR · Observation

Patient-linked lab results. Emits FHIR Observation.

lab_results_v1
PHI 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

ColumnTypeRequiredHints
patient_idstringyespatient · patient_id · pid
loinc_codestringyesloinc
valuenumberyeswert · valeur · valor
unitstringeinheit · unité · unidad
taken_atdateyesentnahme · 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 →