O‘zbekiston Raqamli sog‘liqni saqlash platformasi
0.5.0 - ci-build Uzbekistan bayroqcha

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

Resurss profili: UZ Core Location ( Eksperimental )

Rasmiy URL: https://dhp.uz/fhir/core/StructureDefinition/uz-core-location Versiya: 0.5.0
Active 2025-03-13 holatiga ko‘ra Kompyuterda qayta ishlanadigan nom: UZCoreLocation

Uzbekistan Core Location profile, used to define locations of healthcare services

Mashina tarjimasi, inson tomonidan tekshirilishi zarur. Ushbu sahifa ingliz tilidan sun'iy intellekt yordamida avtomatik tarjima qilingan va hali muharrir tomonidan tekshirilmagan. Har qanday nomuvofiqlikda asl inglizcha versiya ustuvor hisoblanadi.

UZ Core Location Organization tomonidan boshqariladigan jismoniy joyni - bino, bo'lim, filial, palata, xona yoki to'shakni - ifodalaydi. Unga Encounter tibbiy yordam qayerda ko'rsatilganini bildirish uchun va HealthcareService xizmat qayerda yetkazib berilishini bildirish uchun murojaat qiladi. Joylar bir-birining ichiga joylashishi mumkin, masalan, bino ichidagi maydon ichidagi palata.

Majburiy va Must Support ma'lumot elementlari

Quyidagi elementlar har doim mavjud bo'lishi (majburiy) yoki ma'lumot mavjud bo'lganda qo'llab-quvvatlanishi shart (Must Support) - hammasi talab etilmaydi, lekin sizning tizimingiz ma'lumotga ega bo'lganda har bir Must Support elementini to'ldirishi va qabul qilishda uni qayta ishlashi kerak. Bu inson o'qiy oladigan xulosa; quyidagi rasmiy ko'rinishlar aniq kardinalliklar, turlar va terminologiya bog'lanishlarini beradi.

Har bir UZ Core Location quyidagilarga ega bo'lishi shart (Must Have)

Ushbu profil qo'shadigan yagona majburiy element bu o'zbek tilidagi nom - joyning vakolatli nomi, rus va qoraqalpoq tillari tarjima kengaytmalari sifatida beriladi.

Har bir UZ Core Location quyidagilarni qo'llab-quvvatlashi shart (Must Support)

  • identifikator - Soliq soliq identifikatori slayci va birlik slayci (filial, palata yoki to'shak, location-kinds qiymatlar to'plamidan turlanadi). Qo'llab-quvvatlanadigan system URI lar uchun Identifikator tizimlari ga qarang;
  • holat (active / suspended / inactive, talab etiladigan qiymatlar to'plamidan);
  • joy turi (milliy location-types qiymatlar to'plamidan kodlangan);
  • aloqa ma'lumotlari va manzil (o'zbek kodlangan ma'muriy bo'linmalar);
  • joylashuv (geo-koordinatalar);
  • managingOrganization ishorasi (joyni kim boshqaradi);
  • partOf ishorasi tarkibiy joyga, hoursOfOperation va endpoint ishorasi.

operationalStatus (to'shak holati) kelajakda foydalanish uchun zaxiralangan.

JSON ni bosqichma-bosqich qurish

Quyidagi misollar server qabul qiladigan eng kichik namunadan to'liq tibbiy muassasagacha boradi. Birini nusxalab oling va moslang - ko'rsatilgan har bir qiymat ushbu profilga muvofiq tasdiqlanadi. To'liq ma'lumotnoma namunalari sahifaning pastida bog'langan (onkologiya markazi, bo'lim filiali, psixiatriya shifoxonasi).

Siz yuborishingiz kerak bo'lgan eng kichik Location

name ushbu profil majburiy qiladigan yagona element bo'lib, u joyning vakolatli o'zbekcha nomini olib yuradi. Har bir UZ Core resurs shuningdek u muvofiqligini da'vo qiladigan profilni meta.profile da nomlashi kerak - server qaysi qoidalarga muvofiq tasdiqlashni shu orqali biladi. status (active / suspended / inactive) ham yuborishga arziydi. Shunchaki shu narsa allaqachon tasdiqdan o'tadi:

{
  "resourceType": "Location",
  "meta": {
    "profile": ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-location"]
  },
  "status": "active",
  "name": "Toshkent shahar 1-sonli shifoxona"
}

status talab etiladigan bog'lanishdan foydalanadi (active / suspended / inactive); qiymat shu qiymatlar to'plamidan kelishi kerak. Yalang'och nom va holat siz keyin Encounter yoki HealthcareService dan murojaat qila oladigan joyni ro'yxatga olish uchun yetarli.

Ko'p tilli nom, tur va manzilni qo'shish

O'zbek tili vakolatli name; rus va qoraqalpoq tillari asosiy _name elementidagi translation kengaytmalari sifatida hamroh bo'ladi. Joyning type ini (bu yerda onkologiya markazi, kodlangan), kodlangan o'zbek ma'muriy bo'linmalaridan foydalanadigan address ni va uni boshqaradigan managingOrganization ni qo'shing:

{
  "resourceType": "Location",
  "language": "uz",
  "meta": {
    "profile": ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-location"]
  },
  "status": "active",
  "mode": "instance",
  "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ı" }
        ]
      }
    ]
  },
  "type": [
    { "coding": [{ "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode", "code": "ONCL" }] }
  ],
  "address": {
    "type": "postal",
    "line": ["Farobi, 383"],
    "city": "22070022",
    "district": "1735243",
    "country": "UZ"
  },
  "managingOrganization": { "reference": "Organization/example-organization" }
}

_name dagi boshlang'ich pastki chiziqqa e'tibor bering: FHIR name satri bilan birga sayohat qiladigan tarjima kengaytmalarini shu yerga biriktiradi. type milliy location-types qiymatlar to'plamidan kodlangan, address esa yagona obyekt (ro'yxat emas) - uning city va district qiymatlari erkin matn emas, milliy ma'muriy kodlardir (Manzillar ga qarang). managingOrganization oddiy Reference ({ "reference": "Organization/id" }).

Identifikatorlarni qo'shish - soliq identifikatori va birlik

Muassasa Soliq soliq identifikatorini olib yuradi; quyi birlik (filial, palata yoki to'shak) esa o'rniga birlik identifikatorini olib yuradi. identifier elementi system bo'yicha slayslangan, shuning uchun har bir slaycni tanlaydigan narsa system URI bo'lib, u aniq mos kelishi kerak. Soliq identifikatori slayci:

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

Muassasa ichidagi bo'lim uchun birlik slaycidan foydalaning - uning type i location-kinds qiymatlar to'plamidan kodlangan, use esa official ga belgilangan:

"identifier": [
  {
    "use": "official",
    "system": "https://dhp.uz/fhir/core/NamingSystem/location-unit",
    "type": {
      "coding": [
        {
          "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/location-kinds-cs",
          "code": "Branch",
          "display": "Bo'limi"
        }
      ]
    },
    "value": "1"
  }
]

Bu identifier massivlari yuqoridagi misollar bilan bir xil resursga joylashadi. Qo'llab-quvvatlanadigan system URI lar uchun Identifikator tizimlari ga qarang.

Manzil erkin matn bo'lganda

Joylashuvi kodlangan ma'muriy bo'linmalar sifatida saqlanmaydigan joy uchun kodlangan city / district maydonlari o'rniga erkin matnli address.text ni yuboring:

{
  "resourceType": "Location",
  "meta": {
    "profile": ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-location"]
  },
  "status": "active",
  "name": "Toshkent shahar 1-sonli shifoxona",
  "address": { "text": "Toshkent shahar, Chilonzor tumani, Katta Qo'yliq 45" }
}

Mavjud bo'lganda kodlangan shaklni afzal ko'ring; address.text ga faqat ma'muriy kodlar mavjud bo'lmaganda murojaat qiling. Bir joyni boshqasi ichiga joylashtirish uchun (bino ichidagi palata) tarkibiy joyga partOf orqali murojaat qiling.

Misol API chaqiruvlari va namuna yuk uchun ushbu sahifaning pastidagi Tezkor boshlash ga qarang.

Usages:

You can also check for usages in the FHIR IG Statistics

Profil mazmunining rasmiy ko‘rinishlari

Profillar, differentsiyalar, snapshotlar va ularning tasvirlari ta’rifi.

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Location 0..* Location(5.0.0) Details and position information for a place
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
.... identifier:taxId SΣ 0..1 Identifier Unique identifier of the organization in Soliq
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
Required Pattern: official
..... type 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
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: TAX
....... display 1..1 string Representation defined by the system
Fixed Value: Tax ID number
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... system SΣ 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/soliq
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:unit SΣ 0..1 Identifier Unique identifier of the location unit (branch, ward, bed)
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: LocationKindsVS (0.5.0) (required)
..... system SΣ 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/NamingSystem/location-unit
..... value SΣC 1..1 string The value that is unique
Example General: 123456
... status ?!SΣ 0..1 code active | suspended | inactive
Binding: LocationStatusVS (0.5.0) (required)
... operationalStatus Σ 0..1 Coding Ward bed status (will be used in future)
Binding: Hl7VSBedStatus (3.0.0) (preferred): The operational status if the location (where typically a bed/room).
... name SΣ 1..1 string локации name (in Uzbek language)
.... Slices for extension 0..* Extension локации name (in Russian and Karakalpak languages)
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:translation S 0..* (Complex) Language Translation (Localization)
URL: http://hl7.org/fhir/StructureDefinition/translation
Constraints: ext-1
... type SΣ 0..* CodeableConcept Type of function performed
Binding: ServiceDeliveryLocationRoleType (3.0.0) (extensible): Indicates the type of function performed at the location.
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:code
..... coding:type SΣ 0..1 Coding Code defined by a terminology system
...... system SΣ 1..1 uri Identity of the terminology system
...... code SΣC 1..1 code Symbol in syntax defined by the system
Binding: LocationTypesVS (0.5.0) (required)
... contact S 0..* ExtendedContactDetail Official contact details for the location
... address S 0..1 Address Physical location
.... use ?!SΣ 0..1 code Type of address, home | temp
Binding: AddressUseVS (0.5.0) (required)
Example General: home
.... type SΣ 0..1 code postal | physical | both
Binding: AddressTypeVS (0.5.0) (required)
Example General: both
.... text SΣ 0..1 string Text part of the address
Example General: 137 Nowhere Street, Erewhon 9132
.... line SΣ 0..* string Street name or address line
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
.... city SΣ 0..1 string City or locality
Binding: MahallaVS (0.5.0) (required)
Example General: Erewhon
.... district SΣ 0..1 string District, county, or administrative division
Binding: RegionsVS (0.5.0) (required)
Example General: Madison
.... state SΣ 0..1 string State, province, or region
Binding: StateVS (0.5.0) (required)
.... country SΣ 0..1 string Country code
Binding: ISO3166_2 (0.5.0) (required)
.... period SΣ 0..1 Period Time period when the address was/is used
Example General: {"start":"2010-03-23","end":"2010-07-01"}
... position S 0..1 BackboneElement The absolute geographic location
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... longitude 1..1 decimal Longitude with WGS84 datum
.... latitude 1..1 decimal Latitude with WGS84 datum
... managingOrganization SΣ 0..1 Reference(Organization) Organization responsible for provisioning and upkeep
... partOf S 0..1 Reference(Location) Another Location this one is physically a part of
... hoursOfOperation S 0..* Availability What days/times during a week is this location usually open (including exceptions)
... endpoint S 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the location

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Location.identifier:taxId.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Location.identifier:taxId.​type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
Location.identifier:unit.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Location.identifier:unit.​type Base required Location Kinds 📍0.5.0 This IG
Location.status Base required Location status 📍0.5.0 This IG
Location.operationalStatus Base preferred hl7VS-bedStatus 📍3.0.0 THO v7.1
Location.type Base extensible ServiceDeliveryLocationRoleType 📍3.0.0 THO v7.1
Location.type.coding:type.​code Base required Location types 📍0.5.0 This IG
Location.address.use Base required Types of address registration 📍0.5.0 This IG
Location.address.type Base required Types of possible addresses 📍0.5.0 This IG
Location.address.city Base required Mahallas translations 📍0.5.0 This IG
Location.address.district Base required Uzbekistan Regions and Locations 📍0.5.0 This IG
Location.address.state Base required Uzbekistan states and Locations 📍0.5.0 This IG
Location.address.country Base required ISO 3166 part 1 2-letter codes 📍0.5.0 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error Location If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Location 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 Location 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 Location If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Location A resource should have narrative for robust management text.`div`.exists()
ele-1 error Location.implicitRules, Location.modifierExtension, Location.identifier, Location.identifier:taxId, Location.identifier:taxId.use, Location.identifier:taxId.type, Location.identifier:taxId.system, Location.identifier:taxId.value, Location.identifier:unit, Location.identifier:unit.use, Location.identifier:unit.type, Location.identifier:unit.system, Location.identifier:unit.value, Location.status, Location.operationalStatus, Location.name, Location.name.extension, Location.name.extension:translation, Location.type, Location.type.coding, Location.type.coding:type, Location.type.coding:type.system, Location.type.coding:type.code, Location.contact, Location.address, Location.address.use, Location.address.type, Location.address.text, Location.address.line, Location.address.city, Location.address.district, Location.address.state, Location.address.country, Location.address.period, Location.position, Location.position.modifierExtension, Location.position.longitude, Location.position.latitude, Location.managingOrganization, Location.partOf, Location.hoursOfOperation, Location.endpoint All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Location.modifierExtension, Location.name.extension, Location.name.extension:translation, Location.position.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Location 0..* Location(5.0.0) Details and position information for a place
... Slices for identifier S 0..* Identifier Unique code or number identifying the location to its users
Slice: Unordered, Open by value:system
.... identifier:taxId S 0..1 Identifier Unique identifier of the organization in Soliq
..... use 0..1 code usual | official | temp | secondary | old (If known)
Required Pattern: official
..... type S 1..1 CodeableConcept Description of identifier
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: TAX
....... display 1..1 string Representation defined by the system
Fixed Value: Tax ID number
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/soliq
..... value S 1..1 string The value that is unique
.... identifier:unit S 0..1 Identifier Unique identifier of the location unit (branch, ward, bed)
..... use 0..1 code usual | official | temp | secondary | old (If known)
Required Pattern: official
..... type S 1..1 CodeableConcept Description of identifier
Binding: LocationKindsVS (0.5.0) (required)
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/NamingSystem/location-unit
..... value S 1..1 string The value that is unique
... status S 0..1 code active | suspended | inactive
Binding: LocationStatusVS (0.5.0) (required)
... operationalStatus 0..1 Coding Ward bed status (will be used in future)
.... Slices for extension 0..* Extension локации name (in Russian and Karakalpak languages)
Slice: Unordered, Open by value:url
..... extension:translation S 0..* (Complex) Language Translation (Localization)
URL: http://hl7.org/fhir/StructureDefinition/translation
... type S 0..* CodeableConcept Type of function performed
.... Slices for coding 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:code
..... coding:type S 0..1 Coding Code defined by a terminology system
...... system S 1..1 uri Identity of the terminology system
...... code S 1..1 code Symbol in syntax defined by the system
Binding: LocationTypesVS (0.5.0) (required)
... contact S 0..* ExtendedContactDetail Official contact details for the location
... address S 0..1 Address Physical location
.... use S 0..1 code Type of address, home | temp
Binding: AddressUseVS (0.5.0) (required)
.... type S 0..1 code postal | physical | both
Binding: AddressTypeVS (0.5.0) (required)
.... text S 0..1 string Text part of the address
.... line S 0..* string Street name or address line
.... city S 0..1 string City or locality
Binding: MahallaVS (0.5.0) (required)
.... district S 0..1 string District, county, or administrative division
Binding: RegionsVS (0.5.0) (required)
.... state S 0..1 string State, province, or region
Binding: StateVS (0.5.0) (required)
.... country S 0..1 string Country code
Binding: ISO3166_2 (0.5.0) (required)
.... period S 0..1 Period Time period when the address was/is used
... position S 0..1 BackboneElement The absolute geographic location
... managingOrganization S 0..1 Reference(Organization) Organization responsible for provisioning and upkeep
... partOf S 0..1 Reference(Location) Another Location this one is physically a part of
... hoursOfOperation S 0..* Availability What days/times during a week is this location usually open (including exceptions)
... endpoint S 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the location

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Location.identifier:unit.​type Base required Location Kinds 📍0.5.0 This IG
Location.status Base required Location status 📍0.5.0 This IG
Location.type.coding:type.​code Base required Location types 📍0.5.0 This IG
Location.address.use Base required Types of address registration 📍0.5.0 This IG
Location.address.type Base required Types of possible addresses 📍0.5.0 This IG
Location.address.city Base required Mahallas translations 📍0.5.0 This IG
Location.address.district Base required Uzbekistan Regions and Locations 📍0.5.0 This IG
Location.address.state Base required Uzbekistan states and Locations 📍0.5.0 This IG
Location.address.country Base required ISO 3166 part 1 2-letter codes 📍0.5.0 This IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Location 0..* Location(5.0.0) Details and position information for a place
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 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
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... Slices for identifier SΣ 0..* Identifier Unique code or number identifying the location to its users
Slice: Unordered, Open by value:system
.... identifier:taxId SΣ 0..1 Identifier Unique identifier of the organization in Soliq
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
Required Pattern: official
..... type 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
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: TAX
....... display 1..1 string Representation defined by the system
Fixed Value: Tax ID number
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... system SΣ 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/soliq
..... value SΣC 1..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... identifier:unit SΣ 0..1 Identifier Unique identifier of the location unit (branch, ward, bed)
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: LocationKindsVS (0.5.0) (required)
..... system SΣ 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/NamingSystem/location-unit
..... value SΣC 1..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... status ?!SΣ 0..1 code active | suspended | inactive
Binding: LocationStatusVS (0.5.0) (required)
... operationalStatus Σ 0..1 Coding Ward bed status (will be used in future)
Binding: Hl7VSBedStatus (3.0.0) (preferred): The operational status if the location (where typically a bed/room).
... name SΣ 1..1 string локации name (in Uzbek language)
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension локации name (in Russian and Karakalpak languages)
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:translation S 0..* (Complex) Language Translation (Localization)
URL: http://hl7.org/fhir/StructureDefinition/translation
Constraints: ext-1
.... value 0..1 string Primitive value for string
Max Length:1048576
... alias 0..* string A list of alternate names that the location is known as, or was known as, in the past
... description Σ 0..1 markdown Additional details about the location that could be displayed as further information to identify the location beyond its name
... mode Σ 0..1 code instance | kind
Binding: LocationMode (required): Indicates whether a resource instance represents a specific location or a class of locations.
... type SΣ 0..* CodeableConcept Type of function performed
Binding: ServiceDeliveryLocationRoleType (3.0.0) (extensible): Indicates the type of function performed at the location.
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:code
..... coding:type SΣ 0..1 Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
...... system SΣ 1..1 uri Identity of the terminology system
...... version Σ 0..1 string Version of the system - if relevant
...... code SΣC 1..1 code Symbol in syntax defined by the system
Binding: LocationTypesVS (0.5.0) (required)
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... contact S 0..* ExtendedContactDetail Official contact details for the location
... address S 0..1 Address Physical location
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... use ?!SΣ 0..1 code Type of address, home | temp
Binding: AddressUseVS (0.5.0) (required)
Example General: home
.... type SΣ 0..1 code postal | physical | both
Binding: AddressTypeVS (0.5.0) (required)
Example General: both
.... text SΣ 0..1 string Text part of the address
Example General: 137 Nowhere Street, Erewhon 9132
.... line SΣ 0..* string Street name or address line
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
.... city SΣ 0..1 string City or locality
Binding: MahallaVS (0.5.0) (required)
Example General: Erewhon
.... district SΣ 0..1 string District, county, or administrative division
Binding: RegionsVS (0.5.0) (required)
Example General: Madison
.... state SΣ 0..1 string State, province, or region
Binding: StateVS (0.5.0) (required)
.... postalCode Σ 0..1 string Postal code for area
Example General: 9132
.... country SΣ 0..1 string Country code
Binding: ISO3166_2 (0.5.0) (required)
.... period SΣ 0..1 Period Time period when the address was/is used
Example General: {"start":"2010-03-23","end":"2010-07-01"}
... form Σ 0..1 CodeableConcept Physical form of the location
Binding: LocationForm (example): Physical form of the location.
... position S 0..1 BackboneElement The absolute geographic location
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... longitude 1..1 decimal Longitude with WGS84 datum
.... latitude 1..1 decimal Latitude with WGS84 datum
.... altitude 0..1 decimal Altitude with WGS84 datum
... managingOrganization SΣ 0..1 Reference(Organization) Organization responsible for provisioning and upkeep
... partOf S 0..1 Reference(Location) Another Location this one is physically a part of
... characteristic 0..* CodeableConcept Collection of characteristics (attributes)
Binding: LocationCharacteristic (example): A custom attribute that could be provided at a service (e.g. Wheelchair accessibiliy).
... hoursOfOperation S 0..* Availability What days/times during a week is this location usually open (including exceptions)
... virtualService 0..* VirtualServiceDetail Connection details of a virtual service (e.g. conference call)
... endpoint S 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the location

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Location.language Base required All Languages 📍5.0.0 FHIR Std.
Location.identifier:taxId.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Location.identifier:taxId.​type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
Location.identifier:unit.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Location.identifier:unit.​type Base required Location Kinds 📍0.5.0 This IG
Location.status Base required Location status 📍0.5.0 This IG
Location.operationalStatus Base preferred hl7VS-bedStatus 📍3.0.0 THO v7.1
Location.mode Base required Location Mode 📍5.0.0 FHIR Std.
Location.type Base extensible ServiceDeliveryLocationRoleType 📍3.0.0 THO v7.1
Location.type.coding:type.​code Base required Location types 📍0.5.0 This IG
Location.address.use Base required Types of address registration 📍0.5.0 This IG
Location.address.type Base required Types of possible addresses 📍0.5.0 This IG
Location.address.city Base required Mahallas translations 📍0.5.0 This IG
Location.address.district Base required Uzbekistan Regions and Locations 📍0.5.0 This IG
Location.address.state Base required Uzbekistan states and Locations 📍0.5.0 This IG
Location.address.country Base required ISO 3166 part 1 2-letter codes 📍0.5.0 This IG
Location.form Base example Location Form 📍5.0.0 FHIR Std.
Location.characteristic Base example Location Characteristic 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Location If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Location 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 Location 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 Location If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Location A resource should have narrative for robust management text.`div`.exists()
ele-1 error Location.meta, Location.implicitRules, Location.language, Location.text, Location.extension, Location.modifierExtension, Location.identifier, Location.identifier:taxId, Location.identifier:taxId.extension, Location.identifier:taxId.use, Location.identifier:taxId.type, Location.identifier:taxId.system, Location.identifier:taxId.value, Location.identifier:taxId.period, Location.identifier:taxId.assigner, Location.identifier:unit, Location.identifier:unit.extension, Location.identifier:unit.use, Location.identifier:unit.type, Location.identifier:unit.system, Location.identifier:unit.value, Location.identifier:unit.period, Location.identifier:unit.assigner, Location.status, Location.operationalStatus, Location.name, Location.name.extension, Location.name.extension:translation, Location.alias, Location.description, Location.mode, Location.type, Location.type.extension, Location.type.coding, Location.type.coding:type, Location.type.coding:type.extension, Location.type.coding:type.system, Location.type.coding:type.version, Location.type.coding:type.code, Location.type.coding:type.display, Location.type.coding:type.userSelected, Location.type.text, Location.contact, Location.address, Location.address.extension, Location.address.use, Location.address.type, Location.address.text, Location.address.line, Location.address.city, Location.address.district, Location.address.state, Location.address.postalCode, Location.address.country, Location.address.period, Location.form, Location.position, Location.position.extension, Location.position.modifierExtension, Location.position.longitude, Location.position.latitude, Location.position.altitude, Location.managingOrganization, Location.partOf, Location.characteristic, Location.hoursOfOperation, Location.virtualService, Location.endpoint All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Location.extension, Location.modifierExtension, Location.identifier:taxId.extension, Location.identifier:unit.extension, Location.name.extension, Location.name.extension:translation, Location.type.extension, Location.type.coding:type.extension, Location.address.extension, Location.position.extension, Location.position.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Summary

Mandatory: 1 element(8 nested mandatory elements)
Must-Support: 32 elements

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Location.identifier
  • The element 1 is sliced based on the value of Location.type.coding

Asosiy elementlar ko'rinishi

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Location 0..* Location(5.0.0) Details and position information for a place
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
.... identifier:taxId SΣ 0..1 Identifier Unique identifier of the organization in Soliq
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
Required Pattern: official
..... type 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
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: TAX
....... display 1..1 string Representation defined by the system
Fixed Value: Tax ID number
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... system SΣ 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/soliq
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:unit SΣ 0..1 Identifier Unique identifier of the location unit (branch, ward, bed)
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: LocationKindsVS (0.5.0) (required)
..... system SΣ 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/NamingSystem/location-unit
..... value SΣC 1..1 string The value that is unique
Example General: 123456
... status ?!SΣ 0..1 code active | suspended | inactive
Binding: LocationStatusVS (0.5.0) (required)
... operationalStatus Σ 0..1 Coding Ward bed status (will be used in future)
Binding: Hl7VSBedStatus (3.0.0) (preferred): The operational status if the location (where typically a bed/room).
... name SΣ 1..1 string локации name (in Uzbek language)
.... Slices for extension 0..* Extension локации name (in Russian and Karakalpak languages)
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:translation S 0..* (Complex) Language Translation (Localization)
URL: http://hl7.org/fhir/StructureDefinition/translation
Constraints: ext-1
... type SΣ 0..* CodeableConcept Type of function performed
Binding: ServiceDeliveryLocationRoleType (3.0.0) (extensible): Indicates the type of function performed at the location.
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:code
..... coding:type SΣ 0..1 Coding Code defined by a terminology system
...... system SΣ 1..1 uri Identity of the terminology system
...... code SΣC 1..1 code Symbol in syntax defined by the system
Binding: LocationTypesVS (0.5.0) (required)
... contact S 0..* ExtendedContactDetail Official contact details for the location
... address S 0..1 Address Physical location
.... use ?!SΣ 0..1 code Type of address, home | temp
Binding: AddressUseVS (0.5.0) (required)
Example General: home
.... type SΣ 0..1 code postal | physical | both
Binding: AddressTypeVS (0.5.0) (required)
Example General: both
.... text SΣ 0..1 string Text part of the address
Example General: 137 Nowhere Street, Erewhon 9132
.... line SΣ 0..* string Street name or address line
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
.... city SΣ 0..1 string City or locality
Binding: MahallaVS (0.5.0) (required)
Example General: Erewhon
.... district SΣ 0..1 string District, county, or administrative division
Binding: RegionsVS (0.5.0) (required)
Example General: Madison
.... state SΣ 0..1 string State, province, or region
Binding: StateVS (0.5.0) (required)
.... country SΣ 0..1 string Country code
Binding: ISO3166_2 (0.5.0) (required)
.... period SΣ 0..1 Period Time period when the address was/is used
Example General: {"start":"2010-03-23","end":"2010-07-01"}
... position S 0..1 BackboneElement The absolute geographic location
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... longitude 1..1 decimal Longitude with WGS84 datum
.... latitude 1..1 decimal Latitude with WGS84 datum
... managingOrganization SΣ 0..1 Reference(Organization) Organization responsible for provisioning and upkeep
... partOf S 0..1 Reference(Location) Another Location this one is physically a part of
... hoursOfOperation S 0..* Availability What days/times during a week is this location usually open (including exceptions)
... endpoint S 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the location

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Location.identifier:taxId.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Location.identifier:taxId.​type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
Location.identifier:unit.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Location.identifier:unit.​type Base required Location Kinds 📍0.5.0 This IG
Location.status Base required Location status 📍0.5.0 This IG
Location.operationalStatus Base preferred hl7VS-bedStatus 📍3.0.0 THO v7.1
Location.type Base extensible ServiceDeliveryLocationRoleType 📍3.0.0 THO v7.1
Location.type.coding:type.​code Base required Location types 📍0.5.0 This IG
Location.address.use Base required Types of address registration 📍0.5.0 This IG
Location.address.type Base required Types of possible addresses 📍0.5.0 This IG
Location.address.city Base required Mahallas translations 📍0.5.0 This IG
Location.address.district Base required Uzbekistan Regions and Locations 📍0.5.0 This IG
Location.address.state Base required Uzbekistan states and Locations 📍0.5.0 This IG
Location.address.country Base required ISO 3166 part 1 2-letter codes 📍0.5.0 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error Location If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Location 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 Location 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 Location If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Location A resource should have narrative for robust management text.`div`.exists()
ele-1 error Location.implicitRules, Location.modifierExtension, Location.identifier, Location.identifier:taxId, Location.identifier:taxId.use, Location.identifier:taxId.type, Location.identifier:taxId.system, Location.identifier:taxId.value, Location.identifier:unit, Location.identifier:unit.use, Location.identifier:unit.type, Location.identifier:unit.system, Location.identifier:unit.value, Location.status, Location.operationalStatus, Location.name, Location.name.extension, Location.name.extension:translation, Location.type, Location.type.coding, Location.type.coding:type, Location.type.coding:type.system, Location.type.coding:type.code, Location.contact, Location.address, Location.address.use, Location.address.type, Location.address.text, Location.address.line, Location.address.city, Location.address.district, Location.address.state, Location.address.country, Location.address.period, Location.position, Location.position.modifierExtension, Location.position.longitude, Location.position.latitude, Location.managingOrganization, Location.partOf, Location.hoursOfOperation, Location.endpoint All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Location.modifierExtension, Location.name.extension, Location.name.extension:translation, Location.position.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Differensial ko‘rinish

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Location 0..* Location(5.0.0) Details and position information for a place
... Slices for identifier S 0..* Identifier Unique code or number identifying the location to its users
Slice: Unordered, Open by value:system
.... identifier:taxId S 0..1 Identifier Unique identifier of the organization in Soliq
..... use 0..1 code usual | official | temp | secondary | old (If known)
Required Pattern: official
..... type S 1..1 CodeableConcept Description of identifier
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: TAX
....... display 1..1 string Representation defined by the system
Fixed Value: Tax ID number
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/soliq
..... value S 1..1 string The value that is unique
.... identifier:unit S 0..1 Identifier Unique identifier of the location unit (branch, ward, bed)
..... use 0..1 code usual | official | temp | secondary | old (If known)
Required Pattern: official
..... type S 1..1 CodeableConcept Description of identifier
Binding: LocationKindsVS (0.5.0) (required)
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/NamingSystem/location-unit
..... value S 1..1 string The value that is unique
... status S 0..1 code active | suspended | inactive
Binding: LocationStatusVS (0.5.0) (required)
... operationalStatus 0..1 Coding Ward bed status (will be used in future)
.... Slices for extension 0..* Extension локации name (in Russian and Karakalpak languages)
Slice: Unordered, Open by value:url
..... extension:translation S 0..* (Complex) Language Translation (Localization)
URL: http://hl7.org/fhir/StructureDefinition/translation
... type S 0..* CodeableConcept Type of function performed
.... Slices for coding 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:code
..... coding:type S 0..1 Coding Code defined by a terminology system
...... system S 1..1 uri Identity of the terminology system
...... code S 1..1 code Symbol in syntax defined by the system
Binding: LocationTypesVS (0.5.0) (required)
... contact S 0..* ExtendedContactDetail Official contact details for the location
... address S 0..1 Address Physical location
.... use S 0..1 code Type of address, home | temp
Binding: AddressUseVS (0.5.0) (required)
.... type S 0..1 code postal | physical | both
Binding: AddressTypeVS (0.5.0) (required)
.... text S 0..1 string Text part of the address
.... line S 0..* string Street name or address line
.... city S 0..1 string City or locality
Binding: MahallaVS (0.5.0) (required)
.... district S 0..1 string District, county, or administrative division
Binding: RegionsVS (0.5.0) (required)
.... state S 0..1 string State, province, or region
Binding: StateVS (0.5.0) (required)
.... country S 0..1 string Country code
Binding: ISO3166_2 (0.5.0) (required)
.... period S 0..1 Period Time period when the address was/is used
... position S 0..1 BackboneElement The absolute geographic location
... managingOrganization S 0..1 Reference(Organization) Organization responsible for provisioning and upkeep
... partOf S 0..1 Reference(Location) Another Location this one is physically a part of
... hoursOfOperation S 0..* Availability What days/times during a week is this location usually open (including exceptions)
... endpoint S 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the location

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
Location.identifier:unit.​type Base required Location Kinds 📍0.5.0 This IG
Location.status Base required Location status 📍0.5.0 This IG
Location.type.coding:type.​code Base required Location types 📍0.5.0 This IG
Location.address.use Base required Types of address registration 📍0.5.0 This IG
Location.address.type Base required Types of possible addresses 📍0.5.0 This IG
Location.address.city Base required Mahallas translations 📍0.5.0 This IG
Location.address.district Base required Uzbekistan Regions and Locations 📍0.5.0 This IG
Location.address.state Base required Uzbekistan states and Locations 📍0.5.0 This IG
Location.address.country Base required ISO 3166 part 1 2-letter codes 📍0.5.0 This IG

Snapshot ko‘rinishiView

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Location 0..* Location(5.0.0) Details and position information for a place
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 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
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
Constraints: ext-1
... Slices for identifier SΣ 0..* Identifier Unique code or number identifying the location to its users
Slice: Unordered, Open by value:system
.... identifier:taxId SΣ 0..1 Identifier Unique identifier of the organization in Soliq
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
Required Pattern: official
..... type 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
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (Complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: TAX
....... display 1..1 string Representation defined by the system
Fixed Value: Tax ID number
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... system SΣ 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/org/uz/soliq
..... value SΣC 1..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... identifier:unit SΣ 0..1 Identifier Unique identifier of the location unit (branch, ward, bed)
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: LocationKindsVS (0.5.0) (required)
..... system SΣ 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/NamingSystem/location-unit
..... value SΣC 1..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... status ?!SΣ 0..1 code active | suspended | inactive
Binding: LocationStatusVS (0.5.0) (required)
... operationalStatus Σ 0..1 Coding Ward bed status (will be used in future)
Binding: Hl7VSBedStatus (3.0.0) (preferred): The operational status if the location (where typically a bed/room).
... name SΣ 1..1 string локации name (in Uzbek language)
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension локации name (in Russian and Karakalpak languages)
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:translation S 0..* (Complex) Language Translation (Localization)
URL: http://hl7.org/fhir/StructureDefinition/translation
Constraints: ext-1
.... value 0..1 string Primitive value for string
Max Length:1048576
... alias 0..* string A list of alternate names that the location is known as, or was known as, in the past
... description Σ 0..1 markdown Additional details about the location that could be displayed as further information to identify the location beyond its name
... mode Σ 0..1 code instance | kind
Binding: LocationMode (required): Indicates whether a resource instance represents a specific location or a class of locations.
... type SΣ 0..* CodeableConcept Type of function performed
Binding: ServiceDeliveryLocationRoleType (3.0.0) (extensible): Indicates the type of function performed at the location.
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:code
..... coding:type SΣ 0..1 Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
...... system SΣ 1..1 uri Identity of the terminology system
...... version Σ 0..1 string Version of the system - if relevant
...... code SΣC 1..1 code Symbol in syntax defined by the system
Binding: LocationTypesVS (0.5.0) (required)
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... contact S 0..* ExtendedContactDetail Official contact details for the location
... address S 0..1 Address Physical location
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
Constraints: ext-1
.... use ?!SΣ 0..1 code Type of address, home | temp
Binding: AddressUseVS (0.5.0) (required)
Example General: home
.... type SΣ 0..1 code postal | physical | both
Binding: AddressTypeVS (0.5.0) (required)
Example General: both
.... text SΣ 0..1 string Text part of the address
Example General: 137 Nowhere Street, Erewhon 9132
.... line SΣ 0..* string Street name or address line
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
.... city SΣ 0..1 string City or locality
Binding: MahallaVS (0.5.0) (required)
Example General: Erewhon
.... district SΣ 0..1 string District, county, or administrative division
Binding: RegionsVS (0.5.0) (required)
Example General: Madison
.... state SΣ 0..1 string State, province, or region
Binding: StateVS (0.5.0) (required)
.... postalCode Σ 0..1 string Postal code for area
Example General: 9132
.... country SΣ 0..1 string Country code
Binding: ISO3166_2 (0.5.0) (required)
.... period SΣ 0..1 Period Time period when the address was/is used
Example General: {"start":"2010-03-23","end":"2010-07-01"}
... form Σ 0..1 CodeableConcept Physical form of the location
Binding: LocationForm (example): Physical form of the location.
... position S 0..1 BackboneElement The absolute geographic location
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Constraints: ext-1
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
Constraints: ext-1
.... longitude 1..1 decimal Longitude with WGS84 datum
.... latitude 1..1 decimal Latitude with WGS84 datum
.... altitude 0..1 decimal Altitude with WGS84 datum
... managingOrganization SΣ 0..1 Reference(Organization) Organization responsible for provisioning and upkeep
... partOf S 0..1 Reference(Location) Another Location this one is physically a part of
... characteristic 0..* CodeableConcept Collection of characteristics (attributes)
Binding: LocationCharacteristic (example): A custom attribute that could be provided at a service (e.g. Wheelchair accessibiliy).
... hoursOfOperation S 0..* Availability What days/times during a week is this location usually open (including exceptions)
... virtualService 0..* VirtualServiceDetail Connection details of a virtual service (e.g. conference call)
... endpoint S 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the location

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Location.language Base required All Languages 📍5.0.0 FHIR Std.
Location.identifier:taxId.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Location.identifier:taxId.​type Base extensible Identifier Type Codes 📍5.0.0 FHIR Std.
Location.identifier:unit.​use Base required IdentifierUse 📍5.0.0 FHIR Std.
Location.identifier:unit.​type Base required Location Kinds 📍0.5.0 This IG
Location.status Base required Location status 📍0.5.0 This IG
Location.operationalStatus Base preferred hl7VS-bedStatus 📍3.0.0 THO v7.1
Location.mode Base required Location Mode 📍5.0.0 FHIR Std.
Location.type Base extensible ServiceDeliveryLocationRoleType 📍3.0.0 THO v7.1
Location.type.coding:type.​code Base required Location types 📍0.5.0 This IG
Location.address.use Base required Types of address registration 📍0.5.0 This IG
Location.address.type Base required Types of possible addresses 📍0.5.0 This IG
Location.address.city Base required Mahallas translations 📍0.5.0 This IG
Location.address.district Base required Uzbekistan Regions and Locations 📍0.5.0 This IG
Location.address.state Base required Uzbekistan states and Locations 📍0.5.0 This IG
Location.address.country Base required ISO 3166 part 1 2-letter codes 📍0.5.0 This IG
Location.form Base example Location Form 📍5.0.0 FHIR Std.
Location.characteristic Base example Location Characteristic 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Location If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Location 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 Location 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 Location If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Location A resource should have narrative for robust management text.`div`.exists()
ele-1 error Location.meta, Location.implicitRules, Location.language, Location.text, Location.extension, Location.modifierExtension, Location.identifier, Location.identifier:taxId, Location.identifier:taxId.extension, Location.identifier:taxId.use, Location.identifier:taxId.type, Location.identifier:taxId.system, Location.identifier:taxId.value, Location.identifier:taxId.period, Location.identifier:taxId.assigner, Location.identifier:unit, Location.identifier:unit.extension, Location.identifier:unit.use, Location.identifier:unit.type, Location.identifier:unit.system, Location.identifier:unit.value, Location.identifier:unit.period, Location.identifier:unit.assigner, Location.status, Location.operationalStatus, Location.name, Location.name.extension, Location.name.extension:translation, Location.alias, Location.description, Location.mode, Location.type, Location.type.extension, Location.type.coding, Location.type.coding:type, Location.type.coding:type.extension, Location.type.coding:type.system, Location.type.coding:type.version, Location.type.coding:type.code, Location.type.coding:type.display, Location.type.coding:type.userSelected, Location.type.text, Location.contact, Location.address, Location.address.extension, Location.address.use, Location.address.type, Location.address.text, Location.address.line, Location.address.city, Location.address.district, Location.address.state, Location.address.postalCode, Location.address.country, Location.address.period, Location.form, Location.position, Location.position.extension, Location.position.modifierExtension, Location.position.longitude, Location.position.latitude, Location.position.altitude, Location.managingOrganization, Location.partOf, Location.characteristic, Location.hoursOfOperation, Location.virtualService, Location.endpoint All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error Location.extension, Location.modifierExtension, Location.identifier:taxId.extension, Location.identifier:unit.extension, Location.name.extension, Location.name.extension:translation, Location.type.extension, Location.type.coding:type.extension, Location.address.extension, Location.position.extension, Location.position.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()

Summary

Mandatory: 1 element(8 nested mandatory elements)
Must-Support: 32 elements

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Location.identifier
  • The element 1 is sliced based on the value of Location.type.coding

 

Profilning boshqa ko‘rinishlari: CSV, Excel, Schematron

Mashina tarjimasi, inson tomonidan tekshirilishi zarur. Ushbu sahifa ingliz tilidan sun'iy intellekt yordamida avtomatik tarjima qilingan va hali muharrir tomonidan tekshirilmagan. Har qanday nomuvofiqlikda asl inglizcha versiya ustuvor hisoblanadi.

Tezkor boshlash

Ushbu profil uchun keng tarqalgan API o'zaro ta'sirlari. So'rovlar JWT kirish tokenini talab qiladi - Xavfsizlik va autentifikatsiya bo'limiga qarang. [base] - bu FHIR server bazaviy URL manzili; | belgisi identifikator tizimini uning qiymatidan ajratadi va URL'da %7C ko'rinishida kodlanishi shart.

Joylashuvni server id bo'yicha o'qish

GET [base]/Location/[id]

Joylashuvlarni topish

GET [base]/Location?identifier=https://dhp.uz/fhir/core/sid/org/uz/soliq|200935935
GET [base]/Location?organization=Organization/[id]&status=active
GET [base]/Location?name=onkologiya&address-city=22070022
GET [base]/Location?type=ONCL

Yangi joylashuv yaratish

POST [base]/Location
{
  "resourceType": "Location",
  "meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-location" ] },
  ...
}

Mavjud joylashuvni yangilash

PUT [base]/Location/[id]
If-Match: W/"3"   # the ETag from your last read; 412 if it changed since
{
  "resourceType": "Location",
  "id": "[id]",
  "meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-location" ] },
  ...
}

Qo'llab-quvvatlanadigan qidiruv parametrlarining to'liq ro'yxati uchun CapabilityStatement ga, identifikator tizimi URI manzillari uchun esa Identifikator tizimlari ga qarang.

Aloqador