ZettaYotta — eMPI Emulator (single‑file)
Identity matching • Golden Record • Steward merge/unmerge • FHIR $match (client‑side)
Export State
Reset Seed
Search
Golden
Steward
FHIR $match
Search
I'm feeling lucky
Phonetic/typo tolerance on names; last‑7 digits on phone; token‑set on address; exact DoB when present.
Open Golden
Built from linked members. Shows provenance.
Merge
Unmerge
Merge assigns an EID; unmerge breaks the link.
Paste FHIR Parameters for
POST /Patient/$match
.
{ "resourceType": "Parameters", "parameter": [ { "name": "resource", "resource": { "resourceType": "Patient", "name": [ { "family": "Smyth", "given": [ "Jon" ] } ], "birthDate": "1985-03-04", "telecom": [ { "system": "phone", "value": "555-123-9900" } ], "address": [ { "line": [ "23 Main St" ], "postalCode": "02139" } ] } }, { "name": "count", "valueInteger": 5 } ] }
Run $match
Bundle will include
search.score
+ explanation.
No network calls. All logic runs locally in your browser.