SPD - Service Provider Directory
0.2.0 - draft Estonia flag

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

: PractitionerRole Lookup Operation - XML Representation

Active as of 2026-03-02

Raw xml | Download


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