FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageee.fhir.spd
Resource TypeOperationDefinition
IdOperationDefinition-PractitionerRole-lookup.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/TEHIK-EE/ig-ee-spd/OperationDefinition-PractitionerRole-lookup.html
URLhttp://hl7.org/fhir/OperationDefinition/PractitionerRole-lookup
Version0.2.0
Statusactive
Date2026-03-02T12:09:32+00:00
NamePractitionerRoleLookup
TitlePractitionerRole Lookup Operation
DescriptionThe lookup operation for PractitionerRole resources.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition PractitionerRole-lookup

URL: [base]/PractitionerRole/$lookup

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INidentifier1..1string

The identifier of the practitioner as system|code.

INorganization.identifier1..1string

The organization's business registry code as system|code (system must be https://fhir.ee/sid/org/est/br).

INrole1..1string

Role name of practitioner, e.g. 'receptionist'.

OUTreturn1..1PractitionerRole

The found or created PractitionerRole resource.


Source1

{
  "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"
    }
  ]
}