SPD - Service Provider Directory, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-spd/ and changes regularly. See the Directory of published versions
| Active as of 2026-03-02 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/OperationDefinition/PractitionerRole-lookup> a fhir:OperationDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PractitionerRole-lookup"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "https://fhir.ee/spd/StructureDefinition/ee-spd-operation-definition"^^xsd:anyURI ;
fhir:link <https://fhir.ee/spd/StructureDefinition/ee-spd-operation-definition>
] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition PractitionerRole-lookup</b></p><a name=\"PractitionerRole-lookup\"> </a><a name=\"hcPractitionerRole-lookup\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ee-spd-operation-definition.html\">EE SPD OperationDefinition</a></p></div><p>URL: [base]/PractitionerRole/$lookup</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>identifier</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#string\">string</a></td><td/><td><div><p>The identifier of the practitioner as system|code.</p>\n</div></td></tr><tr><td>IN</td><td>organization.identifier</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#string\">string</a></td><td/><td><div><p>The organization's business registry code as system|code (system must be https://fhir.ee/sid/org/est/br).</p>\n</div></td></tr><tr><td>IN</td><td>role</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/datatypes.html#string\">string</a></td><td/><td><div><p>Role name of practitioner, e.g. 'receptionist'.</p>\n</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R5/practitionerrole.html\">PractitionerRole</a></td><td/><td><div><p>The found or created PractitionerRole resource.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/OperationDefinition/PractitionerRole-lookup"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.2.0"] ; #
fhir:name [ fhir:v "PractitionerRoleLookup"] ; #
fhir:title [ fhir:v "PractitionerRole Lookup Operation"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "operation"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-03-02T12:09:32+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:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "abi@tehik.ee" ]
] )
] ) ; #
fhir:description [ fhir:v "The lookup operation for PractitionerRole resources."] ; #
fhir:jurisdiction ( [
fhir:coding ( [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EST" ] ;
fhir:display [ fhir:v "Estonia" ]
] )
] ) ; #
fhir:affectsState [ fhir:v false] ; #
fhir:code [ fhir:v "lookup"] ; #
fhir:resource ( [ fhir:v "PractitionerRole"] ) ; #
fhir:system [ fhir:v false] ; #
fhir:type [ fhir:v true] ; #
fhir:instance [ fhir:v false] ; #
fhir:parameter ( [
fhir:name [ fhir:v "identifier" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The identifier of the practitioner as system|code." ] ;
fhir:type [ fhir:v "string" ]
] [
fhir:name [ fhir:v "organization.identifier" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The organization's business registry code as system|code (system must be https://fhir.ee/sid/org/est/br)." ] ;
fhir:type [ fhir:v "string" ]
] [
fhir:name [ fhir:v "role" ] ;
fhir:use [ fhir:v "in" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "Role name of practitioner, e.g. 'receptionist'." ] ;
fhir:type [ fhir:v "string" ]
] [
fhir:name [ fhir:v "return" ] ;
fhir:use [ fhir:v "out" ] ;
fhir:min [ fhir:v 1 ] ;
fhir:max [ fhir:v "1" ] ;
fhir:documentation [ fhir:v "The found or created PractitionerRole resource." ] ;
fhir:type [ fhir:v "PractitionerRole" ]
] ) . #
IG © 2025+ TEHIK. Package ee.fhir.spd#0.2.0 based on FHIR 5.0.0. Generated 2026-08-13
Links: Table of Contents |
QA Report