Patient demographics
mediumFHIR · PatientPatient identity. Emits FHIR Patient.
patient_demographics_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 |
|---|---|---|---|
| first_name | string | yes | vorname · prenom · prénom · given name · nombre |
| last_name | string | yes | nachname · nom · cognome · family name · apellido |
| date_of_birth | date | yes | geburtsdatum · gebdatum · date de naissance · data di nascita · fecha de nacimiento · dob · birthday · birth date |
| gender | enum | — | geschlecht · sexe · sesso · sexo |
| ahv_number | string | — | ahv · avs · nss · ssn |
| phone | phone | — | telefon · téléphone · telefono · phone · mobile |
| — | email · e-mail · mail · correo |
Example data
15 rows, multilingual headers (DE/FR/IT), synthetic AHV. 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=@patient_demographics_sample.csv" \ -F "template=patient_demographics_v1"
Use via MCP
Drop AdaptivMapr into Cursor or Claude Desktop. Schema-only calls are free and unlimited.
adaptivmapr.match_headers({
template: "patient_demographics_v1",
headers: ["first_name", "last_name", /* ... */]
})MCP install instructions →