Uzbekistan Digital Health Platform
0.5.0 - ci-build
Uzbekistan Digital Health Platform, published by Ministry of Health of the Republic of Uzbekistan. This guide is not an authorized publication; it is the continuous build for version 0.5.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/uzinfocom-org/digital-health-ig/ and changes regularly. See the Directory of published versions
| Official URL: https://dhp.uz/fhir/core/StructureDefinition/uz-core-organization | Version: 0.5.0 | ||||
| Active as of 2025-02-24 | Computable Name: UZCoreOrganization | ||||
Uzbekistan Core Organization profile, used to define healthcare organizations and sub-units
UZ Core Organization represents a healthcare or administrative organization - a hospital, clinic, medical association, or one of its sub-units - across the Digital Health Platform. It is referenced wherever a resource needs to name the responsible institution: as the employer in PractitionerRole, the manager of a Location, or the provider of a HealthcareService. Organizations are mastered in the Argos HRM system and identified by their Soliq tax ID, so you should search for an existing Organization by identifier before creating a new one. Organizations can form a hierarchy.
The elements below must always be present (mandatory) or must be supported when the data is available (Must Support) - not all are required, but your system must populate each Must Support element when it has the data and process it on receipt. This is the human-readable summary; the formal views below give the exact cardinalities, types, and terminology bindings.
The only mandatory element this profile adds is a name in Uzbek - the authoritative organization name, with Russian and Karakalpak provided as translation extensions.
OAA000024). See Identifier systems for the supported system URIs;Populate only the identifier and type slices that apply to your organization - you do not populate every slice.
The examples below go from the smallest instance the server will accept to a fully categorized organization. Copy one and adapt it - every value shown validates against this profile. The complete reference instances are linked at the bottom of the page (oncology center, medical association, infectious-diseases hospital).
name is the only mandatory element - the authoritative Uzbek name of the organization. Every UZ Core resource must also name the profile it claims to conform to in meta.profile, so the server knows which rules to validate against. In practice you should always send the Soliq tax ID as well, since organizations are matched on it. This much already passes validation:
{
"resourceType": "Organization",
"meta": {
"profile": ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-organization"]
},
"active": true,
"name": "Xonobod shahar tibbiyot birlashmasi",
"identifier": [
{
"use": "official",
"type": { "coding": [{ "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "TAX", "display": "Tax ID number" }] },
"system": "https://dhp.uz/fhir/core/sid/org/uz/soliq",
"value": "200248215"
}
]
}
What makes that identifier the Soliq tax ID is its system URI - the one ending in sid/org/uz/soliq. That system is what selects the slice, so it must match exactly. To carry a different identifier, use the matching system and type from the table below.
The Uzbek name is authoritative; the Russian and Karakalpak names travel alongside it as translation extensions on _name (note the leading underscore - that is where FHIR attaches extensions to a primitive). Each translation is one translation extension carrying a lang code and the translated content:
{
"resourceType": "Organization",
"meta": {
"profile": ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-organization"]
},
"active": true,
"name": "Respublika onkologiya markazi",
"_name": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [
{ "url": "lang", "valueCode": "ru" },
{ "url": "content", "valueString": "Республиканский онкологический центр" }
]
},
{
"url": "http://hl7.org/fhir/StructureDefinition/translation",
"extension": [
{ "url": "lang", "valueCode": "kaa" },
{ "url": "content", "valueString": "Respublika onkologiya orayı" }
]
}
]
}
}
In practice you send the full picture: every identifier the organization holds, the classification type, contact details, and the area it covers. Note that type is a single CodeableConcept whose coding array holds each classification - they are distinguished by system, not by separate type entries. The coverage-area extension (geographic area served) sits at the root of the resource:
{
"resourceType": "Organization",
"meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-organization" ] },
"active": true,
"name": "Respublika onkologiya markazi",
"identifier": [
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "TAX",
"display": "Tax ID number"
}
]
},
"system": "https://dhp.uz/fhir/core/sid/org/uz/soliq",
"value": "200935935"
},
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "XX",
"display": "Organization Identifier"
}
]
},
"system": "https://dhp.uz/fhir/core/sid/org/uz/argos",
"value": "9512"
},
{
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "NIIP",
"display": "National Insurance Payor Identifier (Payor)"
}
]
},
"system": "https://dhp.uz/fhir/core/sid/org/uz/shif",
"value": "OAA000024",
"period": { "start": "2024-01-15" }
}
],
"type": [
{
"coding": [
{
"system": "https://terminology.dhp.uz/fhir/core/CodeSystem/organization-types-uz-cs",
"code": "I",
"display": "Boshqaruv boyicha taqsimlanishi"
},
{
"system": "https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-subordination-group-cs",
"code": "I_1",
"display": "Respublika tassarufidagi muassasalari"
},
{
"system": "https://terminology.dhp.uz/fhir/core/CodeSystem/nomenclature-group-cs",
"code": "II_100",
"display": "Shifoxona muassasalari"
},
{
"system": "https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-structure-cs",
"code": "110",
"display": "Ixtisoslashtirilgan ilmiy-amaliy tibbiyot markazi"
},
{
"system": "https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-service-group-cs",
"code": "III_100",
"display": "Poliklinika bo'limi va statsionar bo'limi mavjud"
},
{
"system": "https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-specialization-cs",
"code": "145.0",
"display": "Kattalar onkologiyasi"
}
]
}
],
"contact": [
{
"telecom": [
{ "system": "phone", "value": "+998711234567" },
{ "system": "email", "value": "info@example.uz" },
{ "system": "url", "value": "https://cancercenter.uz" }
],
"address": {
"line": [ "Farobiy ko'chasi, 383" ],
"state": "1726",
"district": "1726269",
"country": "UZ"
}
}
]
}
Each type.coding is bound to its own national code system and is selected by its system URI - send only the classifications that apply. The address state / district codes come from national value sets (see Addresses). To attach an organization to a parent in the hierarchy, add partOf as a plain reference: { "reference": "Organization/parent-id" }.
An organization may hold up to three identifiers; populate only the ones you have. Each is selected by its system URI, so it must match exactly:
| Identifier | system |
type code |
|---|---|---|
| Soliq tax ID | https://dhp.uz/fhir/core/sid/org/uz/soliq |
TAX |
| Argos organization ID | https://dhp.uz/fhir/core/sid/org/uz/argos |
XX |
| SHIF insurance-payor ID | https://dhp.uz/fhir/core/sid/org/uz/shif |
NIIP |
The SHIF identifier value must be 3 uppercase Latin letters followed by 6 digits (for example OAA000024). See Identifier systems for the complete list of supported system URIs.
When an organization serves a defined geographic area, add the national coverage-area extension at the root of the resource. Its valueCodeableConcept carries a region code from the states code system:
{
"resourceType": "Organization",
"meta": {
"profile": ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-organization"]
},
"active": true,
"name": "Xonobod shahar tibbiyot birlashmasi",
"extension": [
{
"url": "https://dhp.uz/fhir/core/StructureDefinition/coverage-area",
"valueCodeableConcept": {
"coding": [
{ "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/states-cs", "code": "1703", "display": "Andijon viloyati" }
]
}
}
]
}
For example API calls and a sample payload, see the Quick Start at the bottom of this page.
Usages:
You can also check for usages in the FHIR IG Statistics
Description Differentials, Snapshots, and other representations.
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Organization(5.0.0) | A grouping of people or organizations with a common purpose Constraints: org-1 |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Coverage area URL: https://dhp.uz/fhir/core/StructureDefinition/coverage-area Binding: StateVS (0.5.0) (required) Constraints: ext-1 |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
SΣC | 0..* | Identifier | Identifies this organization across multiple systems Slice: Unordered, Open by value:system |
![]() ![]() ![]() |
SΣC | 0..1 | Identifier | Unique identifier of the organization in Soliq |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: TAX | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: Tax ID number | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/soliq |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Example General: 123456 |
![]() ![]() ![]() |
SΣC | 0..1 | Identifier | Identifies this organization across multiple systems |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: XX | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: Organization Identifier | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/argos |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Example General: 123456 |
![]() ![]() ![]() |
SΣC | 0..1 | Identifier | Identifier assigned by the State Health Insurance Fund (SHIF) |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: NIIP | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: National Insurance Payor Identifier (Payor) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/shif |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | SHIF organization identifier (3 uppercase Latin letters + 6 digits, e.g. OAA000024) Constraints: uzcore-org-1 Example General: 123456 Example SHIF organization identifier: OAA000024 |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when id is/was valid for use |
![]() ![]() ![]() ![]() ![]() |
SΣC | 0..1 | dateTime | Starting time with inclusive boundary |
![]() ![]() ![]() ![]() ![]() |
SΣC | 0..1 | dateTime | End time with inclusive boundary, if not ongoing |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Reference(Organization) | Reference to the State Health Insurance Fund (SHIF) organization (Organization with type.coding #pay) |
![]() ![]() |
?!SΣ | 0..1 | boolean | Whether the organization's record is still in active use |
![]() ![]() |
SΣ | 0..* | CodeableConcept | Kind of organization Binding: OrganizationType (example): Used to categorize the organization. |
![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system |
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Вид организации |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organization-types-uz-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationTypeUZVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Группа подчинения медорганизации |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-subordination-group-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSubordinationGroupVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет группу номенклатуры (группировку учреждений) |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/nomenclature-group-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: NomenclatureGroupVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет организационную структуру медучреждения |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-structure-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalStructureVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Определяет организационно-сервисную группу медучреждения |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-service-group-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalServiceGroupVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Определяет специализацию медорганизации |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-specialization-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSpecializationVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет тип медорганизаций без образования юридического лица |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-subordination-institution-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSubordinationInstitutionVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет тип группировки межучреждению |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organization-grouping-uz-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationGroupingVS (0.5.0) (required) |
![]() ![]() |
SΣC | 1..1 | string | организации name (in Uzbek language) |
![]() ![]() ![]() |
0..* | Extension | организации name (in Russian and Karakalpak languages) Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
S | 0..* | (Complex) | Language Translation (Localization) URL: http://hl7.org/fhir/StructureDefinition/translation Constraints: ext-1 |
![]() ![]() |
SC | 0..* | ExtendedContactDetail | Official contact details for the Organization Constraints: org-3, org-4 |
![]() ![]() |
SΣ | 0..1 | Reference(Organization) | The organization of which this organization forms a part |
![]() ![]() |
S | 0..* | Reference(Endpoint) | Technical endpoints providing access to services operated for the organization |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.identifier:taxId.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| Organization.identifier:taxId.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| Organization.identifier:argosId.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| Organization.identifier:argosId.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| Organization.identifier:shifId.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| Organization.identifier:shifId.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| Organization.type | Base | example | Organization Type | 📍5.0.0 | FHIR Std. |
| Organization.type.coding:organizationType.code | Base | required | Organization types of Uzbekistan | 📍0.5.0 | This IG |
| Organization.type.coding:subordinationGroup.code | Base | required | Organizational subordination group | 📍0.5.0 | This IG |
| Organization.type.coding:nomenclatureGroup.code | Base | required | Nomenclature group | 📍0.5.0 | This IG |
| Organization.type.coding:organizationalStructure.code | Base | required | Organizational structure | 📍0.5.0 | This IG |
| Organization.type.coding:organizationalServiceGroup.code | Base | required | Organizational service group | 📍0.5.0 | This IG |
| Organization.type.coding:specialization.code | Base | required | Organizational specialization | 📍0.5.0 | This IG |
| Organization.type.coding:withoutLegalStatus.code | Base | required | Organizational subordination institution | 📍0.5.0 | This IG |
| Organization.type.coding:organizationGrouping.code | Base | required | Organization group types of Uzbekistan | 📍0.5.0 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Organization | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Organization | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Organization | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | Organization.implicitRules, Organization.extension, Organization.extension:coverage-area, Organization.modifierExtension, Organization.identifier, Organization.identifier:taxId, Organization.identifier:taxId.use, Organization.identifier:taxId.type, Organization.identifier:taxId.system, Organization.identifier:taxId.value, Organization.identifier:argosId, Organization.identifier:argosId.use, Organization.identifier:argosId.type, Organization.identifier:argosId.system, Organization.identifier:argosId.value, Organization.identifier:shifId, Organization.identifier:shifId.use, Organization.identifier:shifId.type, Organization.identifier:shifId.system, Organization.identifier:shifId.value, Organization.identifier:shifId.period, Organization.identifier:shifId.period.start, Organization.identifier:shifId.period.end, Organization.identifier:shifId.assigner, Organization.active, Organization.type, Organization.type.coding, Organization.type.coding:organizationType, Organization.type.coding:organizationType.system, Organization.type.coding:organizationType.code, Organization.type.coding:subordinationGroup, Organization.type.coding:subordinationGroup.system, Organization.type.coding:subordinationGroup.code, Organization.type.coding:nomenclatureGroup, Organization.type.coding:nomenclatureGroup.system, Organization.type.coding:nomenclatureGroup.code, Organization.type.coding:organizationalStructure, Organization.type.coding:organizationalStructure.system, Organization.type.coding:organizationalStructure.code, Organization.type.coding:organizationalServiceGroup, Organization.type.coding:organizationalServiceGroup.system, Organization.type.coding:organizationalServiceGroup.code, Organization.type.coding:specialization, Organization.type.coding:specialization.system, Organization.type.coding:specialization.code, Organization.type.coding:withoutLegalStatus, Organization.type.coding:withoutLegalStatus.system, Organization.type.coding:withoutLegalStatus.code, Organization.type.coding:organizationGrouping, Organization.type.coding:organizationGrouping.system, Organization.type.coding:organizationGrouping.code, Organization.name, Organization.name.extension, Organization.name.extension:translation, Organization.contact, Organization.partOf, Organization.endpoint | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | Organization.extension, Organization.extension:coverage-area, Organization.modifierExtension, Organization.name.extension, Organization.name.extension:translation | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| org-1 | error | Organization | The organization SHALL at least have a name or an identifier, and possibly more than one |
(identifier.count() + name.count()) > 0
|
| org-3 | error | Organization.contact | The telecom of an organization can never be of use 'home' |
telecom.where(use = 'home').empty()
|
| org-4 | error | Organization.contact | The address of an organization can never be of use 'home' |
address.where(use = 'home').empty()
|
| uzcore-org-1 | error | Organization.identifier:shifId.value | SHIF organization identifier must match the pattern ^[A-Z]{3}[0-9]{6}$ — 3 uppercase Latin letters followed by 6 digits (e.g., OAA000024) |
matches('^[A-Z]{3}[0-9]{6}$')
|
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Organization(5.0.0) | A grouping of people or organizations with a common purpose | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Coverage area URL: https://dhp.uz/fhir/core/StructureDefinition/coverage-area Binding: StateVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | Identifier | Identifies this organization across multiple systems Slice: Unordered, Open by value:system |
![]() ![]() ![]() |
S | 0..1 | Identifier | Unique identifier of the organization in Soliq |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Required Pattern: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: TAX | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: Tax ID number | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/soliq |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | Identifies this organization across multiple systems |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Required Pattern: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: XX | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: Organization Identifier | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/argos |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | Identifier assigned by the State Health Insurance Fund (SHIF) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Required Pattern: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: NIIP | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: National Insurance Payor Identifier (Payor) | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/shif |
![]() ![]() ![]() ![]() |
SC | 1..1 | string | SHIF organization identifier (3 uppercase Latin letters + 6 digits, e.g. OAA000024) Example SHIF organization identifier: OAA000024 |
![]() ![]() ![]() ![]() |
S | 0..1 | Period | Time period when id is/was valid for use |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | dateTime | Starting time with inclusive boundary |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | dateTime | End time with inclusive boundary, if not ongoing |
![]() ![]() ![]() ![]() |
S | 0..1 | Reference(Organization) | Reference to the State Health Insurance Fund (SHIF) organization (Organization with type.coding #pay) |
![]() ![]() |
S | 0..1 | boolean | Whether the organization's record is still in active use |
![]() ![]() |
S | 0..* | CodeableConcept | Kind of organization |
![]() ![]() ![]() |
0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system | |
![]() ![]() ![]() ![]() |
S | 0..* | Coding | Вид организации |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organization-types-uz-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationTypeUZVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Группа подчинения медорганизации |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-subordination-group-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSubordinationGroupVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Определяет группу номенклатуры (группировку учреждений) |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/nomenclature-group-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: NomenclatureGroupVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Определяет организационную структуру медучреждения |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-structure-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalStructureVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..* | Coding | Определяет организационно-сервисную группу медучреждения |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-service-group-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalServiceGroupVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..* | Coding | Определяет специализацию медорганизации |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-specialization-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSpecializationVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Определяет тип медорганизаций без образования юридического лица |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-subordination-institution-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSubordinationInstitutionVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Определяет тип группировки межучреждению |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organization-grouping-uz-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationGroupingVS (0.5.0) (required) |
![]() ![]() |
S | 1..1 | string | организации name (in Uzbek language) |
![]() ![]() ![]() |
0..* | Extension | организации name (in Russian and Karakalpak languages) Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
S | 0..* | (Complex) | Language Translation (Localization) URL: http://hl7.org/fhir/StructureDefinition/translation |
![]() ![]() |
S | 0..* | ExtendedContactDetail | Official contact details for the Organization |
![]() ![]() |
S | 0..1 | Reference(Organization) | The organization of which this organization forms a part |
![]() ![]() |
S | 0..* | Reference(Endpoint) | Technical endpoints providing access to services operated for the organization |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.type.coding:organizationType.code | Base | required | Organization types of Uzbekistan | 📍0.5.0 | This IG |
| Organization.type.coding:subordinationGroup.code | Base | required | Organizational subordination group | 📍0.5.0 | This IG |
| Organization.type.coding:nomenclatureGroup.code | Base | required | Nomenclature group | 📍0.5.0 | This IG |
| Organization.type.coding:organizationalStructure.code | Base | required | Organizational structure | 📍0.5.0 | This IG |
| Organization.type.coding:organizationalServiceGroup.code | Base | required | Organizational service group | 📍0.5.0 | This IG |
| Organization.type.coding:specialization.code | Base | required | Organizational specialization | 📍0.5.0 | This IG |
| Organization.type.coding:withoutLegalStatus.code | Base | required | Organizational subordination institution | 📍0.5.0 | This IG |
| Organization.type.coding:organizationGrouping.code | Base | required | Organization group types of Uzbekistan | 📍0.5.0 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | Organization(5.0.0) | A grouping of people or organizations with a common purpose Constraints: org-1 | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Coverage area URL: https://dhp.uz/fhir/core/StructureDefinition/coverage-area Binding: StateVS (0.5.0) (required) Constraints: ext-1 | ||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
SΣC | 0..* | Identifier | Identifies this organization across multiple systems Slice: Unordered, Open by value:system | ||||
![]() ![]() ![]() |
SΣC | 0..1 | Identifier | Unique identifier of the organization in Soliq | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: TAX | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: Tax ID number | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/soliq | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣC | 0..1 | Identifier | Identifies this organization across multiple systems | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: XX | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: Organization Identifier | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/argos | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣC | 0..1 | Identifier | Identifier assigned by the State Health Insurance Fund (SHIF) | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: NIIP | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: National Insurance Payor Identifier (Payor) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/shif | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | SHIF organization identifier (3 uppercase Latin letters + 6 digits, e.g. OAA000024) Constraints: uzcore-org-1 Example General: 123456 Example SHIF organization identifier: OAA000024 | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 0..1 | dateTime | Starting time with inclusive boundary | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 0..1 | dateTime | End time with inclusive boundary, if not ongoing | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Reference(Organization) | Reference to the State Health Insurance Fund (SHIF) organization (Organization with type.coding #pay) | ||||
![]() ![]() |
?!SΣ | 0..1 | boolean | Whether the organization's record is still in active use | ||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | Kind of organization Binding: OrganizationType (example): Used to categorize the organization. | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Вид организации | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organization-types-uz-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationTypeUZVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Группа подчинения медорганизации | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-subordination-group-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSubordinationGroupVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет группу номенклатуры (группировку учреждений) | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/nomenclature-group-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: NomenclatureGroupVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет организационную структуру медучреждения | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-structure-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalStructureVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Определяет организационно-сервисную группу медучреждения | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-service-group-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalServiceGroupVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Определяет специализацию медорганизации | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-specialization-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSpecializationVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет тип медорганизаций без образования юридического лица | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-subordination-institution-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSubordinationInstitutionVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет тип группировки межучреждению | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organization-grouping-uz-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationGroupingVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() |
SΣC | 1..1 | string | организации name (in Uzbek language) | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | организации name (in Russian and Karakalpak languages) Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
S | 0..* | (Complex) | Language Translation (Localization) URL: http://hl7.org/fhir/StructureDefinition/translation Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | string | Primitive value for string Max Length:1048576 | |||||
![]() ![]() |
0..* | string | A list of alternate names that the organization is known as, or was known as in the past | |||||
![]() ![]() |
Σ | 0..1 | markdown | Additional details about the Organization that could be displayed as further information to identify the Organization beyond its name | ||||
![]() ![]() |
SC | 0..* | ExtendedContactDetail | Official contact details for the Organization Constraints: org-3, org-4 | ||||
![]() ![]() |
SΣ | 0..1 | Reference(Organization) | The organization of which this organization forms a part | ||||
![]() ![]() |
S | 0..* | Reference(Endpoint) | Technical endpoints providing access to services operated for the organization | ||||
![]() ![]() |
0..* | BackboneElement | Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..* | Identifier | An identifier for this qualification for the organization | |||||
![]() ![]() ![]() |
1..1 | CodeableConcept | Coded representation of the qualification Binding Description: (example): Specific qualification the organization has to provide a service. | |||||
![]() ![]() ![]() |
0..1 | Period | Period during which the qualification is valid | |||||
![]() ![]() ![]() |
0..1 | Reference(Organization) | Organization that regulates and issues the qualification | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.language | Base | required | All Languages | 📍5.0.0 | FHIR Std. |
| Organization.identifier:taxId.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| Organization.identifier:taxId.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| Organization.identifier:argosId.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| Organization.identifier:argosId.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| Organization.identifier:shifId.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| Organization.identifier:shifId.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| Organization.type | Base | example | Organization Type | 📍5.0.0 | FHIR Std. |
| Organization.type.coding:organizationType.code | Base | required | Organization types of Uzbekistan | 📍0.5.0 | This IG |
| Organization.type.coding:subordinationGroup.code | Base | required | Organizational subordination group | 📍0.5.0 | This IG |
| Organization.type.coding:nomenclatureGroup.code | Base | required | Nomenclature group | 📍0.5.0 | This IG |
| Organization.type.coding:organizationalStructure.code | Base | required | Organizational structure | 📍0.5.0 | This IG |
| Organization.type.coding:organizationalServiceGroup.code | Base | required | Organizational service group | 📍0.5.0 | This IG |
| Organization.type.coding:specialization.code | Base | required | Organizational specialization | 📍0.5.0 | This IG |
| Organization.type.coding:withoutLegalStatus.code | Base | required | Organizational subordination institution | 📍0.5.0 | This IG |
| Organization.type.coding:organizationGrouping.code | Base | required | Organization group types of Uzbekistan | 📍0.5.0 | This IG |
| Organization.qualification.code | Base | example | Not State | Unknown |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Organization | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Organization | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Organization | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | Organization.meta, Organization.implicitRules, Organization.language, Organization.text, Organization.extension, Organization.extension:coverage-area, Organization.modifierExtension, Organization.identifier, Organization.identifier:taxId, Organization.identifier:taxId.extension, Organization.identifier:taxId.use, Organization.identifier:taxId.type, Organization.identifier:taxId.system, Organization.identifier:taxId.value, Organization.identifier:taxId.period, Organization.identifier:taxId.assigner, Organization.identifier:argosId, Organization.identifier:argosId.extension, Organization.identifier:argosId.use, Organization.identifier:argosId.type, Organization.identifier:argosId.system, Organization.identifier:argosId.value, Organization.identifier:argosId.period, Organization.identifier:argosId.assigner, Organization.identifier:shifId, Organization.identifier:shifId.extension, Organization.identifier:shifId.use, Organization.identifier:shifId.type, Organization.identifier:shifId.system, Organization.identifier:shifId.value, Organization.identifier:shifId.period, Organization.identifier:shifId.period.extension, Organization.identifier:shifId.period.start, Organization.identifier:shifId.period.end, Organization.identifier:shifId.assigner, Organization.active, Organization.type, Organization.type.extension, Organization.type.coding, Organization.type.coding:organizationType, Organization.type.coding:organizationType.extension, Organization.type.coding:organizationType.system, Organization.type.coding:organizationType.version, Organization.type.coding:organizationType.code, Organization.type.coding:organizationType.display, Organization.type.coding:organizationType.userSelected, Organization.type.coding:subordinationGroup, Organization.type.coding:subordinationGroup.extension, Organization.type.coding:subordinationGroup.system, Organization.type.coding:subordinationGroup.version, Organization.type.coding:subordinationGroup.code, Organization.type.coding:subordinationGroup.display, Organization.type.coding:subordinationGroup.userSelected, Organization.type.coding:nomenclatureGroup, Organization.type.coding:nomenclatureGroup.extension, Organization.type.coding:nomenclatureGroup.system, Organization.type.coding:nomenclatureGroup.version, Organization.type.coding:nomenclatureGroup.code, Organization.type.coding:nomenclatureGroup.display, Organization.type.coding:nomenclatureGroup.userSelected, Organization.type.coding:organizationalStructure, Organization.type.coding:organizationalStructure.extension, Organization.type.coding:organizationalStructure.system, Organization.type.coding:organizationalStructure.version, Organization.type.coding:organizationalStructure.code, Organization.type.coding:organizationalStructure.display, Organization.type.coding:organizationalStructure.userSelected, Organization.type.coding:organizationalServiceGroup, Organization.type.coding:organizationalServiceGroup.extension, Organization.type.coding:organizationalServiceGroup.system, Organization.type.coding:organizationalServiceGroup.version, Organization.type.coding:organizationalServiceGroup.code, Organization.type.coding:organizationalServiceGroup.display, Organization.type.coding:organizationalServiceGroup.userSelected, Organization.type.coding:specialization, Organization.type.coding:specialization.extension, Organization.type.coding:specialization.system, Organization.type.coding:specialization.version, Organization.type.coding:specialization.code, Organization.type.coding:specialization.display, Organization.type.coding:specialization.userSelected, Organization.type.coding:withoutLegalStatus, Organization.type.coding:withoutLegalStatus.extension, Organization.type.coding:withoutLegalStatus.system, Organization.type.coding:withoutLegalStatus.version, Organization.type.coding:withoutLegalStatus.code, Organization.type.coding:withoutLegalStatus.display, Organization.type.coding:withoutLegalStatus.userSelected, Organization.type.coding:organizationGrouping, Organization.type.coding:organizationGrouping.extension, Organization.type.coding:organizationGrouping.system, Organization.type.coding:organizationGrouping.version, Organization.type.coding:organizationGrouping.code, Organization.type.coding:organizationGrouping.display, Organization.type.coding:organizationGrouping.userSelected, Organization.type.text, Organization.name, Organization.name.extension, Organization.name.extension:translation, Organization.alias, Organization.description, Organization.contact, Organization.partOf, Organization.endpoint, Organization.qualification, Organization.qualification.extension, Organization.qualification.modifierExtension, Organization.qualification.identifier, Organization.qualification.code, Organization.qualification.period, Organization.qualification.issuer | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | Organization.extension, Organization.extension:coverage-area, Organization.modifierExtension, Organization.identifier:taxId.extension, Organization.identifier:argosId.extension, Organization.identifier:shifId.extension, Organization.identifier:shifId.period.extension, Organization.type.extension, Organization.type.coding:organizationType.extension, Organization.type.coding:subordinationGroup.extension, Organization.type.coding:nomenclatureGroup.extension, Organization.type.coding:organizationalStructure.extension, Organization.type.coding:organizationalServiceGroup.extension, Organization.type.coding:specialization.extension, Organization.type.coding:withoutLegalStatus.extension, Organization.type.coding:organizationGrouping.extension, Organization.name.extension, Organization.name.extension:translation, Organization.qualification.extension, Organization.qualification.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| org-1 | error | Organization | The organization SHALL at least have a name or an identifier, and possibly more than one |
(identifier.count() + name.count()) > 0
|
| org-3 | error | Organization.contact | The telecom of an organization can never be of use 'home' |
telecom.where(use = 'home').empty()
|
| org-4 | error | Organization.contact | The address of an organization can never be of use 'home' |
address.where(use = 'home').empty()
|
| uzcore-org-1 | error | Organization.identifier:shifId.value | SHIF organization identifier must match the pattern ^[A-Z]{3}[0-9]{6}$ — 3 uppercase Latin letters followed by 6 digits (e.g., OAA000024) |
matches('^[A-Z]{3}[0-9]{6}$')
|
Summary
Mandatory: 1 element(25 nested mandatory elements)
Must-Support: 49 elements
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Organization(5.0.0) | A grouping of people or organizations with a common purpose Constraints: org-1 |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Coverage area URL: https://dhp.uz/fhir/core/StructureDefinition/coverage-area Binding: StateVS (0.5.0) (required) Constraints: ext-1 |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
SΣC | 0..* | Identifier | Identifies this organization across multiple systems Slice: Unordered, Open by value:system |
![]() ![]() ![]() |
SΣC | 0..1 | Identifier | Unique identifier of the organization in Soliq |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: TAX | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: Tax ID number | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/soliq |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Example General: 123456 |
![]() ![]() ![]() |
SΣC | 0..1 | Identifier | Identifies this organization across multiple systems |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: XX | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: Organization Identifier | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/argos |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Example General: 123456 |
![]() ![]() ![]() |
SΣC | 0..1 | Identifier | Identifier assigned by the State Health Insurance Fund (SHIF) |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: NIIP | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: National Insurance Payor Identifier (Payor) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/shif |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | SHIF organization identifier (3 uppercase Latin letters + 6 digits, e.g. OAA000024) Constraints: uzcore-org-1 Example General: 123456 Example SHIF organization identifier: OAA000024 |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when id is/was valid for use |
![]() ![]() ![]() ![]() ![]() |
SΣC | 0..1 | dateTime | Starting time with inclusive boundary |
![]() ![]() ![]() ![]() ![]() |
SΣC | 0..1 | dateTime | End time with inclusive boundary, if not ongoing |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Reference(Organization) | Reference to the State Health Insurance Fund (SHIF) organization (Organization with type.coding #pay) |
![]() ![]() |
?!SΣ | 0..1 | boolean | Whether the organization's record is still in active use |
![]() ![]() |
SΣ | 0..* | CodeableConcept | Kind of organization Binding: OrganizationType (example): Used to categorize the organization. |
![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system |
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Вид организации |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organization-types-uz-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationTypeUZVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Группа подчинения медорганизации |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-subordination-group-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSubordinationGroupVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет группу номенклатуры (группировку учреждений) |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/nomenclature-group-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: NomenclatureGroupVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет организационную структуру медучреждения |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-structure-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalStructureVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Определяет организационно-сервисную группу медучреждения |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-service-group-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalServiceGroupVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Определяет специализацию медорганизации |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-specialization-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSpecializationVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет тип медорганизаций без образования юридического лица |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-subordination-institution-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSubordinationInstitutionVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет тип группировки межучреждению |
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organization-grouping-uz-cs |
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationGroupingVS (0.5.0) (required) |
![]() ![]() |
SΣC | 1..1 | string | организации name (in Uzbek language) |
![]() ![]() ![]() |
0..* | Extension | организации name (in Russian and Karakalpak languages) Slice: Unordered, Open by value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
S | 0..* | (Complex) | Language Translation (Localization) URL: http://hl7.org/fhir/StructureDefinition/translation Constraints: ext-1 |
![]() ![]() |
SC | 0..* | ExtendedContactDetail | Official contact details for the Organization Constraints: org-3, org-4 |
![]() ![]() |
SΣ | 0..1 | Reference(Organization) | The organization of which this organization forms a part |
![]() ![]() |
S | 0..* | Reference(Endpoint) | Technical endpoints providing access to services operated for the organization |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.identifier:taxId.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| Organization.identifier:taxId.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| Organization.identifier:argosId.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| Organization.identifier:argosId.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| Organization.identifier:shifId.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| Organization.identifier:shifId.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| Organization.type | Base | example | Organization Type | 📍5.0.0 | FHIR Std. |
| Organization.type.coding:organizationType.code | Base | required | Organization types of Uzbekistan | 📍0.5.0 | This IG |
| Organization.type.coding:subordinationGroup.code | Base | required | Organizational subordination group | 📍0.5.0 | This IG |
| Organization.type.coding:nomenclatureGroup.code | Base | required | Nomenclature group | 📍0.5.0 | This IG |
| Organization.type.coding:organizationalStructure.code | Base | required | Organizational structure | 📍0.5.0 | This IG |
| Organization.type.coding:organizationalServiceGroup.code | Base | required | Organizational service group | 📍0.5.0 | This IG |
| Organization.type.coding:specialization.code | Base | required | Organizational specialization | 📍0.5.0 | This IG |
| Organization.type.coding:withoutLegalStatus.code | Base | required | Organizational subordination institution | 📍0.5.0 | This IG |
| Organization.type.coding:organizationGrouping.code | Base | required | Organization group types of Uzbekistan | 📍0.5.0 | This IG |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Organization | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Organization | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Organization | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | Organization.implicitRules, Organization.extension, Organization.extension:coverage-area, Organization.modifierExtension, Organization.identifier, Organization.identifier:taxId, Organization.identifier:taxId.use, Organization.identifier:taxId.type, Organization.identifier:taxId.system, Organization.identifier:taxId.value, Organization.identifier:argosId, Organization.identifier:argosId.use, Organization.identifier:argosId.type, Organization.identifier:argosId.system, Organization.identifier:argosId.value, Organization.identifier:shifId, Organization.identifier:shifId.use, Organization.identifier:shifId.type, Organization.identifier:shifId.system, Organization.identifier:shifId.value, Organization.identifier:shifId.period, Organization.identifier:shifId.period.start, Organization.identifier:shifId.period.end, Organization.identifier:shifId.assigner, Organization.active, Organization.type, Organization.type.coding, Organization.type.coding:organizationType, Organization.type.coding:organizationType.system, Organization.type.coding:organizationType.code, Organization.type.coding:subordinationGroup, Organization.type.coding:subordinationGroup.system, Organization.type.coding:subordinationGroup.code, Organization.type.coding:nomenclatureGroup, Organization.type.coding:nomenclatureGroup.system, Organization.type.coding:nomenclatureGroup.code, Organization.type.coding:organizationalStructure, Organization.type.coding:organizationalStructure.system, Organization.type.coding:organizationalStructure.code, Organization.type.coding:organizationalServiceGroup, Organization.type.coding:organizationalServiceGroup.system, Organization.type.coding:organizationalServiceGroup.code, Organization.type.coding:specialization, Organization.type.coding:specialization.system, Organization.type.coding:specialization.code, Organization.type.coding:withoutLegalStatus, Organization.type.coding:withoutLegalStatus.system, Organization.type.coding:withoutLegalStatus.code, Organization.type.coding:organizationGrouping, Organization.type.coding:organizationGrouping.system, Organization.type.coding:organizationGrouping.code, Organization.name, Organization.name.extension, Organization.name.extension:translation, Organization.contact, Organization.partOf, Organization.endpoint | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | Organization.extension, Organization.extension:coverage-area, Organization.modifierExtension, Organization.name.extension, Organization.name.extension:translation | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| org-1 | error | Organization | The organization SHALL at least have a name or an identifier, and possibly more than one |
(identifier.count() + name.count()) > 0
|
| org-3 | error | Organization.contact | The telecom of an organization can never be of use 'home' |
telecom.where(use = 'home').empty()
|
| org-4 | error | Organization.contact | The address of an organization can never be of use 'home' |
address.where(use = 'home').empty()
|
| uzcore-org-1 | error | Organization.identifier:shifId.value | SHIF organization identifier must match the pattern ^[A-Z]{3}[0-9]{6}$ — 3 uppercase Latin letters followed by 6 digits (e.g., OAA000024) |
matches('^[A-Z]{3}[0-9]{6}$')
|
Differential View
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
0..* | Organization(5.0.0) | A grouping of people or organizations with a common purpose | |
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Coverage area URL: https://dhp.uz/fhir/core/StructureDefinition/coverage-area Binding: StateVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | Identifier | Identifies this organization across multiple systems Slice: Unordered, Open by value:system |
![]() ![]() ![]() |
S | 0..1 | Identifier | Unique identifier of the organization in Soliq |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Required Pattern: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: TAX | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: Tax ID number | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/soliq |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | Identifies this organization across multiple systems |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Required Pattern: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: XX | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: Organization Identifier | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/argos |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | Identifier assigned by the State Health Insurance Fund (SHIF) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Required Pattern: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Required Pattern: At least the following |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: NIIP | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: National Insurance Payor Identifier (Payor) | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/shif |
![]() ![]() ![]() ![]() |
SC | 1..1 | string | SHIF organization identifier (3 uppercase Latin letters + 6 digits, e.g. OAA000024) Example SHIF organization identifier: OAA000024 |
![]() ![]() ![]() ![]() |
S | 0..1 | Period | Time period when id is/was valid for use |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | dateTime | Starting time with inclusive boundary |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | dateTime | End time with inclusive boundary, if not ongoing |
![]() ![]() ![]() ![]() |
S | 0..1 | Reference(Organization) | Reference to the State Health Insurance Fund (SHIF) organization (Organization with type.coding #pay) |
![]() ![]() |
S | 0..1 | boolean | Whether the organization's record is still in active use |
![]() ![]() |
S | 0..* | CodeableConcept | Kind of organization |
![]() ![]() ![]() |
0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system | |
![]() ![]() ![]() ![]() |
S | 0..* | Coding | Вид организации |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organization-types-uz-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationTypeUZVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Группа подчинения медорганизации |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-subordination-group-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSubordinationGroupVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Определяет группу номенклатуры (группировку учреждений) |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/nomenclature-group-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: NomenclatureGroupVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Определяет организационную структуру медучреждения |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-structure-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalStructureVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..* | Coding | Определяет организационно-сервисную группу медучреждения |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-service-group-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalServiceGroupVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..* | Coding | Определяет специализацию медорганизации |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-specialization-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSpecializationVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Определяет тип медорганизаций без образования юридического лица |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-subordination-institution-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSubordinationInstitutionVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Определяет тип группировки межучреждению |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organization-grouping-uz-cs |
![]() ![]() ![]() ![]() ![]() |
S | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationGroupingVS (0.5.0) (required) |
![]() ![]() |
S | 1..1 | string | организации name (in Uzbek language) |
![]() ![]() ![]() |
0..* | Extension | организации name (in Russian and Karakalpak languages) Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() |
S | 0..* | (Complex) | Language Translation (Localization) URL: http://hl7.org/fhir/StructureDefinition/translation |
![]() ![]() |
S | 0..* | ExtendedContactDetail | Official contact details for the Organization |
![]() ![]() |
S | 0..1 | Reference(Organization) | The organization of which this organization forms a part |
![]() ![]() |
S | 0..* | Reference(Endpoint) | Technical endpoints providing access to services operated for the organization |
Documentation for this format | ||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.type.coding:organizationType.code | Base | required | Organization types of Uzbekistan | 📍0.5.0 | This IG |
| Organization.type.coding:subordinationGroup.code | Base | required | Organizational subordination group | 📍0.5.0 | This IG |
| Organization.type.coding:nomenclatureGroup.code | Base | required | Nomenclature group | 📍0.5.0 | This IG |
| Organization.type.coding:organizationalStructure.code | Base | required | Organizational structure | 📍0.5.0 | This IG |
| Organization.type.coding:organizationalServiceGroup.code | Base | required | Organizational service group | 📍0.5.0 | This IG |
| Organization.type.coding:specialization.code | Base | required | Organizational specialization | 📍0.5.0 | This IG |
| Organization.type.coding:withoutLegalStatus.code | Base | required | Organizational subordination institution | 📍0.5.0 | This IG |
| Organization.type.coding:organizationGrouping.code | Base | required | Organization group types of Uzbekistan | 📍0.5.0 | This IG |
| Id | Grade | Path(s) | Description | Expression |
Snapshot ViewView
| Name | Flags | Card. | Type | Description & Constraints Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | Organization(5.0.0) | A grouping of people or organizations with a common purpose Constraints: org-1 | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Extension Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
S | 0..1 | CodeableConcept | Coverage area URL: https://dhp.uz/fhir/core/StructureDefinition/coverage-area Binding: StateVS (0.5.0) (required) Constraints: ext-1 | ||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
SΣC | 0..* | Identifier | Identifies this organization across multiple systems Slice: Unordered, Open by value:system | ||||
![]() ![]() ![]() |
SΣC | 0..1 | Identifier | Unique identifier of the organization in Soliq | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: TAX | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: Tax ID number | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/soliq | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣC | 0..1 | Identifier | Identifies this organization across multiple systems | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: XX | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: Organization Identifier | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/argos | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Example General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣC | 0..1 | Identifier | Identifier assigned by the State Health Insurance Fund (SHIF) | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known . Required Pattern: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Binding: IdentifierTypeCodes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. Required Pattern: At least the following | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Fixed Value: (Complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Fixed Value: NIIP | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Fixed Value: National Insurance Payor Identifier (Payor) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/shif | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | SHIF organization identifier (3 uppercase Latin letters + 6 digits, e.g. OAA000024) Constraints: uzcore-org-1 Example General: 123456 Example SHIF organization identifier: OAA000024 | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 0..1 | dateTime | Starting time with inclusive boundary | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 0..1 | dateTime | End time with inclusive boundary, if not ongoing | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Reference(Organization) | Reference to the State Health Insurance Fund (SHIF) organization (Organization with type.coding #pay) | ||||
![]() ![]() |
?!SΣ | 0..1 | boolean | Whether the organization's record is still in active use | ||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | Kind of organization Binding: OrganizationType (example): Used to categorize the organization. | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
Σ | 0..* | Coding | Code defined by a terminology system Slice: Unordered, Open by value:system | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Вид организации | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organization-types-uz-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationTypeUZVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Группа подчинения медорганизации | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-subordination-group-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSubordinationGroupVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет группу номенклатуры (группировку учреждений) | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/nomenclature-group-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: NomenclatureGroupVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет организационную структуру медучреждения | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-structure-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalStructureVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Определяет организационно-сервисную группу медучреждения | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-service-group-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalServiceGroupVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..* | Coding | Определяет специализацию медорганизации | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-specialization-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSpecializationVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет тип медорганизаций без образования юридического лица | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organizational-subordination-institution-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationalSubordinationInstitutionVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Coding | Определяет тип группировки межучреждению | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | Identity of the terminology system Required Pattern: https://terminology.dhp.uz/fhir/core/CodeSystem/organization-grouping-uz-cs | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Version of the system - if relevant | ||||
![]() ![]() ![]() ![]() ![]() |
SΣC | 1..1 | code | Symbol in syntax defined by the system Binding: OrganizationGroupingVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | Representation defined by the system | ||||
![]() ![]() ![]() ![]() ![]() |
Σ | 0..1 | boolean | If this coding was chosen directly by the user | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Plain text representation of the concept | ||||
![]() ![]() |
SΣC | 1..1 | string | организации name (in Uzbek language) | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | организации name (in Russian and Karakalpak languages) Slice: Unordered, Open by value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
S | 0..* | (Complex) | Language Translation (Localization) URL: http://hl7.org/fhir/StructureDefinition/translation Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | string | Primitive value for string Max Length:1048576 | |||||
![]() ![]() |
0..* | string | A list of alternate names that the organization is known as, or was known as in the past | |||||
![]() ![]() |
Σ | 0..1 | markdown | Additional details about the Organization that could be displayed as further information to identify the Organization beyond its name | ||||
![]() ![]() |
SC | 0..* | ExtendedContactDetail | Official contact details for the Organization Constraints: org-3, org-4 | ||||
![]() ![]() |
SΣ | 0..1 | Reference(Organization) | The organization of which this organization forms a part | ||||
![]() ![]() |
S | 0..* | Reference(Endpoint) | Technical endpoints providing access to services operated for the organization | ||||
![]() ![]() |
0..* | BackboneElement | Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..* | Identifier | An identifier for this qualification for the organization | |||||
![]() ![]() ![]() |
1..1 | CodeableConcept | Coded representation of the qualification Binding Description: (example): Specific qualification the organization has to provide a service. | |||||
![]() ![]() ![]() |
0..1 | Period | Period during which the qualification is valid | |||||
![]() ![]() ![]() |
0..1 | Reference(Organization) | Organization that regulates and issues the qualification | |||||
Documentation for this format | ||||||||
| Path | Status | Usage | ValueSet | Version | Source |
| Organization.language | Base | required | All Languages | 📍5.0.0 | FHIR Std. |
| Organization.identifier:taxId.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| Organization.identifier:taxId.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| Organization.identifier:argosId.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| Organization.identifier:argosId.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| Organization.identifier:shifId.use | Base | required | IdentifierUse | 📍5.0.0 | FHIR Std. |
| Organization.identifier:shifId.type | Base | extensible | Identifier Type Codes | 📍5.0.0 | FHIR Std. |
| Organization.type | Base | example | Organization Type | 📍5.0.0 | FHIR Std. |
| Organization.type.coding:organizationType.code | Base | required | Organization types of Uzbekistan | 📍0.5.0 | This IG |
| Organization.type.coding:subordinationGroup.code | Base | required | Organizational subordination group | 📍0.5.0 | This IG |
| Organization.type.coding:nomenclatureGroup.code | Base | required | Nomenclature group | 📍0.5.0 | This IG |
| Organization.type.coding:organizationalStructure.code | Base | required | Organizational structure | 📍0.5.0 | This IG |
| Organization.type.coding:organizationalServiceGroup.code | Base | required | Organizational service group | 📍0.5.0 | This IG |
| Organization.type.coding:specialization.code | Base | required | Organizational specialization | 📍0.5.0 | This IG |
| Organization.type.coding:withoutLegalStatus.code | Base | required | Organizational subordination institution | 📍0.5.0 | This IG |
| Organization.type.coding:organizationGrouping.code | Base | required | Organization group types of Uzbekistan | 📍0.5.0 | This IG |
| Organization.qualification.code | Base | example | Not State | Unknown |
| Id | Grade | Path(s) | Description | Expression |
| dom-2 | error | Organization | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Organization | If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource |
contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
|
| dom-4 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated |
contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
|
| dom-5 | error | Organization | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | best practice | Organization | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | Organization.meta, Organization.implicitRules, Organization.language, Organization.text, Organization.extension, Organization.extension:coverage-area, Organization.modifierExtension, Organization.identifier, Organization.identifier:taxId, Organization.identifier:taxId.extension, Organization.identifier:taxId.use, Organization.identifier:taxId.type, Organization.identifier:taxId.system, Organization.identifier:taxId.value, Organization.identifier:taxId.period, Organization.identifier:taxId.assigner, Organization.identifier:argosId, Organization.identifier:argosId.extension, Organization.identifier:argosId.use, Organization.identifier:argosId.type, Organization.identifier:argosId.system, Organization.identifier:argosId.value, Organization.identifier:argosId.period, Organization.identifier:argosId.assigner, Organization.identifier:shifId, Organization.identifier:shifId.extension, Organization.identifier:shifId.use, Organization.identifier:shifId.type, Organization.identifier:shifId.system, Organization.identifier:shifId.value, Organization.identifier:shifId.period, Organization.identifier:shifId.period.extension, Organization.identifier:shifId.period.start, Organization.identifier:shifId.period.end, Organization.identifier:shifId.assigner, Organization.active, Organization.type, Organization.type.extension, Organization.type.coding, Organization.type.coding:organizationType, Organization.type.coding:organizationType.extension, Organization.type.coding:organizationType.system, Organization.type.coding:organizationType.version, Organization.type.coding:organizationType.code, Organization.type.coding:organizationType.display, Organization.type.coding:organizationType.userSelected, Organization.type.coding:subordinationGroup, Organization.type.coding:subordinationGroup.extension, Organization.type.coding:subordinationGroup.system, Organization.type.coding:subordinationGroup.version, Organization.type.coding:subordinationGroup.code, Organization.type.coding:subordinationGroup.display, Organization.type.coding:subordinationGroup.userSelected, Organization.type.coding:nomenclatureGroup, Organization.type.coding:nomenclatureGroup.extension, Organization.type.coding:nomenclatureGroup.system, Organization.type.coding:nomenclatureGroup.version, Organization.type.coding:nomenclatureGroup.code, Organization.type.coding:nomenclatureGroup.display, Organization.type.coding:nomenclatureGroup.userSelected, Organization.type.coding:organizationalStructure, Organization.type.coding:organizationalStructure.extension, Organization.type.coding:organizationalStructure.system, Organization.type.coding:organizationalStructure.version, Organization.type.coding:organizationalStructure.code, Organization.type.coding:organizationalStructure.display, Organization.type.coding:organizationalStructure.userSelected, Organization.type.coding:organizationalServiceGroup, Organization.type.coding:organizationalServiceGroup.extension, Organization.type.coding:organizationalServiceGroup.system, Organization.type.coding:organizationalServiceGroup.version, Organization.type.coding:organizationalServiceGroup.code, Organization.type.coding:organizationalServiceGroup.display, Organization.type.coding:organizationalServiceGroup.userSelected, Organization.type.coding:specialization, Organization.type.coding:specialization.extension, Organization.type.coding:specialization.system, Organization.type.coding:specialization.version, Organization.type.coding:specialization.code, Organization.type.coding:specialization.display, Organization.type.coding:specialization.userSelected, Organization.type.coding:withoutLegalStatus, Organization.type.coding:withoutLegalStatus.extension, Organization.type.coding:withoutLegalStatus.system, Organization.type.coding:withoutLegalStatus.version, Organization.type.coding:withoutLegalStatus.code, Organization.type.coding:withoutLegalStatus.display, Organization.type.coding:withoutLegalStatus.userSelected, Organization.type.coding:organizationGrouping, Organization.type.coding:organizationGrouping.extension, Organization.type.coding:organizationGrouping.system, Organization.type.coding:organizationGrouping.version, Organization.type.coding:organizationGrouping.code, Organization.type.coding:organizationGrouping.display, Organization.type.coding:organizationGrouping.userSelected, Organization.type.text, Organization.name, Organization.name.extension, Organization.name.extension:translation, Organization.alias, Organization.description, Organization.contact, Organization.partOf, Organization.endpoint, Organization.qualification, Organization.qualification.extension, Organization.qualification.modifierExtension, Organization.qualification.identifier, Organization.qualification.code, Organization.qualification.period, Organization.qualification.issuer | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | Organization.extension, Organization.extension:coverage-area, Organization.modifierExtension, Organization.identifier:taxId.extension, Organization.identifier:argosId.extension, Organization.identifier:shifId.extension, Organization.identifier:shifId.period.extension, Organization.type.extension, Organization.type.coding:organizationType.extension, Organization.type.coding:subordinationGroup.extension, Organization.type.coding:nomenclatureGroup.extension, Organization.type.coding:organizationalStructure.extension, Organization.type.coding:organizationalServiceGroup.extension, Organization.type.coding:specialization.extension, Organization.type.coding:withoutLegalStatus.extension, Organization.type.coding:organizationGrouping.extension, Organization.name.extension, Organization.name.extension:translation, Organization.qualification.extension, Organization.qualification.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| org-1 | error | Organization | The organization SHALL at least have a name or an identifier, and possibly more than one |
(identifier.count() + name.count()) > 0
|
| org-3 | error | Organization.contact | The telecom of an organization can never be of use 'home' |
telecom.where(use = 'home').empty()
|
| org-4 | error | Organization.contact | The address of an organization can never be of use 'home' |
address.where(use = 'home').empty()
|
| uzcore-org-1 | error | Organization.identifier:shifId.value | SHIF organization identifier must match the pattern ^[A-Z]{3}[0-9]{6}$ — 3 uppercase Latin letters followed by 6 digits (e.g., OAA000024) |
matches('^[A-Z]{3}[0-9]{6}$')
|
Summary
Mandatory: 1 element(25 nested mandatory elements)
Must-Support: 49 elements
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Other representations of profile: CSV, Excel, Schematron
Common API interactions for this profile. Requests require a JWT access token - see Security and authentication. [base] is the FHIR server base URL; | separates an identifier system from its value and must be URL-encoded as %7C.
Read an organization by server id
GET [base]/Organization/[id]
Find an organization before registering (the usual first step)
GET [base]/Organization?identifier=https://dhp.uz/fhir/core/sid/org/uz/soliq|200935935
GET [base]/Organization?name=onkologiya&active=true
GET [base]/Organization?type=https://terminology.dhp.uz/fhir/core/CodeSystem/organization-types-uz-cs|I&address-city=22070022
Find the sub-units of a parent organization
GET [base]/Organization?partof=Organization/[id]
Register a new organization (only after confirming no match exists)
POST [base]/Organization
{
"resourceType": "Organization",
"meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-organization" ] },
...
}
Update an existing organization
PUT [base]/Organization/[id]
If-Match: W/"3" # the ETag from your last read; 412 if it changed since
{
"resourceType": "Organization",
"id": "[id]",
"meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-organization" ] },
...
}
See the CapabilityStatement for the full list of supported search parameters, and Identifier systems for the organization identifier system URIs.