{ "description": "The foreign operation perform complex search over non-estonian patient resources.", "_filename": "OperationDefinition-patient-foreign.json", "package_name": "ee.fhir.mpi", "date": "2025-10-14T07:41:16+00:00", "system": false, "publisher": "TEHIK", "instance": false, "jurisdiction": [ { "coding": [ { "code": "EE", "system": "urn:iso:std:iso:3166", "display": "Estonia" } ] } ], "name": "EEMPIPatientForeignSearch", "type": "true", "experimental": "false", "resourceType": "OperationDefinition", "title": "Patient Foreign", "package_version": "1.4.0", "status": "active", "id": "2b184bce-b460-4d8f-997f-0398ea81b542", "resource": [ "Patient" ], "affectsState": false, "kind": "operation", "url": "https://fhir.ee/mpi/OperationDefinition/patient-foreign", "code": "foreign", "version": "1.4.0", "contact": [ { "name": "TEHIK", "telecom": [ { "value": "https://tehik.ee", "system": "url" } ] } ], "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "identifier-country", "type": "string", "documentation": "Three-letter country code of the identifier issuer according to the ISO standard." }, { "max": "1", "min": 0, "use": "in", "name": "birthdate", "type": "date", "documentation": "Patient's date of birth in yyyy-mm-dd format." }, { "max": "1", "min": 0, "use": "in", "name": "gender", "type": "string", "documentation": "Patient's gender." }, { "max": "1", "min": 0, "use": "in", "name": "given", "type": "string", "documentation": "Given name. Search supports similarity, allows up to 2 typos, case-insensitive. Comma-separated values are allowed." }, { "max": "1", "min": 0, "use": "in", "name": "family", "type": "string", "documentation": "Family name. Search supports similarity, allows up to 2 typos, case-insensitive. Comma-separated values are allowed." }, { "max": "1", "min": 0, "use": "in", "name": "telecom", "type": "string", "documentation": "Telecom value, e-mail or phone number. Case-insensitive. Comma-separated values are allowed." }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "Bundle", "documentation": "Returns Bundle (with type collection) with Patient instances." } ] }