FHIR IG analytics| Package | ee.fhir.spd |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-PractitionerRole-lookup.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/TEHIK-EE/ig-ee-spd/OperationDefinition-PractitionerRole-lookup.html |
| URL | http://hl7.org/fhir/OperationDefinition/PractitionerRole-lookup |
| Version | 0.2.0 |
| Status | active |
| Date | 2026-03-02T12:09:32+00:00 |
| Name | PractitionerRoleLookup |
| Title | PractitionerRole Lookup Operation |
| Description | The lookup operation for PractitionerRole resources. |
| Type | true |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition PractitionerRole-lookup
Profile: EE SPD OperationDefinition
URL: [base]/PractitionerRole/$lookup
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | identifier | 1..1 | string | The identifier of the practitioner as system|code. | ||
| IN | organization.identifier | 1..1 | string | The organization's business registry code as system|code (system must be https://fhir.ee/sid/org/est/br). | ||
| IN | role | 1..1 | string | Role name of practitioner, e.g. 'receptionist'. | ||
| OUT | return | 1..1 | PractitionerRole | The found or created PractitionerRole resource. |
{
"resourceType": "OperationDefinition",
"id": "PractitionerRole-lookup",
"meta": {
"profile": [
"https://fhir.ee/spd/StructureDefinition/ee-spd-operation-definition"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}