@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:OperationDefinition ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "patient-lookup"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

URL: [base]/Patient/$lookup

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INidentifier1..1Identifier

The identifier we are looking for.

\n
INsource0..1string

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

\n
OUTreturn1..1Bundle

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

\n
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ fhir:v "1"^^xsd:integer ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ fhir:v "trial-use" ] ] ) ; # fhir:url [ fhir:v "https://fhir.ee/OperationDefinition/patient-lookup"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "EEMPIPatientLookup"] ; # fhir:title [ fhir:v "Patient Lookup"] ; # fhir:status [ fhir:v "draft"] ; # fhir:kind [ fhir:v "operation"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-03-26T15:21:02+11:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "TEHIK"] ; # fhir:contact ( [ fhir:name [ fhir:v "TEHIK" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://tehik.ee" ] ] ) ] ) ; # fhir:description [ fhir:v "The lookup operation looking for patient data in the external registers."] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "EE" ] ; fhir:display [ fhir:v "Estonia" ] ] ) ] ) ; # fhir:affectsState [ fhir:v "true"^^xsd:boolean] ; # fhir:code [ fhir:v "lookup"] ; # fhir:resource ( [ fhir:v "Patient"] ) ; # fhir:system [ fhir:v "false"^^xsd:boolean] ; # fhir:type [ fhir:v "true"^^xsd:boolean] ; # fhir:instance [ fhir:v "false"^^xsd:boolean] ; # fhir:parameter ( [ fhir:name [ fhir:v "identifier" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v "1"^^xsd:integer ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "The identifier we are looking for." ] ; fhir:type [ fhir:v "Identifier" ] ] [ fhir:name [ fhir:v "source" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v "0"^^xsd:integer ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "Original data source. Supported values: https://mpi.tehik.ee and https://rahvastikuregister.ee. By default *https://mpi.tehik.ee*." ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "return" ] ; fhir:use [ fhir:v "out" ] ; fhir:min [ fhir:v "1"^^xsd:integer ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "Returns Bundle (with type 'collection') with Patient instances." ] ; fhir:type [ fhir:v "Bundle" ] ] ) . # # -------------------------------------------------------------------------------------