Единая платформа цифрового здравоохранения Узбекистана
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-practitioner | Версия: 0.5.0 | ||||
| Active по состоянию на 2025-03-05 | Вычисляемое имя: UZCorePractitioner | ||||
Uzbekistan Core Practitioner profile, used to define healthcare practitioners
Машинный перевод, требуется проверка человеком. Эта страница автоматически переведена с английского языка с помощью искусственного интеллекта и пока не проверена редактором. При любых расхождениях приоритет имеет оригинальная англоязычная версия.
UZ Core Practitioner описывает отдельного медицинского работника - врача, медицинскую сестру, техника или иного представителя клинического персонала - в рамках Цифровой платформы здравоохранения. Сам по себе ресурс Practitioner несёт сведения о личности, демографические данные и квалификации; в рабочий контекст (организация, специальность, роль) он помещается через PractitionerRole, на который клинические ресурсы и ссылаются как на исполнителя или запросившую сторону. Записи Practitioner ведутся централизованно: личность и демографические данные поступают из Государственного центра персонализации по PINFL, профессиональный идентификатор - из системы HRM Argos, а квалификации - из Tibtoifa, поэтому перед созданием новой записи следует искать существующего Practitioner по идентификатору.
Предпочитайте ссылаться на PractitionerRole, а не на «голый» Practitioner, при фиксации того, кто что-либо выполнил или запросил: один практик может занимать несколько ролей - в разных организациях, специальностях или должностях - и только роль говорит, в каком качестве он действовал.
Перечисленные ниже элементы должны всегда присутствовать (обязательные) либо должны поддерживаться, когда данные доступны (Must Support) - не все они являются обязательными, но ваша система должна заполнять каждый элемент Must Support при наличии данных и обрабатывать его при получении. Это удобочитаемая для человека сводка; формальные представления ниже дают точные кардинальности, типы и терминологические привязки.
Базовый ресурс FHIR Practitioner не имеет обязательных элементов, и данный профиль их не добавляет. На практике вы почти всегда будете заполнять профессиональный идентификатор и имя (см. Must Support ниже).
gender-other, где это применимо);Расширение
gender-otherможет использоваться только тогда, когдаgenderустановлен в значениеother.
Приведённые ниже примеры идут от наименьшего экземпляра, который сервер примет, до полной записи практика. Скопируйте один из них и адаптируйте - каждое показанное значение проходит валидацию по данному профилю. Полные эталонные экземпляры приведены по ссылкам внизу страницы (пример практика, практик с расширением пола).
Базовый Practitioner не имеет обязательных элементов, но запись полезна только при наличии профессионального идентификатора и имени. Профессиональный идентификатор - это слайс HRM Argos; то, что делает его именно этим слайсом, - его URI system (заканчивающийся на sid/pro/uz/argos); type и value просто сопровождают его. Каждый ресурс UZ Core должен также указывать профиль, которому он заявляет о соответствии, в meta.profile - именно так сервер узнаёт, по каким правилам выполнять валидацию:
{
"resourceType": "Practitioner",
"meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-practitioner" ] },
"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/pro/uz/argos",
"value": "9876543210"
}
],
"name": [ { "use": "official", "text": "Test Test Test", "family": "Test", "given": [ "Test" ] } ]
}
Идентификатор Argos несёт PINFL практика как национальный уникальный индивидуальный идентификатор; его код type - NI. См. Системы идентификаторов для поддерживаемых URI систем. И identifier.use, и name.use являются обязательными привязками, поэтому official должно происходить из привязанных наборов значений.
На практике вы отправляете демографические данные, поддержки которых ожидает платформа: флаг active, telecom, gender, birthDate и address. Узбекский адрес использует кодированные административно-территориальные единицы (район, город), а не свободный текст - здесь country также несёт числовой код:
{
"resourceType": "Practitioner",
"language": "uz",
"meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-practitioner" ] },
"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/pro/uz/argos",
"value": "9876543210"
}
],
"active": true,
"name": [
{
"use": "official",
"text": "Test Test Test",
"family": "Test",
"given": [ "Test" ],
"suffix": [ "Test" ]
}
],
"telecom": [ { "system": "phone", "value": "975555555", "use": "mobile" } ],
"gender": "female",
"birthDate": "1985-05-06",
"address": [
{
"use": "temp",
"type": "physical",
"country": "182",
"district": "1703217",
"city": "22070033",
"line": [ "mahallasi Dilobod, Katortol ko'chasi, 9-uy, 15-xonadon" ]
}
]
}
telecom.system и name.use используют обязательные привязки - значение должно происходить из привязанного набора значений. Коды district / city берутся из национальных наборов значений - см. Адреса о том, откуда поступает каждый код. Для практика, проживающего за рубежом, используйте адрес в свободной текстовой форме с country, установленным в иностранный код ISO.
Полная запись несёт qualification практика (каждый code из набора значений лицензий/сертификатов Tibtoifa, с его issuer), photo и deceasedBoolean / deceasedDateTime, когда это применимо. issuer квалификации - это обычная Reference на Organization. Эти ключи вписываются в тот же ресурс, что и реалистичная запись выше:
{
"photo": [
{ "url": "https://media.dhp.uz/practitioner/example.jpg", "size": "1024" }
],
"qualification": [
{
"code": { "coding": [{ "system": "http://terminology.hl7.org/CodeSystem/v2-0360", "code": "DIP" }] },
"issuer": { "reference": "Organization/example-organization" }
}
],
"deceasedBoolean": true
}
qualification.code привязан (required) к набору значений лицензий/сертификатов Tibtoifa. Используйте deceasedDateTime, когда известна точная дата смерти, или deceasedBoolean, когда известен только сам факт.
Примеры вызовов API и образец полезной нагрузки см. в разделе Быстрый старт внизу этой страницы.
Использование:
You can also check for usages in the FHIR IG Statistics
Описание профилей, дифференциалов, снимков и их представлений.
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Practitioner(5.0.0) | A person with a formal responsibility in the provisioning of healthcare or related services 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Σ | 0..* | Identifier | An identifier for the person as this agent Разрез: Не упорядочено, Открыто от value:system |
![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() |
?!Σ | 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 practitioner |
![]() ![]() ![]() ![]() |
?!Σ | 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/pro/uz/argos |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() |
?!SΣ | 0..1 | boolean | Whether this practitioner's record is in active use |
![]() ![]() |
SΣ | 0..* | HumanName | The name(s) associated with the practitioner |
![]() ![]() ![]() |
?!SΣ | 0..1 | code | usual | official | temp | nickname | anonymous | old | maiden Привязка: NameUseVS (0.5.0) (required) |
![]() ![]() ![]() |
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 practitioner (that apply to all roles) |
![]() ![]() ![]() |
SΣC | 0..1 | code | phone | fax | email | pager | url | sms | other Привязка: ContactPointSystemVS (0.5.0) (required) |
![]() ![]() ![]() |
SΣC | 0..1 | string | The actual contact point details |
![]() ![]() ![]() |
?!SΣ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Привязка: ContactPointUse (required): Use of contact point. |
![]() ![]() ![]() |
SΣ | 0..1 | positiveInt | Specify preferred order of use (1 = highest) |
![]() ![]() ![]() |
SΣ | 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..* | 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 practitioner was born |
![]() ![]() |
Σ | 0..1 | Indicates if the practitioner is deceased or not Разрез: Не упорядочено, Закрыто от type:$this | |
![]() ![]() ![]() |
boolean | |||
![]() ![]() ![]() |
dateTime | |||
![]() ![]() ![]() |
SΣ | 0..1 | dateTime | Indicates if the practitioner is deceased or not |
![]() ![]() ![]() |
SΣ | 0..1 | boolean | Indicates if the practitioner is deceased or not |
![]() ![]() |
SΣ | 0..* | Address | Address(es) of the practitioner that are not role specific (typically home address) Разрез: Не упорядочено, Открыто от 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..* | Attachment | Image of the person |
![]() ![]() ![]() |
SΣ | 0..1 | url | Uri where the data can be found Пример General: http://www.acme.com/logo-small.png |
![]() ![]() ![]() |
SΣ | 0..1 | integer64 | Number of bytes of content (if url provided) |
![]() ![]() |
S | 0..* | BackboneElement | Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Coded representation of the qualification Привязка: LicenseCertificateVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | Period | Period during which the qualification is valid |
![]() ![]() ![]() |
S | 0..1 | Reference(Organization) | Organization that regulates and issues the qualification |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| Practitioner.identifier.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| Practitioner.identifier.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| Practitioner.identifier:nationalId.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| Practitioner.identifier:nationalId.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| Practitioner.name.use | Base | required | Types of possible name uses | 📍0.5.0 | этот IG |
| Practitioner.telecom.system | Base | required | Types of possible contact points | 📍0.5.0 | этот IG |
| Practitioner.telecom.use | Base | required | ContactPointUse | 📍5.0.0 | Стандарт FHIR |
| Practitioner.gender | Base | required | AdministrativeGender | 📍5.0.0 | Стандарт FHIR |
| Practitioner.address:uzAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.city | Base | required | Mahallas translations | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.district | Base | required | Uzbekistan Regions and Locations | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.state | Base | required | Uzbekistan states and Locations | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.country | Base | required | ISO 3166 part 1 2-letter codes, sans Uzbekistan | 📍0.5.0 | этот IG |
| Practitioner.qualification.code | Base | required | License, certificate, degree | 📍0.5.0 | этот IG |
| Id | Градация | Путь(и) | Описание | Выражение |
| dom-2 | error | Practitioner | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Practitioner | 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 | Practitioner | 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 | Practitioner | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | лучшая практика | Practitioner | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | Practitioner.implicitRules, Practitioner.modifierExtension, Practitioner.identifier, Practitioner.identifier.use, Practitioner.identifier.type, Practitioner.identifier:nationalId, Practitioner.identifier:nationalId.use, Practitioner.identifier:nationalId.type, Practitioner.identifier:nationalId.system, Practitioner.identifier:nationalId.value, Practitioner.active, Practitioner.name, Practitioner.name.use, Practitioner.name.text, Practitioner.name.family, Practitioner.name.given, Practitioner.name.suffix, Practitioner.name.period, Practitioner.telecom, Practitioner.telecom.system, Practitioner.telecom.value, Practitioner.telecom.use, Practitioner.telecom.rank, Practitioner.telecom.period, Practitioner.gender, Practitioner.gender.extension, Practitioner.gender.extension:gender-other, Practitioner.birthDate, Practitioner.deceased[x], Practitioner.deceased[x]:deceasedDateTime, Practitioner.deceased[x]:deceasedBoolean, Practitioner.address, Practitioner.address:uzAddress, Practitioner.address:uzAddress.use, Practitioner.address:uzAddress.type, Practitioner.address:uzAddress.text, Practitioner.address:uzAddress.line, Practitioner.address:uzAddress.city, Practitioner.address:uzAddress.district, Practitioner.address:uzAddress.state, Practitioner.address:uzAddress.country, Practitioner.address:uzAddress.period, Practitioner.address:i18nAddress, Practitioner.address:i18nAddress.use, Practitioner.address:i18nAddress.type, Practitioner.address:i18nAddress.text, Practitioner.address:i18nAddress.line, Practitioner.address:i18nAddress.city, Practitioner.address:i18nAddress.district, Practitioner.address:i18nAddress.state, Practitioner.address:i18nAddress.country, Practitioner.address:i18nAddress.period, Practitioner.photo, Practitioner.photo.url, Practitioner.photo.size, Practitioner.qualification, Practitioner.qualification.modifierExtension, Practitioner.qualification.code, Practitioner.qualification.period, Practitioner.qualification.issuer | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | Practitioner.modifierExtension, Practitioner.gender.extension, Practitioner.gender.extension:gender-other, Practitioner.qualification.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| uzcore-gender-other-2 | error | Practitioner | 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..* | Practitioner(5.0.0) | A person with a formal responsibility in the provisioning of healthcare or related services |
![]() ![]() |
S | 0..* | Identifier | An identifier for the person as this agent Разрез: Не упорядочено, Открыто от value:system |
![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() |
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 practitioner |
![]() ![]() ![]() ![]() |
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/pro/uz/argos |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() |
S | 0..1 | boolean | Whether this practitioner's record is in active use |
![]() ![]() |
S | 0..* | HumanName | The name(s) associated with the practitioner |
![]() ![]() ![]() |
S | 0..1 | code | usual | official | temp | nickname | anonymous | old | maiden Привязка: NameUseVS (0.5.0) (required) |
![]() ![]() ![]() |
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 practitioner (that apply to all roles) |
![]() ![]() ![]() |
S | 0..1 | code | phone | fax | email | pager | url | sms | other Привязка: ContactPointSystemVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | string | The actual contact point details |
![]() ![]() ![]() |
S | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point |
![]() ![]() ![]() |
S | 0..1 | positiveInt | Specify preferred order of use (1 = highest) |
![]() ![]() ![]() |
S | 0..1 | Period | Time period when the contact point was/is in use |
![]() ![]() |
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 practitioner was born |
![]() ![]() |
0..1 | boolean, dateTime | Indicates if the practitioner is deceased or not Разрез: Не упорядочено, Открыто от type:$this | |
![]() ![]() ![]() |
S | 0..1 | dateTime | Indicates if the practitioner is deceased or not |
![]() ![]() ![]() |
S | 0..1 | boolean | Indicates if the practitioner is deceased or not |
![]() ![]() |
S | 0..* | Address | Address(es) of the practitioner that are not role specific (typically home address) Разрез: Не упорядочено, Открыто от 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..* | Attachment | Image of the person |
![]() ![]() ![]() |
S | 0..1 | url | Uri where the data can be found |
![]() ![]() ![]() |
S | 0..1 | integer64 | Number of bytes of content (if url provided) |
![]() ![]() |
S | 0..* | BackboneElement | Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Coded representation of the qualification Привязка: LicenseCertificateVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | Period | Period during which the qualification is valid |
![]() ![]() ![]() |
S | 0..1 | Reference(Organization) | Organization that regulates and issues the qualification |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| Practitioner.identifier.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| Practitioner.identifier.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| Practitioner.name.use | Base | required | Types of possible name uses | 📍0.5.0 | этот IG |
| Practitioner.telecom.system | Base | required | Types of possible contact points | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.city | Base | required | Mahallas translations | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.district | Base | required | Uzbekistan Regions and Locations | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.state | Base | required | Uzbekistan states and Locations | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.country | Base | required | ISO 3166 part 1 2-letter codes, sans Uzbekistan | 📍0.5.0 | этот IG |
| Practitioner.qualification.code | Base | required | License, certificate, degree | 📍0.5.0 | этот IG |
| Id | Градация | Путь(и) | Описание | Выражение |
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | Practitioner(5.0.0) | A person with a formal responsibility in the provisioning of healthcare or related services 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Σ | 0..* | Identifier | An identifier for the person as this agent Разрез: Не упорядочено, Открыто от value:system | ||||
![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Разрез: Не упорядочено, Открыто от value:url 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 practitioner | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Разрез: Не упорядочено, Открыто от value:url 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/pro/uz/argos | ||||
![]() ![]() ![]() ![]() |
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 practitioner's record is in active use | ||||
![]() ![]() |
SΣ | 0..* | HumanName | The name(s) associated with the practitioner | ||||
![]() ![]() ![]() |
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 Привязка: NameUseVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
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 practitioner (that apply to all roles) | ||||
![]() ![]() ![]() |
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) | ||||
![]() ![]() ![]() |
SΣC | 0..1 | string | The actual contact point details | ||||
![]() ![]() ![]() |
?!SΣ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Привязка: ContactPointUse (required): Use of contact point. | ||||
![]() ![]() ![]() |
SΣ | 0..1 | positiveInt | Specify preferred order of use (1 = highest) | ||||
![]() ![]() ![]() |
SΣ | 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 practitioner was born | ||||
![]() ![]() |
Σ | 0..1 | Indicates if the practitioner is deceased or not Разрез: Не упорядочено, Закрыто от type:$this | |||||
![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
SΣ | 0..1 | dateTime | Indicates if the practitioner is deceased or not | ||||
![]() ![]() ![]() |
SΣ | 0..1 | boolean | Indicates if the practitioner is deceased or not | ||||
![]() ![]() |
SΣ | 0..* | Address | Address(es) of the practitioner that are not role specific (typically home address) Разрез: Не упорядочено, Открыто от 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"} | ||||
![]() ![]() |
S | 0..* | Attachment | Image of the person | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | code | Mime type of the content, with charset etc. Привязка: MimeTypes (required): BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049) Пример General: text/plain; charset=UTF-8, image/png | ||||
![]() ![]() ![]() |
Σ | 0..1 | code | Human language of the content (BCP-47) Привязка: AllLanguages (required): IETF language tag for a human language.
Пример General: en-AU | ||||
![]() ![]() ![]() |
C | 0..1 | base64Binary | Data inline, base64ed | ||||
![]() ![]() ![]() |
SΣ | 0..1 | url | Uri where the data can be found Пример General: http://www.acme.com/logo-small.png | ||||
![]() ![]() ![]() |
SΣ | 0..1 | integer64 | Number of bytes of content (if url provided) | ||||
![]() ![]() ![]() |
Σ | 0..1 | base64Binary | Hash of the data (sha-1, base64ed) | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Label to display in place of the data Пример General: Official Corporate Logo | ||||
![]() ![]() ![]() |
Σ | 0..1 | dateTime | Date attachment was first created | ||||
![]() ![]() ![]() |
0..1 | positiveInt | Height of the image in pixels (photo/video) | |||||
![]() ![]() ![]() |
0..1 | positiveInt | Width of the image in pixels (photo/video) | |||||
![]() ![]() ![]() |
0..1 | positiveInt | Number of frames if > 1 (photo) | |||||
![]() ![]() ![]() |
0..1 | decimal | Length in seconds (audio / video) | |||||
![]() ![]() ![]() |
0..1 | positiveInt | Number of printed pages | |||||
![]() ![]() |
S | 0..* | BackboneElement | Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..* | Identifier | An identifier for this qualification for the practitioner | |||||
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Coded representation of the qualification Привязка: LicenseCertificateVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
S | 0..1 | Period | Period during which the qualification is valid | ||||
![]() ![]() ![]() |
S | 0..1 | Reference(Organization) | Organization that regulates and issues the qualification | ||||
![]() ![]() |
0..* | BackboneElement | A language which may be used to communicate with the practitioner | |||||
![]() ![]() ![]() |
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 code used to communicate with the practitioner Привязка: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
0..1 | boolean | Language preference indicator | |||||
Документация для этого формата | ||||||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| Practitioner.language | Base | required | All Languages | 📍5.0.0 | Стандарт FHIR |
| Practitioner.identifier.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| Practitioner.identifier.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| Practitioner.identifier:nationalId.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| Practitioner.identifier:nationalId.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| Practitioner.name.use | Base | required | Types of possible name uses | 📍0.5.0 | этот IG |
| Practitioner.telecom.system | Base | required | Types of possible contact points | 📍0.5.0 | этот IG |
| Practitioner.telecom.use | Base | required | ContactPointUse | 📍5.0.0 | Стандарт FHIR |
| Practitioner.gender | Base | required | AdministrativeGender | 📍5.0.0 | Стандарт FHIR |
| Practitioner.address:uzAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.city | Base | required | Mahallas translations | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.district | Base | required | Uzbekistan Regions and Locations | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.state | Base | required | Uzbekistan states and Locations | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.country | Base | required | ISO 3166 part 1 2-letter codes, sans Uzbekistan | 📍0.5.0 | этот IG |
| Practitioner.photo.contentType | Base | required | Mime Types | 📍5.0.0 | Стандарт FHIR |
| Practitioner.photo.language | Base | required | All Languages | 📍5.0.0 | Стандарт FHIR |
| Practitioner.qualification.code | Base | required | License, certificate, degree | 📍0.5.0 | этот IG |
| Practitioner.communication.language | Base | required | All Languages | 📍5.0.0 | Стандарт FHIR |
| Id | Градация | Путь(и) | Описание | Выражение |
| dom-2 | error | Practitioner | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Practitioner | 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 | Practitioner | 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 | Practitioner | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | лучшая практика | Practitioner | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | Practitioner.meta, Practitioner.implicitRules, Practitioner.language, Practitioner.text, Practitioner.extension, Practitioner.modifierExtension, Practitioner.identifier, Practitioner.identifier.extension, Practitioner.identifier.use, Practitioner.identifier.type, Practitioner.identifier.system, Practitioner.identifier.value, Practitioner.identifier.period, Practitioner.identifier.assigner, Practitioner.identifier:nationalId, Practitioner.identifier:nationalId.extension, Practitioner.identifier:nationalId.use, Practitioner.identifier:nationalId.type, Practitioner.identifier:nationalId.system, Practitioner.identifier:nationalId.value, Practitioner.identifier:nationalId.period, Practitioner.identifier:nationalId.assigner, Practitioner.active, Practitioner.name, Practitioner.name.extension, Practitioner.name.use, Practitioner.name.text, Practitioner.name.family, Practitioner.name.given, Practitioner.name.prefix, Practitioner.name.suffix, Practitioner.name.period, Practitioner.telecom, Practitioner.telecom.extension, Practitioner.telecom.system, Practitioner.telecom.value, Practitioner.telecom.use, Practitioner.telecom.rank, Practitioner.telecom.period, Practitioner.gender, Practitioner.gender.extension, Practitioner.gender.extension:gender-other, Practitioner.birthDate, Practitioner.deceased[x], Practitioner.deceased[x]:deceasedDateTime, Practitioner.deceased[x]:deceasedBoolean, Practitioner.address, Practitioner.address:uzAddress, Practitioner.address:uzAddress.extension, Practitioner.address:uzAddress.use, Practitioner.address:uzAddress.type, Practitioner.address:uzAddress.text, Practitioner.address:uzAddress.line, Practitioner.address:uzAddress.city, Practitioner.address:uzAddress.district, Practitioner.address:uzAddress.state, Practitioner.address:uzAddress.postalCode, Practitioner.address:uzAddress.country, Practitioner.address:uzAddress.period, Practitioner.address:i18nAddress, Practitioner.address:i18nAddress.extension, Practitioner.address:i18nAddress.use, Practitioner.address:i18nAddress.type, Practitioner.address:i18nAddress.text, Practitioner.address:i18nAddress.line, Practitioner.address:i18nAddress.city, Practitioner.address:i18nAddress.district, Practitioner.address:i18nAddress.state, Practitioner.address:i18nAddress.postalCode, Practitioner.address:i18nAddress.country, Practitioner.address:i18nAddress.period, Practitioner.photo, Practitioner.photo.extension, Practitioner.photo.contentType, Practitioner.photo.language, Practitioner.photo.data, Practitioner.photo.url, Practitioner.photo.size, Practitioner.photo.hash, Practitioner.photo.title, Practitioner.photo.creation, Practitioner.photo.height, Practitioner.photo.width, Practitioner.photo.frames, Practitioner.photo.duration, Practitioner.photo.pages, Practitioner.qualification, Practitioner.qualification.extension, Practitioner.qualification.modifierExtension, Practitioner.qualification.identifier, Practitioner.qualification.code, Practitioner.qualification.period, Practitioner.qualification.issuer, Practitioner.communication, Practitioner.communication.extension, Practitioner.communication.modifierExtension, Practitioner.communication.language, Practitioner.communication.preferred | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | Practitioner.extension, Practitioner.modifierExtension, Practitioner.identifier.extension, Practitioner.identifier:nationalId.extension, Practitioner.name.extension, Practitioner.telecom.extension, Practitioner.gender.extension, Practitioner.gender.extension:gender-other, Practitioner.address:uzAddress.extension, Practitioner.address:i18nAddress.extension, Practitioner.photo.extension, Practitioner.qualification.extension, Practitioner.qualification.modifierExtension, Practitioner.communication.extension, Practitioner.communication.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| uzcore-gender-other-2 | error | Practitioner | 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
Обязательный: 0 элемент(5 вложенные обязательны элементs)
Обязательная поддержка: 52 элементs
Расширения
Эта структура ссылается на эти расширения:
Разрезы
Эта структура определяет следующие Разрезы:
Просмотр ключевых элементов
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() |
|---|---|---|---|---|
![]() |
C | 0..* | Practitioner(5.0.0) | A person with a formal responsibility in the provisioning of healthcare or related services 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Σ | 0..* | Identifier | An identifier for the person as this agent Разрез: Не упорядочено, Открыто от value:system |
![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() |
?!Σ | 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 practitioner |
![]() ![]() ![]() ![]() |
?!Σ | 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/pro/uz/argos |
![]() ![]() ![]() ![]() |
SΣC | 1..1 | string | The value that is unique Пример General: 123456 |
![]() ![]() |
?!SΣ | 0..1 | boolean | Whether this practitioner's record is in active use |
![]() ![]() |
SΣ | 0..* | HumanName | The name(s) associated with the practitioner |
![]() ![]() ![]() |
?!SΣ | 0..1 | code | usual | official | temp | nickname | anonymous | old | maiden Привязка: NameUseVS (0.5.0) (required) |
![]() ![]() ![]() |
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 practitioner (that apply to all roles) |
![]() ![]() ![]() |
SΣC | 0..1 | code | phone | fax | email | pager | url | sms | other Привязка: ContactPointSystemVS (0.5.0) (required) |
![]() ![]() ![]() |
SΣC | 0..1 | string | The actual contact point details |
![]() ![]() ![]() |
?!SΣ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Привязка: ContactPointUse (required): Use of contact point. |
![]() ![]() ![]() |
SΣ | 0..1 | positiveInt | Specify preferred order of use (1 = highest) |
![]() ![]() ![]() |
SΣ | 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..* | 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 practitioner was born |
![]() ![]() |
Σ | 0..1 | Indicates if the practitioner is deceased or not Разрез: Не упорядочено, Закрыто от type:$this | |
![]() ![]() ![]() |
boolean | |||
![]() ![]() ![]() |
dateTime | |||
![]() ![]() ![]() |
SΣ | 0..1 | dateTime | Indicates if the practitioner is deceased or not |
![]() ![]() ![]() |
SΣ | 0..1 | boolean | Indicates if the practitioner is deceased or not |
![]() ![]() |
SΣ | 0..* | Address | Address(es) of the practitioner that are not role specific (typically home address) Разрез: Не упорядочено, Открыто от 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..* | Attachment | Image of the person |
![]() ![]() ![]() |
SΣ | 0..1 | url | Uri where the data can be found Пример General: http://www.acme.com/logo-small.png |
![]() ![]() ![]() |
SΣ | 0..1 | integer64 | Number of bytes of content (if url provided) |
![]() ![]() |
S | 0..* | BackboneElement | Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care |
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Coded representation of the qualification Привязка: LicenseCertificateVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | Period | Period during which the qualification is valid |
![]() ![]() ![]() |
S | 0..1 | Reference(Organization) | Organization that regulates and issues the qualification |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| Practitioner.identifier.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| Practitioner.identifier.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| Practitioner.identifier:nationalId.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| Practitioner.identifier:nationalId.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| Practitioner.name.use | Base | required | Types of possible name uses | 📍0.5.0 | этот IG |
| Practitioner.telecom.system | Base | required | Types of possible contact points | 📍0.5.0 | этот IG |
| Practitioner.telecom.use | Base | required | ContactPointUse | 📍5.0.0 | Стандарт FHIR |
| Practitioner.gender | Base | required | AdministrativeGender | 📍5.0.0 | Стандарт FHIR |
| Practitioner.address:uzAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.city | Base | required | Mahallas translations | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.district | Base | required | Uzbekistan Regions and Locations | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.state | Base | required | Uzbekistan states and Locations | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.country | Base | required | ISO 3166 part 1 2-letter codes, sans Uzbekistan | 📍0.5.0 | этот IG |
| Practitioner.qualification.code | Base | required | License, certificate, degree | 📍0.5.0 | этот IG |
| Id | Градация | Путь(и) | Описание | Выражение |
| dom-2 | error | Practitioner | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Practitioner | 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 | Practitioner | 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 | Practitioner | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | лучшая практика | Practitioner | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | Practitioner.implicitRules, Practitioner.modifierExtension, Practitioner.identifier, Practitioner.identifier.use, Practitioner.identifier.type, Practitioner.identifier:nationalId, Practitioner.identifier:nationalId.use, Practitioner.identifier:nationalId.type, Practitioner.identifier:nationalId.system, Practitioner.identifier:nationalId.value, Practitioner.active, Practitioner.name, Practitioner.name.use, Practitioner.name.text, Practitioner.name.family, Practitioner.name.given, Practitioner.name.suffix, Practitioner.name.period, Practitioner.telecom, Practitioner.telecom.system, Practitioner.telecom.value, Practitioner.telecom.use, Practitioner.telecom.rank, Practitioner.telecom.period, Practitioner.gender, Practitioner.gender.extension, Practitioner.gender.extension:gender-other, Practitioner.birthDate, Practitioner.deceased[x], Practitioner.deceased[x]:deceasedDateTime, Practitioner.deceased[x]:deceasedBoolean, Practitioner.address, Practitioner.address:uzAddress, Practitioner.address:uzAddress.use, Practitioner.address:uzAddress.type, Practitioner.address:uzAddress.text, Practitioner.address:uzAddress.line, Practitioner.address:uzAddress.city, Practitioner.address:uzAddress.district, Practitioner.address:uzAddress.state, Practitioner.address:uzAddress.country, Practitioner.address:uzAddress.period, Practitioner.address:i18nAddress, Practitioner.address:i18nAddress.use, Practitioner.address:i18nAddress.type, Practitioner.address:i18nAddress.text, Practitioner.address:i18nAddress.line, Practitioner.address:i18nAddress.city, Practitioner.address:i18nAddress.district, Practitioner.address:i18nAddress.state, Practitioner.address:i18nAddress.country, Practitioner.address:i18nAddress.period, Practitioner.photo, Practitioner.photo.url, Practitioner.photo.size, Practitioner.qualification, Practitioner.qualification.modifierExtension, Practitioner.qualification.code, Practitioner.qualification.period, Practitioner.qualification.issuer | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | Practitioner.modifierExtension, Practitioner.gender.extension, Practitioner.gender.extension:gender-other, Practitioner.qualification.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| uzcore-gender-other-2 | error | Practitioner | 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..* | Practitioner(5.0.0) | A person with a formal responsibility in the provisioning of healthcare or related services |
![]() ![]() |
S | 0..* | Identifier | An identifier for the person as this agent Разрез: Не упорядочено, Открыто от value:system |
![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||
![]() ![]() ![]() ![]() |
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 practitioner |
![]() ![]() ![]() ![]() |
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/pro/uz/argos |
![]() ![]() ![]() ![]() |
S | 1..1 | string | The value that is unique |
![]() ![]() |
S | 0..1 | boolean | Whether this practitioner's record is in active use |
![]() ![]() |
S | 0..* | HumanName | The name(s) associated with the practitioner |
![]() ![]() ![]() |
S | 0..1 | code | usual | official | temp | nickname | anonymous | old | maiden Привязка: NameUseVS (0.5.0) (required) |
![]() ![]() ![]() |
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 practitioner (that apply to all roles) |
![]() ![]() ![]() |
S | 0..1 | code | phone | fax | email | pager | url | sms | other Привязка: ContactPointSystemVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | string | The actual contact point details |
![]() ![]() ![]() |
S | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point |
![]() ![]() ![]() |
S | 0..1 | positiveInt | Specify preferred order of use (1 = highest) |
![]() ![]() ![]() |
S | 0..1 | Period | Time period when the contact point was/is in use |
![]() ![]() |
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 practitioner was born |
![]() ![]() |
0..1 | boolean, dateTime | Indicates if the practitioner is deceased or not Разрез: Не упорядочено, Открыто от type:$this | |
![]() ![]() ![]() |
S | 0..1 | dateTime | Indicates if the practitioner is deceased or not |
![]() ![]() ![]() |
S | 0..1 | boolean | Indicates if the practitioner is deceased or not |
![]() ![]() |
S | 0..* | Address | Address(es) of the practitioner that are not role specific (typically home address) Разрез: Не упорядочено, Открыто от 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..* | Attachment | Image of the person |
![]() ![]() ![]() |
S | 0..1 | url | Uri where the data can be found |
![]() ![]() ![]() |
S | 0..1 | integer64 | Number of bytes of content (if url provided) |
![]() ![]() |
S | 0..* | BackboneElement | Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care |
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Coded representation of the qualification Привязка: LicenseCertificateVS (0.5.0) (required) |
![]() ![]() ![]() |
S | 0..1 | Period | Period during which the qualification is valid |
![]() ![]() ![]() |
S | 0..1 | Reference(Organization) | Organization that regulates and issues the qualification |
Документация для этого формата | ||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| Practitioner.identifier.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| Practitioner.identifier.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| Practitioner.name.use | Base | required | Types of possible name uses | 📍0.5.0 | этот IG |
| Practitioner.telecom.system | Base | required | Types of possible contact points | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.city | Base | required | Mahallas translations | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.district | Base | required | Uzbekistan Regions and Locations | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.state | Base | required | Uzbekistan states and Locations | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.country | Base | required | ISO 3166 part 1 2-letter codes, sans Uzbekistan | 📍0.5.0 | этот IG |
| Practitioner.qualification.code | Base | required | License, certificate, degree | 📍0.5.0 | этот IG |
| Id | Градация | Путь(и) | Описание | Выражение |
Обзор моментальных снимковView
| Наименование | Флаги | Карта. | Тип | Описание и ограничения Filter: ![]() ![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() |
C | 0..* | Practitioner(5.0.0) | A person with a formal responsibility in the provisioning of healthcare or related services 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Σ | 0..* | Identifier | An identifier for the person as this agent Разрез: Не упорядочено, Открыто от value:system | ||||
![]() ![]() ![]() |
Содержимое/правила для всех разрезов | |||||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Разрез: Не упорядочено, Открыто от value:url 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 practitioner | ||||
![]() ![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Разрез: Не упорядочено, Открыто от value:url 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/pro/uz/argos | ||||
![]() ![]() ![]() ![]() |
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 practitioner's record is in active use | ||||
![]() ![]() |
SΣ | 0..* | HumanName | The name(s) associated with the practitioner | ||||
![]() ![]() ![]() |
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 Привязка: NameUseVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
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 practitioner (that apply to all roles) | ||||
![]() ![]() ![]() |
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) | ||||
![]() ![]() ![]() |
SΣC | 0..1 | string | The actual contact point details | ||||
![]() ![]() ![]() |
?!SΣ | 0..1 | code | home | work | temp | old | mobile - purpose of this contact point Привязка: ContactPointUse (required): Use of contact point. | ||||
![]() ![]() ![]() |
SΣ | 0..1 | positiveInt | Specify preferred order of use (1 = highest) | ||||
![]() ![]() ![]() |
SΣ | 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 practitioner was born | ||||
![]() ![]() |
Σ | 0..1 | Indicates if the practitioner is deceased or not Разрез: Не упорядочено, Закрыто от type:$this | |||||
![]() ![]() ![]() |
boolean | |||||||
![]() ![]() ![]() |
dateTime | |||||||
![]() ![]() ![]() |
SΣ | 0..1 | dateTime | Indicates if the practitioner is deceased or not | ||||
![]() ![]() ![]() |
SΣ | 0..1 | boolean | Indicates if the practitioner is deceased or not | ||||
![]() ![]() |
SΣ | 0..* | Address | Address(es) of the practitioner that are not role specific (typically home address) Разрез: Не упорядочено, Открыто от 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"} | ||||
![]() ![]() |
S | 0..* | Attachment | Image of the person | ||||
![]() ![]() ![]() |
0..1 | id | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Разрез: Не упорядочено, Открыто от value:url Constraints: ext-1 | |||||
![]() ![]() ![]() |
ΣC | 0..1 | code | Mime type of the content, with charset etc. Привязка: MimeTypes (required): BCP 13 (RFCs 2045, 2046, 2047, 4288, 4289 and 2049) Пример General: text/plain; charset=UTF-8, image/png | ||||
![]() ![]() ![]() |
Σ | 0..1 | code | Human language of the content (BCP-47) Привязка: AllLanguages (required): IETF language tag for a human language.
Пример General: en-AU | ||||
![]() ![]() ![]() |
C | 0..1 | base64Binary | Data inline, base64ed | ||||
![]() ![]() ![]() |
SΣ | 0..1 | url | Uri where the data can be found Пример General: http://www.acme.com/logo-small.png | ||||
![]() ![]() ![]() |
SΣ | 0..1 | integer64 | Number of bytes of content (if url provided) | ||||
![]() ![]() ![]() |
Σ | 0..1 | base64Binary | Hash of the data (sha-1, base64ed) | ||||
![]() ![]() ![]() |
Σ | 0..1 | string | Label to display in place of the data Пример General: Official Corporate Logo | ||||
![]() ![]() ![]() |
Σ | 0..1 | dateTime | Date attachment was first created | ||||
![]() ![]() ![]() |
0..1 | positiveInt | Height of the image in pixels (photo/video) | |||||
![]() ![]() ![]() |
0..1 | positiveInt | Width of the image in pixels (photo/video) | |||||
![]() ![]() ![]() |
0..1 | positiveInt | Number of frames if > 1 (photo) | |||||
![]() ![]() ![]() |
0..1 | decimal | Length in seconds (audio / video) | |||||
![]() ![]() ![]() |
0..1 | positiveInt | Number of printed pages | |||||
![]() ![]() |
S | 0..* | BackboneElement | Qualifications, certifications, accreditations, licenses, training, etc. pertaining to the provision of care | ||||
![]() ![]() ![]() |
0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() |
0..* | Extension | Additional content defined by implementations Constraints: ext-1 | |||||
![]() ![]() ![]() |
?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized Constraints: ext-1 | ||||
![]() ![]() ![]() |
0..* | Identifier | An identifier for this qualification for the practitioner | |||||
![]() ![]() ![]() |
S | 1..1 | CodeableConcept | Coded representation of the qualification Привязка: LicenseCertificateVS (0.5.0) (required) | ||||
![]() ![]() ![]() |
S | 0..1 | Period | Period during which the qualification is valid | ||||
![]() ![]() ![]() |
S | 0..1 | Reference(Organization) | Organization that regulates and issues the qualification | ||||
![]() ![]() |
0..* | BackboneElement | A language which may be used to communicate with the practitioner | |||||
![]() ![]() ![]() |
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 code used to communicate with the practitioner Привязка: AllLanguages (required): IETF language tag for a human language
| |||||
![]() ![]() ![]() |
0..1 | boolean | Language preference indicator | |||||
Документация для этого формата | ||||||||
| Путь | Статус | Использование | ValueSet | Версия | Источник |
| Practitioner.language | Base | required | All Languages | 📍5.0.0 | Стандарт FHIR |
| Practitioner.identifier.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| Practitioner.identifier.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| Practitioner.identifier:nationalId.use | Base | required | Types of possible identifier uses | 📍0.5.0 | этот IG |
| Practitioner.identifier:nationalId.type | Base | required | Types of possible identifiers | 📍0.5.0 | этот IG |
| Practitioner.name.use | Base | required | Types of possible name uses | 📍0.5.0 | этот IG |
| Practitioner.telecom.system | Base | required | Types of possible contact points | 📍0.5.0 | этот IG |
| Practitioner.telecom.use | Base | required | ContactPointUse | 📍5.0.0 | Стандарт FHIR |
| Practitioner.gender | Base | required | AdministrativeGender | 📍5.0.0 | Стандарт FHIR |
| Practitioner.address:uzAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.city | Base | required | Mahallas translations | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.district | Base | required | Uzbekistan Regions and Locations | 📍0.5.0 | этот IG |
| Practitioner.address:uzAddress.state | Base | required | Uzbekistan states and Locations | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.use | Base | required | Types of address registration | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.type | Base | required | Types of possible addresses | 📍0.5.0 | этот IG |
| Practitioner.address:i18nAddress.country | Base | required | ISO 3166 part 1 2-letter codes, sans Uzbekistan | 📍0.5.0 | этот IG |
| Practitioner.photo.contentType | Base | required | Mime Types | 📍5.0.0 | Стандарт FHIR |
| Practitioner.photo.language | Base | required | All Languages | 📍5.0.0 | Стандарт FHIR |
| Practitioner.qualification.code | Base | required | License, certificate, degree | 📍0.5.0 | этот IG |
| Practitioner.communication.language | Base | required | All Languages | 📍5.0.0 | Стандарт FHIR |
| Id | Градация | Путь(и) | Описание | Выражение |
| dom-2 | error | Practitioner | If the resource is contained in another resource, it SHALL NOT contain nested Resources |
contained.contained.empty()
|
| dom-3 | error | Practitioner | 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 | Practitioner | 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 | Practitioner | If a resource is contained in another resource, it SHALL NOT have a security label |
contained.meta.security.empty()
|
| dom-6 | лучшая практика | Practitioner | A resource should have narrative for robust management |
text.`div`.exists()
|
| ele-1 | error | Practitioner.meta, Practitioner.implicitRules, Practitioner.language, Practitioner.text, Practitioner.extension, Practitioner.modifierExtension, Practitioner.identifier, Practitioner.identifier.extension, Practitioner.identifier.use, Practitioner.identifier.type, Practitioner.identifier.system, Practitioner.identifier.value, Practitioner.identifier.period, Practitioner.identifier.assigner, Practitioner.identifier:nationalId, Practitioner.identifier:nationalId.extension, Practitioner.identifier:nationalId.use, Practitioner.identifier:nationalId.type, Practitioner.identifier:nationalId.system, Practitioner.identifier:nationalId.value, Practitioner.identifier:nationalId.period, Practitioner.identifier:nationalId.assigner, Practitioner.active, Practitioner.name, Practitioner.name.extension, Practitioner.name.use, Practitioner.name.text, Practitioner.name.family, Practitioner.name.given, Practitioner.name.prefix, Practitioner.name.suffix, Practitioner.name.period, Practitioner.telecom, Practitioner.telecom.extension, Practitioner.telecom.system, Practitioner.telecom.value, Practitioner.telecom.use, Practitioner.telecom.rank, Practitioner.telecom.period, Practitioner.gender, Practitioner.gender.extension, Practitioner.gender.extension:gender-other, Practitioner.birthDate, Practitioner.deceased[x], Practitioner.deceased[x]:deceasedDateTime, Practitioner.deceased[x]:deceasedBoolean, Practitioner.address, Practitioner.address:uzAddress, Practitioner.address:uzAddress.extension, Practitioner.address:uzAddress.use, Practitioner.address:uzAddress.type, Practitioner.address:uzAddress.text, Practitioner.address:uzAddress.line, Practitioner.address:uzAddress.city, Practitioner.address:uzAddress.district, Practitioner.address:uzAddress.state, Practitioner.address:uzAddress.postalCode, Practitioner.address:uzAddress.country, Practitioner.address:uzAddress.period, Practitioner.address:i18nAddress, Practitioner.address:i18nAddress.extension, Practitioner.address:i18nAddress.use, Practitioner.address:i18nAddress.type, Practitioner.address:i18nAddress.text, Practitioner.address:i18nAddress.line, Practitioner.address:i18nAddress.city, Practitioner.address:i18nAddress.district, Practitioner.address:i18nAddress.state, Practitioner.address:i18nAddress.postalCode, Practitioner.address:i18nAddress.country, Practitioner.address:i18nAddress.period, Practitioner.photo, Practitioner.photo.extension, Practitioner.photo.contentType, Practitioner.photo.language, Practitioner.photo.data, Practitioner.photo.url, Practitioner.photo.size, Practitioner.photo.hash, Practitioner.photo.title, Practitioner.photo.creation, Practitioner.photo.height, Practitioner.photo.width, Practitioner.photo.frames, Practitioner.photo.duration, Practitioner.photo.pages, Practitioner.qualification, Practitioner.qualification.extension, Practitioner.qualification.modifierExtension, Practitioner.qualification.identifier, Practitioner.qualification.code, Practitioner.qualification.period, Practitioner.qualification.issuer, Practitioner.communication, Practitioner.communication.extension, Practitioner.communication.modifierExtension, Practitioner.communication.language, Practitioner.communication.preferred | All FHIR elements must have a @value or children |
hasValue() or (children().count() > id.count())
|
| ext-1 | error | Practitioner.extension, Practitioner.modifierExtension, Practitioner.identifier.extension, Practitioner.identifier:nationalId.extension, Practitioner.name.extension, Practitioner.telecom.extension, Practitioner.gender.extension, Practitioner.gender.extension:gender-other, Practitioner.address:uzAddress.extension, Practitioner.address:i18nAddress.extension, Practitioner.photo.extension, Practitioner.qualification.extension, Practitioner.qualification.modifierExtension, Practitioner.communication.extension, Practitioner.communication.modifierExtension | Must have either extensions or value[x], not both |
extension.exists() != value.exists()
|
| uzcore-gender-other-2 | error | Practitioner | 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
Обязательный: 0 элемент(5 вложенные обязательны элементs)
Обязательная поддержка: 52 элементs
Расширения
Эта структура ссылается на эти расширения:
Разрезы
Эта структура определяет следующие Разрезы:
Другие представления профиля: CSV, Excel, Schematron
Машинный перевод, требуется проверка человеком. Эта страница автоматически переведена с английского языка с помощью искусственного интеллекта и пока не проверена редактором. При любых расхождениях приоритет имеет оригинальная англоязычная версия.
Типовые взаимодействия с API для этого профиля. Запросы требуют JWT-токена доступа - см. Безопасность и аутентификация. [base] - это базовый URL FHIR-сервера; | разделяет систему идентификатора и его значение и должен быть закодирован в URL как %7C.
Получить медицинского работника по идентификатору сервера
GET [base]/Practitioner/[id]
Найти медицинского работника перед регистрацией (обычно первый шаг)
GET [base]/Practitioner?identifier=https://dhp.uz/fhir/core/sid/pro/uz/argos|9876543210
GET [base]/Practitioner?family=Karimov&given=Ahmed
GET [base]/Practitioner?qualification-code=DIP&active=true
Зарегистрировать нового медицинского работника (только после подтверждения отсутствия совпадений)
POST [base]/Practitioner
{
"resourceType": "Practitioner",
"meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-practitioner" ] },
...
}
Обновить существующего медицинского работника
PUT [base]/Practitioner/[id]
If-Match: W/"3" # the ETag from your last read; 412 if it changed since
{
"resourceType": "Practitioner",
"id": "[id]",
"meta": { "profile": [ "https://dhp.uz/fhir/core/StructureDefinition/uz-core-practitioner" ] },
...
}
Полный перечень поддерживаемых поисковых параметров см. в CapabilityStatement, а URI систем идентификаторов медицинских работников - в разделе Системы идентификаторов.