{ "description": "The lookup operation looking for patient data in the external registers.", "_filename": "OperationDefinition-patient-lookup.json", "package_name": "hl7.fhir.ee.mpi", "date": "2023-03-26T15:21:02+11:00", "system": false, "publisher": "TEHIK", "instance": false, "jurisdiction": [ { "coding": [ { "code": "EE", "system": "urn:iso:std:iso:3166", "display": "Estonia" } ] } ], "name": "EEMPIPatientLookup", "type": "true", "experimental": "false", "resourceType": "OperationDefinition", "title": "Patient Lookup", "package_version": "1.0.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" } ], "status": "active", "id": "68e084e4-f6ad-4315-8ac1-a5b17a2e20c2", "resource": [ "Patient" ], "affectsState": true, "kind": "operation", "url": "https://fhir.ee/OperationDefinition/patient-lookup", "code": "lookup", "version": "1.0.0", "contact": [ { "name": "TEHIK", "telecom": [ { "value": "https://tehik.ee", "system": "url" } ] } ], "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "identifier", "type": "Identifier", "documentation": "The identifier we are looking for." }, { "max": "1", "min": 0, "use": "in", "name": "source", "type": "string", "documentation": "Original data source. Supported values: https://mpi.tehik.ee and https://rahvastikuregister.ee. By default *https://mpi.tehik.ee*." }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "Bundle", "documentation": "Returns Bundle (with type 'collection') with Patient instances." } ] }