Package | ee.fhir.mpi |
Type | OperationDefinition |
Id | patient-lookup |
FHIR Version | R5 |
Source | https://fhir.ee/mpi/https://fhir.ee/packages/mpi/1.3.0/site/OperationDefinition-patient-lookup.html |
URL | https://fhir.ee/mpi/OperationDefinition/patient-lookup |
Version | 1.3.0 |
Status | active |
Date | 2025-05-26T10:49:30+00:00 |
Name | EEMPIPatientLookup |
Title | Patient Lookup |
Realm | ee |
Description | The lookup operation looking for patient data in the external registers. |
Type | true |
Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition patient-lookup
URL: [base]/Patient/$lookup
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | identifier | 1..1 | Identifier | The identifier we are looking for. | ||
IN | source | 0..1 | string | Original data source. Supported values: https://mpi.tehik.ee and https://rahvastikuregister.ee. By default https://mpi.tehik.ee. | ||
OUT | return | 1..1 | Bundle | Returns Bundle (with type 'collection') with Patient instances. |
{ "resourceType": "OperationDefinition", "id": "patient-lookup", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" } ], "url": "https://fhir.ee/mpi/OperationDefinition/patient-lookup", "version": "1.3.0", "name": "EEMPIPatientLookup", "title": "Patient Lookup", "status": "active", "kind": "operation", "experimental": false, "date": "2025-05-26T10:49:30+00:00", "publisher": "TEHIK", "contact": [ { "name": "TEHIK", "telecom": [ { "system": "url", "value": "https://tehik.ee" } ] } ], "description": "The lookup operation looking for patient data in the external registers.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "EE", "display": "Estonia" } ] } ], "affectsState": false, "code": "lookup", "resource": [ "Patient" ], "system": false, "type": true, "instance": false, "parameter": [ { "name": "identifier", "use": "in", "min": 1, "max": "1", "documentation": "The identifier we are looking for.", "type": "Identifier" }, { "name": "source", "use": "in", "min": 0, "max": "1", "documentation": "Original data source. Supported values: https://mpi.tehik.ee and https://rahvastikuregister.ee. By default *https://mpi.tehik.ee*.", "type": "string" }, { "name": "return", "use": "out", "min": 1, "max": "1", "documentation": "Returns Bundle (with type 'collection') with Patient instances.", "type": "Bundle" } ] }