SPD - Service Provider Directory
0.2.0 - draft
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 |
{
"resourceType" : "OperationDefinition",
"id" : "PractitionerRole-lookup",
"meta" : {
"profile" : [
🔗 "https://fhir.ee/spd/StructureDefinition/ee-spd-operation-definition"
]
},
"text" : {
"status" : "generated",
"div" : "<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>"
},
"url" : "http://hl7.org/fhir/OperationDefinition/PractitionerRole-lookup",
"version" : "0.2.0",
"name" : "PractitionerRoleLookup",
"title" : "PractitionerRole Lookup Operation",
"status" : "active",
"kind" : "operation",
"experimental" : false,
"date" : "2026-03-02T12:09:32+00:00",
"publisher" : "TEHIK",
"contact" : [
{
"name" : "TEHIK",
"telecom" : [
{
"system" : "url",
"value" : "https://tehik.ee"
},
{
"system" : "email",
"value" : "abi@tehik.ee"
}
]
}
],
"description" : "The lookup operation for PractitionerRole resources.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "EST",
"display" : "Estonia"
}
]
}
],
"affectsState" : false,
"code" : "lookup",
"resource" : [
"PractitionerRole"
],
"system" : false,
"type" : true,
"instance" : false,
"parameter" : [
{
"name" : "identifier",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The identifier of the practitioner as system|code.",
"type" : "string"
},
{
"name" : "organization.identifier",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "The organization's business registry code as system|code (system must be https://fhir.ee/sid/org/est/br).",
"type" : "string"
},
{
"name" : "role",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "Role name of practitioner, e.g. 'receptionist'.",
"type" : "string"
},
{
"name" : "return",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "The found or created PractitionerRole resource.",
"type" : "PractitionerRole"
}
]
}