FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-practitioner-organizations.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/uzinfocom-org/digital-health-ig/OperationDefinition-practitioner-organizations.html |
| URL | https://dhp.uz/fhir/core/OperationDefinition/practitioner-organizations |
| Version | 0.8.0 |
| Status | active |
| Date | 2026-08-13 |
| Name | PractitionerOrganizations |
| Title | Fetch organizations a practitioner is affiliated with |
| Description | Returns the organizations (Organization) the given practitioner is linked to, that is, their places of work. The link is established through PractitionerRole; the operation returns the organizations directly, without searching for the roles and resolving the references afterwards. The operation is invoked at instance level only (Practitioner/[id]/$organizations) with GET. The practitioner identifier must be a valid UUID, otherwise an OperationOutcome with code `invalid` and HTTP 400 is returned. The result is paged with the `_page` and `_count` parameters. If there are no linked organizations, HTTP 200 is returned with a Bundle containing an OperationOutcome with code `not-found`. |
| Type | false |
| Kind | operation |
| CapabilityStatement | ||
| uz.dhp.core#current | DHPCapabilityStatement | |
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: OperationDefinition practitioner-organizations
URL: [base]/Practitioner/[id]/$organizations
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | _page | 0..1 | integer | The page requested, counting from 1. Defaults to 1. | ||
| IN | _count | 0..1 | integer | Number of resources per page. Defaults to 20, maximum 100 - values above 100 are reduced to 100. | ||
| OUT | return | 1..1 | Bundle | A |
The operation mirrors Organization/$practitioners. Organizations are returned without duplicates - one entry per organization, regardless of how many roles the practitioner holds there. If the roles and specialties are needed alongside the organizations, use Practitioner/$specializations.
Russian
Сгенерированный нарратив: OperationDefinition practitioner-organizations
URL: [base]/Practitioner/[id]/$organizations
| Использовать | Наименование | Сфера действия | Кардинальность | Тип | Привязка | Документация |
| IN | _page | 0..1 | integer | The page requested, counting from 1. Defaults to 1. | ||
| IN | _count | 0..1 | integer | Number of resources per page. Defaults to 20, maximum 100 - values above 100 are reduced to 100. | ||
| OUT | return | 1..1 | Bundle | A |
The operation mirrors Organization/$practitioners. Organizations are returned without duplicates - one entry per organization, regardless of how many roles the practitioner holds there. If the roles and specialties are needed alongside the organizations, use Practitioner/$specializations.
Uzbek
Generated Narrative: OperationDefinition practitioner-organizations
URL: [base]/Practitioner/[id]/$organizations
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | _page | 0..1 | integer | The page requested, counting from 1. Defaults to 1. | ||
| IN | _count | 0..1 | integer | Number of resources per page. Defaults to 20, maximum 100 - values above 100 are reduced to 100. | ||
| OUT | return | 1..1 | Bundle | A |
The operation mirrors Organization/$practitioners. Organizations are returned without duplicates - one entry per organization, regardless of how many roles the practitioner holds there. If the roles and specialties are needed alongside the organizations, use Practitioner/$specializations.
{
"resourceType": "OperationDefinition",
"id": "practitioner-organizations",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://dhp.uz/fhir/core/OperationDefinition/practitioner-organizations",
"version": "0.8.0",
"name": "PractitionerOrganizations",
"title": "Fetch organizations a practitioner is affiliated with",
"status": "active",
"kind": "operation",
"experimental": false,
"date": "2026-08-13",
"publisher": "Ministry of Health of the Republic of Uzbekistan",
"_publisher": {
"extension": [
{
"extension": [
{
"url": "lang",
"valueCode": "uz"
},
{
"url": "content",
"valueString": "O‘zbekiston Respublikasi Sog‘liqni saqlash vazirligi"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/translation"
},
{
"extension": [
{
"url": "lang",
"valueCode": "ru"
},
{
"url": "content",
"valueString": "Ministry of Health of the Republic of Uzbekistan"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/translation"
}
]
},
"contact": [
{
"name": "Ministry of Health of the Republic of Uzbekistan",
"telecom": [
{
"system": "url",
"value": "https://gov.uz/en/ssv"
},
{
"system": "email",
"value": "info@ssv.uz"
}
]
}
],
"description": "Returns the organizations (Organization) the given practitioner is linked to, that is, their places of work. The link is established through PractitionerRole; the operation returns the organizations directly, without searching for the roles and resolving the references afterwards. The operation is invoked at instance level only (Practitioner/[id]/$organizations) with GET. The practitioner identifier must be a valid UUID, otherwise an OperationOutcome with code `invalid` and HTTP 400 is returned. The result is paged with the `_page` and `_count` parameters. If there are no linked organizations, HTTP 200 is returned with a Bundle containing an OperationOutcome with code `not-found`.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "UZ",
"display": "Uzbekistan"
}
]
}
],
"affectsState": false,
"code": "organizations",
"comment": "The operation mirrors Organization/$practitioners. Organizations are returned without duplicates - one entry per organization, regardless of how many roles the practitioner holds there. If the roles and specialties are needed alongside the organizations, use Practitioner/$specializations.",
"resource": [
"Practitioner"
],
"system": false,
"type": false,
"instance": true,
"parameter": [
{
"name": "_page",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The page requested, counting from 1. Defaults to 1.",
"type": "integer"
},
{
"name": "_count",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Number of resources per page. Defaults to 20, maximum 100 - values above 100 are reduced to 100.",
"type": "integer"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "A `searchset` Bundle with the Organization resources the practitioner is linked to. When there are no links, the Bundle contains a single OperationOutcome with severity `not-found`.",
"type": "Bundle"
}
]
}