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 RelatedPerson ( Eksperimental )

Rasmiy URL: https://dhp.uz/fhir/core/StructureDefinition/uz-core-relatedperson Versiya: 0.5.0
Active 2026-06-05 holatiga ko‘ra Kompyuterda qayta ishlanadigan nom: UZCoreRelatedPerson

Uzbekistan Core RelatedPerson profile, used to represent persons related to the patient

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 RelatedPerson bemor bilan bog'liq shaxsni - yaqin qarindosh, qonuniy vakil yoki ota-ona/vasiyni ifodalaydi. U doim bitta Patient ga tegishli bo'ladi va platforma bemor kim bilan bog'langanini qayd etishi zarur bo'lgan har qanday joyda qo'llaniladi: masalan, bolaning emlanishiga rozilik beradigan va uni ko'radigan ota-ona. Practitioner dan farqli o'laroq, RelatedPerson xodimlar tarkibiga kirmaydi va hech qanday professional rolga ega emas.

Majburiy va Must Support ma'lumot elementlari

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

Har bir UZ Core RelatedPerson da bo'lishi shart

Har bir RelatedPerson kamida bitta identifikatorga ega bo'lishi kerak - belgilangan slayslardan birining milliy yoki hujjat identifikatori (PINFL, mahalliy yoki xalqaro pasport, tug'ilganlik haqidagi guvohnoma, haydovchilik guvohnomasi, diplomatik pasport, sog'liqni saqlash kartasi yoki harbiy bilet); qiymat haqiqatan ham mavjud bo'lmagan joyda identifikator data-absent-reason qiymatini olib yurishi mumkin (qo'llab-quvvatlanadigan system URI'lar uchun Identifikator tizimlari ga qarang). Shuningdek, u bemorga havola olib yurishi kerak - bu shaxs bog'liq bo'lgan bemor (UZ Core Patient ga ishora qilishi kerak).

Har bir UZ Core RelatedPerson qo'llab-quvvatlashi kerak

  • bemorga bo'lgan munosabat (majburiy munosabat qiymatlar to'plamidan kodlangan);
  • ism (use, text, family, given, suffix, period);
  • telecom aloqa ma'lumotlari (majburiy system va use bog'lanishlari bilan);
  • jins (kerak bo'lganda milliy gender-other kengaytmasi bilan);
  • manzil - yo o'zbek manzili (kodlangan ma'muriy bo'linmalar) yoki xalqaro erkin matnli manzil;
  • active bayrog'i, tug'ilgan sana hamda munosabat amal qilgan/qiladigan davr.

Ma'lumotlaringizga mos keladigan identifikator slaysini to'ldiring - siz har bir slaysni to'ldirmaysiz - ammo kamida bitta identifikator talab qilinadi. gender-other kengaytmasi faqat gender other ga o'rnatilganda ishlatilishi mumkin.

JSON ni bosqichma-bosqich qurish

Quyidagi misollar serverning qabul qiladigan eng kichik nusxasidan tortib to'liq yaqin qarindosh yozuvigacha boradi. Bittasini nusxalab, uni moslashtiring - ko'rsatilgan har bir qiymat ushbu profilga muvofiq tekshiruvdan o'tadi. To'liq mos yozuvlar nusxasi sahifaning pastki qismida havola qilingan (related person misoli).

Yuborishingiz kerak bo'lgan eng kichik RelatedPerson

RelatedPerson kamida bitta identifier olib yurishi va o'zi bog'liq bo'lgan patient ni nomlashi kerak - ikkalasi ham majburiy. Har bir UZ Core resursi shuningdek meta.profile ichida o'zi muvofiq deb da'vo qilayotgan profilni nomlashi kerak, shunda server qaysi qoidalarga ko'ra tekshirishni biladi. PINFL - bu sizda mavjud bo'lganda yuborishingiz kerak bo'lgan identifikator; uni PINFL qiladigan narsa uning system URI'sidir - sid/pid/uz/ni bilan tugaydigani. Shuncha narsaning o'zi allaqachon tekshiruvdan o'tadi:

{
  "resourceType": "RelatedPerson",
  "meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-relatedperson" ] },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NI",
            "display": "National unique individual identifier"
          }
        ]
      },
      "system": "https://dhp.uz/fhir/core/sid/pid/uz/ni",
      "value": "12345678901234"
    }
  ],
  "patient": { "reference": "Patient/example-david" }
}

patient - bu UZ Core Patient ga oddiy Reference - reference satri Type/id ko'rinishida bo'ladi. PINFL o'rniga (yoki u bilan birga) boshqa hujjatni qayd etish uchun quyidagi jadvaldan mos system va type ni ishlating.

Hayotiy yaqin qarindosh misoli

Amalda siz bemorga relationship ni, name ni, shaxsga yetishish usulini (telecom) va uning gender ini ham yuborasiz. relationship - bu majburiy qiymatlar to'plamiga bog'langan CodeableConcept; quyidagi misol guvohni qayd etadi. Ismlar to'liq matn va tahlil qilingan qismlarni olib yuradi:

{
  "resourceType": "RelatedPerson",
  "meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-relatedperson" ] },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NI",
            "display": "National unique individual identifier"
          }
        ]
      },
      "system": "https://dhp.uz/fhir/core/sid/pid/uz/ni",
      "value": "12345678901234"
    }
  ],
  "patient": { "reference": "Patient/example-david" },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
          "code": "WIT",
          "display": "witness"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "usual",
      "text": "Зафаров Дамир Каримович",
      "family": "Зафаров",
      "given": [ "Дамир" ],
      "suffix": [ "Каримович" ]
    }
  ],
  "telecom": [ { "system": "phone", "value": "+998901234567", "use": "mobile" } ],
  "gender": "male"
}

telecom.system va telecom.use ning har biri majburiy bog'lanishdan foydalanadi, relationship ham xuddi shunday - qiymat bog'langan qiymatlar to'plamidan kelishi kerak (quyidagi Snapshot ko'rinishi har birini sanab o'tadi). gender other bo'lganda milliy gender-other kengaytmasini taqdim eting; o'sha kengaytma faqat shu holatda ruxsat etiladi.

Manzil va munosabat davrini qo'shish

Mavjud bo'lganda, shaxsning address ini va munosabat amal qiladigan period ni qo'shing. O'zbek manzili erkin matn o'rniga kodlangan ma'muriy bo'linmalardan (viloyat, tuman, mahalla) foydalanadi - inson o'qiy oladigan text kodlar bilan birga keladi. Ushbu kalitlar yuqoridagi hayotiy yozuv bilan bir xil resursga joylashadi:

{
  "address": [
    {
      "use": "home",
      "type": "physical",
      "text": "махалля Дилобод, Каторток кўчаси, 9-уй, 15-хонадон",
      "line": ["Каторток кўчаси"],
      "state": "1726",
      "district": "1726294",
      "city": "103-0104",
      "country": "182",
      "period": { "start": "1999-06-04" }
    }
  ],
  "period": { "start": "1998-02-16" }
}

state / district / city kodlari milliy SOATO qiymatlar to'plamlaridan keladi - har bir kod qayerdan olinishini bilish uchun Manzillar ga qarang. Chet elda yashayotgan yaqin shaxs uchun country chet el ISO kodiga o'rnatilgan erkin matnli manzilni ishlating.

Bittadan ortiq identifikatorni yoki birortasini ham olib yurmaslik

Shaxs odatda bir nechta hujjatga ega bo'ladi. identifier massiviga har bir hujjat uchun bittadan yozuv qo'shing, har biri o'z system va type bilan; faqat haqiqatan ham mavjud bo'lganlarini to'ldiring. system URI'si slaysni tanlaydi, shuning uchun u aniq mos kelishi kerak:

Identifikator system type kodi
PINFL (milliy id) https://dhp.uz/fhir/core/sid/pid/uz/ni NI
Mahalliy pasport https://dhp.uz/fhir/core/sid/pid/uz/ppn/local PPN
Xalqaro pasport https://dhp.uz/fhir/core/sid/pid/uz/ppn/intl PPN
Tug'ilganlik haqidagi guvohnoma https://dhp.uz/fhir/core/sid/pid/uz/bct BCT
Haydovchilik guvohnomasi https://dhp.uz/fhir/core/sid/pid/uz/dl DL
Diplomatik pasport https://dhp.uz/fhir/core/sid/pid/uz/ppn/dp DP
Sog'liqni saqlash kartasi https://dhp.uz/fhir/core/sid/pid/uz/hc HC
Harbiy bilet https://dhp.uz/fhir/core/sid/pid/uz/mi MI

Agar qiymat haqiqatan ham mavjud bo'lmasa - aytaylik, shaxsda pasport yo'q - uni o'ylab topmang va butun identifikatorni ham tashlab yubormang. Qiymatni _value dagi data-absent-reason kengaytmasi bilan mavjud emas deb belgilang:

{
  "identifier": [
    {
      "use": "official",
      "type": { "coding": [{ "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "PPN", "display": "Passport number" }] },
      "system": "https://dhp.uz/fhir/core/sid/pid/uz/ppn/local",
      "_value": {
        "extension": [
          { "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason", "valueCode": "unknown" }
        ]
      }
    }
  ]
}

Boshidagi pastki chiziqqa e'tibor bering: _value - FHIR yetishmayotgan value o'rnini bosadigan kengaytmani joylashtiradigan joy. Qo'llab-quvvatlanadigan system URI'larning to'liq ro'yxati uchun Identifikator tizimlari ga, to'g'ri yo'qlik mexanizmini tanlash uchun esa Yetishmayotgan va bostirilgan ma'lumotlar ga qarang.

API chaqiruvlari misollari va namunaviy yuk uchun ushbu sahifaning pastki qismidagi Tezkor start 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
.. RelatedPerson C 0..* RelatedPerson(5.0.0) A person that is related to a patient, but who is not a direct target of care
Constraints: uzcore-gender-other-2
... 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:All Slices Content/Rules for all slices
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
.... identifier:nationalId SΣ 0..1 Identifier PINFL of the related person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: NI
....... display 1..1 string Representation defined by the system
Fixed Value: National unique individual identifier
....... 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/pid/uz/ni
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:passportLocal SΣ 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: PPN
....... display 1..1 string Representation defined by the system
Fixed Value: Passport 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/pid/uz/ppn/local
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:passportInternational SΣ 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: PPN
....... display 1..1 string Representation defined by the system
Fixed Value: Passport 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/pid/uz/ppn/intl
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:birthCertificate SΣ 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: BCT
....... display 1..1 string Representation defined by the system
Fixed Value: Birth Certificate
....... 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/pid/uz/bct
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:driversLicense SΣ 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: DL
....... display 1..1 string Representation defined by the system
Fixed Value: Driver's license 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/pid/uz/dl
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:diplomaticPassport SΣ 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: DP
....... display 1..1 string Representation defined by the system
Fixed Value: Diplomatic Passport
....... 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/pid/uz/ppn/dp
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:healthCard SΣ 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: HC
....... display 1..1 string Representation defined by the system
Fixed Value: Health card 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/pid/uz/hc
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:militaryId SΣ 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: MI
....... display 1..1 string Representation defined by the system
Fixed Value: Military 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/pid/uz/mi
..... value SΣC 1..1 string The value that is unique
Example General: 123456
... active ?!SΣ 0..1 boolean Whether this related person's record is in active use
... patient SΣ 1..1 Reference(UZ Core Patient(0.5.0)) The patient this person is related to
... relationship SΣ 0..* CodeableConcept The relationship of the related person to the patient
Binding: RelationshipTypeVS (0.5.0) (required)
... name SΣ 0..* HumanName A name associated with the person
.... use ?!SΣ 0..1 code usual | official | temp | nickname | anonymous | old | maiden
Binding: NameUse (required): The use of a human name.
.... text SΣ 0..1 string Text representation of the full name
.... family SΣ 0..1 string Family name (often called 'Surname')
.... given SΣ 0..* string Given names (not always 'first'). Includes middle names
This repeating element order: Given Names appear in the correct order for presenting the name
.... suffix SΣ 0..* string Parts that come after the name
This repeating element order: Suffixes appear in the correct order for presenting the name
.... period SΣ 0..1 Period Time period when name was/is in use
... telecom SΣ 0..* ContactPoint A contact detail for the person
.... system SΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystemVS (0.5.0) (required)
.... use ?!SΣ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: TelecomUseVS (0.5.0) (required)
... gender SΣ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:gender-other-2 S 0..1 Coding Differentiation of the administrative gender 'other'
URL: https://dhp.uz/fhir/core/StructureDefinition/gender-other
Binding: GenderOtherVS (0.5.0) (required)
Constraints: ext-1
... birthDate SΣ 0..1 date The date on which the related person was born
... Slices for address SΣ 0..* Address Address where the related person can be contacted or visited
Slice: Unordered, Open by value:country
.... address:uzAddress SΣ 0..* Address An Uzbekistan address
..... 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 provided by DPM. Mahalla name, street, house number, apartment number
Example General: 137 Nowhere Street, Erewhon 9132
..... line SΣ 0..* string Text street name provided by DPM
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 Mahalla code (citizens' assembly)
Binding: MahallaVS (0.5.0) (required)
Example General: Erewhon
..... district SΣ 0..1 string District or city code
Binding: RegionsVS (0.5.0) (required)
Example General: Madison
..... state SΣ 0..1 string Region code
Binding: StateVS (0.5.0) (required)
..... country SΣ 1..1 string Country code (ISO 3166-1 2 letter code)
Required Pattern: UZ
..... period SΣ 0..1 Period Time period when the address was/is used
Example General: {"start":"2010-03-23","end":"2010-07-01"}
.... address:i18nAddress SΣ 0..* Address An international, non-Uzbekistan address
..... 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
Example General: Erewhon
..... district SΣ 0..1 string District, county, or administrative division
Example General: Madison
..... state SΣ 0..1 string State, province, or region
..... country SΣ 1..1 string Country code (ISO 3166-1 2 letter code)
Binding: ISO3166_2SansUZ (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"}
... period S 0..1 Period Period of time that this relationship is considered valid

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
RelatedPerson.identifier.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:nationalId.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:nationalId.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:passportLocal.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:passportLocal.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:passportInternational.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:passportInternational.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:birthCertificate.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:birthCertificate.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:driversLicense.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:driversLicense.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:diplomaticPassport.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:diplomaticPassport.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:healthCard.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:healthCard.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:militaryId.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:militaryId.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.relationship Base required Relationship type 📍0.5.0 This IG
RelatedPerson.name.use Base required NameUse 📍5.0.0 FHIR Std.
RelatedPerson.telecom.​system Base required Types of possible contact points 📍0.5.0 This IG
RelatedPerson.telecom.​use Base required Telecom use 📍0.5.0 This IG
RelatedPerson.gender Base required AdministrativeGender 📍5.0.0 FHIR Std.
RelatedPerson.address:uzAddress.​use Base required Types of address registration 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​type Base required Types of possible addresses 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​city Base required Mahallas translations 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​district Base required Uzbekistan Regions and Locations 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​state Base required Uzbekistan states and Locations 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​use Base required Types of address registration 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​type Base required Types of possible addresses 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​country Base required ISO 3166 part 1 2-letter codes, sans Uzbekistan 📍0.5.0 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error RelatedPerson If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error RelatedPerson 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 RelatedPerson 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 RelatedPerson If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice RelatedPerson A resource should have narrative for robust management text.`div`.exists()
ele-1 error RelatedPerson.implicitRules, RelatedPerson.modifierExtension, RelatedPerson.identifier, RelatedPerson.identifier.extension, RelatedPerson.identifier.extension:data-absent-reason, RelatedPerson.identifier.use, RelatedPerson.identifier.type, RelatedPerson.identifier:nationalId, RelatedPerson.identifier:nationalId.extension:data-absent-reason, RelatedPerson.identifier:nationalId.use, RelatedPerson.identifier:nationalId.type, RelatedPerson.identifier:nationalId.system, RelatedPerson.identifier:nationalId.value, RelatedPerson.identifier:passportLocal, RelatedPerson.identifier:passportLocal.extension:data-absent-reason, RelatedPerson.identifier:passportLocal.use, RelatedPerson.identifier:passportLocal.type, RelatedPerson.identifier:passportLocal.system, RelatedPerson.identifier:passportLocal.value, RelatedPerson.identifier:passportInternational, RelatedPerson.identifier:passportInternational.extension:data-absent-reason, RelatedPerson.identifier:passportInternational.use, RelatedPerson.identifier:passportInternational.type, RelatedPerson.identifier:passportInternational.system, RelatedPerson.identifier:passportInternational.value, RelatedPerson.identifier:birthCertificate, RelatedPerson.identifier:birthCertificate.extension:data-absent-reason, RelatedPerson.identifier:birthCertificate.use, RelatedPerson.identifier:birthCertificate.type, RelatedPerson.identifier:birthCertificate.system, RelatedPerson.identifier:birthCertificate.value, RelatedPerson.identifier:driversLicense, RelatedPerson.identifier:driversLicense.extension:data-absent-reason, RelatedPerson.identifier:driversLicense.use, RelatedPerson.identifier:driversLicense.type, RelatedPerson.identifier:driversLicense.system, RelatedPerson.identifier:driversLicense.value, RelatedPerson.identifier:diplomaticPassport, RelatedPerson.identifier:diplomaticPassport.extension:data-absent-reason, RelatedPerson.identifier:diplomaticPassport.use, RelatedPerson.identifier:diplomaticPassport.type, RelatedPerson.identifier:diplomaticPassport.system, RelatedPerson.identifier:diplomaticPassport.value, RelatedPerson.identifier:healthCard, RelatedPerson.identifier:healthCard.extension:data-absent-reason, RelatedPerson.identifier:healthCard.use, RelatedPerson.identifier:healthCard.type, RelatedPerson.identifier:healthCard.system, RelatedPerson.identifier:healthCard.value, RelatedPerson.identifier:militaryId, RelatedPerson.identifier:militaryId.extension:data-absent-reason, RelatedPerson.identifier:militaryId.use, RelatedPerson.identifier:militaryId.type, RelatedPerson.identifier:militaryId.system, RelatedPerson.identifier:militaryId.value, RelatedPerson.active, RelatedPerson.patient, RelatedPerson.relationship, RelatedPerson.name, RelatedPerson.name.use, RelatedPerson.name.text, RelatedPerson.name.family, RelatedPerson.name.given, RelatedPerson.name.suffix, RelatedPerson.name.period, RelatedPerson.telecom, RelatedPerson.telecom.system, RelatedPerson.telecom.use, RelatedPerson.gender, RelatedPerson.gender.extension, RelatedPerson.gender.extension:gender-other-2, RelatedPerson.birthDate, RelatedPerson.address, RelatedPerson.address:uzAddress, RelatedPerson.address:uzAddress.use, RelatedPerson.address:uzAddress.type, RelatedPerson.address:uzAddress.text, RelatedPerson.address:uzAddress.line, RelatedPerson.address:uzAddress.city, RelatedPerson.address:uzAddress.district, RelatedPerson.address:uzAddress.state, RelatedPerson.address:uzAddress.country, RelatedPerson.address:uzAddress.period, RelatedPerson.address:i18nAddress, RelatedPerson.address:i18nAddress.use, RelatedPerson.address:i18nAddress.type, RelatedPerson.address:i18nAddress.text, RelatedPerson.address:i18nAddress.line, RelatedPerson.address:i18nAddress.city, RelatedPerson.address:i18nAddress.district, RelatedPerson.address:i18nAddress.state, RelatedPerson.address:i18nAddress.country, RelatedPerson.address:i18nAddress.period, RelatedPerson.period All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error RelatedPerson.modifierExtension, RelatedPerson.identifier.extension, RelatedPerson.identifier.extension:data-absent-reason, RelatedPerson.identifier:nationalId.extension:data-absent-reason, RelatedPerson.identifier:passportLocal.extension:data-absent-reason, RelatedPerson.identifier:passportInternational.extension:data-absent-reason, RelatedPerson.identifier:birthCertificate.extension:data-absent-reason, RelatedPerson.identifier:driversLicense.extension:data-absent-reason, RelatedPerson.identifier:diplomaticPassport.extension:data-absent-reason, RelatedPerson.identifier:healthCard.extension:data-absent-reason, RelatedPerson.identifier:militaryId.extension:data-absent-reason, RelatedPerson.gender.extension, RelatedPerson.gender.extension:gender-other-2 Must have either extensions or value[x], not both extension.exists() != value.exists()
uzcore-gender-other-2 error RelatedPerson gender 'other' implies differentiation of the gender indication 'other' (for use in a profile) gender.exists() and gender = 'other' implies gender.extension('https://dhp.uz/fhir/core/StructureDefinition/gender-other').exists()

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RelatedPerson C 0..* RelatedPerson(5.0.0) A person that is related to a patient, but who is not a direct target of care
... Slices for identifier S 1..* Identifier A human identifier for this person
Slice: Unordered, Open by value:system
.... identifier:All Slices Content/Rules for all slices
..... extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... use 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
..... type 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
.... identifier:nationalId S 0..1 Identifier PINFL of the related person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: NI
....... display 1..1 string Representation defined by the system
Fixed Value: National unique individual identifier
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/ni
..... value S 1..1 string The value that is unique
.... identifier:passportLocal S 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: PPN
....... display 1..1 string Representation defined by the system
Fixed Value: Passport number
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/ppn/local
..... value S 1..1 string The value that is unique
.... identifier:passportInternational S 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: PPN
....... display 1..1 string Representation defined by the system
Fixed Value: Passport number
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/ppn/intl
..... value S 1..1 string The value that is unique
.... identifier:birthCertificate S 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: BCT
....... display 1..1 string Representation defined by the system
Fixed Value: Birth Certificate
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/bct
..... value S 1..1 string The value that is unique
.... identifier:driversLicense S 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: DL
....... display 1..1 string Representation defined by the system
Fixed Value: Driver's license number
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/dl
..... value S 1..1 string The value that is unique
.... identifier:diplomaticPassport S 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: DP
....... display 1..1 string Representation defined by the system
Fixed Value: Diplomatic Passport
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/ppn/dp
..... value S 1..1 string The value that is unique
.... identifier:healthCard S 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: HC
....... display 1..1 string Representation defined by the system
Fixed Value: Health card number
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/hc
..... value S 1..1 string The value that is unique
.... identifier:militaryId S 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: MI
....... display 1..1 string Representation defined by the system
Fixed Value: Military ID number
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/mi
..... value S 1..1 string The value that is unique
... active S 0..1 boolean Whether this related person's record is in active use
... patient S 1..1 Reference(UZ Core Patient(0.5.0)) The patient this person is related to
... name S 0..* HumanName A name associated with the person
.... use S 0..1 code usual | official | temp | nickname | anonymous | old | maiden
.... text S 0..1 string Text representation of the full name
.... family S 0..1 string Family name (often called 'Surname')
.... given S 0..* string Given names (not always 'first'). Includes middle names
.... suffix S 0..* string Parts that come after the name
.... period S 0..1 Period Time period when name was/is in use
... telecom S 0..* ContactPoint A contact detail for the person
.... system S 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystemVS (0.5.0) (required)
.... use S 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: TelecomUseVS (0.5.0) (required)
... gender S 0..1 code male | female | other | unknown
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:gender-other-2 S 0..1 Coding Differentiation of the administrative gender 'other'
URL: https://dhp.uz/fhir/core/StructureDefinition/gender-other
Binding: GenderOtherVS (0.5.0) (required)
... birthDate S 0..1 date The date on which the related person was born
... Slices for address S 0..* Address Address where the related person can be contacted or visited
Slice: Unordered, Open by value:country
.... address:uzAddress S 0..* Address An Uzbekistan address
..... 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 provided by DPM. Mahalla name, street, house number, apartment number
..... line S 0..* string Text street name provided by DPM
..... city S 0..1 string Mahalla code (citizens' assembly)
Binding: MahallaVS (0.5.0) (required)
..... district S 0..1 string District or city code
Binding: RegionsVS (0.5.0) (required)
..... state S 0..1 string Region code
Binding: StateVS (0.5.0) (required)
..... country S 1..1 string Country code (ISO 3166-1 2 letter code)
Required Pattern: UZ
..... period S 0..1 Period Time period when the address was/is used
.... address:i18nAddress S 0..* Address An international, non-Uzbekistan address
..... 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
..... district S 0..1 string District, county, or administrative division
..... state S 0..1 string State, province, or region
..... country S 1..1 string Country code (ISO 3166-1 2 letter code)
Binding: ISO3166_2SansUZ (0.5.0) (required)
..... period S 0..1 Period Time period when the address was/is used
... period S 0..1 Period Period of time that this relationship is considered valid

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
RelatedPerson.identifier.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.relationship Base required Relationship type 📍0.5.0 This IG
RelatedPerson.telecom.​system Base required Types of possible contact points 📍0.5.0 This IG
RelatedPerson.telecom.​use Base required Telecom use 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​use Base required Types of address registration 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​type Base required Types of possible addresses 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​city Base required Mahallas translations 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​district Base required Uzbekistan Regions and Locations 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​state Base required Uzbekistan states and Locations 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​use Base required Types of address registration 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​type Base required Types of possible addresses 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​country Base required ISO 3166 part 1 2-letter codes, sans Uzbekistan 📍0.5.0 This IG

Constraints

Id Grade Path(s) Description Expression
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RelatedPerson C 0..* RelatedPerson(5.0.0) A person that is related to a patient, but who is not a direct target of care
Constraints: uzcore-gender-other-2
... 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Σ 1..* Identifier A human identifier for this person
Slice: Unordered, Open by value:system
.... identifier:All Slices Content/Rules for all slices
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
..... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value ΣC 0..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:nationalId SΣ 0..1 Identifier PINFL of the related person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: NI
....... display 1..1 string Representation defined by the system
Fixed Value: National unique individual identifier
....... 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/pid/uz/ni
..... 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:passportLocal SΣ 0..1 Identifier A human identifier for this person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: PPN
....... display 1..1 string Representation defined by the system
Fixed Value: Passport 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/pid/uz/ppn/local
..... 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:passportInternational SΣ 0..1 Identifier A human identifier for this person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: PPN
....... display 1..1 string Representation defined by the system
Fixed Value: Passport 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/pid/uz/ppn/intl
..... 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:birthCertificate SΣ 0..1 Identifier A human identifier for this person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: BCT
....... display 1..1 string Representation defined by the system
Fixed Value: Birth Certificate
....... 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/pid/uz/bct
..... 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:driversLicense SΣ 0..1 Identifier A human identifier for this person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: DL
....... display 1..1 string Representation defined by the system
Fixed Value: Driver's license 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/pid/uz/dl
..... 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:diplomaticPassport SΣ 0..1 Identifier A human identifier for this person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: DP
....... display 1..1 string Representation defined by the system
Fixed Value: Diplomatic Passport
....... 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/pid/uz/ppn/dp
..... 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:healthCard SΣ 0..1 Identifier A human identifier for this person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: HC
....... display 1..1 string Representation defined by the system
Fixed Value: Health card 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/pid/uz/hc
..... 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:militaryId SΣ 0..1 Identifier A human identifier for this person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: MI
....... display 1..1 string Representation defined by the system
Fixed Value: Military 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/pid/uz/mi
..... 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)
... active ?!SΣ 0..1 boolean Whether this related person's record is in active use
... patient SΣ 1..1 Reference(UZ Core Patient(0.5.0)) The patient this person is related to
... relationship SΣ 0..* CodeableConcept The relationship of the related person to the patient
Binding: RelationshipTypeVS (0.5.0) (required)
... name SΣ 0..* HumanName A name associated with the person
.... 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 usual | official | temp | nickname | anonymous | old | maiden
Binding: NameUse (required): The use of a human name.
.... text SΣ 0..1 string Text representation of the full name
.... family SΣ 0..1 string Family name (often called 'Surname')
.... given SΣ 0..* string Given names (not always 'first'). Includes middle names
This repeating element order: Given Names appear in the correct order for presenting the name
.... prefix Σ 0..* string Parts that come before the name
This repeating element order: Prefixes appear in the correct order for presenting the name
.... suffix SΣ 0..* string Parts that come after the name
This repeating element order: Suffixes appear in the correct order for presenting the name
.... period SΣ 0..1 Period Time period when name was/is in use
... telecom SΣ 0..* ContactPoint A contact detail for the person
.... 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ΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystemVS (0.5.0) (required)
.... value ΣC 0..1 string The actual contact point details
.... use ?!SΣ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: TelecomUseVS (0.5.0) (required)
.... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
.... period Σ 0..1 Period Time period when the contact point was/is in use
... gender SΣ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:gender-other-2 S 0..1 Coding Differentiation of the administrative gender 'other'
URL: https://dhp.uz/fhir/core/StructureDefinition/gender-other
Binding: GenderOtherVS (0.5.0) (required)
Constraints: ext-1
.... value 0..1 code Primitive value for code
... birthDate SΣ 0..1 date The date on which the related person was born
... Slices for address SΣ 0..* Address Address where the related person can be contacted or visited
Slice: Unordered, Open by value:country
.... address:uzAddress SΣ 0..* Address An Uzbekistan address
..... 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 provided by DPM. Mahalla name, street, house number, apartment number
Example General: 137 Nowhere Street, Erewhon 9132
..... line SΣ 0..* string Text street name provided by DPM
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 Mahalla code (citizens' assembly)
Binding: MahallaVS (0.5.0) (required)
Example General: Erewhon
..... district SΣ 0..1 string District or city code
Binding: RegionsVS (0.5.0) (required)
Example General: Madison
..... state SΣ 0..1 string Region code
Binding: StateVS (0.5.0) (required)
..... postalCode Σ 0..1 string Postal code for area
Example General: 9132
..... country SΣ 1..1 string Country code (ISO 3166-1 2 letter code)
Required Pattern: UZ
..... period SΣ 0..1 Period Time period when the address was/is used
Example General: {"start":"2010-03-23","end":"2010-07-01"}
.... address:i18nAddress SΣ 0..* Address An international, non-Uzbekistan address
..... 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
Example General: Erewhon
..... district SΣ 0..1 string District, county, or administrative division
Example General: Madison
..... state SΣ 0..1 string State, province, or region
..... postalCode Σ 0..1 string Postal code for area
Example General: 9132
..... country SΣ 1..1 string Country code (ISO 3166-1 2 letter code)
Binding: ISO3166_2SansUZ (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"}
... photo 0..* Attachment Image of the person
... period S 0..1 Period Period of time that this relationship is considered valid
... communication 0..* BackboneElement A language which may be used to communicate with the related person about the patient's health
.... 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
.... language 1..1 CodeableConcept The language which can be used to communicate with the related person about the patient's health
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
.... preferred 0..1 boolean Language preference indicator

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
RelatedPerson.language Base required All Languages 📍5.0.0 FHIR Std.
RelatedPerson.identifier.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:nationalId.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:nationalId.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:passportLocal.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:passportLocal.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:passportInternational.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:passportInternational.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:birthCertificate.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:birthCertificate.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:driversLicense.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:driversLicense.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:diplomaticPassport.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:diplomaticPassport.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:healthCard.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:healthCard.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:militaryId.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:militaryId.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.relationship Base required Relationship type 📍0.5.0 This IG
RelatedPerson.name.use Base required NameUse 📍5.0.0 FHIR Std.
RelatedPerson.telecom.​system Base required Types of possible contact points 📍0.5.0 This IG
RelatedPerson.telecom.​use Base required Telecom use 📍0.5.0 This IG
RelatedPerson.gender Base required AdministrativeGender 📍5.0.0 FHIR Std.
RelatedPerson.address:uzAddress.​use Base required Types of address registration 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​type Base required Types of possible addresses 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​city Base required Mahallas translations 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​district Base required Uzbekistan Regions and Locations 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​state Base required Uzbekistan states and Locations 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​use Base required Types of address registration 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​type Base required Types of possible addresses 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​country Base required ISO 3166 part 1 2-letter codes, sans Uzbekistan 📍0.5.0 This IG
RelatedPerson.communication.​language Base required All Languages 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error RelatedPerson If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error RelatedPerson 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 RelatedPerson 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 RelatedPerson If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice RelatedPerson A resource should have narrative for robust management text.`div`.exists()
ele-1 error RelatedPerson.meta, RelatedPerson.implicitRules, RelatedPerson.language, RelatedPerson.text, RelatedPerson.extension, RelatedPerson.modifierExtension, RelatedPerson.identifier, RelatedPerson.identifier.extension, RelatedPerson.identifier.extension:data-absent-reason, RelatedPerson.identifier.use, RelatedPerson.identifier.type, RelatedPerson.identifier.system, RelatedPerson.identifier.value, RelatedPerson.identifier.period, RelatedPerson.identifier.assigner, RelatedPerson.identifier:nationalId, RelatedPerson.identifier:nationalId.extension, RelatedPerson.identifier:nationalId.extension:data-absent-reason, RelatedPerson.identifier:nationalId.use, RelatedPerson.identifier:nationalId.type, RelatedPerson.identifier:nationalId.system, RelatedPerson.identifier:nationalId.value, RelatedPerson.identifier:nationalId.period, RelatedPerson.identifier:nationalId.assigner, RelatedPerson.identifier:passportLocal, RelatedPerson.identifier:passportLocal.extension, RelatedPerson.identifier:passportLocal.extension:data-absent-reason, RelatedPerson.identifier:passportLocal.use, RelatedPerson.identifier:passportLocal.type, RelatedPerson.identifier:passportLocal.system, RelatedPerson.identifier:passportLocal.value, RelatedPerson.identifier:passportLocal.period, RelatedPerson.identifier:passportLocal.assigner, RelatedPerson.identifier:passportInternational, RelatedPerson.identifier:passportInternational.extension, RelatedPerson.identifier:passportInternational.extension:data-absent-reason, RelatedPerson.identifier:passportInternational.use, RelatedPerson.identifier:passportInternational.type, RelatedPerson.identifier:passportInternational.system, RelatedPerson.identifier:passportInternational.value, RelatedPerson.identifier:passportInternational.period, RelatedPerson.identifier:passportInternational.assigner, RelatedPerson.identifier:birthCertificate, RelatedPerson.identifier:birthCertificate.extension, RelatedPerson.identifier:birthCertificate.extension:data-absent-reason, RelatedPerson.identifier:birthCertificate.use, RelatedPerson.identifier:birthCertificate.type, RelatedPerson.identifier:birthCertificate.system, RelatedPerson.identifier:birthCertificate.value, RelatedPerson.identifier:birthCertificate.period, RelatedPerson.identifier:birthCertificate.assigner, RelatedPerson.identifier:driversLicense, RelatedPerson.identifier:driversLicense.extension, RelatedPerson.identifier:driversLicense.extension:data-absent-reason, RelatedPerson.identifier:driversLicense.use, RelatedPerson.identifier:driversLicense.type, RelatedPerson.identifier:driversLicense.system, RelatedPerson.identifier:driversLicense.value, RelatedPerson.identifier:driversLicense.period, RelatedPerson.identifier:driversLicense.assigner, RelatedPerson.identifier:diplomaticPassport, RelatedPerson.identifier:diplomaticPassport.extension, RelatedPerson.identifier:diplomaticPassport.extension:data-absent-reason, RelatedPerson.identifier:diplomaticPassport.use, RelatedPerson.identifier:diplomaticPassport.type, RelatedPerson.identifier:diplomaticPassport.system, RelatedPerson.identifier:diplomaticPassport.value, RelatedPerson.identifier:diplomaticPassport.period, RelatedPerson.identifier:diplomaticPassport.assigner, RelatedPerson.identifier:healthCard, RelatedPerson.identifier:healthCard.extension, RelatedPerson.identifier:healthCard.extension:data-absent-reason, RelatedPerson.identifier:healthCard.use, RelatedPerson.identifier:healthCard.type, RelatedPerson.identifier:healthCard.system, RelatedPerson.identifier:healthCard.value, RelatedPerson.identifier:healthCard.period, RelatedPerson.identifier:healthCard.assigner, RelatedPerson.identifier:militaryId, RelatedPerson.identifier:militaryId.extension, RelatedPerson.identifier:militaryId.extension:data-absent-reason, RelatedPerson.identifier:militaryId.use, RelatedPerson.identifier:militaryId.type, RelatedPerson.identifier:militaryId.system, RelatedPerson.identifier:militaryId.value, RelatedPerson.identifier:militaryId.period, RelatedPerson.identifier:militaryId.assigner, RelatedPerson.active, RelatedPerson.patient, RelatedPerson.relationship, RelatedPerson.name, RelatedPerson.name.extension, RelatedPerson.name.use, RelatedPerson.name.text, RelatedPerson.name.family, RelatedPerson.name.given, RelatedPerson.name.prefix, RelatedPerson.name.suffix, RelatedPerson.name.period, RelatedPerson.telecom, RelatedPerson.telecom.extension, RelatedPerson.telecom.system, RelatedPerson.telecom.value, RelatedPerson.telecom.use, RelatedPerson.telecom.rank, RelatedPerson.telecom.period, RelatedPerson.gender, RelatedPerson.gender.extension, RelatedPerson.gender.extension:gender-other-2, RelatedPerson.birthDate, RelatedPerson.address, RelatedPerson.address:uzAddress, RelatedPerson.address:uzAddress.extension, RelatedPerson.address:uzAddress.use, RelatedPerson.address:uzAddress.type, RelatedPerson.address:uzAddress.text, RelatedPerson.address:uzAddress.line, RelatedPerson.address:uzAddress.city, RelatedPerson.address:uzAddress.district, RelatedPerson.address:uzAddress.state, RelatedPerson.address:uzAddress.postalCode, RelatedPerson.address:uzAddress.country, RelatedPerson.address:uzAddress.period, RelatedPerson.address:i18nAddress, RelatedPerson.address:i18nAddress.extension, RelatedPerson.address:i18nAddress.use, RelatedPerson.address:i18nAddress.type, RelatedPerson.address:i18nAddress.text, RelatedPerson.address:i18nAddress.line, RelatedPerson.address:i18nAddress.city, RelatedPerson.address:i18nAddress.district, RelatedPerson.address:i18nAddress.state, RelatedPerson.address:i18nAddress.postalCode, RelatedPerson.address:i18nAddress.country, RelatedPerson.address:i18nAddress.period, RelatedPerson.photo, RelatedPerson.period, RelatedPerson.communication, RelatedPerson.communication.extension, RelatedPerson.communication.modifierExtension, RelatedPerson.communication.language, RelatedPerson.communication.preferred All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error RelatedPerson.extension, RelatedPerson.modifierExtension, RelatedPerson.identifier.extension, RelatedPerson.identifier.extension:data-absent-reason, RelatedPerson.identifier:nationalId.extension, RelatedPerson.identifier:nationalId.extension:data-absent-reason, RelatedPerson.identifier:passportLocal.extension, RelatedPerson.identifier:passportLocal.extension:data-absent-reason, RelatedPerson.identifier:passportInternational.extension, RelatedPerson.identifier:passportInternational.extension:data-absent-reason, RelatedPerson.identifier:birthCertificate.extension, RelatedPerson.identifier:birthCertificate.extension:data-absent-reason, RelatedPerson.identifier:driversLicense.extension, RelatedPerson.identifier:driversLicense.extension:data-absent-reason, RelatedPerson.identifier:diplomaticPassport.extension, RelatedPerson.identifier:diplomaticPassport.extension:data-absent-reason, RelatedPerson.identifier:healthCard.extension, RelatedPerson.identifier:healthCard.extension:data-absent-reason, RelatedPerson.identifier:militaryId.extension, RelatedPerson.identifier:militaryId.extension:data-absent-reason, RelatedPerson.name.extension, RelatedPerson.telecom.extension, RelatedPerson.gender.extension, RelatedPerson.gender.extension:gender-other-2, RelatedPerson.address:uzAddress.extension, RelatedPerson.address:i18nAddress.extension, RelatedPerson.communication.extension, RelatedPerson.communication.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
uzcore-gender-other-2 error RelatedPerson gender 'other' implies differentiation of the gender indication 'other' (for use in a profile) gender.exists() and gender = 'other' implies gender.extension('https://dhp.uz/fhir/core/StructureDefinition/gender-other').exists()

Summary

Mandatory: 1 element(26 nested mandatory elements)
Must-Support: 80 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of RelatedPerson.identifier
  • The element 1 is sliced based on the value of RelatedPerson.address

Asosiy elementlar ko'rinishi

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RelatedPerson C 0..* RelatedPerson(5.0.0) A person that is related to a patient, but who is not a direct target of care
Constraints: uzcore-gender-other-2
... 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:All Slices Content/Rules for all slices
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
.... identifier:nationalId SΣ 0..1 Identifier PINFL of the related person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: NI
....... display 1..1 string Representation defined by the system
Fixed Value: National unique individual identifier
....... 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/pid/uz/ni
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:passportLocal SΣ 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: PPN
....... display 1..1 string Representation defined by the system
Fixed Value: Passport 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/pid/uz/ppn/local
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:passportInternational SΣ 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: PPN
....... display 1..1 string Representation defined by the system
Fixed Value: Passport 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/pid/uz/ppn/intl
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:birthCertificate SΣ 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: BCT
....... display 1..1 string Representation defined by the system
Fixed Value: Birth Certificate
....... 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/pid/uz/bct
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:driversLicense SΣ 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: DL
....... display 1..1 string Representation defined by the system
Fixed Value: Driver's license 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/pid/uz/dl
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:diplomaticPassport SΣ 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: DP
....... display 1..1 string Representation defined by the system
Fixed Value: Diplomatic Passport
....... 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/pid/uz/ppn/dp
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:healthCard SΣ 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: HC
....... display 1..1 string Representation defined by the system
Fixed Value: Health card 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/pid/uz/hc
..... value SΣC 1..1 string The value that is unique
Example General: 123456
.... identifier:militaryId SΣ 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: MI
....... display 1..1 string Representation defined by the system
Fixed Value: Military 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/pid/uz/mi
..... value SΣC 1..1 string The value that is unique
Example General: 123456
... active ?!SΣ 0..1 boolean Whether this related person's record is in active use
... patient SΣ 1..1 Reference(UZ Core Patient(0.5.0)) The patient this person is related to
... relationship SΣ 0..* CodeableConcept The relationship of the related person to the patient
Binding: RelationshipTypeVS (0.5.0) (required)
... name SΣ 0..* HumanName A name associated with the person
.... use ?!SΣ 0..1 code usual | official | temp | nickname | anonymous | old | maiden
Binding: NameUse (required): The use of a human name.
.... text SΣ 0..1 string Text representation of the full name
.... family SΣ 0..1 string Family name (often called 'Surname')
.... given SΣ 0..* string Given names (not always 'first'). Includes middle names
This repeating element order: Given Names appear in the correct order for presenting the name
.... suffix SΣ 0..* string Parts that come after the name
This repeating element order: Suffixes appear in the correct order for presenting the name
.... period SΣ 0..1 Period Time period when name was/is in use
... telecom SΣ 0..* ContactPoint A contact detail for the person
.... system SΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystemVS (0.5.0) (required)
.... use ?!SΣ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: TelecomUseVS (0.5.0) (required)
... gender SΣ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:gender-other-2 S 0..1 Coding Differentiation of the administrative gender 'other'
URL: https://dhp.uz/fhir/core/StructureDefinition/gender-other
Binding: GenderOtherVS (0.5.0) (required)
Constraints: ext-1
... birthDate SΣ 0..1 date The date on which the related person was born
... Slices for address SΣ 0..* Address Address where the related person can be contacted or visited
Slice: Unordered, Open by value:country
.... address:uzAddress SΣ 0..* Address An Uzbekistan address
..... 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 provided by DPM. Mahalla name, street, house number, apartment number
Example General: 137 Nowhere Street, Erewhon 9132
..... line SΣ 0..* string Text street name provided by DPM
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 Mahalla code (citizens' assembly)
Binding: MahallaVS (0.5.0) (required)
Example General: Erewhon
..... district SΣ 0..1 string District or city code
Binding: RegionsVS (0.5.0) (required)
Example General: Madison
..... state SΣ 0..1 string Region code
Binding: StateVS (0.5.0) (required)
..... country SΣ 1..1 string Country code (ISO 3166-1 2 letter code)
Required Pattern: UZ
..... period SΣ 0..1 Period Time period when the address was/is used
Example General: {"start":"2010-03-23","end":"2010-07-01"}
.... address:i18nAddress SΣ 0..* Address An international, non-Uzbekistan address
..... 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
Example General: Erewhon
..... district SΣ 0..1 string District, county, or administrative division
Example General: Madison
..... state SΣ 0..1 string State, province, or region
..... country SΣ 1..1 string Country code (ISO 3166-1 2 letter code)
Binding: ISO3166_2SansUZ (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"}
... period S 0..1 Period Period of time that this relationship is considered valid

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
RelatedPerson.identifier.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:nationalId.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:nationalId.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:passportLocal.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:passportLocal.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:passportInternational.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:passportInternational.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:birthCertificate.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:birthCertificate.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:driversLicense.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:driversLicense.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:diplomaticPassport.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:diplomaticPassport.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:healthCard.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:healthCard.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:militaryId.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:militaryId.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.relationship Base required Relationship type 📍0.5.0 This IG
RelatedPerson.name.use Base required NameUse 📍5.0.0 FHIR Std.
RelatedPerson.telecom.​system Base required Types of possible contact points 📍0.5.0 This IG
RelatedPerson.telecom.​use Base required Telecom use 📍0.5.0 This IG
RelatedPerson.gender Base required AdministrativeGender 📍5.0.0 FHIR Std.
RelatedPerson.address:uzAddress.​use Base required Types of address registration 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​type Base required Types of possible addresses 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​city Base required Mahallas translations 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​district Base required Uzbekistan Regions and Locations 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​state Base required Uzbekistan states and Locations 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​use Base required Types of address registration 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​type Base required Types of possible addresses 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​country Base required ISO 3166 part 1 2-letter codes, sans Uzbekistan 📍0.5.0 This IG

Constraints

Id Grade Path(s) Description Expression
dom-2 error RelatedPerson If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error RelatedPerson 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 RelatedPerson 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 RelatedPerson If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice RelatedPerson A resource should have narrative for robust management text.`div`.exists()
ele-1 error RelatedPerson.implicitRules, RelatedPerson.modifierExtension, RelatedPerson.identifier, RelatedPerson.identifier.extension, RelatedPerson.identifier.extension:data-absent-reason, RelatedPerson.identifier.use, RelatedPerson.identifier.type, RelatedPerson.identifier:nationalId, RelatedPerson.identifier:nationalId.extension:data-absent-reason, RelatedPerson.identifier:nationalId.use, RelatedPerson.identifier:nationalId.type, RelatedPerson.identifier:nationalId.system, RelatedPerson.identifier:nationalId.value, RelatedPerson.identifier:passportLocal, RelatedPerson.identifier:passportLocal.extension:data-absent-reason, RelatedPerson.identifier:passportLocal.use, RelatedPerson.identifier:passportLocal.type, RelatedPerson.identifier:passportLocal.system, RelatedPerson.identifier:passportLocal.value, RelatedPerson.identifier:passportInternational, RelatedPerson.identifier:passportInternational.extension:data-absent-reason, RelatedPerson.identifier:passportInternational.use, RelatedPerson.identifier:passportInternational.type, RelatedPerson.identifier:passportInternational.system, RelatedPerson.identifier:passportInternational.value, RelatedPerson.identifier:birthCertificate, RelatedPerson.identifier:birthCertificate.extension:data-absent-reason, RelatedPerson.identifier:birthCertificate.use, RelatedPerson.identifier:birthCertificate.type, RelatedPerson.identifier:birthCertificate.system, RelatedPerson.identifier:birthCertificate.value, RelatedPerson.identifier:driversLicense, RelatedPerson.identifier:driversLicense.extension:data-absent-reason, RelatedPerson.identifier:driversLicense.use, RelatedPerson.identifier:driversLicense.type, RelatedPerson.identifier:driversLicense.system, RelatedPerson.identifier:driversLicense.value, RelatedPerson.identifier:diplomaticPassport, RelatedPerson.identifier:diplomaticPassport.extension:data-absent-reason, RelatedPerson.identifier:diplomaticPassport.use, RelatedPerson.identifier:diplomaticPassport.type, RelatedPerson.identifier:diplomaticPassport.system, RelatedPerson.identifier:diplomaticPassport.value, RelatedPerson.identifier:healthCard, RelatedPerson.identifier:healthCard.extension:data-absent-reason, RelatedPerson.identifier:healthCard.use, RelatedPerson.identifier:healthCard.type, RelatedPerson.identifier:healthCard.system, RelatedPerson.identifier:healthCard.value, RelatedPerson.identifier:militaryId, RelatedPerson.identifier:militaryId.extension:data-absent-reason, RelatedPerson.identifier:militaryId.use, RelatedPerson.identifier:militaryId.type, RelatedPerson.identifier:militaryId.system, RelatedPerson.identifier:militaryId.value, RelatedPerson.active, RelatedPerson.patient, RelatedPerson.relationship, RelatedPerson.name, RelatedPerson.name.use, RelatedPerson.name.text, RelatedPerson.name.family, RelatedPerson.name.given, RelatedPerson.name.suffix, RelatedPerson.name.period, RelatedPerson.telecom, RelatedPerson.telecom.system, RelatedPerson.telecom.use, RelatedPerson.gender, RelatedPerson.gender.extension, RelatedPerson.gender.extension:gender-other-2, RelatedPerson.birthDate, RelatedPerson.address, RelatedPerson.address:uzAddress, RelatedPerson.address:uzAddress.use, RelatedPerson.address:uzAddress.type, RelatedPerson.address:uzAddress.text, RelatedPerson.address:uzAddress.line, RelatedPerson.address:uzAddress.city, RelatedPerson.address:uzAddress.district, RelatedPerson.address:uzAddress.state, RelatedPerson.address:uzAddress.country, RelatedPerson.address:uzAddress.period, RelatedPerson.address:i18nAddress, RelatedPerson.address:i18nAddress.use, RelatedPerson.address:i18nAddress.type, RelatedPerson.address:i18nAddress.text, RelatedPerson.address:i18nAddress.line, RelatedPerson.address:i18nAddress.city, RelatedPerson.address:i18nAddress.district, RelatedPerson.address:i18nAddress.state, RelatedPerson.address:i18nAddress.country, RelatedPerson.address:i18nAddress.period, RelatedPerson.period All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error RelatedPerson.modifierExtension, RelatedPerson.identifier.extension, RelatedPerson.identifier.extension:data-absent-reason, RelatedPerson.identifier:nationalId.extension:data-absent-reason, RelatedPerson.identifier:passportLocal.extension:data-absent-reason, RelatedPerson.identifier:passportInternational.extension:data-absent-reason, RelatedPerson.identifier:birthCertificate.extension:data-absent-reason, RelatedPerson.identifier:driversLicense.extension:data-absent-reason, RelatedPerson.identifier:diplomaticPassport.extension:data-absent-reason, RelatedPerson.identifier:healthCard.extension:data-absent-reason, RelatedPerson.identifier:militaryId.extension:data-absent-reason, RelatedPerson.gender.extension, RelatedPerson.gender.extension:gender-other-2 Must have either extensions or value[x], not both extension.exists() != value.exists()
uzcore-gender-other-2 error RelatedPerson gender 'other' implies differentiation of the gender indication 'other' (for use in a profile) gender.exists() and gender = 'other' implies gender.extension('https://dhp.uz/fhir/core/StructureDefinition/gender-other').exists()

Differensial ko‘rinish

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RelatedPerson C 0..* RelatedPerson(5.0.0) A person that is related to a patient, but who is not a direct target of care
... Slices for identifier S 1..* Identifier A human identifier for this person
Slice: Unordered, Open by value:system
.... identifier:All Slices Content/Rules for all slices
..... extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... use 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
..... type 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
.... identifier:nationalId S 0..1 Identifier PINFL of the related person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: NI
....... display 1..1 string Representation defined by the system
Fixed Value: National unique individual identifier
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/ni
..... value S 1..1 string The value that is unique
.... identifier:passportLocal S 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: PPN
....... display 1..1 string Representation defined by the system
Fixed Value: Passport number
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/ppn/local
..... value S 1..1 string The value that is unique
.... identifier:passportInternational S 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: PPN
....... display 1..1 string Representation defined by the system
Fixed Value: Passport number
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/ppn/intl
..... value S 1..1 string The value that is unique
.... identifier:birthCertificate S 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: BCT
....... display 1..1 string Representation defined by the system
Fixed Value: Birth Certificate
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/bct
..... value S 1..1 string The value that is unique
.... identifier:driversLicense S 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: DL
....... display 1..1 string Representation defined by the system
Fixed Value: Driver's license number
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/dl
..... value S 1..1 string The value that is unique
.... identifier:diplomaticPassport S 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: DP
....... display 1..1 string Representation defined by the system
Fixed Value: Diplomatic Passport
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/ppn/dp
..... value S 1..1 string The value that is unique
.... identifier:healthCard S 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: HC
....... display 1..1 string Representation defined by the system
Fixed Value: Health card number
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/hc
..... value S 1..1 string The value that is unique
.... identifier:militaryId S 0..1 Identifier A human identifier for this person
..... Slices for extension Content/Rules for all slices
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
..... 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: MI
....... display 1..1 string Representation defined by the system
Fixed Value: Military ID number
..... system S 1..1 uri The namespace for the identifier value
Required Pattern: https://dhp.uz/fhir/core/sid/pid/uz/mi
..... value S 1..1 string The value that is unique
... active S 0..1 boolean Whether this related person's record is in active use
... patient S 1..1 Reference(UZ Core Patient(0.5.0)) The patient this person is related to
... name S 0..* HumanName A name associated with the person
.... use S 0..1 code usual | official | temp | nickname | anonymous | old | maiden
.... text S 0..1 string Text representation of the full name
.... family S 0..1 string Family name (often called 'Surname')
.... given S 0..* string Given names (not always 'first'). Includes middle names
.... suffix S 0..* string Parts that come after the name
.... period S 0..1 Period Time period when name was/is in use
... telecom S 0..* ContactPoint A contact detail for the person
.... system S 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystemVS (0.5.0) (required)
.... use S 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: TelecomUseVS (0.5.0) (required)
... gender S 0..1 code male | female | other | unknown
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:gender-other-2 S 0..1 Coding Differentiation of the administrative gender 'other'
URL: https://dhp.uz/fhir/core/StructureDefinition/gender-other
Binding: GenderOtherVS (0.5.0) (required)
... birthDate S 0..1 date The date on which the related person was born
... Slices for address S 0..* Address Address where the related person can be contacted or visited
Slice: Unordered, Open by value:country
.... address:uzAddress S 0..* Address An Uzbekistan address
..... 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 provided by DPM. Mahalla name, street, house number, apartment number
..... line S 0..* string Text street name provided by DPM
..... city S 0..1 string Mahalla code (citizens' assembly)
Binding: MahallaVS (0.5.0) (required)
..... district S 0..1 string District or city code
Binding: RegionsVS (0.5.0) (required)
..... state S 0..1 string Region code
Binding: StateVS (0.5.0) (required)
..... country S 1..1 string Country code (ISO 3166-1 2 letter code)
Required Pattern: UZ
..... period S 0..1 Period Time period when the address was/is used
.... address:i18nAddress S 0..* Address An international, non-Uzbekistan address
..... 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
..... district S 0..1 string District, county, or administrative division
..... state S 0..1 string State, province, or region
..... country S 1..1 string Country code (ISO 3166-1 2 letter code)
Binding: ISO3166_2SansUZ (0.5.0) (required)
..... period S 0..1 Period Time period when the address was/is used
... period S 0..1 Period Period of time that this relationship is considered valid

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
RelatedPerson.identifier.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.relationship Base required Relationship type 📍0.5.0 This IG
RelatedPerson.telecom.​system Base required Types of possible contact points 📍0.5.0 This IG
RelatedPerson.telecom.​use Base required Telecom use 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​use Base required Types of address registration 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​type Base required Types of possible addresses 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​city Base required Mahallas translations 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​district Base required Uzbekistan Regions and Locations 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​state Base required Uzbekistan states and Locations 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​use Base required Types of address registration 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​type Base required Types of possible addresses 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​country Base required ISO 3166 part 1 2-letter codes, sans Uzbekistan 📍0.5.0 This IG

Constraints

Id Grade Path(s) Description Expression

Snapshot ko‘rinishiView

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. RelatedPerson C 0..* RelatedPerson(5.0.0) A person that is related to a patient, but who is not a direct target of care
Constraints: uzcore-gender-other-2
... 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Σ 1..* Identifier A human identifier for this person
Slice: Unordered, Open by value:system
.... identifier:All Slices Content/Rules for all slices
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
..... type Σ 0..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
..... system Σ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value ΣC 0..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:nationalId SΣ 0..1 Identifier PINFL of the related person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: NI
....... display 1..1 string Representation defined by the system
Fixed Value: National unique individual identifier
....... 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/pid/uz/ni
..... 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:passportLocal SΣ 0..1 Identifier A human identifier for this person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: PPN
....... display 1..1 string Representation defined by the system
Fixed Value: Passport 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/pid/uz/ppn/local
..... 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:passportInternational SΣ 0..1 Identifier A human identifier for this person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: PPN
....... display 1..1 string Representation defined by the system
Fixed Value: Passport 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/pid/uz/ppn/intl
..... 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:birthCertificate SΣ 0..1 Identifier A human identifier for this person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: BCT
....... display 1..1 string Representation defined by the system
Fixed Value: Birth Certificate
....... 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/pid/uz/bct
..... 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:driversLicense SΣ 0..1 Identifier A human identifier for this person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: DL
....... display 1..1 string Representation defined by the system
Fixed Value: Driver's license 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/pid/uz/dl
..... 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:diplomaticPassport SΣ 0..1 Identifier A human identifier for this person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: DP
....... display 1..1 string Representation defined by the system
Fixed Value: Diplomatic Passport
....... 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/pid/uz/ppn/dp
..... 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:healthCard SΣ 0..1 Identifier A human identifier for this person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: HC
....... display 1..1 string Representation defined by the system
Fixed Value: Health card 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/pid/uz/hc
..... 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:militaryId SΣ 0..1 Identifier A human identifier for this person
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 0..* Extension Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия.
Slice: Unordered, Open by value:url
Constraints: ext-1
...... extension:data-absent-reason S 0..1 code unknown | asked | temp | notasked | masked | unsupported | astext | error
URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason
Binding: DataAbsentReason (required)
Constraints: ext-1
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUseVS (0.5.0) (required)
Required Pattern: official
..... type SΣ 1..1 CodeableConcept Description of identifier
Binding: IdentifierTypeVS (0.5.0) (required)
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: MI
....... display 1..1 string Representation defined by the system
Fixed Value: Military 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/pid/uz/mi
..... 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)
... active ?!SΣ 0..1 boolean Whether this related person's record is in active use
... patient SΣ 1..1 Reference(UZ Core Patient(0.5.0)) The patient this person is related to
... relationship SΣ 0..* CodeableConcept The relationship of the related person to the patient
Binding: RelationshipTypeVS (0.5.0) (required)
... name SΣ 0..* HumanName A name associated with the person
.... 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 usual | official | temp | nickname | anonymous | old | maiden
Binding: NameUse (required): The use of a human name.
.... text SΣ 0..1 string Text representation of the full name
.... family SΣ 0..1 string Family name (often called 'Surname')
.... given SΣ 0..* string Given names (not always 'first'). Includes middle names
This repeating element order: Given Names appear in the correct order for presenting the name
.... prefix Σ 0..* string Parts that come before the name
This repeating element order: Prefixes appear in the correct order for presenting the name
.... suffix SΣ 0..* string Parts that come after the name
This repeating element order: Suffixes appear in the correct order for presenting the name
.... period SΣ 0..1 Period Time period when name was/is in use
... telecom SΣ 0..* ContactPoint A contact detail for the person
.... 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ΣC 0..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystemVS (0.5.0) (required)
.... value ΣC 0..1 string The actual contact point details
.... use ?!SΣ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: TelecomUseVS (0.5.0) (required)
.... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
.... period Σ 0..1 Period Time period when the contact point was/is in use
... gender SΣ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
Constraints: ext-1
..... extension:gender-other-2 S 0..1 Coding Differentiation of the administrative gender 'other'
URL: https://dhp.uz/fhir/core/StructureDefinition/gender-other
Binding: GenderOtherVS (0.5.0) (required)
Constraints: ext-1
.... value 0..1 code Primitive value for code
... birthDate SΣ 0..1 date The date on which the related person was born
... Slices for address SΣ 0..* Address Address where the related person can be contacted or visited
Slice: Unordered, Open by value:country
.... address:uzAddress SΣ 0..* Address An Uzbekistan address
..... 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 provided by DPM. Mahalla name, street, house number, apartment number
Example General: 137 Nowhere Street, Erewhon 9132
..... line SΣ 0..* string Text street name provided by DPM
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 Mahalla code (citizens' assembly)
Binding: MahallaVS (0.5.0) (required)
Example General: Erewhon
..... district SΣ 0..1 string District or city code
Binding: RegionsVS (0.5.0) (required)
Example General: Madison
..... state SΣ 0..1 string Region code
Binding: StateVS (0.5.0) (required)
..... postalCode Σ 0..1 string Postal code for area
Example General: 9132
..... country SΣ 1..1 string Country code (ISO 3166-1 2 letter code)
Required Pattern: UZ
..... period SΣ 0..1 Period Time period when the address was/is used
Example General: {"start":"2010-03-23","end":"2010-07-01"}
.... address:i18nAddress SΣ 0..* Address An international, non-Uzbekistan address
..... 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
Example General: Erewhon
..... district SΣ 0..1 string District, county, or administrative division
Example General: Madison
..... state SΣ 0..1 string State, province, or region
..... postalCode Σ 0..1 string Postal code for area
Example General: 9132
..... country SΣ 1..1 string Country code (ISO 3166-1 2 letter code)
Binding: ISO3166_2SansUZ (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"}
... photo 0..* Attachment Image of the person
... period S 0..1 Period Period of time that this relationship is considered valid
... communication 0..* BackboneElement A language which may be used to communicate with the related person about the patient's health
.... 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
.... language 1..1 CodeableConcept The language which can be used to communicate with the related person about the patient's health
Binding: AllLanguages (required): IETF language tag for a human language
Additional BindingsPurpose
CommonLanguages Starter
.... preferred 0..1 boolean Language preference indicator

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
RelatedPerson.language Base required All Languages 📍5.0.0 FHIR Std.
RelatedPerson.identifier.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:nationalId.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:nationalId.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:passportLocal.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:passportLocal.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:passportInternational.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:passportInternational.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:birthCertificate.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:birthCertificate.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:driversLicense.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:driversLicense.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:diplomaticPassport.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:diplomaticPassport.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:healthCard.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:healthCard.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.identifier:militaryId.​use Base required Types of possible identifier uses 📍0.5.0 This IG
RelatedPerson.identifier:militaryId.​type Base required Types of possible identifiers 📍0.5.0 This IG
RelatedPerson.relationship Base required Relationship type 📍0.5.0 This IG
RelatedPerson.name.use Base required NameUse 📍5.0.0 FHIR Std.
RelatedPerson.telecom.​system Base required Types of possible contact points 📍0.5.0 This IG
RelatedPerson.telecom.​use Base required Telecom use 📍0.5.0 This IG
RelatedPerson.gender Base required AdministrativeGender 📍5.0.0 FHIR Std.
RelatedPerson.address:uzAddress.​use Base required Types of address registration 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​type Base required Types of possible addresses 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​city Base required Mahallas translations 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​district Base required Uzbekistan Regions and Locations 📍0.5.0 This IG
RelatedPerson.address:uzAddress.​state Base required Uzbekistan states and Locations 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​use Base required Types of address registration 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​type Base required Types of possible addresses 📍0.5.0 This IG
RelatedPerson.address:i18nAddress.​country Base required ISO 3166 part 1 2-letter codes, sans Uzbekistan 📍0.5.0 This IG
RelatedPerson.communication.​language Base required All Languages 📍5.0.0 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error RelatedPerson If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error RelatedPerson 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 RelatedPerson 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 RelatedPerson If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice RelatedPerson A resource should have narrative for robust management text.`div`.exists()
ele-1 error RelatedPerson.meta, RelatedPerson.implicitRules, RelatedPerson.language, RelatedPerson.text, RelatedPerson.extension, RelatedPerson.modifierExtension, RelatedPerson.identifier, RelatedPerson.identifier.extension, RelatedPerson.identifier.extension:data-absent-reason, RelatedPerson.identifier.use, RelatedPerson.identifier.type, RelatedPerson.identifier.system, RelatedPerson.identifier.value, RelatedPerson.identifier.period, RelatedPerson.identifier.assigner, RelatedPerson.identifier:nationalId, RelatedPerson.identifier:nationalId.extension, RelatedPerson.identifier:nationalId.extension:data-absent-reason, RelatedPerson.identifier:nationalId.use, RelatedPerson.identifier:nationalId.type, RelatedPerson.identifier:nationalId.system, RelatedPerson.identifier:nationalId.value, RelatedPerson.identifier:nationalId.period, RelatedPerson.identifier:nationalId.assigner, RelatedPerson.identifier:passportLocal, RelatedPerson.identifier:passportLocal.extension, RelatedPerson.identifier:passportLocal.extension:data-absent-reason, RelatedPerson.identifier:passportLocal.use, RelatedPerson.identifier:passportLocal.type, RelatedPerson.identifier:passportLocal.system, RelatedPerson.identifier:passportLocal.value, RelatedPerson.identifier:passportLocal.period, RelatedPerson.identifier:passportLocal.assigner, RelatedPerson.identifier:passportInternational, RelatedPerson.identifier:passportInternational.extension, RelatedPerson.identifier:passportInternational.extension:data-absent-reason, RelatedPerson.identifier:passportInternational.use, RelatedPerson.identifier:passportInternational.type, RelatedPerson.identifier:passportInternational.system, RelatedPerson.identifier:passportInternational.value, RelatedPerson.identifier:passportInternational.period, RelatedPerson.identifier:passportInternational.assigner, RelatedPerson.identifier:birthCertificate, RelatedPerson.identifier:birthCertificate.extension, RelatedPerson.identifier:birthCertificate.extension:data-absent-reason, RelatedPerson.identifier:birthCertificate.use, RelatedPerson.identifier:birthCertificate.type, RelatedPerson.identifier:birthCertificate.system, RelatedPerson.identifier:birthCertificate.value, RelatedPerson.identifier:birthCertificate.period, RelatedPerson.identifier:birthCertificate.assigner, RelatedPerson.identifier:driversLicense, RelatedPerson.identifier:driversLicense.extension, RelatedPerson.identifier:driversLicense.extension:data-absent-reason, RelatedPerson.identifier:driversLicense.use, RelatedPerson.identifier:driversLicense.type, RelatedPerson.identifier:driversLicense.system, RelatedPerson.identifier:driversLicense.value, RelatedPerson.identifier:driversLicense.period, RelatedPerson.identifier:driversLicense.assigner, RelatedPerson.identifier:diplomaticPassport, RelatedPerson.identifier:diplomaticPassport.extension, RelatedPerson.identifier:diplomaticPassport.extension:data-absent-reason, RelatedPerson.identifier:diplomaticPassport.use, RelatedPerson.identifier:diplomaticPassport.type, RelatedPerson.identifier:diplomaticPassport.system, RelatedPerson.identifier:diplomaticPassport.value, RelatedPerson.identifier:diplomaticPassport.period, RelatedPerson.identifier:diplomaticPassport.assigner, RelatedPerson.identifier:healthCard, RelatedPerson.identifier:healthCard.extension, RelatedPerson.identifier:healthCard.extension:data-absent-reason, RelatedPerson.identifier:healthCard.use, RelatedPerson.identifier:healthCard.type, RelatedPerson.identifier:healthCard.system, RelatedPerson.identifier:healthCard.value, RelatedPerson.identifier:healthCard.period, RelatedPerson.identifier:healthCard.assigner, RelatedPerson.identifier:militaryId, RelatedPerson.identifier:militaryId.extension, RelatedPerson.identifier:militaryId.extension:data-absent-reason, RelatedPerson.identifier:militaryId.use, RelatedPerson.identifier:militaryId.type, RelatedPerson.identifier:militaryId.system, RelatedPerson.identifier:militaryId.value, RelatedPerson.identifier:militaryId.period, RelatedPerson.identifier:militaryId.assigner, RelatedPerson.active, RelatedPerson.patient, RelatedPerson.relationship, RelatedPerson.name, RelatedPerson.name.extension, RelatedPerson.name.use, RelatedPerson.name.text, RelatedPerson.name.family, RelatedPerson.name.given, RelatedPerson.name.prefix, RelatedPerson.name.suffix, RelatedPerson.name.period, RelatedPerson.telecom, RelatedPerson.telecom.extension, RelatedPerson.telecom.system, RelatedPerson.telecom.value, RelatedPerson.telecom.use, RelatedPerson.telecom.rank, RelatedPerson.telecom.period, RelatedPerson.gender, RelatedPerson.gender.extension, RelatedPerson.gender.extension:gender-other-2, RelatedPerson.birthDate, RelatedPerson.address, RelatedPerson.address:uzAddress, RelatedPerson.address:uzAddress.extension, RelatedPerson.address:uzAddress.use, RelatedPerson.address:uzAddress.type, RelatedPerson.address:uzAddress.text, RelatedPerson.address:uzAddress.line, RelatedPerson.address:uzAddress.city, RelatedPerson.address:uzAddress.district, RelatedPerson.address:uzAddress.state, RelatedPerson.address:uzAddress.postalCode, RelatedPerson.address:uzAddress.country, RelatedPerson.address:uzAddress.period, RelatedPerson.address:i18nAddress, RelatedPerson.address:i18nAddress.extension, RelatedPerson.address:i18nAddress.use, RelatedPerson.address:i18nAddress.type, RelatedPerson.address:i18nAddress.text, RelatedPerson.address:i18nAddress.line, RelatedPerson.address:i18nAddress.city, RelatedPerson.address:i18nAddress.district, RelatedPerson.address:i18nAddress.state, RelatedPerson.address:i18nAddress.postalCode, RelatedPerson.address:i18nAddress.country, RelatedPerson.address:i18nAddress.period, RelatedPerson.photo, RelatedPerson.period, RelatedPerson.communication, RelatedPerson.communication.extension, RelatedPerson.communication.modifierExtension, RelatedPerson.communication.language, RelatedPerson.communication.preferred All FHIR elements must have a @value or children hasValue() or (children().count() > id.count())
ext-1 error RelatedPerson.extension, RelatedPerson.modifierExtension, RelatedPerson.identifier.extension, RelatedPerson.identifier.extension:data-absent-reason, RelatedPerson.identifier:nationalId.extension, RelatedPerson.identifier:nationalId.extension:data-absent-reason, RelatedPerson.identifier:passportLocal.extension, RelatedPerson.identifier:passportLocal.extension:data-absent-reason, RelatedPerson.identifier:passportInternational.extension, RelatedPerson.identifier:passportInternational.extension:data-absent-reason, RelatedPerson.identifier:birthCertificate.extension, RelatedPerson.identifier:birthCertificate.extension:data-absent-reason, RelatedPerson.identifier:driversLicense.extension, RelatedPerson.identifier:driversLicense.extension:data-absent-reason, RelatedPerson.identifier:diplomaticPassport.extension, RelatedPerson.identifier:diplomaticPassport.extension:data-absent-reason, RelatedPerson.identifier:healthCard.extension, RelatedPerson.identifier:healthCard.extension:data-absent-reason, RelatedPerson.identifier:militaryId.extension, RelatedPerson.identifier:militaryId.extension:data-absent-reason, RelatedPerson.name.extension, RelatedPerson.telecom.extension, RelatedPerson.gender.extension, RelatedPerson.gender.extension:gender-other-2, RelatedPerson.address:uzAddress.extension, RelatedPerson.address:i18nAddress.extension, RelatedPerson.communication.extension, RelatedPerson.communication.modifierExtension Must have either extensions or value[x], not both extension.exists() != value.exists()
uzcore-gender-other-2 error RelatedPerson gender 'other' implies differentiation of the gender indication 'other' (for use in a profile) gender.exists() and gender = 'other' implies gender.extension('https://dhp.uz/fhir/core/StructureDefinition/gender-other').exists()

Summary

Mandatory: 1 element(26 nested mandatory elements)
Must-Support: 80 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of RelatedPerson.identifier
  • The element 1 is sliced based on the value of RelatedPerson.address

 

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 %7C sifatida URL-kodlangan bo'lishi kerak.

Bog'liq shaxsni server identifikatori bo'yicha o'qish

GET [base]/RelatedPerson/[id]

Bemorga bog'liq shaxslarni topish

GET [base]/RelatedPerson?patient=Patient/[id]
GET [base]/RelatedPerson?patient=Patient/[id]&relationship=PRN
GET [base]/RelatedPerson?identifier=https://dhp.uz/fhir/core/sid/pid/uz/ni|12345678901234
GET [base]/RelatedPerson?name=Zafarov

Yangi bog'liq shaxs yaratish

POST [base]/RelatedPerson
{
  "resourceType": "RelatedPerson",
  "meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-relatedperson" ] },
  "patient": { "reference": "Patient/[id]" },
  ...
}

Mavjud bog'liq shaxsni yangilash

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

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

Aloqador materiallar