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

Generated Narrative: OperationDefinition patient-foreign

URL: [base]/Patient/$foreign

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INidentifier-country1..1string

Identifikaatori väljaandja riigi 3 kohaline kood ISO standardi järgi. Kohustuslik.

\n
INbirthdate0..1date

Patient birthdate in form yyyy-mm-dd.

\n
INgender1..1string

Patient gender. Kohustuslik.

\n
INgiven0..*string

Patient given name. Eesnimi. Otsing sarnasuse toega, võimaldab kuni 2 kirjaveat, ei ole tõstetundlik.

\n
INfamily0..1string

Patient family name. Perekonna nimi. Otsing sarnasuse toega, võimaldab kuni 2 kirjaveat, ei ole tõstetundlik.

\n
INtelecom0..*ContactPoint

Telekom'i väärtus, e-mail või tel. number.

\n
OUTreturn0..*Bundle

Returns Bundle (with type collection) with Patient instances.

\n
"^^rdf:XMLLiteral ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ a fhir:integer ; fhir:v 0 ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ; fhir:value [ a fhir:code ; fhir:v "trial-use" ] ] ) ; # fhir:url [ fhir:v "https://fhir.ee/mpi/OperationDefinition/patient-foreign"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.2.2"] ; # fhir:name [ fhir:v "EEMPIPatientForeignSearch"] ; # fhir:title [ fhir:v "Patient Foreign"] ; # fhir:status [ fhir:v "active"] ; # fhir:kind [ fhir:v "operation"] ; # fhir:experimental [ fhir:v false] ; # fhir:date [ fhir:v "2025-04-17T11:19:20+00: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 foreign operation perform complex search over patient resource."] ; # 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 false] ; # fhir:code [ fhir:v "foreign"] ; # fhir:resource ( [ fhir:v "Patient"] ) ; # fhir:system [ fhir:v false] ; # fhir:type [ fhir:v true] ; # fhir:instance [ fhir:v false] ; # fhir:parameter ( [ fhir:name [ fhir:v "identifier-country" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 1 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "Identifikaatori väljaandja riigi 3 kohaline kood ISO standardi järgi. Kohustuslik." ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "birthdate" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "Patient birthdate in form yyyy-mm-dd." ] ; fhir:type [ fhir:v "date" ] ] [ fhir:name [ fhir:v "gender" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 1 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "Patient gender. Kohustuslik." ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "given" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "*" ] ; fhir:documentation [ fhir:v "Patient given name. Eesnimi. Otsing sarnasuse toega, võimaldab kuni 2 kirjaveat, ei ole tõstetundlik." ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "family" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "1" ] ; fhir:documentation [ fhir:v "Patient family name. Perekonna nimi. Otsing sarnasuse toega, võimaldab kuni 2 kirjaveat, ei ole tõstetundlik." ] ; fhir:type [ fhir:v "string" ] ] [ fhir:name [ fhir:v "telecom" ] ; fhir:use [ fhir:v "in" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "*" ] ; fhir:documentation [ fhir:v "Telekom'i väärtus, e-mail või tel. number." ] ; fhir:type [ fhir:v "ContactPoint" ] ] [ fhir:name [ fhir:v "return" ] ; fhir:use [ fhir:v "out" ] ; fhir:min [ fhir:v 0 ] ; fhir:max [ fhir:v "*" ] ; fhir:documentation [ fhir:v "Returns Bundle (with type collection) with Patient instances." ] ; fhir:type [ fhir:v "Bundle" ] ] ) . # # -------------------------------------------------------------------------------------