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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeOperationDefinition
IdOperationDefinition-organization-practitioners.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/uzinfocom-org/digital-health-ig/OperationDefinition-organization-practitioners.html
URLhttps://dhp.uz/fhir/core/OperationDefinition/organization-practitioners
Version0.8.0
Statusactive
Date2026-08-13
NameOrganizationPractitioners
TitleFetch practitioners linked to an organization
DescriptionReturns 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`.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
uz.dhp.core#currentDHPCapabilityStatement

Resources that this resource uses

No resources found


Narrative

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


English


Generated Narrative: OperationDefinition organization-practitioners

URL: [base]/Organization/[id]/$practitioners

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
IN_page0..1integer

The page requested, counting from 1. Defaults to 1. Values below 1 are ignored; a non-numeric value causes a parameter parsing error.

IN_count0..1integer

Number of resources per page. Defaults to 20, maximum 100 - values above 100 are reduced to 100, values below 1 are ignored.

OUTreturn1..1Bundle

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.

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_page0..1integer

The page requested, counting from 1. Defaults to 1. Values below 1 are ignored; a non-numeric value causes a parameter parsing error.

IN_count0..1integer

Number of resources per page. Defaults to 20, maximum 100 - values above 100 are reduced to 100, values below 1 are ignored.

OUTreturn1..1Bundle

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.

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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
IN_page0..1integer

The page requested, counting from 1. Defaults to 1. Values below 1 are ignored; a non-numeric value causes a parameter parsing error.

IN_count0..1integer

Number of resources per page. Defaults to 20, maximum 100 - values above 100 are reduced to 100, values below 1 are ignored.

OUTreturn1..1Bundle

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.

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.


Source1

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