Единая платформа цифрового здравоохранения Узбекистана
0.5.0 - ci-build
Uzbekistan Digital Health Platform, опубликовано Ministry of Health of the Republic of Uzbekistan. Это руководство не является санкционированной публикацией; это непрерывная сборка для версии 0.5.0, созданной FHIR (HL7® FHIR® Standard) CI Build. Эта версия основана на нынешнем содержании https://github.com/uzinfocom-org/digital-health-ig/ и регулярно изменяется. Смотрите каталог опубликованных версий
| Официальный URL: https://dhp.uz/fhir/core/StructureDefinition/uz-core-relatedperson | Версия: 0.5.0 | ||||
| Active по состоянию на 2026-06-05 | Вычисляемое имя: UZCoreRelatedPerson | ||||
Uzbekistan Core RelatedPerson profile, used to represent persons related to the patient
Машинный перевод, требуется проверка человеком. Эта страница автоматически переведена с английского языка с помощью искусственного интеллекта и пока не проверена редактором. При любых расхождениях приоритет имеет оригинальная англоязычная версия.
UZ Core RelatedPerson представляет лицо, связанное с пациентом, - ближайшего родственника, законного представителя или родителя/опекуна. Он всегда принадлежит одному Пациенту и используется везде, где платформе требуется зафиксировать, с кем связан пациент: например, родитель, который даёт согласие на иммунизацию ребёнка и просматривает её. В отличие от Practitioner, RelatedPerson не является сотрудником и не имеет профессиональной роли.
Приведённые ниже элементы всегда должны присутствовать (обязательные) или должны поддерживаться, когда данные доступны (Must Support) - не все из них обязательны, но ваша система должна заполнять каждый элемент Must Support, когда у неё есть соответствующие данные, и обрабатывать его при получении. Это удобочитаемое резюме; формальные представления ниже дают точные кардинальности, типы и терминологические связки.
Каждый RelatedPerson должен содержать как минимум один идентификатор - национальный идентификатор или идентификатор документа из одного из определённых слайсов (PINFL, местный или международный паспорт, свидетельство о рождении, водительское удостоверение, дипломатический паспорт, медицинская карта или военный билет); если значение действительно отсутствует, идентификатор может содержать data-absent-reason (см. Системы идентификаторов для поддерживаемых URI систем). Он также должен содержать ссылку на пациента - пациента, с которым связано это лицо (должна указывать на UZ Core Patient).
gender-other, где это применимо);Заполняйте тот слайс идентификатора, который соответствует вашим данным - вам не нужно заполнять каждый слайс - но как минимум один идентификатор обязателен. Расширение
gender-otherможет использоваться только тогда, когдаgenderустановлено вother.
Приведённые ниже примеры идут от наименьшего экземпляра, который примет сервер, до полной записи ближайшего родственника. Скопируйте один из них и адаптируйте - каждое показанное значение проходит валидацию по этому профилю. Полный эталонный экземпляр приведён по ссылке внизу страницы (пример связанного лица).
RelatedPerson должен содержать как минимум один identifier и должен указывать patient, с которым он связан - оба обязательны. Каждый ресурс UZ Core также должен указывать профиль, которому он заявляет соответствие, в meta.profile, чтобы сервер знал, по каким правилам проводить валидацию. PINFL - это идентификатор, который вам следует отправлять, когда он у вас есть; то, что делает его PINFL, - это его URI в system - тот, что заканчивается на sid/pid/uz/ni. Уже этого достаточно для прохождения валидации:
{
"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 - это обычная Reference на UZ Core Пациента - строка reference имеет вид Type/id. Чтобы зафиксировать другой документ вместо PINFL (или наряду с ним), используйте соответствующие system и type из таблицы ниже.
На практике вы также отправляете relationship с пациентом, name, способ связаться с лицом (telecom) и его gender. relationship - это CodeableConcept, связанный с обязательным набором значений; в примере ниже записан свидетель. Имена содержат полный текст плюс разобранные части:
{
"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 и telecom.use каждый используют обязательную связку, как и relationship - значение должно происходить из связанного набора значений (представление Snapshot ниже перечисляет каждый из них). Когда gender равно other, укажите национальное расширение gender-other; это расширение допускается только в этом случае.
Когда они у вас есть, добавьте address лица и period, в течение которого связь действительна. Узбекский адрес использует кодированные административные деления (область, район, махалля), а не свободный текст - удобочитаемый text сопровождает коды. Эти ключи встраиваются в тот же ресурс, что и реалистичная запись выше:
{
"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 берутся из национальных наборов значений SOATO - см. Адреса, чтобы узнать, откуда берётся каждый код. Для связанного лица, проживающего за рубежом, используйте вместо этого адрес в виде свободного текста с country, установленным в иностранный ISO-код.
Лицо обычно имеет несколько документов. Добавьте в массив identifier по одной записи на каждый документ, каждую со своими system и type; заполняйте только те, которые у вас действительно есть. URI в system - это то, что выбирает слайс, поэтому он должен совпадать точно:
| Идентификатор | system |
код type |
|---|---|---|
| PINFL (национальный id) | https://dhp.uz/fhir/core/sid/pid/uz/ni |
NI |
| Местный паспорт | https://dhp.uz/fhir/core/sid/pid/uz/ppn/local |
PPN |
| Международный паспорт | https://dhp.uz/fhir/core/sid/pid/uz/ppn/intl |
PPN |
| Свидетельство о рождении | https://dhp.uz/fhir/core/sid/pid/uz/bct |
BCT |
| Водительское удостоверение | https://dhp.uz/fhir/core/sid/pid/uz/dl |
DL |
| Дипломатический паспорт | https://dhp.uz/fhir/core/sid/pid/uz/ppn/dp |
DP |
| Медицинская карта | https://dhp.uz/fhir/core/sid/pid/uz/hc |
HC |
| Военный билет | https://dhp.uz/fhir/core/sid/pid/uz/mi |
MI |
Если значение действительно отсутствует - скажем, у лица нет паспорта - не выдумывайте его и не отбрасывайте идентификатор целиком. Пометьте значение как отсутствующее с помощью расширения data-absent-reason на _value:
{
"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" }
]
}
}
]
}
Обратите внимание на ведущее подчёркивание: _value - это место, куда FHIR помещает расширение, заменяющее отсутствующее value. См. Системы идентификаторов для полного списка поддерживаемых URI систем и Отсутствующие и подавленные данные для выбора правильного механизма отсутствия.
Примеры вызовов API и образец полезной нагрузки см. в разделе Быстрый старт внизу этой страницы.
Использование:
You can also check for usages in the FHIR IG Statistics
Описание профилей, дифференциалов, снимков и их представлений.
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
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 |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
SΣ | 1..* | Identifier | A human identifier for this person Разрез: Не упорядочено, Открыто от value:system |
![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | PINFL of the related person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: NI | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: National unique individual identifier | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ni |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: PPN | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Passport number | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/local |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: PPN | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Passport number | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/intl |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: BCT | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Birth Certificate | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/bct |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: DL | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Driver's license number | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/dl |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: DP | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Diplomatic Passport | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/dp |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: HC | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Health card number | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/hc |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: MI | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Military ID number | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/mi |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() |
?!SΣ | 0..1 | boolean | Whether this related person's record is in active use |
![]() ![]() |
SΣ | 1..1 | Reference(UZ Core Patient(0.5.0)) | The patient this person is related to |
![]() ![]() |
SΣ | 0..* | CodeableConcept | The relationship of the related person to the patient Привязка: RelationshipTypeVS (0.5.0) (required) |
![]() ![]() |
SΣ | 0..* | HumanName | A name associated with the person |
![]() ![]() ![]() |
?!SΣ | 0..1 | code | usual | official | temp | nickname | anonymous | old | maiden Привязка: NameUse (required): The use of a human name. |
![]() ![]() ![]() |
SΣ | 0..1 | string | Text representation of the full name |
![]() ![]() ![]() |
SΣ | 0..1 | string | Family name (often called 'Surname') |
![]() ![]() ![]() |
SΣ | 0..* | string | Given names (not always 'first'). Includes middle names Этот повторяющийся порядок элементов: Given Names appear in the correct order for presenting the name |
![]() ![]() ![]() |
SΣ | 0..* | string | Parts that come after the name Этот повторяющийся порядок элементов: Suffixes appear in the correct order for presenting the name |
![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when name was/is in use |
![]() ![]() |
SΣ | 0..* | ContactPoint | A contact detail for the person |
![]() ![]() ![]() |
SΣC | 0..1 | code | phone | fax | email | pager | url | sms | other Привязка: ContactPointSystemVS (0.5.0) (required) |
![]() ![]() ![]() |
?!SΣ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Привязка: TelecomUseVS (0.5.0) (required) |
![]() ![]() |
SΣ | 0..1 | code | male | female | other | unknown Привязка: AdministrativeGender (required): The gender of a person used for administrative purposes. |
![]() ![]() ![]() |
0..* | Extension | Extension Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Differentiation of the administrative gender 'other' URL: https://dhp.uz/fhir/core/StructureDefinition/gender-other Привязка: GenderOtherVS (0.5.0) (required) Constraints: ext-1 |
![]() ![]() |
SΣ | 0..1 | date | The date on which the related person was born |
![]() ![]() |
SΣ | 0..* | Address | Address where the related person can be contacted or visited Разрез: Не упорядочено, Открыто от value:country |
![]() ![]() ![]() |
SΣ | 0..* | Address | An Uzbekistan address |
![]() ![]() ![]() ![]() |
?!SΣ | 0..1 | code | Type of address, home | temp Привязка: AddressUseVS (0.5.0) (required) Пример General: home |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | postal | physical | both Привязка: AddressTypeVS (0.5.0) (required) Пример General: both |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Text part of the address provided by DPM. Mahalla name, street, house number, apartment number Пример General: 137 Nowhere Street, Erewhon 9132 |
![]() ![]() ![]() ![]() |
SΣ | 0..* | string | Text street name provided by DPM Этот повторяющийся порядок элементов: The order in which lines should appear in an address label Пример General: 137 Nowhere Street |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Mahalla code (citizens' assembly) Привязка: MahallaVS (0.5.0) (required) Пример General: Erewhon |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | District or city code Привязка: RegionsVS (0.5.0) (required) Пример General: Madison |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Region code Привязка: StateVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Country code (ISO 3166-1 2 letter code) Требуемый шаблон: UZ |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when the address was/is used Пример General: {"start":"2010-03-23","end":"2010-07-01"} |
![]() ![]() ![]() |
SΣ | 0..* | Address | An international, non-Uzbekistan address |
![]() ![]() ![]() ![]() |
?!SΣ | 0..1 | code | Type of address, home | temp Привязка: AddressUseVS (0.5.0) (required) Пример General: home |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | postal | physical | both Привязка: AddressTypeVS (0.5.0) (required) Пример General: both |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Text part of the address Пример General: 137 Nowhere Street, Erewhon 9132 |
![]() ![]() ![]() ![]() |
SΣ | 0..* | string | Street name or address line Этот повторяющийся порядок элементов: The order in which lines should appear in an address label Пример General: 137 Nowhere Street |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | City or locality Пример General: Erewhon |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | District, county, or administrative division Пример General: Madison |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | State, province, or region |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Country code (ISO 3166-1 2 letter code) Привязка: ISO3166_2SansUZ (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when the address was/is used Пример General: {"start":"2010-03-23","end":"2010-07-01"} |
![]() ![]() |
S | 0..1 | Period | Period of time that this relationship is considered valid |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| RelatedPerson.identifier.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:nationalId.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:nationalId.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportLocal.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportLocal.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportInternational.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportInternational.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:birthCertificate.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:birthCertificate.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:driversLicense.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:driversLicense.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:diplomaticPassport.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:diplomaticPassport.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:healthCard.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:healthCard.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:militaryId.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:militaryId.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.relationship | Base | required | Relationship type | 📍0.5.0 | этот IG |
| RelatedPerson.name.use | Base | required | NameUse | 📍5.0.0 | Стандарт FHIR |
| RelatedPerson.telecom.system | Base | required | Types of possible contact points | 📍0.5.0 | этот IG |
| RelatedPerson.telecom.use | Base | required | Telecom use | 📍0.5.0 | этот IG |
| RelatedPerson.gender | Base | required | AdministrativeGender | 📍5.0.0 | Стандарт FHIR |
| RelatedPerson.address:uzAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.city | Base | required | Mahallas translations | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.district | Base | required | Uzbekistan Regions and Locations | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.state | Base | required | Uzbekistan states and Locations | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.country | Base | required | ISO 3166 part 1 2-letter codes, sans Uzbekistan | 📍0.5.0 | этот IG |
| Id | Градация | Путь(и) | Описание | Выражение |
| 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 | лучшая практика | 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()
|
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | RelatedPerson(5.0.0) | A person that is related to a patient, but who is not a direct target of care |
![]() ![]() |
S | 1..* | Identifier | A human identifier for this person Разрез: Не упорядочено, Открыто от value:system |
![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. | |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) | |
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) | |
![]() ![]() ![]() |
S | 0..1 | Identifier | PINFL of the related person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: NI | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: National unique individual identifier | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ni |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: PPN | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Passport number | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/local |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: PPN | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Passport number | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/intl |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: BCT | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Birth Certificate | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/bct |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: DL | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Driver's license number | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/dl |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: DP | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Diplomatic Passport | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/dp |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: HC | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Health card number | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/hc |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: MI | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Military ID number | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/mi |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() |
S | 0..1 | boolean | Whether this related person's record is in active use |
![]() ![]() |
S | 1..1 | Reference(UZ Core Patient(0.5.0)) | The patient this person is related to |
![]() ![]() |
S | 0..* | CodeableConcept | The relationship of the related person to the patient Привязка: RelationshipTypeVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | HumanName | A name associated with the person |
![]() ![]() ![]() |
S | 0..1 | code | usual | official | temp | nickname | anonymous | old | maiden |
![]() ![]() ![]() |
S | 0..1 | string | Text representation of the full name |
![]() ![]() ![]() |
S | 0..1 | string | Family name (often called 'Surname') |
![]() ![]() ![]() |
S | 0..* | string | Given names (not always 'first'). Includes middle names |
![]() ![]() ![]() |
S | 0..* | string | Parts that come after the name |
![]() ![]() ![]() |
S | 0..1 | Period | Time period when name was/is in use |
![]() ![]() |
S | 0..* | ContactPoint | A contact detail for the person |
![]() ![]() ![]() |
S | 0..1 | code | phone | fax | email | pager | url | sms | other Привязка: ContactPointSystemVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Привязка: TelecomUseVS (0.5.0) (required) |
![]() ![]() |
S | 0..1 | code | male | female | other | unknown |
![]() ![]() ![]() |
0..* | Extension | Extension Разрез: Не упорядочено, Открыто от value:url | |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Differentiation of the administrative gender 'other' URL: https://dhp.uz/fhir/core/StructureDefinition/gender-other Привязка: GenderOtherVS (0.5.0) (required) |
![]() ![]() |
S | 0..1 | date | The date on which the related person was born |
![]() ![]() |
S | 0..* | Address | Address where the related person can be contacted or visited Разрез: Не упорядочено, Открыто от value:country |
![]() ![]() ![]() |
S | 0..* | Address | An Uzbekistan address |
![]() ![]() ![]() ![]() |
S | 0..1 | code | Type of address, home | temp Привязка: AddressUseVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | code | postal | physical | both Привязка: AddressTypeVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | string | Text part of the address provided by DPM. Mahalla name, street, house number, apartment number |
![]() ![]() ![]() ![]() |
S | 0..* | string | Text street name provided by DPM |
![]() ![]() ![]() ![]() |
S | 0..1 | string | Mahalla code (citizens' assembly) Привязка: MahallaVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | string | District or city code Привязка: RegionsVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | string | Region code Привязка: StateVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 1..1 | string | Country code (ISO 3166-1 2 letter code) Требуемый шаблон: UZ |
![]() ![]() ![]() ![]() |
S | 0..1 | Period | Time period when the address was/is used |
![]() ![]() ![]() |
S | 0..* | Address | An international, non-Uzbekistan address |
![]() ![]() ![]() ![]() |
S | 0..1 | code | Type of address, home | temp Привязка: AddressUseVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | code | postal | physical | both Привязка: AddressTypeVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | string | Text part of the address |
![]() ![]() ![]() ![]() |
S | 0..* | string | Street name or address line |
![]() ![]() ![]() ![]() |
S | 0..1 | string | City or locality |
![]() ![]() ![]() ![]() |
S | 0..1 | string | District, county, or administrative division |
![]() ![]() ![]() ![]() |
S | 0..1 | string | State, province, or region |
![]() ![]() ![]() ![]() |
S | 1..1 | string | Country code (ISO 3166-1 2 letter code) Привязка: ISO3166_2SansUZ (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | Period | Time period when the address was/is used |
![]() ![]() |
S | 0..1 | Period | Period of time that this relationship is considered valid |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| RelatedPerson.identifier.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.relationship | Base | required | Relationship type | 📍0.5.0 | этот IG |
| RelatedPerson.telecom.system | Base | required | Types of possible contact points | 📍0.5.0 | этот IG |
| RelatedPerson.telecom.use | Base | required | Telecom use | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.city | Base | required | Mahallas translations | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.district | Base | required | Uzbekistan Regions and Locations | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.state | Base | required | Uzbekistan states and Locations | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.country | Base | required | ISO 3166 part 1 2-letter codes, sans Uzbekistan | 📍0.5.0 | этот IG |
| Id | Градация | Путь(и) | Описание | Выражение |
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
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 | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Привязка: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
SΣ | 1..* | Identifier | A human identifier for this person Разрез: Не упорядочено, Открыто от value:system | ||||
![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | The namespace for the identifier value Пример General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | PINFL of the related person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: NI | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: National unique individual identifier | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ni | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: PPN | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Passport number | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/local | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: PPN | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Passport number | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/intl | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: BCT | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Birth Certificate | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/bct | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: DL | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Driver's license number | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/dl | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: DP | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Diplomatic Passport | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/dp | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: HC | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Health card number | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/hc | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: MI | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Military ID number | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/mi | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() |
?!SΣ | 0..1 | boolean | Whether this related person's record is in active use | ||||
![]() ![]() |
SΣ | 1..1 | Reference(UZ Core Patient(0.5.0)) | The patient this person is related to | ||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | The relationship of the related person to the patient Привязка: RelationshipTypeVS (0.5.0) (required) | ||||
![]() ![]() |
SΣ | 0..* | HumanName | A name associated with the person | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!SΣ | 0..1 | code | usual | official | temp | nickname | anonymous | old | maiden Привязка: NameUse (required): The use of a human name. | ||||
![]() ![]() ![]() |
SΣ | 0..1 | string | Text representation of the full name | ||||
![]() ![]() ![]() |
SΣ | 0..1 | string | Family name (often called 'Surname') | ||||
![]() ![]() ![]() |
SΣ | 0..* | string | Given names (not always 'first'). Includes middle names Этот повторяющийся порядок элементов: Given Names appear in the correct order for presenting the name | ||||
![]() ![]() ![]() |
Σ | 0..* | string | Parts that come before the name Этот повторяющийся порядок элементов: Prefixes appear in the correct order for presenting the name | ||||
![]() ![]() ![]() |
SΣ | 0..* | string | Parts that come after the name Этот повторяющийся порядок элементов: Suffixes appear in the correct order for presenting the name | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when name was/is in use | ||||
![]() ![]() |
SΣ | 0..* | ContactPoint | A contact detail for the person | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
SΣC | 0..1 | code | phone | fax | email | pager | url | sms | other Привязка: ContactPointSystemVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | The actual contact point details | ||||
![]() ![]() ![]() |
?!SΣ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Привязка: TelecomUseVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
Σ | 0..1 | positiveInt | Specify preferred order of use (1 = highest) | ||||
![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when the contact point was/is in use | ||||
![]() ![]() |
SΣ | 0..1 | code | male | female | other | unknown Привязка: AdministrativeGender (required): The gender of a person used for administrative purposes. | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Differentiation of the administrative gender 'other' URL: https://dhp.uz/fhir/core/StructureDefinition/gender-other Привязка: GenderOtherVS (0.5.0) (required) Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | code | Primitive value for code | |||||
![]() ![]() |
SΣ | 0..1 | date | The date on which the related person was born | ||||
![]() ![]() |
SΣ | 0..* | Address | Address where the related person can be contacted or visited Разрез: Не упорядочено, Открыто от value:country | ||||
![]() ![]() ![]() |
SΣ | 0..* | Address | An Uzbekistan address | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!SΣ | 0..1 | code | Type of address, home | temp Привязка: AddressUseVS (0.5.0) (required) Пример General: home | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | postal | physical | both Привязка: AddressTypeVS (0.5.0) (required) Пример General: both | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Text part of the address provided by DPM. Mahalla name, street, house number, apartment number Пример General: 137 Nowhere Street, Erewhon 9132 | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..* | string | Text street name provided by DPM Этот повторяющийся порядок элементов: The order in which lines should appear in an address label Пример General: 137 Nowhere Street | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Mahalla code (citizens' assembly) Привязка: MahallaVS (0.5.0) (required) Пример General: Erewhon | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | District or city code Привязка: RegionsVS (0.5.0) (required) Пример General: Madison | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Region code Привязка: StateVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Postal code for area Пример General: 9132 | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Country code (ISO 3166-1 2 letter code) Требуемый шаблон: UZ | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when the address was/is used Пример General: {"start":"2010-03-23","end":"2010-07-01"} | ||||
![]() ![]() ![]() |
SΣ | 0..* | Address | An international, non-Uzbekistan address | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!SΣ | 0..1 | code | Type of address, home | temp Привязка: AddressUseVS (0.5.0) (required) Пример General: home | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | postal | physical | both Привязка: AddressTypeVS (0.5.0) (required) Пример General: both | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Text part of the address Пример General: 137 Nowhere Street, Erewhon 9132 | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..* | string | Street name or address line Этот повторяющийся порядок элементов: The order in which lines should appear in an address label Пример General: 137 Nowhere Street | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | City or locality Пример General: Erewhon | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | District, county, or administrative division Пример General: Madison | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | State, province, or region | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Postal code for area Пример General: 9132 | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Country code (ISO 3166-1 2 letter code) Привязка: ISO3166_2SansUZ (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when the address was/is used Пример General: {"start":"2010-03-23","end":"2010-07-01"} | ||||
![]() ![]() |
0..* | Attachment | Image of the person | |||||
![]() ![]() |
S | 0..1 | Period | Period of time that this relationship is considered valid | ||||
![]() ![]() |
0..* | BackboneElement | A language which may be used to communicate with the related person about the patient's health | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | CodeableConcept | The language which can be used to communicate with the related person about the patient's health Привязка: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
0..1 | boolean | Language preference indicator | |||||
Документация для этого формата | ||||||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| RelatedPerson.language | Base | required | All Languages | 📍5.0.0 | Стандарт FHIR |
| RelatedPerson.identifier.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:nationalId.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:nationalId.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportLocal.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportLocal.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportInternational.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportInternational.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:birthCertificate.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:birthCertificate.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:driversLicense.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:driversLicense.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:diplomaticPassport.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:diplomaticPassport.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:healthCard.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:healthCard.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:militaryId.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:militaryId.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.relationship | Base | required | Relationship type | 📍0.5.0 | этот IG |
| RelatedPerson.name.use | Base | required | NameUse | 📍5.0.0 | Стандарт FHIR |
| RelatedPerson.telecom.system | Base | required | Types of possible contact points | 📍0.5.0 | этот IG |
| RelatedPerson.telecom.use | Base | required | Telecom use | 📍0.5.0 | этот IG |
| RelatedPerson.gender | Base | required | AdministrativeGender | 📍5.0.0 | Стандарт FHIR |
| RelatedPerson.address:uzAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.city | Base | required | Mahallas translations | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.district | Base | required | Uzbekistan Regions and Locations | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.state | Base | required | Uzbekistan states and Locations | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.country | Base | required | ISO 3166 part 1 2-letter codes, sans Uzbekistan | 📍0.5.0 | этот IG |
| RelatedPerson.communication.language | Base | required | All Languages | 📍5.0.0 | Стандарт FHIR |
| Id | Градация | Путь(и) | Описание | Выражение |
| 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 | лучшая практика | 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
Обязательный: 1 элемент(26 вложенные обязательны элементs)
Обязательная поддержка: 80 элементs
Структуры
Эта структура относится к этим другим структурам:
Расширения
Эта структура ссылается на эти расширения:
Разрезы
Эта структура определяет следующие Разрезы:
Просмотр ключевых элементов
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
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 |
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() |
0..* | Resource | Contained, inline Resources | |
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 |
![]() ![]() |
SΣ | 1..* | Identifier | A human identifier for this person Разрез: Не упорядочено, Открыто от value:system |
![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | PINFL of the related person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: NI | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: National unique individual identifier | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ni |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: PPN | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Passport number | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/local |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: PPN | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Passport number | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/intl |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: BCT | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Birth Certificate | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/bct |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: DL | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Driver's license number | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/dl |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: DP | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Diplomatic Passport | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/dp |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: HC | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Health card number | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/hc |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 |
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: MI | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Military ID number | |
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/mi |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() |
?!SΣ | 0..1 | boolean | Whether this related person's record is in active use |
![]() ![]() |
SΣ | 1..1 | Reference(UZ Core Patient(0.5.0)) | The patient this person is related to |
![]() ![]() |
SΣ | 0..* | CodeableConcept | The relationship of the related person to the patient Привязка: RelationshipTypeVS (0.5.0) (required) |
![]() ![]() |
SΣ | 0..* | HumanName | A name associated with the person |
![]() ![]() ![]() |
?!SΣ | 0..1 | code | usual | official | temp | nickname | anonymous | old | maiden Привязка: NameUse (required): The use of a human name. |
![]() ![]() ![]() |
SΣ | 0..1 | string | Text representation of the full name |
![]() ![]() ![]() |
SΣ | 0..1 | string | Family name (often called 'Surname') |
![]() ![]() ![]() |
SΣ | 0..* | string | Given names (not always 'first'). Includes middle names Этот повторяющийся порядок элементов: Given Names appear in the correct order for presenting the name |
![]() ![]() ![]() |
SΣ | 0..* | string | Parts that come after the name Этот повторяющийся порядок элементов: Suffixes appear in the correct order for presenting the name |
![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when name was/is in use |
![]() ![]() |
SΣ | 0..* | ContactPoint | A contact detail for the person |
![]() ![]() ![]() |
SΣC | 0..1 | code | phone | fax | email | pager | url | sms | other Привязка: ContactPointSystemVS (0.5.0) (required) |
![]() ![]() ![]() |
?!SΣ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Привязка: TelecomUseVS (0.5.0) (required) |
![]() ![]() |
SΣ | 0..1 | code | male | female | other | unknown Привязка: AdministrativeGender (required): The gender of a person used for administrative purposes. |
![]() ![]() ![]() |
0..* | Extension | Extension Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Differentiation of the administrative gender 'other' URL: https://dhp.uz/fhir/core/StructureDefinition/gender-other Привязка: GenderOtherVS (0.5.0) (required) Constraints: ext-1 |
![]() ![]() |
SΣ | 0..1 | date | The date on which the related person was born |
![]() ![]() |
SΣ | 0..* | Address | Address where the related person can be contacted or visited Разрез: Не упорядочено, Открыто от value:country |
![]() ![]() ![]() |
SΣ | 0..* | Address | An Uzbekistan address |
![]() ![]() ![]() ![]() |
?!SΣ | 0..1 | code | Type of address, home | temp Привязка: AddressUseVS (0.5.0) (required) Пример General: home |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | postal | physical | both Привязка: AddressTypeVS (0.5.0) (required) Пример General: both |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Text part of the address provided by DPM. Mahalla name, street, house number, apartment number Пример General: 137 Nowhere Street, Erewhon 9132 |
![]() ![]() ![]() ![]() |
SΣ | 0..* | string | Text street name provided by DPM Этот повторяющийся порядок элементов: The order in which lines should appear in an address label Пример General: 137 Nowhere Street |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Mahalla code (citizens' assembly) Привязка: MahallaVS (0.5.0) (required) Пример General: Erewhon |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | District or city code Привязка: RegionsVS (0.5.0) (required) Пример General: Madison |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Region code Привязка: StateVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Country code (ISO 3166-1 2 letter code) Требуемый шаблон: UZ |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when the address was/is used Пример General: {"start":"2010-03-23","end":"2010-07-01"} |
![]() ![]() ![]() |
SΣ | 0..* | Address | An international, non-Uzbekistan address |
![]() ![]() ![]() ![]() |
?!SΣ | 0..1 | code | Type of address, home | temp Привязка: AddressUseVS (0.5.0) (required) Пример General: home |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | postal | physical | both Привязка: AddressTypeVS (0.5.0) (required) Пример General: both |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Text part of the address Пример General: 137 Nowhere Street, Erewhon 9132 |
![]() ![]() ![]() ![]() |
SΣ | 0..* | string | Street name or address line Этот повторяющийся порядок элементов: The order in which lines should appear in an address label Пример General: 137 Nowhere Street |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | City or locality Пример General: Erewhon |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | District, county, or administrative division Пример General: Madison |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | State, province, or region |
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Country code (ISO 3166-1 2 letter code) Привязка: ISO3166_2SansUZ (0.5.0) (required) |
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when the address was/is used Пример General: {"start":"2010-03-23","end":"2010-07-01"} |
![]() ![]() |
S | 0..1 | Period | Period of time that this relationship is considered valid |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| RelatedPerson.identifier.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:nationalId.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:nationalId.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportLocal.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportLocal.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportInternational.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportInternational.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:birthCertificate.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:birthCertificate.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:driversLicense.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:driversLicense.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:diplomaticPassport.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:diplomaticPassport.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:healthCard.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:healthCard.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:militaryId.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:militaryId.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.relationship | Base | required | Relationship type | 📍0.5.0 | этот IG |
| RelatedPerson.name.use | Base | required | NameUse | 📍5.0.0 | Стандарт FHIR |
| RelatedPerson.telecom.system | Base | required | Types of possible contact points | 📍0.5.0 | этот IG |
| RelatedPerson.telecom.use | Base | required | Telecom use | 📍0.5.0 | этот IG |
| RelatedPerson.gender | Base | required | AdministrativeGender | 📍5.0.0 | Стандарт FHIR |
| RelatedPerson.address:uzAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.city | Base | required | Mahallas translations | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.district | Base | required | Uzbekistan Regions and Locations | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.state | Base | required | Uzbekistan states and Locations | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.country | Base | required | ISO 3166 part 1 2-letter codes, sans Uzbekistan | 📍0.5.0 | этот IG |
| Id | Градация | Путь(и) | Описание | Выражение |
| 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 | лучшая практика | 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()
|
Дифференциальный вид
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | RelatedPerson(5.0.0) | A person that is related to a patient, but who is not a direct target of care |
![]() ![]() |
S | 1..* | Identifier | A human identifier for this person Разрез: Не упорядочено, Открыто от value:system |
![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. | |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) | |
![]() ![]() ![]() ![]() |
0..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) | |
![]() ![]() ![]() |
S | 0..1 | Identifier | PINFL of the related person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: NI | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: National unique individual identifier | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ni |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: PPN | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Passport number | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/local |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: PPN | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Passport number | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/intl |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: BCT | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Birth Certificate | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/bct |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: DL | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Driver's license number | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/dl |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: DP | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Diplomatic Passport | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/dp |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: HC | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Health card number | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/hc |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() ![]() |
S | 0..1 | Identifier | A human identifier for this person |
![]() ![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) |
![]() ![]() ![]() ![]() |
0..1 | code | usual | official | temp | secondary | old (If known) Требуемый шаблон: official | |
![]() ![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Description of identifier Требуемый шаблон: По крайней мере следующие |
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: MI | |
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Military ID number | |
![]() ![]() ![]() ![]() |
S | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/mi |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() |
S | 0..1 | boolean | Whether this related person's record is in active use |
![]() ![]() |
S | 1..1 | Reference(UZ Core Patient(0.5.0)) | The patient this person is related to |
![]() ![]() |
S | 0..* | CodeableConcept | The relationship of the related person to the patient Привязка: RelationshipTypeVS (0.5.0) (required) |
![]() ![]() |
S | 0..* | HumanName | A name associated with the person |
![]() ![]() ![]() |
S | 0..1 | code | usual | official | temp | nickname | anonymous | old | maiden |
![]() ![]() ![]() |
S | 0..1 | string | Text representation of the full name |
![]() ![]() ![]() |
S | 0..1 | string | Family name (often called 'Surname') |
![]() ![]() ![]() |
S | 0..* | string | Given names (not always 'first'). Includes middle names |
![]() ![]() ![]() |
S | 0..* | string | Parts that come after the name |
![]() ![]() ![]() |
S | 0..1 | Period | Time period when name was/is in use |
![]() ![]() |
S | 0..* | ContactPoint | A contact detail for the person |
![]() ![]() ![]() |
S | 0..1 | code | phone | fax | email | pager | url | sms | other Привязка: ContactPointSystemVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Привязка: TelecomUseVS (0.5.0) (required) |
![]() ![]() |
S | 0..1 | code | male | female | other | unknown |
![]() ![]() ![]() |
0..* | Extension | Extension Разрез: Не упорядочено, Открыто от value:url | |
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Differentiation of the administrative gender 'other' URL: https://dhp.uz/fhir/core/StructureDefinition/gender-other Привязка: GenderOtherVS (0.5.0) (required) |
![]() ![]() |
S | 0..1 | date | The date on which the related person was born |
![]() ![]() |
S | 0..* | Address | Address where the related person can be contacted or visited Разрез: Не упорядочено, Открыто от value:country |
![]() ![]() ![]() |
S | 0..* | Address | An Uzbekistan address |
![]() ![]() ![]() ![]() |
S | 0..1 | code | Type of address, home | temp Привязка: AddressUseVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | code | postal | physical | both Привязка: AddressTypeVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | string | Text part of the address provided by DPM. Mahalla name, street, house number, apartment number |
![]() ![]() ![]() ![]() |
S | 0..* | string | Text street name provided by DPM |
![]() ![]() ![]() ![]() |
S | 0..1 | string | Mahalla code (citizens' assembly) Привязка: MahallaVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | string | District or city code Привязка: RegionsVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | string | Region code Привязка: StateVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 1..1 | string | Country code (ISO 3166-1 2 letter code) Требуемый шаблон: UZ |
![]() ![]() ![]() ![]() |
S | 0..1 | Period | Time period when the address was/is used |
![]() ![]() ![]() |
S | 0..* | Address | An international, non-Uzbekistan address |
![]() ![]() ![]() ![]() |
S | 0..1 | code | Type of address, home | temp Привязка: AddressUseVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | code | postal | physical | both Привязка: AddressTypeVS (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | string | Text part of the address |
![]() ![]() ![]() ![]() |
S | 0..* | string | Street name or address line |
![]() ![]() ![]() ![]() |
S | 0..1 | string | City or locality |
![]() ![]() ![]() ![]() |
S | 0..1 | string | District, county, or administrative division |
![]() ![]() ![]() ![]() |
S | 0..1 | string | State, province, or region |
![]() ![]() ![]() ![]() |
S | 1..1 | string | Country code (ISO 3166-1 2 letter code) Привязка: ISO3166_2SansUZ (0.5.0) (required) |
![]() ![]() ![]() ![]() |
S | 0..1 | Period | Time period when the address was/is used |
![]() ![]() |
S | 0..1 | Period | Period of time that this relationship is considered valid |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| RelatedPerson.identifier.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.relationship | Base | required | Relationship type | 📍0.5.0 | этот IG |
| RelatedPerson.telecom.system | Base | required | Types of possible contact points | 📍0.5.0 | этот IG |
| RelatedPerson.telecom.use | Base | required | Telecom use | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.city | Base | required | Mahallas translations | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.district | Base | required | Uzbekistan Regions and Locations | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.state | Base | required | Uzbekistan states and Locations | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.country | Base | required | ISO 3166 part 1 2-letter codes, sans Uzbekistan | 📍0.5.0 | этот IG |
| Id | Градация | Путь(и) | Описание | Выражение |
Обзор моментальных снимковView
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
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 | ||||
![]() ![]() |
Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() |
Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() |
?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() |
0..1 | code | Language of the resource content Привязка: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() |
0..1 | Narrative | Text summary of the resource, for human interpretation This profile does not constrain the narrative in regard to content, language, or traceability to data elements | |||||
![]() ![]() |
0..* | Resource | Contained, inline Resources | |||||
![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored Constraints: ext-1 | ||||
![]() ![]() |
SΣ | 1..* | Identifier | A human identifier for this person Разрез: Не упорядочено, Открыто от value:system | ||||
![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | uri | The namespace for the identifier value Пример General: http://www.acme.com/identifiers/patient | ||||
![]() ![]() ![]() ![]() |
ΣC | 0..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | PINFL of the related person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: NI | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: National unique individual identifier | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ni | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: PPN | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Passport number | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/local | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: PPN | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Passport number | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/intl | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: BCT | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Birth Certificate | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/bct | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: DL | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Driver's license number | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/dl | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: DP | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Diplomatic Passport | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/ppn/dp | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: HC | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Health card number | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/hc | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Identifier | A human identifier for this person | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Это используется, если значение отсутствует: например, пациент не имеет паспорта, и нужно указать причину отсутствия. Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() ![]() |
S | 0..1 | code | unknown | asked | temp | notasked | masked | unsupported | astext | error URL: http://hl7.org/fhir/StructureDefinition/data-absent-reason Привязка: DataAbsentReason (required) Constraints: ext-1 | ||||
![]() ![]() ![]() ![]() |
?!Σ | 0..1 | code | usual | official | temp | secondary | old (If known) Привязка: IdentifierUseVS (0.5.0) (required) Требуемый шаблон: official | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | CodeableConcept | Description of identifier Привязка: IdentifierTypeVS (0.5.0) (required) Требуемый шаблон: По крайней мере следующие | ||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() |
1..* | Coding | Code defined by a terminology system Фиксированное значение: (комплексный) | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | uri | Identity of the terminology system Фиксированное значение: http://terminology.hl7.org/CodeSystem/v2-0203 | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | code | Symbol in syntax defined by the system Фиксированное значение: MI | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
1..1 | string | Representation defined by the system Фиксированное значение: Military ID number | |||||
![]() ![]() ![]() ![]() ![]() ![]() |
0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() |
0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | uri | The namespace for the identifier value Требуемый шаблон: https://dhp.uz/fhir/core/sid/pid/uz/mi | ||||
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when id is/was valid for use | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | Reference(Organization) | Organization that issued id (may be just text) | ||||
![]() ![]() |
?!SΣ | 0..1 | boolean | Whether this related person's record is in active use | ||||
![]() ![]() |
SΣ | 1..1 | Reference(UZ Core Patient(0.5.0)) | The patient this person is related to | ||||
![]() ![]() |
SΣ | 0..* | CodeableConcept | The relationship of the related person to the patient Привязка: RelationshipTypeVS (0.5.0) (required) | ||||
![]() ![]() |
SΣ | 0..* | HumanName | A name associated with the person | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!SΣ | 0..1 | code | usual | official | temp | nickname | anonymous | old | maiden Привязка: NameUse (required): The use of a human name. | ||||
![]() ![]() ![]() |
SΣ | 0..1 | string | Text representation of the full name | ||||
![]() ![]() ![]() |
SΣ | 0..1 | string | Family name (often called 'Surname') | ||||
![]() ![]() ![]() |
SΣ | 0..* | string | Given names (not always 'first'). Includes middle names Этот повторяющийся порядок элементов: Given Names appear in the correct order for presenting the name | ||||
![]() ![]() ![]() |
Σ | 0..* | string | Parts that come before the name Этот повторяющийся порядок элементов: Prefixes appear in the correct order for presenting the name | ||||
![]() ![]() ![]() |
SΣ | 0..* | string | Parts that come after the name Этот повторяющийся порядок элементов: Suffixes appear in the correct order for presenting the name | ||||
![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when name was/is in use | ||||
![]() ![]() |
SΣ | 0..* | ContactPoint | A contact detail for the person | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
SΣC | 0..1 | code | phone | fax | email | pager | url | sms | other Привязка: ContactPointSystemVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
ΣC | 0..1 | string | The actual contact point details | ||||
![]() ![]() ![]() |
?!SΣ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Привязка: TelecomUseVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
Σ | 0..1 | positiveInt | Specify preferred order of use (1 = highest) | ||||
![]() ![]() ![]() |
Σ | 0..1 | Period | Time period when the contact point was/is in use | ||||
![]() ![]() |
SΣ | 0..1 | code | male | female | other | unknown Привязка: AdministrativeGender (required): The gender of a person used for administrative purposes. | ||||
![]() ![]() ![]() |
0..1 | string | xml:id (or equivalent in JSON) | |||||
![]() ![]() ![]() |
0..* | Extension | Extension Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
S | 0..1 | Coding | Differentiation of the administrative gender 'other' URL: https://dhp.uz/fhir/core/StructureDefinition/gender-other Привязка: GenderOtherVS (0.5.0) (required) Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..1 | code | Primitive value for code | |||||
![]() ![]() |
SΣ | 0..1 | date | The date on which the related person was born | ||||
![]() ![]() |
SΣ | 0..* | Address | Address where the related person can be contacted or visited Разрез: Не упорядочено, Открыто от value:country | ||||
![]() ![]() ![]() |
SΣ | 0..* | Address | An Uzbekistan address | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!SΣ | 0..1 | code | Type of address, home | temp Привязка: AddressUseVS (0.5.0) (required) Пример General: home | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | postal | physical | both Привязка: AddressTypeVS (0.5.0) (required) Пример General: both | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Text part of the address provided by DPM. Mahalla name, street, house number, apartment number Пример General: 137 Nowhere Street, Erewhon 9132 | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..* | string | Text street name provided by DPM Этот повторяющийся порядок элементов: The order in which lines should appear in an address label Пример General: 137 Nowhere Street | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Mahalla code (citizens' assembly) Привязка: MahallaVS (0.5.0) (required) Пример General: Erewhon | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | District or city code Привязка: RegionsVS (0.5.0) (required) Пример General: Madison | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Region code Привязка: StateVS (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Postal code for area Пример General: 9132 | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Country code (ISO 3166-1 2 letter code) Требуемый шаблон: UZ | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when the address was/is used Пример General: {"start":"2010-03-23","end":"2010-07-01"} | ||||
![]() ![]() ![]() |
SΣ | 0..* | Address | An international, non-Uzbekistan address | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() ![]() |
?!SΣ | 0..1 | code | Type of address, home | temp Привязка: AddressUseVS (0.5.0) (required) Пример General: home | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | code | postal | physical | both Привязка: AddressTypeVS (0.5.0) (required) Пример General: both | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | Text part of the address Пример General: 137 Nowhere Street, Erewhon 9132 | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..* | string | Street name or address line Этот повторяющийся порядок элементов: The order in which lines should appear in an address label Пример General: 137 Nowhere Street | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | City or locality Пример General: Erewhon | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | District, county, or administrative division Пример General: Madison | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | string | State, province, or region | ||||
![]() ![]() ![]() ![]() |
Σ | 0..1 | string | Postal code for area Пример General: 9132 | ||||
![]() ![]() ![]() ![]() |
SΣ | 1..1 | string | Country code (ISO 3166-1 2 letter code) Привязка: ISO3166_2SansUZ (0.5.0) (required) | ||||
![]() ![]() ![]() ![]() |
SΣ | 0..1 | Period | Time period when the address was/is used Пример General: {"start":"2010-03-23","end":"2010-07-01"} | ||||
![]() ![]() |
0..* | Attachment | Image of the person | |||||
![]() ![]() |
S | 0..1 | Period | Period of time that this relationship is considered valid | ||||
![]() ![]() |
0..* | BackboneElement | A language which may be used to communicate with the related person about the patient's health | |||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
1..1 | CodeableConcept | The language which can be used to communicate with the related person about the patient's health Привязка: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
0..1 | boolean | Language preference indicator | |||||
Документация для этого формата | ||||||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| RelatedPerson.language | Base | required | All Languages | 📍5.0.0 | Стандарт FHIR |
| RelatedPerson.identifier.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:nationalId.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:nationalId.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportLocal.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportLocal.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportInternational.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:passportInternational.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:birthCertificate.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:birthCertificate.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:driversLicense.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:driversLicense.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:diplomaticPassport.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:diplomaticPassport.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:healthCard.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:healthCard.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:militaryId.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| RelatedPerson.identifier:militaryId.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| RelatedPerson.relationship | Base | required | Relationship type | 📍0.5.0 | этот IG |
| RelatedPerson.name.use | Base | required | NameUse | 📍5.0.0 | Стандарт FHIR |
| RelatedPerson.telecom.system | Base | required | Types of possible contact points | 📍0.5.0 | этот IG |
| RelatedPerson.telecom.use | Base | required | Telecom use | 📍0.5.0 | этот IG |
| RelatedPerson.gender | Base | required | AdministrativeGender | 📍5.0.0 | Стандарт FHIR |
| RelatedPerson.address:uzAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.city | Base | required | Mahallas translations | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.district | Base | required | Uzbekistan Regions and Locations | 📍0.5.0 | этот IG |
| RelatedPerson.address:uzAddress.state | Base | required | Uzbekistan states and Locations | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| RelatedPerson.address:i18nAddress.country | Base | required | ISO 3166 part 1 2-letter codes, sans Uzbekistan | 📍0.5.0 | этот IG |
| RelatedPerson.communication.language | Base | required | All Languages | 📍5.0.0 | Стандарт FHIR |
| Id | Градация | Путь(и) | Описание | Выражение |
| 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 | лучшая практика | 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
Обязательный: 1 элемент(26 вложенные обязательны элементs)
Обязательная поддержка: 80 элементs
Структуры
Эта структура относится к этим другим структурам:
Расширения
Эта структура ссылается на эти расширения:
Разрезы
Эта структура определяет следующие Разрезы:
Другие представления профиля: CSV, Excel, Schematron
Машинный перевод, требуется проверка человеком. Эта страница автоматически переведена с английского языка с помощью искусственного интеллекта и пока не проверена редактором. При любых расхождениях приоритет имеет оригинальная англоязычная версия.
Типовые варианты взаимодействия с API для данного профиля. Запросы требуют JWT-токена доступа - см. Безопасность и аутентификация. [base] - это базовый URL FHIR-сервера; | разделяет систему идентификатора и его значение и должен быть URL-кодирован как %7C.
Чтение связанного лица по серверному id
GET [base]/RelatedPerson/[id]
Поиск лиц, связанных с пациентом
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
Создание нового связанного лица
POST [base]/RelatedPerson
{
"resourceType": "RelatedPerson",
"meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-relatedperson" ] },
"patient": { "reference": "Patient/[id]" },
...
}
Обновление существующего связанного лица
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" ] },
...
}
Полный перечень поддерживаемых поисковых параметров см. в CapabilityStatement, а URI систем идентификаторов - в разделе Системы идентификаторов.