FHIR IG analytics| Package | uz.dhp.core |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-organization-practitioners.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/uzinfocom-org/digital-health-ig/OperationDefinition-organization-practitioners.html |
| URL | https://dhp.uz/fhir/core/OperationDefinition/organization-practitioners |
| Version | 0.8.0 |
| Status | active |
| Date | 2026-08-13 |
| Name | OrganizationPractitioners |
| Title | Fetch practitioners linked to an organization |
| Description | Returns the practitioners (Practitioner) linked to the given organization, that is, the people who work there. The link between a practitioner and an organization is established through PractitionerRole; the operation saves the client from searching for the roles and resolving the references to Practitioner. The operation is invoked at instance level only (Organization/[id]/$practitioners) with GET. The organization 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 practitioners, 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 organization-practitioners
URL: [base]/Organization/[id]/$practitioners
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | _page | 0..1 | integer | The page requested, counting from 1. Defaults to 1. Values below 1 are ignored; a non-numeric value causes a parameter parsing error. | ||
| IN | _count | 0..1 | integer | Number of resources per page. Defaults to 20, maximum 100 - values above 100 are reduced to 100, values below 1 are ignored. | ||
| OUT | return | 1..1 | Bundle | A |
Bundle.total carries the total number of linked practitioners, ignoring paging, and Bundle.link carries the self/next/previous links. Each practitioner appears in the response at most once, no matter how many roles they hold in that organization. The reverse operation is Practitioner/$organizations.
Russian
Сгенерированный нарратив: OperationDefinition organization-practitioners
URL: [base]/Organization/[id]/$practitioners
| Использовать | Наименование | Сфера действия | Кардинальность | Тип | Привязка | Документация |
| IN | _page | 0..1 | integer | The page requested, counting from 1. Defaults to 1. Values below 1 are ignored; a non-numeric value causes a parameter parsing error. | ||
| IN | _count | 0..1 | integer | Number of resources per page. Defaults to 20, maximum 100 - values above 100 are reduced to 100, values below 1 are ignored. | ||
| OUT | return | 1..1 | Bundle | A |
Bundle.total carries the total number of linked practitioners, ignoring paging, and Bundle.link carries the self/next/previous links. Each practitioner appears in the response at most once, no matter how many roles they hold in that organization. The reverse operation is Practitioner/$organizations.
Uzbek
Generated Narrative: OperationDefinition organization-practitioners
URL: [base]/Organization/[id]/$practitioners
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | _page | 0..1 | integer | The page requested, counting from 1. Defaults to 1. Values below 1 are ignored; a non-numeric value causes a parameter parsing error. | ||
| IN | _count | 0..1 | integer | Number of resources per page. Defaults to 20, maximum 100 - values above 100 are reduced to 100, values below 1 are ignored. | ||
| OUT | return | 1..1 | Bundle | A |
Bundle.total carries the total number of linked practitioners, ignoring paging, and Bundle.link carries the self/next/previous links. Each practitioner appears in the response at most once, no matter how many roles they hold in that organization. The reverse operation is Practitioner/$organizations.
{
"resourceType": "OperationDefinition",
"id": "organization-practitioners",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://dhp.uz/fhir/core/OperationDefinition/organization-practitioners",
"version": "0.8.0",
"name": "OrganizationPractitioners",
"title": "Fetch practitioners linked to an organization",
"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 practitioners (Practitioner) linked to the given organization, that is, the people who work there. The link between a practitioner and an organization is established through PractitionerRole; the operation saves the client from searching for the roles and resolving the references to Practitioner. The operation is invoked at instance level only (Organization/[id]/$practitioners) with GET. The organization 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 practitioners, 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": "practitioners",
"comment": "Bundle.total carries the total number of linked practitioners, ignoring paging, and Bundle.link carries the self/next/previous links. Each practitioner appears in the response at most once, no matter how many roles they hold in that organization. The reverse operation is Practitioner/$organizations.",
"resource": [
"Organization"
],
"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. Values below 1 are ignored; a non-numeric value causes a parameter parsing error.",
"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, values below 1 are ignored.",
"type": "integer"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "A `searchset` Bundle with the Practitioner resources linked to the organization. When there are no links, the Bundle contains a single OperationOutcome with severity `not-found`.",
"type": "Bundle"
}
]
}