FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/patient-lookup

Packageee.fhir.mpi
TypeOperationDefinition
Idpatient-lookup
FHIR VersionR5
Sourcehttps://fhir.ee/mpi/https://fhir.ee/packages/mpi/1.3.0/site/OperationDefinition-patient-lookup.html
URLhttps://fhir.ee/mpi/OperationDefinition/patient-lookup
Version1.3.0
Statusactive
Date2025-05-26T10:49:30+00:00
NameEEMPIPatientLookup
TitlePatient Lookup
Realmee
DescriptionThe lookup operation looking for patient data in the external registers.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition patient-lookup

URL: [base]/Patient/$lookup

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INidentifier1..1Identifier

The identifier we are looking for.

INsource0..1string

Original data source. Supported values: https://mpi.tehik.ee and https://rahvastikuregister.ee. By default https://mpi.tehik.ee.

OUTreturn1..1Bundle

Returns Bundle (with type 'collection') with Patient instances.


Source

{
  "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"
    }
  ]
}