Patient demographics

mediumFHIR · Patient

Patient identity. Emits FHIR Patient.

patient_demographics_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
first_namestringyesvorname · prenom · prénom · given name · nombre
last_namestringyesnachname · nom · cognome · family name · apellido
date_of_birthdateyesgeburtsdatum · gebdatum · date de naissance · data di nascita · fecha de nacimiento · dob · birthday · birth date
genderenumgeschlecht · sexe · sesso · sexo
ahv_numberstringahv · avs · nss · ssn
phonephonetelefon · téléphone · telefono · phone · mobile
emailemailemail · 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.

Download sample CSVTry in Workbench →patient_demographics_sample.csv

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 →